amsclient

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2021 License: Apache-2.0 Imports: 23 Imported by: 0

README

Go API client for amsclient

Manage user subscriptions and clusters

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 0.0.1
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import sw "./amsclient"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), sw.ContextServerIndex, 1)
Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), sw.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identifield by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), sw.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), sw.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://api.openshift.com

Class Method HTTP request Description
DefaultApi ApiAccountsMgmtV1AccessTokenPost Post /api/accounts_mgmt/v1/access_token Return access token generated from registries in docker format
DefaultApi ApiAccountsMgmtV1AccountsGet Get /api/accounts_mgmt/v1/accounts Returns a list of accounts
DefaultApi ApiAccountsMgmtV1AccountsIdGet Get /api/accounts_mgmt/v1/accounts/{id} Get an account by id
DefaultApi ApiAccountsMgmtV1AccountsIdLabelsGet Get /api/accounts_mgmt/v1/accounts/{id}/labels Returns a list of labels
DefaultApi ApiAccountsMgmtV1AccountsIdLabelsKeyDelete Delete /api/accounts_mgmt/v1/accounts/{id}/labels/{key} Delete a label
DefaultApi ApiAccountsMgmtV1AccountsIdLabelsKeyGet Get /api/accounts_mgmt/v1/accounts/{id}/labels/{key} Get subscription labels by label key
DefaultApi ApiAccountsMgmtV1AccountsIdLabelsKeyPatch Patch /api/accounts_mgmt/v1/accounts/{id}/labels/{key} Create a new label or update an existing label
DefaultApi ApiAccountsMgmtV1AccountsIdLabelsPost Post /api/accounts_mgmt/v1/accounts/{id}/labels Create a new label or update an existing label
DefaultApi ApiAccountsMgmtV1AccountsIdPatch Patch /api/accounts_mgmt/v1/accounts/{id} Update an account
DefaultApi ApiAccountsMgmtV1AccountsPost Post /api/accounts_mgmt/v1/accounts Create a new account
DefaultApi ApiAccountsMgmtV1ClusterAuthorizationsPost Post /api/accounts_mgmt/v1/cluster_authorizations Authorizes new cluster creation against an exsiting RH Subscription.
DefaultApi ApiAccountsMgmtV1ClusterRegistrationsPost Post /api/accounts_mgmt/v1/cluster_registrations Finds or creates a cluster registration with a registy credential token and cluster ID
DefaultApi ApiAccountsMgmtV1CurrentAccountGet Get /api/accounts_mgmt/v1/current_account Get the authenticated account
DefaultApi ApiAccountsMgmtV1ErrorsGet Get /api/accounts_mgmt/v1/errors Returns a list of errors
DefaultApi ApiAccountsMgmtV1ErrorsIdGet Get /api/accounts_mgmt/v1/errors/{id} Get an error by id
DefaultApi ApiAccountsMgmtV1FeatureTogglesIdQueryPost Post /api/accounts_mgmt/v1/feature_toggles/{id}/query Query a feature toggle by id
DefaultApi ApiAccountsMgmtV1LabelsGet Get /api/accounts_mgmt/v1/labels Returns a list of labels
DefaultApi ApiAccountsMgmtV1MetricsGet Get /api/accounts_mgmt/v1/metrics Returns a list of metrics
DefaultApi ApiAccountsMgmtV1NotifyPost Post /api/accounts_mgmt/v1/notify Notify the owner of cluster/subscription
DefaultApi ApiAccountsMgmtV1OrganizationsGet Get /api/accounts_mgmt/v1/organizations Returns a list of organizations
DefaultApi ApiAccountsMgmtV1OrganizationsIdGet Get /api/accounts_mgmt/v1/organizations/{id} Get an organization by id
DefaultApi ApiAccountsMgmtV1OrganizationsIdLabelsGet Get /api/accounts_mgmt/v1/organizations/{id}/labels Returns a list of labels
DefaultApi ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete Delete /api/accounts_mgmt/v1/organizations/{id}/labels/{key} Delete a label
DefaultApi ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet Get /api/accounts_mgmt/v1/organizations/{id}/labels/{key} Get subscription labels by label key
DefaultApi ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch Patch /api/accounts_mgmt/v1/organizations/{id}/labels/{key} Create a new label or update an existing label
DefaultApi ApiAccountsMgmtV1OrganizationsIdLabelsPost Post /api/accounts_mgmt/v1/organizations/{id}/labels Create a new label or update an existing label
DefaultApi ApiAccountsMgmtV1OrganizationsIdPatch Patch /api/accounts_mgmt/v1/organizations/{id} Update an organization
DefaultApi ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet Get /api/accounts_mgmt/v1/organizations/{id}/summary_dashboard Returns a summary of organizations clusters based on metrics
DefaultApi ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet Get /api/accounts_mgmt/v1/organizations/{orgId}/quota_cost Returns a summary of quota cost
DefaultApi ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet Get /api/accounts_mgmt/v1/organizations/{orgId}/quota_summary Returns a summary of resource quota
DefaultApi ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet Get /api/accounts_mgmt/v1/organizations/{orgId}/resource_quota Returns a list of resource quota objects
DefaultApi ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost Post /api/accounts_mgmt/v1/organizations/{orgId}/resource_quota Create a new resource quota
DefaultApi ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete Delete /api/accounts_mgmt/v1/organizations/{orgId}/resource_quota/{quotaId} Delete a resource quota
DefaultApi ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet Get /api/accounts_mgmt/v1/organizations/{orgId}/resource_quota/{quotaId} Get a resource quota by id
DefaultApi ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch Patch /api/accounts_mgmt/v1/organizations/{orgId}/resource_quota/{quotaId} Update a resource quota
DefaultApi ApiAccountsMgmtV1OrganizationsPost Post /api/accounts_mgmt/v1/organizations Create a new organization
DefaultApi ApiAccountsMgmtV1PlansGet Get /api/accounts_mgmt/v1/plans Get all plans
DefaultApi ApiAccountsMgmtV1PlansIdGet Get /api/accounts_mgmt/v1/plans/{id} Get a plan by id
DefaultApi ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete Delete /api/accounts_mgmt/v1/pull_secrets/{externalResourceId} Delete a pull secret
DefaultApi ApiAccountsMgmtV1PullSecretsPost Post /api/accounts_mgmt/v1/pull_secrets Return access token generated from registries in docker format
DefaultApi ApiAccountsMgmtV1RegistriesGet Get /api/accounts_mgmt/v1/registries Returns a list of registries
DefaultApi ApiAccountsMgmtV1RegistriesIdGet Get /api/accounts_mgmt/v1/registries/{id} Get an registry by id
DefaultApi ApiAccountsMgmtV1RegistryCredentialsGet Get /api/accounts_mgmt/v1/registry_credentials
DefaultApi ApiAccountsMgmtV1RegistryCredentialsIdDelete Delete /api/accounts_mgmt/v1/registry_credentials/{id} Delete a registry credential by id
DefaultApi ApiAccountsMgmtV1RegistryCredentialsIdGet Get /api/accounts_mgmt/v1/registry_credentials/{id} Get a registry credentials by id
DefaultApi ApiAccountsMgmtV1RegistryCredentialsIdPatch Patch /api/accounts_mgmt/v1/registry_credentials/{id} Update a registry credential
DefaultApi ApiAccountsMgmtV1RegistryCredentialsPost Post /api/accounts_mgmt/v1/registry_credentials Request the creation of a registry credential
DefaultApi ApiAccountsMgmtV1ReservedResourcesGet Get /api/accounts_mgmt/v1/reserved_resources Returns a list of reserved resources
DefaultApi ApiAccountsMgmtV1ResourceQuotaGet Get /api/accounts_mgmt/v1/resource_quota Returns a list of resource quota objects
DefaultApi ApiAccountsMgmtV1RoleBindingsGet Get /api/accounts_mgmt/v1/role_bindings Returns a list of role bindings
DefaultApi ApiAccountsMgmtV1RoleBindingsIdDelete Delete /api/accounts_mgmt/v1/role_bindings/{id} Delete a role binding
DefaultApi ApiAccountsMgmtV1RoleBindingsIdGet Get /api/accounts_mgmt/v1/role_bindings/{id} Get a role binding
DefaultApi ApiAccountsMgmtV1RoleBindingsIdPatch Patch /api/accounts_mgmt/v1/role_bindings/{id} Update a role binding
DefaultApi ApiAccountsMgmtV1RoleBindingsPost Post /api/accounts_mgmt/v1/role_bindings Create a new role binding
DefaultApi ApiAccountsMgmtV1RolesGet Get /api/accounts_mgmt/v1/roles Returns a list of roles
DefaultApi ApiAccountsMgmtV1RolesIdGet Get /api/accounts_mgmt/v1/roles/{id} Get a role by id
DefaultApi ApiAccountsMgmtV1SkuRulesGet Get /api/accounts_mgmt/v1/sku_rules Returns a list of UHC product SKU Rules
DefaultApi ApiAccountsMgmtV1SkuRulesIdGet Get /api/accounts_mgmt/v1/sku_rules/{id} Get a sku rules by id
DefaultApi ApiAccountsMgmtV1SkusGet Get /api/accounts_mgmt/v1/skus Returns a list of UHC product SKUs
DefaultApi ApiAccountsMgmtV1SkusIdGet Get /api/accounts_mgmt/v1/skus/{id} Get a sku by id
DefaultApi ApiAccountsMgmtV1SubscriptionsGet Get /api/accounts_mgmt/v1/subscriptions Returns a list of subscriptions
DefaultApi ApiAccountsMgmtV1SubscriptionsIdDelete Delete /api/accounts_mgmt/v1/subscriptions/{id} Deletes a subscription by id
DefaultApi ApiAccountsMgmtV1SubscriptionsIdGet Get /api/accounts_mgmt/v1/subscriptions/{id} Get a subscription by id
DefaultApi ApiAccountsMgmtV1SubscriptionsIdLabelsGet Get /api/accounts_mgmt/v1/subscriptions/{id}/labels Returns a list of labels
DefaultApi ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete Delete /api/accounts_mgmt/v1/subscriptions/{id}/labels/{key} Delete a label
DefaultApi ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet Get /api/accounts_mgmt/v1/subscriptions/{id}/labels/{key} Get subscription labels by label key
DefaultApi ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch Patch /api/accounts_mgmt/v1/subscriptions/{id}/labels/{key} Create a new label or update an existing label
DefaultApi ApiAccountsMgmtV1SubscriptionsIdLabelsPost Post /api/accounts_mgmt/v1/subscriptions/{id}/labels Create a new label or update an existing label
DefaultApi ApiAccountsMgmtV1SubscriptionsIdNotifyPost Post /api/accounts_mgmt/v1/subscriptions/{id}/notify Notify the owner of a subscription
DefaultApi ApiAccountsMgmtV1SubscriptionsIdPatch Patch /api/accounts_mgmt/v1/subscriptions/{id} Update a subscription
DefaultApi ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet Get /api/accounts_mgmt/v1/subscriptions/{id}/reserved_resources Returns a list of reserved resources
DefaultApi ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet Get /api/accounts_mgmt/v1/subscriptions/{id}/support_cases Returns a list of open support creates opened against the external cluster id of this subscrption
DefaultApi ApiAccountsMgmtV1SubscriptionsPost Post /api/accounts_mgmt/v1/subscriptions Create a new subscription
DefaultApi ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete Delete /api/accounts_mgmt/v1/subscriptions/{subId}/notification_contacts/{accountId} Deletes a notification contact by subscription and account id
DefaultApi ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet Get /api/accounts_mgmt/v1/subscriptions/{subId}/notification_contacts Returns a list of notification contacts for the given subscription
DefaultApi ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost Post /api/accounts_mgmt/v1/subscriptions/{subId}/notification_contacts Add an account as a notification contact to this subscription
DefaultApi ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet Get /api/accounts_mgmt/v1/subscriptions/{subId}/reserved_resources/{reservedResourceId} Get reserved resources by id
DefaultApi ApiAccountsMgmtV1SupportCasesCaseIdDelete Delete /api/accounts_mgmt/v1/support_cases/{caseId} Delete a support case
DefaultApi ApiAccountsMgmtV1SupportCasesPost Post /api/accounts_mgmt/v1/support_cases create a support case for the subscription
DefaultApi ApiAccountsMgmtV1TokenAuthorizationPost Post /api/accounts_mgmt/v1/token_authorization Finds the account owner of the provided token
DefaultApi ApiAuthorizationsV1AccessReviewPost Post /api/authorizations/v1/access_review Review an account's access to perform an action on a particular resource or resource type
DefaultApi ApiAuthorizationsV1CapabilityReviewPost Post /api/authorizations/v1/capability_review Review an account's capabilities
DefaultApi ApiAuthorizationsV1ExportControlReviewPost Post /api/authorizations/v1/export_control_review Determine whether a user is restricted from downloading Red Hat software based on export control compliance.
DefaultApi ApiAuthorizationsV1ResourceReviewPost Post /api/authorizations/v1/resource_review Obtain resource ids for resources an account may perform the specified action upon. Resource ids returned as ["*"] is shorthand for all ids.
DefaultApi ApiAuthorizationsV1SelfAccessReviewPost Post /api/authorizations/v1/self_access_review Review your ability to perform an action on a particular resource or resource type
DefaultApi ApiAuthorizationsV1SelfResourceReviewPost Post /api/authorizations/v1/self_resource_review Obtain resource ids for resources you may perform the specified action upon. Resource ids returned as ["*"] is shorthand for all ids.
DefaultApi ApiAuthorizationsV1SelfTermsReviewPost Post /api/authorizations/v1/self_terms_review Review your status of Terms
DefaultApi ApiAuthorizationsV1TermsReviewPost Post /api/authorizations/v1/terms_review Review an account's status of Terms

Documentation For Models

Documentation For Authorization

Bearer
  • Type: HTTP Bearer token authentication

Example

auth := context.WithValue(context.Background(), sw.ContextAccessToken, "BEARERTOKENSTRING")
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
	ContextOAuth2 = contextKey("token")

	// ContextBasicAuth takes BasicAuth as authentication for the request.
	ContextBasicAuth = contextKey("basic")

	// ContextAccessToken takes a string oauth2 access token as authentication for the request.
	ContextAccessToken = contextKey("accesstoken")

	// ContextAPIKeys takes a string apikey as authentication for the request
	ContextAPIKeys = contextKey("apiKeys")

	// ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
	ContextHttpSignatureAuth = contextKey("httpsignature")

	// ContextServerIndex uses a server configuration from the index.
	ContextServerIndex = contextKey("serverIndex")

	// ContextOperationServerIndices uses a server configuration from the index mapping.
	ContextOperationServerIndices = contextKey("serverOperationIndices")

	// ContextServerVariables overrides a server configuration variables.
	ContextServerVariables = contextKey("serverVariables")

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")
)

Functions

func CacheExpires

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

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

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 Account Management Service API API v0.0.1 In most cases there should be only one, shared, APIClient.

func NewAPIClient

func NewAPIClient(cfg *Configuration) *APIClient

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() *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 APIKey

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

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 APIResonse object.

func NewAPIResponseWithError

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type AccessReview

type AccessReview struct {
	AccountUsername string  `json:"account_username"`
	Action          string  `json:"action"`
	ClusterId       *string `json:"cluster_id,omitempty"`
	ClusterUuid     *string `json:"cluster_uuid,omitempty"`
	OrganizationId  *string `json:"organization_id,omitempty"`
	ResourceType    string  `json:"resource_type"`
	SubscriptionId  *string `json:"subscription_id,omitempty"`
}

AccessReview struct for AccessReview

func NewAccessReview

func NewAccessReview(accountUsername string, action string, resourceType string) *AccessReview

NewAccessReview instantiates a new AccessReview 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 NewAccessReviewWithDefaults

func NewAccessReviewWithDefaults() *AccessReview

NewAccessReviewWithDefaults instantiates a new AccessReview 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 (*AccessReview) GetAccountUsername

func (o *AccessReview) GetAccountUsername() string

GetAccountUsername returns the AccountUsername field value

func (*AccessReview) GetAccountUsernameOk

func (o *AccessReview) GetAccountUsernameOk() (*string, bool)

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

func (*AccessReview) GetAction

func (o *AccessReview) GetAction() string

GetAction returns the Action field value

func (*AccessReview) GetActionOk

func (o *AccessReview) GetActionOk() (*string, bool)

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

func (*AccessReview) GetClusterId

func (o *AccessReview) GetClusterId() string

GetClusterId returns the ClusterId field value if set, zero value otherwise.

func (*AccessReview) GetClusterIdOk

func (o *AccessReview) GetClusterIdOk() (*string, bool)

GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessReview) GetClusterUuid

func (o *AccessReview) GetClusterUuid() string

GetClusterUuid returns the ClusterUuid field value if set, zero value otherwise.

func (*AccessReview) GetClusterUuidOk

func (o *AccessReview) GetClusterUuidOk() (*string, bool)

GetClusterUuidOk returns a tuple with the ClusterUuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessReview) GetOrganizationId

func (o *AccessReview) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*AccessReview) GetOrganizationIdOk

func (o *AccessReview) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessReview) GetResourceType

func (o *AccessReview) GetResourceType() string

GetResourceType returns the ResourceType field value

func (*AccessReview) GetResourceTypeOk

func (o *AccessReview) GetResourceTypeOk() (*string, bool)

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

func (*AccessReview) GetSubscriptionId

func (o *AccessReview) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.

func (*AccessReview) GetSubscriptionIdOk

func (o *AccessReview) GetSubscriptionIdOk() (*string, bool)

GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessReview) HasClusterId

func (o *AccessReview) HasClusterId() bool

HasClusterId returns a boolean if a field has been set.

func (*AccessReview) HasClusterUuid

func (o *AccessReview) HasClusterUuid() bool

HasClusterUuid returns a boolean if a field has been set.

func (*AccessReview) HasOrganizationId

func (o *AccessReview) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*AccessReview) HasSubscriptionId

func (o *AccessReview) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

func (AccessReview) MarshalJSON

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

func (*AccessReview) SetAccountUsername

func (o *AccessReview) SetAccountUsername(v string)

SetAccountUsername sets field value

func (*AccessReview) SetAction

func (o *AccessReview) SetAction(v string)

SetAction sets field value

func (*AccessReview) SetClusterId

func (o *AccessReview) SetClusterId(v string)

SetClusterId gets a reference to the given string and assigns it to the ClusterId field.

func (*AccessReview) SetClusterUuid

func (o *AccessReview) SetClusterUuid(v string)

SetClusterUuid gets a reference to the given string and assigns it to the ClusterUuid field.

func (*AccessReview) SetOrganizationId

func (o *AccessReview) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*AccessReview) SetResourceType

func (o *AccessReview) SetResourceType(v string)

SetResourceType sets field value

func (*AccessReview) SetSubscriptionId

func (o *AccessReview) SetSubscriptionId(v string)

SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.

type AccessReviewResponse

type AccessReviewResponse struct {
	AccountId      *string `json:"account_id,omitempty"`
	Action         *string `json:"action,omitempty"`
	Allowed        bool    `json:"allowed"`
	ClusterId      *string `json:"cluster_id,omitempty"`
	ClusterUuid    *string `json:"cluster_uuid,omitempty"`
	OrganizationId *string `json:"organization_id,omitempty"`
	ResourceType   *string `json:"resource_type,omitempty"`
	SubscriptionId *string `json:"subscription_id,omitempty"`
}

AccessReviewResponse struct for AccessReviewResponse

func NewAccessReviewResponse

func NewAccessReviewResponse(allowed bool) *AccessReviewResponse

NewAccessReviewResponse instantiates a new AccessReviewResponse 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 NewAccessReviewResponseWithDefaults

func NewAccessReviewResponseWithDefaults() *AccessReviewResponse

NewAccessReviewResponseWithDefaults instantiates a new AccessReviewResponse 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 (*AccessReviewResponse) GetAccountId

func (o *AccessReviewResponse) GetAccountId() string

GetAccountId returns the AccountId field value if set, zero value otherwise.

func (*AccessReviewResponse) GetAccountIdOk

func (o *AccessReviewResponse) GetAccountIdOk() (*string, bool)

GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessReviewResponse) GetAction

func (o *AccessReviewResponse) GetAction() string

GetAction returns the Action field value if set, zero value otherwise.

func (*AccessReviewResponse) GetActionOk

func (o *AccessReviewResponse) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessReviewResponse) GetAllowed

func (o *AccessReviewResponse) GetAllowed() bool

GetAllowed returns the Allowed field value

func (*AccessReviewResponse) GetAllowedOk

func (o *AccessReviewResponse) GetAllowedOk() (*bool, bool)

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

func (*AccessReviewResponse) GetClusterId

func (o *AccessReviewResponse) GetClusterId() string

GetClusterId returns the ClusterId field value if set, zero value otherwise.

func (*AccessReviewResponse) GetClusterIdOk

func (o *AccessReviewResponse) GetClusterIdOk() (*string, bool)

GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessReviewResponse) GetClusterUuid

func (o *AccessReviewResponse) GetClusterUuid() string

GetClusterUuid returns the ClusterUuid field value if set, zero value otherwise.

func (*AccessReviewResponse) GetClusterUuidOk

func (o *AccessReviewResponse) GetClusterUuidOk() (*string, bool)

GetClusterUuidOk returns a tuple with the ClusterUuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessReviewResponse) GetOrganizationId

func (o *AccessReviewResponse) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*AccessReviewResponse) GetOrganizationIdOk

func (o *AccessReviewResponse) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessReviewResponse) GetResourceType

func (o *AccessReviewResponse) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*AccessReviewResponse) GetResourceTypeOk

func (o *AccessReviewResponse) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessReviewResponse) GetSubscriptionId

func (o *AccessReviewResponse) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.

func (*AccessReviewResponse) GetSubscriptionIdOk

func (o *AccessReviewResponse) GetSubscriptionIdOk() (*string, bool)

GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessReviewResponse) HasAccountId

func (o *AccessReviewResponse) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

func (*AccessReviewResponse) HasAction

func (o *AccessReviewResponse) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*AccessReviewResponse) HasClusterId

func (o *AccessReviewResponse) HasClusterId() bool

HasClusterId returns a boolean if a field has been set.

func (*AccessReviewResponse) HasClusterUuid

func (o *AccessReviewResponse) HasClusterUuid() bool

HasClusterUuid returns a boolean if a field has been set.

func (*AccessReviewResponse) HasOrganizationId

func (o *AccessReviewResponse) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*AccessReviewResponse) HasResourceType

func (o *AccessReviewResponse) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (*AccessReviewResponse) HasSubscriptionId

func (o *AccessReviewResponse) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

func (AccessReviewResponse) MarshalJSON

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

func (*AccessReviewResponse) SetAccountId

func (o *AccessReviewResponse) SetAccountId(v string)

SetAccountId gets a reference to the given string and assigns it to the AccountId field.

func (*AccessReviewResponse) SetAction

func (o *AccessReviewResponse) SetAction(v string)

SetAction gets a reference to the given string and assigns it to the Action field.

func (*AccessReviewResponse) SetAllowed

func (o *AccessReviewResponse) SetAllowed(v bool)

SetAllowed sets field value

func (*AccessReviewResponse) SetClusterId

func (o *AccessReviewResponse) SetClusterId(v string)

SetClusterId gets a reference to the given string and assigns it to the ClusterId field.

func (*AccessReviewResponse) SetClusterUuid

func (o *AccessReviewResponse) SetClusterUuid(v string)

SetClusterUuid gets a reference to the given string and assigns it to the ClusterUuid field.

func (*AccessReviewResponse) SetOrganizationId

func (o *AccessReviewResponse) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*AccessReviewResponse) SetResourceType

func (o *AccessReviewResponse) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

func (*AccessReviewResponse) SetSubscriptionId

func (o *AccessReviewResponse) SetSubscriptionId(v string)

SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.

type AccessTokenCfg

type AccessTokenCfg struct {
	Auths map[string]map[string]interface{} `json:"auths"`
}

AccessTokenCfg struct for AccessTokenCfg

func NewAccessTokenCfg

func NewAccessTokenCfg(auths map[string]map[string]interface{}) *AccessTokenCfg

NewAccessTokenCfg instantiates a new AccessTokenCfg 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 NewAccessTokenCfgWithDefaults

func NewAccessTokenCfgWithDefaults() *AccessTokenCfg

NewAccessTokenCfgWithDefaults instantiates a new AccessTokenCfg 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 (*AccessTokenCfg) GetAuths

func (o *AccessTokenCfg) GetAuths() map[string]map[string]interface{}

GetAuths returns the Auths field value

func (*AccessTokenCfg) GetAuthsOk

func (o *AccessTokenCfg) GetAuthsOk() (*map[string]map[string]interface{}, bool)

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

func (AccessTokenCfg) MarshalJSON

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

func (*AccessTokenCfg) SetAuths

func (o *AccessTokenCfg) SetAuths(v map[string]map[string]interface{})

SetAuths sets field value

type Account

type Account struct {
	Href           *string       `json:"href,omitempty"`
	Id             *string       `json:"id,omitempty"`
	Kind           *string       `json:"kind,omitempty"`
	BanCode        *string       `json:"ban_code,omitempty"`
	BanDescription *string       `json:"ban_description,omitempty"`
	Banned         *bool         `json:"banned,omitempty"`
	Capabilities   *[]Capability `json:"capabilities,omitempty"`
	CreatedAt      *time.Time    `json:"created_at,omitempty"`
	Email          *string       `json:"email,omitempty"`
	FirstName      *string       `json:"first_name,omitempty"`
	Labels         *[]Label      `json:"labels,omitempty"`
	LastName       *string       `json:"last_name,omitempty"`
	Organization   *Organization `json:"organization,omitempty"`
	OrganizationId *string       `json:"organization_id,omitempty"`
	ServiceAccount *bool         `json:"service_account,omitempty"`
	UpdatedAt      *time.Time    `json:"updated_at,omitempty"`
	Username       string        `json:"username"`
}

Account struct for Account

func NewAccount

func NewAccount(username string) *Account

NewAccount instantiates a new Account 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 NewAccountWithDefaults

func NewAccountWithDefaults() *Account

NewAccountWithDefaults instantiates a new Account 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 (*Account) GetBanCode

func (o *Account) GetBanCode() string

GetBanCode returns the BanCode field value if set, zero value otherwise.

func (*Account) GetBanCodeOk

func (o *Account) GetBanCodeOk() (*string, bool)

GetBanCodeOk returns a tuple with the BanCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Account) GetBanDescription

func (o *Account) GetBanDescription() string

GetBanDescription returns the BanDescription field value if set, zero value otherwise.

func (*Account) GetBanDescriptionOk

func (o *Account) GetBanDescriptionOk() (*string, bool)

GetBanDescriptionOk returns a tuple with the BanDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Account) GetBanned

func (o *Account) GetBanned() bool

GetBanned returns the Banned field value if set, zero value otherwise.

func (*Account) GetBannedOk

func (o *Account) GetBannedOk() (*bool, bool)

GetBannedOk returns a tuple with the Banned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Account) GetCapabilities

func (o *Account) GetCapabilities() []Capability

GetCapabilities returns the Capabilities field value if set, zero value otherwise.

func (*Account) GetCapabilitiesOk

func (o *Account) GetCapabilitiesOk() (*[]Capability, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Account) GetCreatedAt

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

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*Account) GetCreatedAtOk

func (o *Account) 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 (*Account) GetEmail

func (o *Account) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*Account) GetEmailOk

func (o *Account) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Account) GetFirstName

func (o *Account) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*Account) GetFirstNameOk

func (o *Account) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Account) GetHref

func (o *Account) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*Account) GetHrefOk

func (o *Account) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Account) GetId

func (o *Account) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Account) GetIdOk

func (o *Account) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Account) GetKind

func (o *Account) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*Account) GetKindOk

func (o *Account) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Account) GetLabels

func (o *Account) GetLabels() []Label

GetLabels returns the Labels field value if set, zero value otherwise.

func (*Account) GetLabelsOk

func (o *Account) GetLabelsOk() (*[]Label, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Account) GetLastName

func (o *Account) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*Account) GetLastNameOk

func (o *Account) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Account) GetOrganization

func (o *Account) GetOrganization() Organization

GetOrganization returns the Organization field value if set, zero value otherwise.

func (*Account) GetOrganizationId

func (o *Account) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*Account) GetOrganizationIdOk

func (o *Account) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Account) GetOrganizationOk

func (o *Account) GetOrganizationOk() (*Organization, bool)

GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Account) GetServiceAccount

func (o *Account) GetServiceAccount() bool

GetServiceAccount returns the ServiceAccount field value if set, zero value otherwise.

func (*Account) GetServiceAccountOk

func (o *Account) GetServiceAccountOk() (*bool, bool)

GetServiceAccountOk returns a tuple with the ServiceAccount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Account) GetUpdatedAt

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

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*Account) GetUpdatedAtOk

func (o *Account) 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 (*Account) GetUsername

func (o *Account) GetUsername() string

GetUsername returns the Username field value

func (*Account) GetUsernameOk

func (o *Account) GetUsernameOk() (*string, bool)

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

func (*Account) HasBanCode

func (o *Account) HasBanCode() bool

HasBanCode returns a boolean if a field has been set.

func (*Account) HasBanDescription

func (o *Account) HasBanDescription() bool

HasBanDescription returns a boolean if a field has been set.

func (*Account) HasBanned

func (o *Account) HasBanned() bool

HasBanned returns a boolean if a field has been set.

func (*Account) HasCapabilities

func (o *Account) HasCapabilities() bool

HasCapabilities returns a boolean if a field has been set.

func (*Account) HasCreatedAt

func (o *Account) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*Account) HasEmail

func (o *Account) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*Account) HasFirstName

func (o *Account) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*Account) HasHref

func (o *Account) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*Account) HasId

func (o *Account) HasId() bool

HasId returns a boolean if a field has been set.

func (*Account) HasKind

func (o *Account) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*Account) HasLabels

func (o *Account) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*Account) HasLastName

func (o *Account) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*Account) HasOrganization

func (o *Account) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

func (*Account) HasOrganizationId

func (o *Account) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*Account) HasServiceAccount

func (o *Account) HasServiceAccount() bool

HasServiceAccount returns a boolean if a field has been set.

func (*Account) HasUpdatedAt

func (o *Account) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (Account) MarshalJSON

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

func (*Account) SetBanCode

func (o *Account) SetBanCode(v string)

SetBanCode gets a reference to the given string and assigns it to the BanCode field.

func (*Account) SetBanDescription

func (o *Account) SetBanDescription(v string)

SetBanDescription gets a reference to the given string and assigns it to the BanDescription field.

func (*Account) SetBanned

func (o *Account) SetBanned(v bool)

SetBanned gets a reference to the given bool and assigns it to the Banned field.

func (*Account) SetCapabilities

func (o *Account) SetCapabilities(v []Capability)

SetCapabilities gets a reference to the given []Capability and assigns it to the Capabilities field.

func (*Account) SetCreatedAt

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

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*Account) SetEmail

func (o *Account) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*Account) SetFirstName

func (o *Account) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*Account) SetHref

func (o *Account) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*Account) SetId

func (o *Account) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Account) SetKind

func (o *Account) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*Account) SetLabels

func (o *Account) SetLabels(v []Label)

SetLabels gets a reference to the given []Label and assigns it to the Labels field.

func (*Account) SetLastName

func (o *Account) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*Account) SetOrganization

func (o *Account) SetOrganization(v Organization)

SetOrganization gets a reference to the given Organization and assigns it to the Organization field.

func (*Account) SetOrganizationId

func (o *Account) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*Account) SetServiceAccount

func (o *Account) SetServiceAccount(v bool)

SetServiceAccount gets a reference to the given bool and assigns it to the ServiceAccount field.

func (*Account) SetUpdatedAt

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

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*Account) SetUsername

func (o *Account) SetUsername(v string)

SetUsername sets field value

type AccountAllOf

type AccountAllOf struct {
	BanCode        *string       `json:"ban_code,omitempty"`
	BanDescription *string       `json:"ban_description,omitempty"`
	Banned         *bool         `json:"banned,omitempty"`
	Capabilities   *[]Capability `json:"capabilities,omitempty"`
	CreatedAt      *time.Time    `json:"created_at,omitempty"`
	Email          *string       `json:"email,omitempty"`
	FirstName      *string       `json:"first_name,omitempty"`
	Labels         *[]Label      `json:"labels,omitempty"`
	LastName       *string       `json:"last_name,omitempty"`
	Organization   *Organization `json:"organization,omitempty"`
	OrganizationId *string       `json:"organization_id,omitempty"`
	ServiceAccount *bool         `json:"service_account,omitempty"`
	UpdatedAt      *time.Time    `json:"updated_at,omitempty"`
	Username       string        `json:"username"`
}

AccountAllOf struct for AccountAllOf

func NewAccountAllOf

func NewAccountAllOf(username string) *AccountAllOf

NewAccountAllOf instantiates a new AccountAllOf 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 NewAccountAllOfWithDefaults

func NewAccountAllOfWithDefaults() *AccountAllOf

NewAccountAllOfWithDefaults instantiates a new AccountAllOf 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 (*AccountAllOf) GetBanCode

func (o *AccountAllOf) GetBanCode() string

GetBanCode returns the BanCode field value if set, zero value otherwise.

func (*AccountAllOf) GetBanCodeOk

func (o *AccountAllOf) GetBanCodeOk() (*string, bool)

GetBanCodeOk returns a tuple with the BanCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountAllOf) GetBanDescription

func (o *AccountAllOf) GetBanDescription() string

GetBanDescription returns the BanDescription field value if set, zero value otherwise.

func (*AccountAllOf) GetBanDescriptionOk

func (o *AccountAllOf) GetBanDescriptionOk() (*string, bool)

GetBanDescriptionOk returns a tuple with the BanDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountAllOf) GetBanned

func (o *AccountAllOf) GetBanned() bool

GetBanned returns the Banned field value if set, zero value otherwise.

func (*AccountAllOf) GetBannedOk

func (o *AccountAllOf) GetBannedOk() (*bool, bool)

GetBannedOk returns a tuple with the Banned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountAllOf) GetCapabilities

func (o *AccountAllOf) GetCapabilities() []Capability

GetCapabilities returns the Capabilities field value if set, zero value otherwise.

func (*AccountAllOf) GetCapabilitiesOk

func (o *AccountAllOf) GetCapabilitiesOk() (*[]Capability, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountAllOf) GetCreatedAt

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

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*AccountAllOf) GetCreatedAtOk

func (o *AccountAllOf) 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 (*AccountAllOf) GetEmail

func (o *AccountAllOf) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*AccountAllOf) GetEmailOk

func (o *AccountAllOf) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountAllOf) GetFirstName

func (o *AccountAllOf) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*AccountAllOf) GetFirstNameOk

func (o *AccountAllOf) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountAllOf) GetLabels

func (o *AccountAllOf) GetLabels() []Label

GetLabels returns the Labels field value if set, zero value otherwise.

func (*AccountAllOf) GetLabelsOk

func (o *AccountAllOf) GetLabelsOk() (*[]Label, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountAllOf) GetLastName

func (o *AccountAllOf) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*AccountAllOf) GetLastNameOk

func (o *AccountAllOf) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountAllOf) GetOrganization

func (o *AccountAllOf) GetOrganization() Organization

GetOrganization returns the Organization field value if set, zero value otherwise.

func (*AccountAllOf) GetOrganizationId

func (o *AccountAllOf) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*AccountAllOf) GetOrganizationIdOk

func (o *AccountAllOf) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountAllOf) GetOrganizationOk

func (o *AccountAllOf) GetOrganizationOk() (*Organization, bool)

GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountAllOf) GetServiceAccount

func (o *AccountAllOf) GetServiceAccount() bool

GetServiceAccount returns the ServiceAccount field value if set, zero value otherwise.

func (*AccountAllOf) GetServiceAccountOk

func (o *AccountAllOf) GetServiceAccountOk() (*bool, bool)

GetServiceAccountOk returns a tuple with the ServiceAccount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountAllOf) GetUpdatedAt

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

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*AccountAllOf) GetUpdatedAtOk

func (o *AccountAllOf) 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 (*AccountAllOf) GetUsername

func (o *AccountAllOf) GetUsername() string

GetUsername returns the Username field value

func (*AccountAllOf) GetUsernameOk

func (o *AccountAllOf) GetUsernameOk() (*string, bool)

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

func (*AccountAllOf) HasBanCode

func (o *AccountAllOf) HasBanCode() bool

HasBanCode returns a boolean if a field has been set.

func (*AccountAllOf) HasBanDescription

func (o *AccountAllOf) HasBanDescription() bool

HasBanDescription returns a boolean if a field has been set.

func (*AccountAllOf) HasBanned

func (o *AccountAllOf) HasBanned() bool

HasBanned returns a boolean if a field has been set.

func (*AccountAllOf) HasCapabilities

func (o *AccountAllOf) HasCapabilities() bool

HasCapabilities returns a boolean if a field has been set.

func (*AccountAllOf) HasCreatedAt

func (o *AccountAllOf) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*AccountAllOf) HasEmail

func (o *AccountAllOf) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*AccountAllOf) HasFirstName

func (o *AccountAllOf) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*AccountAllOf) HasLabels

func (o *AccountAllOf) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*AccountAllOf) HasLastName

func (o *AccountAllOf) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*AccountAllOf) HasOrganization

func (o *AccountAllOf) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

func (*AccountAllOf) HasOrganizationId

func (o *AccountAllOf) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*AccountAllOf) HasServiceAccount

func (o *AccountAllOf) HasServiceAccount() bool

HasServiceAccount returns a boolean if a field has been set.

func (*AccountAllOf) HasUpdatedAt

func (o *AccountAllOf) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (AccountAllOf) MarshalJSON

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

func (*AccountAllOf) SetBanCode

func (o *AccountAllOf) SetBanCode(v string)

SetBanCode gets a reference to the given string and assigns it to the BanCode field.

func (*AccountAllOf) SetBanDescription

func (o *AccountAllOf) SetBanDescription(v string)

SetBanDescription gets a reference to the given string and assigns it to the BanDescription field.

func (*AccountAllOf) SetBanned

func (o *AccountAllOf) SetBanned(v bool)

SetBanned gets a reference to the given bool and assigns it to the Banned field.

func (*AccountAllOf) SetCapabilities

func (o *AccountAllOf) SetCapabilities(v []Capability)

SetCapabilities gets a reference to the given []Capability and assigns it to the Capabilities field.

func (*AccountAllOf) SetCreatedAt

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

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*AccountAllOf) SetEmail

func (o *AccountAllOf) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*AccountAllOf) SetFirstName

func (o *AccountAllOf) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*AccountAllOf) SetLabels

func (o *AccountAllOf) SetLabels(v []Label)

SetLabels gets a reference to the given []Label and assigns it to the Labels field.

func (*AccountAllOf) SetLastName

func (o *AccountAllOf) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*AccountAllOf) SetOrganization

func (o *AccountAllOf) SetOrganization(v Organization)

SetOrganization gets a reference to the given Organization and assigns it to the Organization field.

func (*AccountAllOf) SetOrganizationId

func (o *AccountAllOf) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*AccountAllOf) SetServiceAccount

func (o *AccountAllOf) SetServiceAccount(v bool)

SetServiceAccount gets a reference to the given bool and assigns it to the ServiceAccount field.

func (*AccountAllOf) SetUpdatedAt

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

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*AccountAllOf) SetUsername

func (o *AccountAllOf) SetUsername(v string)

SetUsername sets field value

type AccountList

type AccountList struct {
	Kind  string    `json:"kind"`
	Page  int32     `json:"page"`
	Size  int32     `json:"size"`
	Total int32     `json:"total"`
	Items []Account `json:"items"`
}

AccountList struct for AccountList

func NewAccountList

func NewAccountList(kind string, page int32, size int32, total int32, items []Account) *AccountList

NewAccountList instantiates a new AccountList 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 NewAccountListWithDefaults

func NewAccountListWithDefaults() *AccountList

NewAccountListWithDefaults instantiates a new AccountList 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 (*AccountList) GetItems

func (o *AccountList) GetItems() []Account

GetItems returns the Items field value

func (*AccountList) GetItemsOk

func (o *AccountList) GetItemsOk() (*[]Account, bool)

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

func (*AccountList) GetKind

func (o *AccountList) GetKind() string

GetKind returns the Kind field value

func (*AccountList) GetKindOk

func (o *AccountList) GetKindOk() (*string, bool)

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

func (*AccountList) GetPage

func (o *AccountList) GetPage() int32

GetPage returns the Page field value

func (*AccountList) GetPageOk

func (o *AccountList) GetPageOk() (*int32, bool)

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

func (*AccountList) GetSize

func (o *AccountList) GetSize() int32

GetSize returns the Size field value

func (*AccountList) GetSizeOk

func (o *AccountList) GetSizeOk() (*int32, bool)

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

func (*AccountList) GetTotal

func (o *AccountList) GetTotal() int32

GetTotal returns the Total field value

func (*AccountList) GetTotalOk

func (o *AccountList) GetTotalOk() (*int32, bool)

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

func (AccountList) MarshalJSON

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

func (*AccountList) SetItems

func (o *AccountList) SetItems(v []Account)

SetItems sets field value

func (*AccountList) SetKind

func (o *AccountList) SetKind(v string)

SetKind sets field value

func (*AccountList) SetPage

func (o *AccountList) SetPage(v int32)

SetPage sets field value

func (*AccountList) SetSize

func (o *AccountList) SetSize(v int32)

SetSize sets field value

func (*AccountList) SetTotal

func (o *AccountList) SetTotal(v int32)

SetTotal sets field value

type AccountListAllOf

type AccountListAllOf struct {
	Items *[]Account `json:"items,omitempty"`
}

AccountListAllOf struct for AccountListAllOf

func NewAccountListAllOf

func NewAccountListAllOf() *AccountListAllOf

NewAccountListAllOf instantiates a new AccountListAllOf 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 NewAccountListAllOfWithDefaults

func NewAccountListAllOfWithDefaults() *AccountListAllOf

NewAccountListAllOfWithDefaults instantiates a new AccountListAllOf 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 (*AccountListAllOf) GetItems

func (o *AccountListAllOf) GetItems() []Account

GetItems returns the Items field value if set, zero value otherwise.

func (*AccountListAllOf) GetItemsOk

func (o *AccountListAllOf) GetItemsOk() (*[]Account, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountListAllOf) HasItems

func (o *AccountListAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (AccountListAllOf) MarshalJSON

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

func (*AccountListAllOf) SetItems

func (o *AccountListAllOf) SetItems(v []Account)

SetItems gets a reference to the given []Account and assigns it to the Items field.

type AccountPatchRequest

type AccountPatchRequest struct {
	BanCode        *string `json:"ban_code,omitempty"`
	BanDescription *string `json:"ban_description,omitempty"`
	Banned         *bool   `json:"banned,omitempty"`
	Email          *string `json:"email,omitempty"`
	FirstName      *string `json:"first_name,omitempty"`
	LastName       *string `json:"last_name,omitempty"`
	OrganizationId *string `json:"organization_id,omitempty"`
	ServiceAccount *bool   `json:"service_account,omitempty"`
}

AccountPatchRequest struct for AccountPatchRequest

func NewAccountPatchRequest

func NewAccountPatchRequest() *AccountPatchRequest

NewAccountPatchRequest instantiates a new AccountPatchRequest 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 NewAccountPatchRequestWithDefaults

func NewAccountPatchRequestWithDefaults() *AccountPatchRequest

NewAccountPatchRequestWithDefaults instantiates a new AccountPatchRequest 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 (*AccountPatchRequest) GetBanCode

func (o *AccountPatchRequest) GetBanCode() string

GetBanCode returns the BanCode field value if set, zero value otherwise.

func (*AccountPatchRequest) GetBanCodeOk

func (o *AccountPatchRequest) GetBanCodeOk() (*string, bool)

GetBanCodeOk returns a tuple with the BanCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountPatchRequest) GetBanDescription

func (o *AccountPatchRequest) GetBanDescription() string

GetBanDescription returns the BanDescription field value if set, zero value otherwise.

func (*AccountPatchRequest) GetBanDescriptionOk

func (o *AccountPatchRequest) GetBanDescriptionOk() (*string, bool)

GetBanDescriptionOk returns a tuple with the BanDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountPatchRequest) GetBanned

func (o *AccountPatchRequest) GetBanned() bool

GetBanned returns the Banned field value if set, zero value otherwise.

func (*AccountPatchRequest) GetBannedOk

func (o *AccountPatchRequest) GetBannedOk() (*bool, bool)

GetBannedOk returns a tuple with the Banned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountPatchRequest) GetEmail

func (o *AccountPatchRequest) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*AccountPatchRequest) GetEmailOk

func (o *AccountPatchRequest) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountPatchRequest) GetFirstName

func (o *AccountPatchRequest) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*AccountPatchRequest) GetFirstNameOk

func (o *AccountPatchRequest) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountPatchRequest) GetLastName

func (o *AccountPatchRequest) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*AccountPatchRequest) GetLastNameOk

func (o *AccountPatchRequest) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountPatchRequest) GetOrganizationId

func (o *AccountPatchRequest) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*AccountPatchRequest) GetOrganizationIdOk

func (o *AccountPatchRequest) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountPatchRequest) GetServiceAccount

func (o *AccountPatchRequest) GetServiceAccount() bool

GetServiceAccount returns the ServiceAccount field value if set, zero value otherwise.

func (*AccountPatchRequest) GetServiceAccountOk

func (o *AccountPatchRequest) GetServiceAccountOk() (*bool, bool)

GetServiceAccountOk returns a tuple with the ServiceAccount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountPatchRequest) HasBanCode

func (o *AccountPatchRequest) HasBanCode() bool

HasBanCode returns a boolean if a field has been set.

func (*AccountPatchRequest) HasBanDescription

func (o *AccountPatchRequest) HasBanDescription() bool

HasBanDescription returns a boolean if a field has been set.

func (*AccountPatchRequest) HasBanned

func (o *AccountPatchRequest) HasBanned() bool

HasBanned returns a boolean if a field has been set.

func (*AccountPatchRequest) HasEmail

func (o *AccountPatchRequest) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*AccountPatchRequest) HasFirstName

func (o *AccountPatchRequest) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*AccountPatchRequest) HasLastName

func (o *AccountPatchRequest) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*AccountPatchRequest) HasOrganizationId

func (o *AccountPatchRequest) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*AccountPatchRequest) HasServiceAccount

func (o *AccountPatchRequest) HasServiceAccount() bool

HasServiceAccount returns a boolean if a field has been set.

func (AccountPatchRequest) MarshalJSON

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

func (*AccountPatchRequest) SetBanCode

func (o *AccountPatchRequest) SetBanCode(v string)

SetBanCode gets a reference to the given string and assigns it to the BanCode field.

func (*AccountPatchRequest) SetBanDescription

func (o *AccountPatchRequest) SetBanDescription(v string)

SetBanDescription gets a reference to the given string and assigns it to the BanDescription field.

func (*AccountPatchRequest) SetBanned

func (o *AccountPatchRequest) SetBanned(v bool)

SetBanned gets a reference to the given bool and assigns it to the Banned field.

func (*AccountPatchRequest) SetEmail

func (o *AccountPatchRequest) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*AccountPatchRequest) SetFirstName

func (o *AccountPatchRequest) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*AccountPatchRequest) SetLastName

func (o *AccountPatchRequest) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*AccountPatchRequest) SetOrganizationId

func (o *AccountPatchRequest) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*AccountPatchRequest) SetServiceAccount

func (o *AccountPatchRequest) SetServiceAccount(v bool)

SetServiceAccount gets a reference to the given bool and assigns it to the ServiceAccount field.

type AccountReference

type AccountReference struct {
	Href     *string `json:"href,omitempty"`
	Id       *string `json:"id,omitempty"`
	Kind     *string `json:"kind,omitempty"`
	Email    *string `json:"email,omitempty"`
	Name     *string `json:"name,omitempty"`
	Username *string `json:"username,omitempty"`
}

AccountReference struct for AccountReference

func NewAccountReference

func NewAccountReference() *AccountReference

NewAccountReference instantiates a new AccountReference 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 NewAccountReferenceWithDefaults

func NewAccountReferenceWithDefaults() *AccountReference

NewAccountReferenceWithDefaults instantiates a new AccountReference 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 (*AccountReference) GetEmail

func (o *AccountReference) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*AccountReference) GetEmailOk

func (o *AccountReference) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountReference) GetHref

func (o *AccountReference) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*AccountReference) GetHrefOk

func (o *AccountReference) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountReference) GetId

func (o *AccountReference) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*AccountReference) GetIdOk

func (o *AccountReference) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountReference) GetKind

func (o *AccountReference) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*AccountReference) GetKindOk

func (o *AccountReference) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountReference) GetName

func (o *AccountReference) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*AccountReference) GetNameOk

func (o *AccountReference) 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 (*AccountReference) GetUsername

func (o *AccountReference) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*AccountReference) GetUsernameOk

func (o *AccountReference) 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 (*AccountReference) HasEmail

func (o *AccountReference) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*AccountReference) HasHref

func (o *AccountReference) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*AccountReference) HasId

func (o *AccountReference) HasId() bool

HasId returns a boolean if a field has been set.

func (*AccountReference) HasKind

func (o *AccountReference) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*AccountReference) HasName

func (o *AccountReference) HasName() bool

HasName returns a boolean if a field has been set.

func (*AccountReference) HasUsername

func (o *AccountReference) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (AccountReference) MarshalJSON

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

func (*AccountReference) SetEmail

func (o *AccountReference) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*AccountReference) SetHref

func (o *AccountReference) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*AccountReference) SetId

func (o *AccountReference) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*AccountReference) SetKind

func (o *AccountReference) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*AccountReference) SetName

func (o *AccountReference) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*AccountReference) SetUsername

func (o *AccountReference) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

type AccountReferenceAllOf

type AccountReferenceAllOf struct {
	Email    *string `json:"email,omitempty"`
	Name     *string `json:"name,omitempty"`
	Username *string `json:"username,omitempty"`
}

AccountReferenceAllOf struct for AccountReferenceAllOf

func NewAccountReferenceAllOf

func NewAccountReferenceAllOf() *AccountReferenceAllOf

NewAccountReferenceAllOf instantiates a new AccountReferenceAllOf 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 NewAccountReferenceAllOfWithDefaults

func NewAccountReferenceAllOfWithDefaults() *AccountReferenceAllOf

NewAccountReferenceAllOfWithDefaults instantiates a new AccountReferenceAllOf 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 (*AccountReferenceAllOf) GetEmail

func (o *AccountReferenceAllOf) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*AccountReferenceAllOf) GetEmailOk

func (o *AccountReferenceAllOf) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountReferenceAllOf) GetName

func (o *AccountReferenceAllOf) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*AccountReferenceAllOf) GetNameOk

func (o *AccountReferenceAllOf) 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 (*AccountReferenceAllOf) GetUsername

func (o *AccountReferenceAllOf) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*AccountReferenceAllOf) GetUsernameOk

func (o *AccountReferenceAllOf) 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 (*AccountReferenceAllOf) HasEmail

func (o *AccountReferenceAllOf) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*AccountReferenceAllOf) HasName

func (o *AccountReferenceAllOf) HasName() bool

HasName returns a boolean if a field has been set.

func (*AccountReferenceAllOf) HasUsername

func (o *AccountReferenceAllOf) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (AccountReferenceAllOf) MarshalJSON

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

func (*AccountReferenceAllOf) SetEmail

func (o *AccountReferenceAllOf) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*AccountReferenceAllOf) SetName

func (o *AccountReferenceAllOf) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*AccountReferenceAllOf) SetUsername

func (o *AccountReferenceAllOf) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

type ApiApiAccountsMgmtV1AccessTokenPostRequest

type ApiApiAccountsMgmtV1AccessTokenPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1AccessTokenPostRequest) Execute

type ApiApiAccountsMgmtV1AccountsGetRequest

type ApiApiAccountsMgmtV1AccountsGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1AccountsGetRequest) Execute

func (ApiApiAccountsMgmtV1AccountsGetRequest) FetchCapabilities

func (ApiApiAccountsMgmtV1AccountsGetRequest) FetchLabels

func (ApiApiAccountsMgmtV1AccountsGetRequest) Fields

func (ApiApiAccountsMgmtV1AccountsGetRequest) OrderBy

func (ApiApiAccountsMgmtV1AccountsGetRequest) Page

func (ApiApiAccountsMgmtV1AccountsGetRequest) Search

func (ApiApiAccountsMgmtV1AccountsGetRequest) Size

type ApiApiAccountsMgmtV1AccountsIdGetRequest

type ApiApiAccountsMgmtV1AccountsIdGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1AccountsIdGetRequest) Execute

func (ApiApiAccountsMgmtV1AccountsIdGetRequest) FetchCapabilities

func (ApiApiAccountsMgmtV1AccountsIdGetRequest) FetchLabels

type ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest

type ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) Execute

func (ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) OrderBy

func (ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) Page

func (ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) Search

func (ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) Size

type ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest

type ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest) Execute

type ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest

type ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest) Execute

type ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest

type ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest) Execute

func (ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest) Label

type ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest

type ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest) Execute

func (ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest) Label

type ApiApiAccountsMgmtV1AccountsIdPatchRequest

type ApiApiAccountsMgmtV1AccountsIdPatchRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1AccountsIdPatchRequest) AccountPatchRequest

func (ApiApiAccountsMgmtV1AccountsIdPatchRequest) Execute

type ApiApiAccountsMgmtV1AccountsPostRequest

type ApiApiAccountsMgmtV1AccountsPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1AccountsPostRequest) Account

func (ApiApiAccountsMgmtV1AccountsPostRequest) DryRun

func (ApiApiAccountsMgmtV1AccountsPostRequest) Execute

type ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest

type ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) ClusterAuthorizationRequest

func (ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) Execute

type ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest

type ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) ClusterRegistrationRequest

func (ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) Execute

type ApiApiAccountsMgmtV1CurrentAccountGetRequest

type ApiApiAccountsMgmtV1CurrentAccountGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1CurrentAccountGetRequest) Execute

func (ApiApiAccountsMgmtV1CurrentAccountGetRequest) FetchLabels

type ApiApiAccountsMgmtV1ErrorsGetRequest

type ApiApiAccountsMgmtV1ErrorsGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1ErrorsGetRequest) Execute

func (ApiApiAccountsMgmtV1ErrorsGetRequest) Page

func (ApiApiAccountsMgmtV1ErrorsGetRequest) Search

func (ApiApiAccountsMgmtV1ErrorsGetRequest) Size

type ApiApiAccountsMgmtV1ErrorsIdGetRequest

type ApiApiAccountsMgmtV1ErrorsIdGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1ErrorsIdGetRequest) Execute

type ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest

type ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) Execute

func (ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) FeatureToggleQueryRequest

type ApiApiAccountsMgmtV1LabelsGetRequest

type ApiApiAccountsMgmtV1LabelsGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1LabelsGetRequest) Execute

func (ApiApiAccountsMgmtV1LabelsGetRequest) OrderBy

func (ApiApiAccountsMgmtV1LabelsGetRequest) Page

func (ApiApiAccountsMgmtV1LabelsGetRequest) Search

func (ApiApiAccountsMgmtV1LabelsGetRequest) Size

type ApiApiAccountsMgmtV1MetricsGetRequest

type ApiApiAccountsMgmtV1MetricsGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1MetricsGetRequest) Execute

func (ApiApiAccountsMgmtV1MetricsGetRequest) Search

type ApiApiAccountsMgmtV1NotifyPostRequest

type ApiApiAccountsMgmtV1NotifyPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1NotifyPostRequest) Execute

func (ApiApiAccountsMgmtV1NotifyPostRequest) NotificationRequest

type ApiApiAccountsMgmtV1OrganizationsGetRequest

type ApiApiAccountsMgmtV1OrganizationsGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1OrganizationsGetRequest) Execute

func (ApiApiAccountsMgmtV1OrganizationsGetRequest) FetchCapabilities

func (ApiApiAccountsMgmtV1OrganizationsGetRequest) FetchLabels

func (ApiApiAccountsMgmtV1OrganizationsGetRequest) Fields

func (ApiApiAccountsMgmtV1OrganizationsGetRequest) OrderBy

func (ApiApiAccountsMgmtV1OrganizationsGetRequest) Page

func (ApiApiAccountsMgmtV1OrganizationsGetRequest) Search

func (ApiApiAccountsMgmtV1OrganizationsGetRequest) Size

type ApiApiAccountsMgmtV1OrganizationsIdGetRequest

type ApiApiAccountsMgmtV1OrganizationsIdGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1OrganizationsIdGetRequest) Execute

func (ApiApiAccountsMgmtV1OrganizationsIdGetRequest) FetchCapabilities

func (ApiApiAccountsMgmtV1OrganizationsIdGetRequest) FetchLabels

type ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest

type ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) Execute

func (ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) OrderBy

func (ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) Page

func (ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) Search

func (ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) Size

type ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest

type ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest) Execute

type ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest

type ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest) Execute

type ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest

type ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest) Execute

func (ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest) Label

type ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest

type ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest) Execute

func (ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest) Label

type ApiApiAccountsMgmtV1OrganizationsIdPatchRequest

type ApiApiAccountsMgmtV1OrganizationsIdPatchRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1OrganizationsIdPatchRequest) Execute

func (ApiApiAccountsMgmtV1OrganizationsIdPatchRequest) OrganizationPatchRequest

type ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest

type ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest) Execute

type ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest

type ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) Execute

func (ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) FetchRelatedResources

func (ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) Search

type ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest

type ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest) Execute

func (ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest) Search

type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest

type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) Execute

func (ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) OrderBy

func (ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) Page

func (ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) Search

func (ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) Size

type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest

type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) Execute

func (ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) ResourceQuotaRequest

type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest

type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest) Execute

type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest

type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest) Execute

type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest

type ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) Execute

func (ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) ResourceQuotaRequest

type ApiApiAccountsMgmtV1OrganizationsPostRequest

type ApiApiAccountsMgmtV1OrganizationsPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1OrganizationsPostRequest) Execute

func (ApiApiAccountsMgmtV1OrganizationsPostRequest) Organization

type ApiApiAccountsMgmtV1PlansGetRequest

type ApiApiAccountsMgmtV1PlansGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1PlansGetRequest) Execute

func (ApiApiAccountsMgmtV1PlansGetRequest) Page

func (ApiApiAccountsMgmtV1PlansGetRequest) Search

func (ApiApiAccountsMgmtV1PlansGetRequest) Size

type ApiApiAccountsMgmtV1PlansIdGetRequest

type ApiApiAccountsMgmtV1PlansIdGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1PlansIdGetRequest) Execute

type ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest

type ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest) Execute

type ApiApiAccountsMgmtV1PullSecretsPostRequest

type ApiApiAccountsMgmtV1PullSecretsPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1PullSecretsPostRequest) Execute

func (ApiApiAccountsMgmtV1PullSecretsPostRequest) PullSecretRequest

type ApiApiAccountsMgmtV1RegistriesGetRequest

type ApiApiAccountsMgmtV1RegistriesGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1RegistriesGetRequest) Execute

func (ApiApiAccountsMgmtV1RegistriesGetRequest) OrderBy

func (ApiApiAccountsMgmtV1RegistriesGetRequest) Page

func (ApiApiAccountsMgmtV1RegistriesGetRequest) Search

func (ApiApiAccountsMgmtV1RegistriesGetRequest) Size

type ApiApiAccountsMgmtV1RegistriesIdGetRequest

type ApiApiAccountsMgmtV1RegistriesIdGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1RegistriesIdGetRequest) Execute

type ApiApiAccountsMgmtV1RegistryCredentialsGetRequest

type ApiApiAccountsMgmtV1RegistryCredentialsGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) Execute

func (ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) OrderBy

func (ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) Page

func (ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) Search

func (ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) Size

type ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest

type ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest) Execute

type ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest

type ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest) Execute

type ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest

type ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) Execute

func (ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) RegistryCredentialPatchRequest

type ApiApiAccountsMgmtV1RegistryCredentialsPostRequest

type ApiApiAccountsMgmtV1RegistryCredentialsPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1RegistryCredentialsPostRequest) Execute

func (ApiApiAccountsMgmtV1RegistryCredentialsPostRequest) RegistryCredential

type ApiApiAccountsMgmtV1ReservedResourcesGetRequest

type ApiApiAccountsMgmtV1ReservedResourcesGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1ReservedResourcesGetRequest) Execute

func (ApiApiAccountsMgmtV1ReservedResourcesGetRequest) OrderBy

func (ApiApiAccountsMgmtV1ReservedResourcesGetRequest) Page

func (ApiApiAccountsMgmtV1ReservedResourcesGetRequest) Search

func (ApiApiAccountsMgmtV1ReservedResourcesGetRequest) Size

type ApiApiAccountsMgmtV1ResourceQuotaGetRequest

type ApiApiAccountsMgmtV1ResourceQuotaGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1ResourceQuotaGetRequest) Execute

func (ApiApiAccountsMgmtV1ResourceQuotaGetRequest) OrderBy

func (ApiApiAccountsMgmtV1ResourceQuotaGetRequest) Page

func (ApiApiAccountsMgmtV1ResourceQuotaGetRequest) Search

func (ApiApiAccountsMgmtV1ResourceQuotaGetRequest) Size

type ApiApiAccountsMgmtV1RoleBindingsGetRequest

type ApiApiAccountsMgmtV1RoleBindingsGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1RoleBindingsGetRequest) Execute

func (ApiApiAccountsMgmtV1RoleBindingsGetRequest) OrderBy

func (ApiApiAccountsMgmtV1RoleBindingsGetRequest) Page

func (ApiApiAccountsMgmtV1RoleBindingsGetRequest) Search

func (ApiApiAccountsMgmtV1RoleBindingsGetRequest) Size

type ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest

type ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest) Execute

type ApiApiAccountsMgmtV1RoleBindingsIdGetRequest

type ApiApiAccountsMgmtV1RoleBindingsIdGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1RoleBindingsIdGetRequest) Execute

type ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest

type ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest) Execute

func (ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest) RoleBindingRequest

type ApiApiAccountsMgmtV1RoleBindingsPostRequest

type ApiApiAccountsMgmtV1RoleBindingsPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1RoleBindingsPostRequest) Execute

func (ApiApiAccountsMgmtV1RoleBindingsPostRequest) RoleBindingCreateRequest

type ApiApiAccountsMgmtV1RolesGetRequest

type ApiApiAccountsMgmtV1RolesGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1RolesGetRequest) Execute

func (ApiApiAccountsMgmtV1RolesGetRequest) Page

func (ApiApiAccountsMgmtV1RolesGetRequest) Search

func (ApiApiAccountsMgmtV1RolesGetRequest) Size

type ApiApiAccountsMgmtV1RolesIdGetRequest

type ApiApiAccountsMgmtV1RolesIdGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1RolesIdGetRequest) Execute

type ApiApiAccountsMgmtV1SkuRulesGetRequest

type ApiApiAccountsMgmtV1SkuRulesGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SkuRulesGetRequest) Execute

func (ApiApiAccountsMgmtV1SkuRulesGetRequest) Search

type ApiApiAccountsMgmtV1SkuRulesIdGetRequest

type ApiApiAccountsMgmtV1SkuRulesIdGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SkuRulesIdGetRequest) Execute

type ApiApiAccountsMgmtV1SkusGetRequest

type ApiApiAccountsMgmtV1SkusGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SkusGetRequest) Execute

func (ApiApiAccountsMgmtV1SkusGetRequest) Search

type ApiApiAccountsMgmtV1SkusIdGetRequest

type ApiApiAccountsMgmtV1SkusIdGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SkusIdGetRequest) Execute

type ApiApiAccountsMgmtV1SubscriptionsGetRequest

type ApiApiAccountsMgmtV1SubscriptionsGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SubscriptionsGetRequest) Execute

func (ApiApiAccountsMgmtV1SubscriptionsGetRequest) FetchAccounts

func (ApiApiAccountsMgmtV1SubscriptionsGetRequest) FetchCapabilities

func (ApiApiAccountsMgmtV1SubscriptionsGetRequest) FetchLabels

func (ApiApiAccountsMgmtV1SubscriptionsGetRequest) Fields

func (ApiApiAccountsMgmtV1SubscriptionsGetRequest) Labels

func (ApiApiAccountsMgmtV1SubscriptionsGetRequest) OrderBy

func (ApiApiAccountsMgmtV1SubscriptionsGetRequest) Page

func (ApiApiAccountsMgmtV1SubscriptionsGetRequest) Search

func (ApiApiAccountsMgmtV1SubscriptionsGetRequest) Size

type ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest

type ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest) Execute

type ApiApiAccountsMgmtV1SubscriptionsIdGetRequest

type ApiApiAccountsMgmtV1SubscriptionsIdGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) Execute

func (ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) FetchAccounts

func (ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) FetchCapabilities

func (ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) FetchCpuAndSocket

func (ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) FetchLabels

type ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest

type ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) Execute

func (ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) OrderBy

func (ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) Page

func (ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) Search

func (ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) Size

type ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest

type ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest) Execute

type ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest

type ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest) Execute

type ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest

type ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest) Execute

func (ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest) Label

type ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest

type ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest) Execute

func (ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest) Label

type ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest

type ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest) Execute

func (ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest) NotificationRequest

type ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest

type ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest) Execute

func (ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest) SubscriptionPatchRequest

type ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest

type ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) Execute

func (ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) OrderBy

func (ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) Page

func (ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) Search

func (ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) Size

type ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest

type ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) Execute

func (ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) Page

func (ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) Size

type ApiApiAccountsMgmtV1SubscriptionsPostRequest

type ApiApiAccountsMgmtV1SubscriptionsPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SubscriptionsPostRequest) Execute

func (ApiApiAccountsMgmtV1SubscriptionsPostRequest) SubscriptionCreateRequest

type ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest

type ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest) Execute

type ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest

type ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) Execute

func (ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) Fields

func (ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) OrderBy

func (ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) Page

func (ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) Search

func (ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) Size

type ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest

type ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) Execute

func (ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) NotificationContactCreateRequest

type ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest

type ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest) Execute

type ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest

type ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest) Execute

type ApiApiAccountsMgmtV1SupportCasesPostRequest

type ApiApiAccountsMgmtV1SupportCasesPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1SupportCasesPostRequest) Execute

func (ApiApiAccountsMgmtV1SupportCasesPostRequest) SupportCasesRequest

type ApiApiAccountsMgmtV1TokenAuthorizationPostRequest

type ApiApiAccountsMgmtV1TokenAuthorizationPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) Execute

func (ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) TokenAuthorizationRequest

type ApiApiAuthorizationsV1AccessReviewPostRequest

type ApiApiAuthorizationsV1AccessReviewPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAuthorizationsV1AccessReviewPostRequest) AccessReview

func (ApiApiAuthorizationsV1AccessReviewPostRequest) Execute

type ApiApiAuthorizationsV1CapabilityReviewPostRequest

type ApiApiAuthorizationsV1CapabilityReviewPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAuthorizationsV1CapabilityReviewPostRequest) CapabilityReviewRequest

func (ApiApiAuthorizationsV1CapabilityReviewPostRequest) Execute

type ApiApiAuthorizationsV1ExportControlReviewPostRequest

type ApiApiAuthorizationsV1ExportControlReviewPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAuthorizationsV1ExportControlReviewPostRequest) Execute

func (ApiApiAuthorizationsV1ExportControlReviewPostRequest) ExportControlReviewRequest

type ApiApiAuthorizationsV1ResourceReviewPostRequest

type ApiApiAuthorizationsV1ResourceReviewPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAuthorizationsV1ResourceReviewPostRequest) Execute

func (ApiApiAuthorizationsV1ResourceReviewPostRequest) ResourceReviewRequest

type ApiApiAuthorizationsV1SelfAccessReviewPostRequest

type ApiApiAuthorizationsV1SelfAccessReviewPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAuthorizationsV1SelfAccessReviewPostRequest) Execute

func (ApiApiAuthorizationsV1SelfAccessReviewPostRequest) SelfAccessReview

type ApiApiAuthorizationsV1SelfResourceReviewPostRequest

type ApiApiAuthorizationsV1SelfResourceReviewPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAuthorizationsV1SelfResourceReviewPostRequest) Execute

func (ApiApiAuthorizationsV1SelfResourceReviewPostRequest) SelfResourceReviewRequest

type ApiApiAuthorizationsV1SelfTermsReviewPostRequest

type ApiApiAuthorizationsV1SelfTermsReviewPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAuthorizationsV1SelfTermsReviewPostRequest) Execute

func (ApiApiAuthorizationsV1SelfTermsReviewPostRequest) SelfTermsReview

type ApiApiAuthorizationsV1TermsReviewPostRequest

type ApiApiAuthorizationsV1TermsReviewPostRequest struct {
	ApiService DefaultApi
	// contains filtered or unexported fields
}

func (ApiApiAuthorizationsV1TermsReviewPostRequest) Execute

func (ApiApiAuthorizationsV1TermsReviewPostRequest) TermsReview

type BasicAuth

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type Capability

type Capability struct {
	Href      *string `json:"href,omitempty"`
	Id        *string `json:"id,omitempty"`
	Kind      *string `json:"kind,omitempty"`
	Inherited bool    `json:"inherited"`
	Name      string  `json:"name"`
	Value     string  `json:"value"`
}

Capability struct for Capability

func NewCapability

func NewCapability(inherited bool, name string, value string) *Capability

NewCapability instantiates a new Capability 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 NewCapabilityWithDefaults

func NewCapabilityWithDefaults() *Capability

NewCapabilityWithDefaults instantiates a new Capability 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 (*Capability) GetHref

func (o *Capability) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*Capability) GetHrefOk

func (o *Capability) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Capability) GetId

func (o *Capability) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Capability) GetIdOk

func (o *Capability) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Capability) GetInherited

func (o *Capability) GetInherited() bool

GetInherited returns the Inherited field value

func (*Capability) GetInheritedOk

func (o *Capability) GetInheritedOk() (*bool, bool)

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

func (*Capability) GetKind

func (o *Capability) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*Capability) GetKindOk

func (o *Capability) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Capability) GetName

func (o *Capability) GetName() string

GetName returns the Name field value

func (*Capability) GetNameOk

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

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

func (*Capability) GetValue

func (o *Capability) GetValue() string

GetValue returns the Value field value

func (*Capability) GetValueOk

func (o *Capability) GetValueOk() (*string, bool)

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

func (*Capability) HasHref

func (o *Capability) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*Capability) HasId

func (o *Capability) HasId() bool

HasId returns a boolean if a field has been set.

func (*Capability) HasKind

func (o *Capability) HasKind() bool

HasKind returns a boolean if a field has been set.

func (Capability) MarshalJSON

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

func (*Capability) SetHref

func (o *Capability) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*Capability) SetId

func (o *Capability) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Capability) SetInherited

func (o *Capability) SetInherited(v bool)

SetInherited sets field value

func (*Capability) SetKind

func (o *Capability) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*Capability) SetName

func (o *Capability) SetName(v string)

SetName sets field value

func (*Capability) SetValue

func (o *Capability) SetValue(v string)

SetValue sets field value

type CapabilityAllOf

type CapabilityAllOf struct {
	Inherited bool   `json:"inherited"`
	Name      string `json:"name"`
	Value     string `json:"value"`
}

CapabilityAllOf struct for CapabilityAllOf

func NewCapabilityAllOf

func NewCapabilityAllOf(inherited bool, name string, value string) *CapabilityAllOf

NewCapabilityAllOf instantiates a new CapabilityAllOf 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 NewCapabilityAllOfWithDefaults

func NewCapabilityAllOfWithDefaults() *CapabilityAllOf

NewCapabilityAllOfWithDefaults instantiates a new CapabilityAllOf 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 (*CapabilityAllOf) GetInherited

func (o *CapabilityAllOf) GetInherited() bool

GetInherited returns the Inherited field value

func (*CapabilityAllOf) GetInheritedOk

func (o *CapabilityAllOf) GetInheritedOk() (*bool, bool)

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

func (*CapabilityAllOf) GetName

func (o *CapabilityAllOf) GetName() string

GetName returns the Name field value

func (*CapabilityAllOf) GetNameOk

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

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

func (*CapabilityAllOf) GetValue

func (o *CapabilityAllOf) GetValue() string

GetValue returns the Value field value

func (*CapabilityAllOf) GetValueOk

func (o *CapabilityAllOf) GetValueOk() (*string, bool)

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

func (CapabilityAllOf) MarshalJSON

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

func (*CapabilityAllOf) SetInherited

func (o *CapabilityAllOf) SetInherited(v bool)

SetInherited sets field value

func (*CapabilityAllOf) SetName

func (o *CapabilityAllOf) SetName(v string)

SetName sets field value

func (*CapabilityAllOf) SetValue

func (o *CapabilityAllOf) SetValue(v string)

SetValue sets field value

type CapabilityReview

type CapabilityReview struct {
	Result string `json:"result"`
}

CapabilityReview struct for CapabilityReview

func NewCapabilityReview

func NewCapabilityReview(result string) *CapabilityReview

NewCapabilityReview instantiates a new CapabilityReview 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 NewCapabilityReviewWithDefaults

func NewCapabilityReviewWithDefaults() *CapabilityReview

NewCapabilityReviewWithDefaults instantiates a new CapabilityReview 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 (*CapabilityReview) GetResult

func (o *CapabilityReview) GetResult() string

GetResult returns the Result field value

func (*CapabilityReview) GetResultOk

func (o *CapabilityReview) GetResultOk() (*string, bool)

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

func (CapabilityReview) MarshalJSON

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

func (*CapabilityReview) SetResult

func (o *CapabilityReview) SetResult(v string)

SetResult sets field value

type CapabilityReviewRequest

type CapabilityReviewRequest struct {
	AccountUsername string  `json:"account_username"`
	Capability      string  `json:"capability"`
	ClusterId       *string `json:"cluster_id,omitempty"`
	OrganizationId  *string `json:"organization_id,omitempty"`
	SubscriptionId  *string `json:"subscription_id,omitempty"`
	Type            string  `json:"type"`
}

CapabilityReviewRequest struct for CapabilityReviewRequest

func NewCapabilityReviewRequest

func NewCapabilityReviewRequest(accountUsername string, capability string, type_ string) *CapabilityReviewRequest

NewCapabilityReviewRequest instantiates a new CapabilityReviewRequest 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 NewCapabilityReviewRequestWithDefaults

func NewCapabilityReviewRequestWithDefaults() *CapabilityReviewRequest

NewCapabilityReviewRequestWithDefaults instantiates a new CapabilityReviewRequest 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 (*CapabilityReviewRequest) GetAccountUsername

func (o *CapabilityReviewRequest) GetAccountUsername() string

GetAccountUsername returns the AccountUsername field value

func (*CapabilityReviewRequest) GetAccountUsernameOk

func (o *CapabilityReviewRequest) GetAccountUsernameOk() (*string, bool)

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

func (*CapabilityReviewRequest) GetCapability

func (o *CapabilityReviewRequest) GetCapability() string

GetCapability returns the Capability field value

func (*CapabilityReviewRequest) GetCapabilityOk

func (o *CapabilityReviewRequest) GetCapabilityOk() (*string, bool)

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

func (*CapabilityReviewRequest) GetClusterId

func (o *CapabilityReviewRequest) GetClusterId() string

GetClusterId returns the ClusterId field value if set, zero value otherwise.

func (*CapabilityReviewRequest) GetClusterIdOk

func (o *CapabilityReviewRequest) GetClusterIdOk() (*string, bool)

GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CapabilityReviewRequest) GetOrganizationId

func (o *CapabilityReviewRequest) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*CapabilityReviewRequest) GetOrganizationIdOk

func (o *CapabilityReviewRequest) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CapabilityReviewRequest) GetSubscriptionId

func (o *CapabilityReviewRequest) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.

func (*CapabilityReviewRequest) GetSubscriptionIdOk

func (o *CapabilityReviewRequest) GetSubscriptionIdOk() (*string, bool)

GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CapabilityReviewRequest) GetType

func (o *CapabilityReviewRequest) GetType() string

GetType returns the Type field value

func (*CapabilityReviewRequest) GetTypeOk

func (o *CapabilityReviewRequest) GetTypeOk() (*string, bool)

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

func (*CapabilityReviewRequest) HasClusterId

func (o *CapabilityReviewRequest) HasClusterId() bool

HasClusterId returns a boolean if a field has been set.

func (*CapabilityReviewRequest) HasOrganizationId

func (o *CapabilityReviewRequest) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*CapabilityReviewRequest) HasSubscriptionId

func (o *CapabilityReviewRequest) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

func (CapabilityReviewRequest) MarshalJSON

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

func (*CapabilityReviewRequest) SetAccountUsername

func (o *CapabilityReviewRequest) SetAccountUsername(v string)

SetAccountUsername sets field value

func (*CapabilityReviewRequest) SetCapability

func (o *CapabilityReviewRequest) SetCapability(v string)

SetCapability sets field value

func (*CapabilityReviewRequest) SetClusterId

func (o *CapabilityReviewRequest) SetClusterId(v string)

SetClusterId gets a reference to the given string and assigns it to the ClusterId field.

func (*CapabilityReviewRequest) SetOrganizationId

func (o *CapabilityReviewRequest) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*CapabilityReviewRequest) SetSubscriptionId

func (o *CapabilityReviewRequest) SetSubscriptionId(v string)

SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.

func (*CapabilityReviewRequest) SetType

func (o *CapabilityReviewRequest) SetType(v string)

SetType sets field value

type ClusterAuthorizationRequest

type ClusterAuthorizationRequest struct {
	AccountUsername   string              `json:"account_username"`
	AvailabilityZone  *string             `json:"availability_zone,omitempty"`
	Byoc              *bool               `json:"byoc,omitempty"`
	CloudAccountId    *string             `json:"cloud_account_id,omitempty"`
	CloudProviderId   *string             `json:"cloud_provider_id,omitempty"`
	ClusterId         string              `json:"cluster_id"`
	Disconnected      *bool               `json:"disconnected,omitempty"`
	DisplayName       *string             `json:"display_name,omitempty"`
	ExternalClusterId *string             `json:"external_cluster_id,omitempty"`
	Managed           *bool               `json:"managed,omitempty"`
	ProductCategory   *string             `json:"product_category,omitempty"`
	ProductId         *string             `json:"product_id,omitempty"`
	Reserve           *bool               `json:"reserve,omitempty"`
	Resources         *[]ReservedResource `json:"resources,omitempty"`
}

ClusterAuthorizationRequest struct for ClusterAuthorizationRequest

func NewClusterAuthorizationRequest

func NewClusterAuthorizationRequest(accountUsername string, clusterId string) *ClusterAuthorizationRequest

NewClusterAuthorizationRequest instantiates a new ClusterAuthorizationRequest 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 NewClusterAuthorizationRequestWithDefaults

func NewClusterAuthorizationRequestWithDefaults() *ClusterAuthorizationRequest

NewClusterAuthorizationRequestWithDefaults instantiates a new ClusterAuthorizationRequest 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 (*ClusterAuthorizationRequest) GetAccountUsername

func (o *ClusterAuthorizationRequest) GetAccountUsername() string

GetAccountUsername returns the AccountUsername field value

func (*ClusterAuthorizationRequest) GetAccountUsernameOk

func (o *ClusterAuthorizationRequest) GetAccountUsernameOk() (*string, bool)

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

func (*ClusterAuthorizationRequest) GetAvailabilityZone

func (o *ClusterAuthorizationRequest) GetAvailabilityZone() string

GetAvailabilityZone returns the AvailabilityZone field value if set, zero value otherwise.

func (*ClusterAuthorizationRequest) GetAvailabilityZoneOk

func (o *ClusterAuthorizationRequest) GetAvailabilityZoneOk() (*string, bool)

GetAvailabilityZoneOk returns a tuple with the AvailabilityZone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterAuthorizationRequest) GetByoc

func (o *ClusterAuthorizationRequest) GetByoc() bool

GetByoc returns the Byoc field value if set, zero value otherwise.

func (*ClusterAuthorizationRequest) GetByocOk

func (o *ClusterAuthorizationRequest) GetByocOk() (*bool, bool)

GetByocOk returns a tuple with the Byoc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterAuthorizationRequest) GetCloudAccountId

func (o *ClusterAuthorizationRequest) GetCloudAccountId() string

GetCloudAccountId returns the CloudAccountId field value if set, zero value otherwise.

func (*ClusterAuthorizationRequest) GetCloudAccountIdOk

func (o *ClusterAuthorizationRequest) GetCloudAccountIdOk() (*string, bool)

GetCloudAccountIdOk returns a tuple with the CloudAccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterAuthorizationRequest) GetCloudProviderId

func (o *ClusterAuthorizationRequest) GetCloudProviderId() string

GetCloudProviderId returns the CloudProviderId field value if set, zero value otherwise.

func (*ClusterAuthorizationRequest) GetCloudProviderIdOk

func (o *ClusterAuthorizationRequest) GetCloudProviderIdOk() (*string, bool)

GetCloudProviderIdOk returns a tuple with the CloudProviderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterAuthorizationRequest) GetClusterId

func (o *ClusterAuthorizationRequest) GetClusterId() string

GetClusterId returns the ClusterId field value

func (*ClusterAuthorizationRequest) GetClusterIdOk

func (o *ClusterAuthorizationRequest) GetClusterIdOk() (*string, bool)

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

func (*ClusterAuthorizationRequest) GetDisconnected

func (o *ClusterAuthorizationRequest) GetDisconnected() bool

GetDisconnected returns the Disconnected field value if set, zero value otherwise.

func (*ClusterAuthorizationRequest) GetDisconnectedOk

func (o *ClusterAuthorizationRequest) GetDisconnectedOk() (*bool, bool)

GetDisconnectedOk returns a tuple with the Disconnected field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterAuthorizationRequest) GetDisplayName

func (o *ClusterAuthorizationRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*ClusterAuthorizationRequest) GetDisplayNameOk

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

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

func (*ClusterAuthorizationRequest) GetExternalClusterId

func (o *ClusterAuthorizationRequest) GetExternalClusterId() string

GetExternalClusterId returns the ExternalClusterId field value if set, zero value otherwise.

func (*ClusterAuthorizationRequest) GetExternalClusterIdOk

func (o *ClusterAuthorizationRequest) GetExternalClusterIdOk() (*string, bool)

GetExternalClusterIdOk returns a tuple with the ExternalClusterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterAuthorizationRequest) GetManaged

func (o *ClusterAuthorizationRequest) GetManaged() bool

GetManaged returns the Managed field value if set, zero value otherwise.

func (*ClusterAuthorizationRequest) GetManagedOk

func (o *ClusterAuthorizationRequest) GetManagedOk() (*bool, bool)

GetManagedOk returns a tuple with the Managed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterAuthorizationRequest) GetProductCategory

func (o *ClusterAuthorizationRequest) GetProductCategory() string

GetProductCategory returns the ProductCategory field value if set, zero value otherwise.

func (*ClusterAuthorizationRequest) GetProductCategoryOk

func (o *ClusterAuthorizationRequest) GetProductCategoryOk() (*string, bool)

GetProductCategoryOk returns a tuple with the ProductCategory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterAuthorizationRequest) GetProductId

func (o *ClusterAuthorizationRequest) GetProductId() string

GetProductId returns the ProductId field value if set, zero value otherwise.

func (*ClusterAuthorizationRequest) GetProductIdOk

func (o *ClusterAuthorizationRequest) GetProductIdOk() (*string, bool)

GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterAuthorizationRequest) GetReserve

func (o *ClusterAuthorizationRequest) GetReserve() bool

GetReserve returns the Reserve field value if set, zero value otherwise.

func (*ClusterAuthorizationRequest) GetReserveOk

func (o *ClusterAuthorizationRequest) GetReserveOk() (*bool, bool)

GetReserveOk returns a tuple with the Reserve field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterAuthorizationRequest) GetResources

func (o *ClusterAuthorizationRequest) GetResources() []ReservedResource

GetResources returns the Resources field value if set, zero value otherwise.

func (*ClusterAuthorizationRequest) GetResourcesOk

func (o *ClusterAuthorizationRequest) GetResourcesOk() (*[]ReservedResource, bool)

GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterAuthorizationRequest) HasAvailabilityZone

func (o *ClusterAuthorizationRequest) HasAvailabilityZone() bool

HasAvailabilityZone returns a boolean if a field has been set.

func (*ClusterAuthorizationRequest) HasByoc

func (o *ClusterAuthorizationRequest) HasByoc() bool

HasByoc returns a boolean if a field has been set.

func (*ClusterAuthorizationRequest) HasCloudAccountId

func (o *ClusterAuthorizationRequest) HasCloudAccountId() bool

HasCloudAccountId returns a boolean if a field has been set.

func (*ClusterAuthorizationRequest) HasCloudProviderId

func (o *ClusterAuthorizationRequest) HasCloudProviderId() bool

HasCloudProviderId returns a boolean if a field has been set.

func (*ClusterAuthorizationRequest) HasDisconnected

func (o *ClusterAuthorizationRequest) HasDisconnected() bool

HasDisconnected returns a boolean if a field has been set.

func (*ClusterAuthorizationRequest) HasDisplayName

func (o *ClusterAuthorizationRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*ClusterAuthorizationRequest) HasExternalClusterId

func (o *ClusterAuthorizationRequest) HasExternalClusterId() bool

HasExternalClusterId returns a boolean if a field has been set.

func (*ClusterAuthorizationRequest) HasManaged

func (o *ClusterAuthorizationRequest) HasManaged() bool

HasManaged returns a boolean if a field has been set.

func (*ClusterAuthorizationRequest) HasProductCategory

func (o *ClusterAuthorizationRequest) HasProductCategory() bool

HasProductCategory returns a boolean if a field has been set.

func (*ClusterAuthorizationRequest) HasProductId

func (o *ClusterAuthorizationRequest) HasProductId() bool

HasProductId returns a boolean if a field has been set.

func (*ClusterAuthorizationRequest) HasReserve

func (o *ClusterAuthorizationRequest) HasReserve() bool

HasReserve returns a boolean if a field has been set.

func (*ClusterAuthorizationRequest) HasResources

func (o *ClusterAuthorizationRequest) HasResources() bool

HasResources returns a boolean if a field has been set.

func (ClusterAuthorizationRequest) MarshalJSON

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

func (*ClusterAuthorizationRequest) SetAccountUsername

func (o *ClusterAuthorizationRequest) SetAccountUsername(v string)

SetAccountUsername sets field value

func (*ClusterAuthorizationRequest) SetAvailabilityZone

func (o *ClusterAuthorizationRequest) SetAvailabilityZone(v string)

SetAvailabilityZone gets a reference to the given string and assigns it to the AvailabilityZone field.

func (*ClusterAuthorizationRequest) SetByoc

func (o *ClusterAuthorizationRequest) SetByoc(v bool)

SetByoc gets a reference to the given bool and assigns it to the Byoc field.

func (*ClusterAuthorizationRequest) SetCloudAccountId

func (o *ClusterAuthorizationRequest) SetCloudAccountId(v string)

SetCloudAccountId gets a reference to the given string and assigns it to the CloudAccountId field.

func (*ClusterAuthorizationRequest) SetCloudProviderId

func (o *ClusterAuthorizationRequest) SetCloudProviderId(v string)

SetCloudProviderId gets a reference to the given string and assigns it to the CloudProviderId field.

func (*ClusterAuthorizationRequest) SetClusterId

func (o *ClusterAuthorizationRequest) SetClusterId(v string)

SetClusterId sets field value

func (*ClusterAuthorizationRequest) SetDisconnected

func (o *ClusterAuthorizationRequest) SetDisconnected(v bool)

SetDisconnected gets a reference to the given bool and assigns it to the Disconnected field.

func (*ClusterAuthorizationRequest) SetDisplayName

func (o *ClusterAuthorizationRequest) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*ClusterAuthorizationRequest) SetExternalClusterId

func (o *ClusterAuthorizationRequest) SetExternalClusterId(v string)

SetExternalClusterId gets a reference to the given string and assigns it to the ExternalClusterId field.

func (*ClusterAuthorizationRequest) SetManaged

func (o *ClusterAuthorizationRequest) SetManaged(v bool)

SetManaged gets a reference to the given bool and assigns it to the Managed field.

func (*ClusterAuthorizationRequest) SetProductCategory

func (o *ClusterAuthorizationRequest) SetProductCategory(v string)

SetProductCategory gets a reference to the given string and assigns it to the ProductCategory field.

func (*ClusterAuthorizationRequest) SetProductId

func (o *ClusterAuthorizationRequest) SetProductId(v string)

SetProductId gets a reference to the given string and assigns it to the ProductId field.

func (*ClusterAuthorizationRequest) SetReserve

func (o *ClusterAuthorizationRequest) SetReserve(v bool)

SetReserve gets a reference to the given bool and assigns it to the Reserve field.

func (*ClusterAuthorizationRequest) SetResources

func (o *ClusterAuthorizationRequest) SetResources(v []ReservedResource)

SetResources gets a reference to the given []ReservedResource and assigns it to the Resources field.

type ClusterAuthorizationResponse

type ClusterAuthorizationResponse struct {
	Allowed         bool             `json:"allowed"`
	ExcessResources []ExcessResource `json:"excess_resources"`
	OrganizationId  *string          `json:"organization_id,omitempty"`
	Subscription    *ObjectReference `json:"subscription,omitempty"`
}

ClusterAuthorizationResponse struct for ClusterAuthorizationResponse

func NewClusterAuthorizationResponse

func NewClusterAuthorizationResponse(allowed bool, excessResources []ExcessResource) *ClusterAuthorizationResponse

NewClusterAuthorizationResponse instantiates a new ClusterAuthorizationResponse 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 NewClusterAuthorizationResponseWithDefaults

func NewClusterAuthorizationResponseWithDefaults() *ClusterAuthorizationResponse

NewClusterAuthorizationResponseWithDefaults instantiates a new ClusterAuthorizationResponse 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 (*ClusterAuthorizationResponse) GetAllowed

func (o *ClusterAuthorizationResponse) GetAllowed() bool

GetAllowed returns the Allowed field value

func (*ClusterAuthorizationResponse) GetAllowedOk

func (o *ClusterAuthorizationResponse) GetAllowedOk() (*bool, bool)

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

func (*ClusterAuthorizationResponse) GetExcessResources

func (o *ClusterAuthorizationResponse) GetExcessResources() []ExcessResource

GetExcessResources returns the ExcessResources field value

func (*ClusterAuthorizationResponse) GetExcessResourcesOk

func (o *ClusterAuthorizationResponse) GetExcessResourcesOk() (*[]ExcessResource, bool)

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

func (*ClusterAuthorizationResponse) GetOrganizationId

func (o *ClusterAuthorizationResponse) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*ClusterAuthorizationResponse) GetOrganizationIdOk

func (o *ClusterAuthorizationResponse) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterAuthorizationResponse) GetSubscription

func (o *ClusterAuthorizationResponse) GetSubscription() ObjectReference

GetSubscription returns the Subscription field value if set, zero value otherwise.

func (*ClusterAuthorizationResponse) GetSubscriptionOk

func (o *ClusterAuthorizationResponse) GetSubscriptionOk() (*ObjectReference, bool)

GetSubscriptionOk returns a tuple with the Subscription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterAuthorizationResponse) HasOrganizationId

func (o *ClusterAuthorizationResponse) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*ClusterAuthorizationResponse) HasSubscription

func (o *ClusterAuthorizationResponse) HasSubscription() bool

HasSubscription returns a boolean if a field has been set.

func (ClusterAuthorizationResponse) MarshalJSON

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

func (*ClusterAuthorizationResponse) SetAllowed

func (o *ClusterAuthorizationResponse) SetAllowed(v bool)

SetAllowed sets field value

func (*ClusterAuthorizationResponse) SetExcessResources

func (o *ClusterAuthorizationResponse) SetExcessResources(v []ExcessResource)

SetExcessResources sets field value

func (*ClusterAuthorizationResponse) SetOrganizationId

func (o *ClusterAuthorizationResponse) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*ClusterAuthorizationResponse) SetSubscription

func (o *ClusterAuthorizationResponse) SetSubscription(v ObjectReference)

SetSubscription gets a reference to the given ObjectReference and assigns it to the Subscription field.

type ClusterMetricsNodes

type ClusterMetricsNodes struct {
	Compute *float64 `json:"compute,omitempty"`
	Infra   *float64 `json:"infra,omitempty"`
	Master  *float64 `json:"master,omitempty"`
	Total   *float64 `json:"total,omitempty"`
}

ClusterMetricsNodes struct for ClusterMetricsNodes

func NewClusterMetricsNodes

func NewClusterMetricsNodes() *ClusterMetricsNodes

NewClusterMetricsNodes instantiates a new ClusterMetricsNodes 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 NewClusterMetricsNodesWithDefaults

func NewClusterMetricsNodesWithDefaults() *ClusterMetricsNodes

NewClusterMetricsNodesWithDefaults instantiates a new ClusterMetricsNodes 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 (*ClusterMetricsNodes) GetCompute

func (o *ClusterMetricsNodes) GetCompute() float64

GetCompute returns the Compute field value if set, zero value otherwise.

func (*ClusterMetricsNodes) GetComputeOk

func (o *ClusterMetricsNodes) GetComputeOk() (*float64, bool)

GetComputeOk returns a tuple with the Compute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterMetricsNodes) GetInfra

func (o *ClusterMetricsNodes) GetInfra() float64

GetInfra returns the Infra field value if set, zero value otherwise.

func (*ClusterMetricsNodes) GetInfraOk

func (o *ClusterMetricsNodes) GetInfraOk() (*float64, bool)

GetInfraOk returns a tuple with the Infra field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterMetricsNodes) GetMaster

func (o *ClusterMetricsNodes) GetMaster() float64

GetMaster returns the Master field value if set, zero value otherwise.

func (*ClusterMetricsNodes) GetMasterOk

func (o *ClusterMetricsNodes) GetMasterOk() (*float64, bool)

GetMasterOk returns a tuple with the Master field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterMetricsNodes) GetTotal

func (o *ClusterMetricsNodes) GetTotal() float64

GetTotal returns the Total field value if set, zero value otherwise.

func (*ClusterMetricsNodes) GetTotalOk

func (o *ClusterMetricsNodes) GetTotalOk() (*float64, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterMetricsNodes) HasCompute

func (o *ClusterMetricsNodes) HasCompute() bool

HasCompute returns a boolean if a field has been set.

func (*ClusterMetricsNodes) HasInfra

func (o *ClusterMetricsNodes) HasInfra() bool

HasInfra returns a boolean if a field has been set.

func (*ClusterMetricsNodes) HasMaster

func (o *ClusterMetricsNodes) HasMaster() bool

HasMaster returns a boolean if a field has been set.

func (*ClusterMetricsNodes) HasTotal

func (o *ClusterMetricsNodes) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (ClusterMetricsNodes) MarshalJSON

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

func (*ClusterMetricsNodes) SetCompute

func (o *ClusterMetricsNodes) SetCompute(v float64)

SetCompute gets a reference to the given float64 and assigns it to the Compute field.

func (*ClusterMetricsNodes) SetInfra

func (o *ClusterMetricsNodes) SetInfra(v float64)

SetInfra gets a reference to the given float64 and assigns it to the Infra field.

func (*ClusterMetricsNodes) SetMaster

func (o *ClusterMetricsNodes) SetMaster(v float64)

SetMaster gets a reference to the given float64 and assigns it to the Master field.

func (*ClusterMetricsNodes) SetTotal

func (o *ClusterMetricsNodes) SetTotal(v float64)

SetTotal gets a reference to the given float64 and assigns it to the Total field.

type ClusterRegistrationRequest

type ClusterRegistrationRequest struct {
	AuthorizationToken *string `json:"authorization_token,omitempty"`
	ClusterId          *string `json:"cluster_id,omitempty"`
}

ClusterRegistrationRequest struct for ClusterRegistrationRequest

func NewClusterRegistrationRequest

func NewClusterRegistrationRequest() *ClusterRegistrationRequest

NewClusterRegistrationRequest instantiates a new ClusterRegistrationRequest 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 NewClusterRegistrationRequestWithDefaults

func NewClusterRegistrationRequestWithDefaults() *ClusterRegistrationRequest

NewClusterRegistrationRequestWithDefaults instantiates a new ClusterRegistrationRequest 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 (*ClusterRegistrationRequest) GetAuthorizationToken

func (o *ClusterRegistrationRequest) GetAuthorizationToken() string

GetAuthorizationToken returns the AuthorizationToken field value if set, zero value otherwise.

func (*ClusterRegistrationRequest) GetAuthorizationTokenOk

func (o *ClusterRegistrationRequest) GetAuthorizationTokenOk() (*string, bool)

GetAuthorizationTokenOk returns a tuple with the AuthorizationToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterRegistrationRequest) GetClusterId

func (o *ClusterRegistrationRequest) GetClusterId() string

GetClusterId returns the ClusterId field value if set, zero value otherwise.

func (*ClusterRegistrationRequest) GetClusterIdOk

func (o *ClusterRegistrationRequest) GetClusterIdOk() (*string, bool)

GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterRegistrationRequest) HasAuthorizationToken

func (o *ClusterRegistrationRequest) HasAuthorizationToken() bool

HasAuthorizationToken returns a boolean if a field has been set.

func (*ClusterRegistrationRequest) HasClusterId

func (o *ClusterRegistrationRequest) HasClusterId() bool

HasClusterId returns a boolean if a field has been set.

func (ClusterRegistrationRequest) MarshalJSON

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

func (*ClusterRegistrationRequest) SetAuthorizationToken

func (o *ClusterRegistrationRequest) SetAuthorizationToken(v string)

SetAuthorizationToken gets a reference to the given string and assigns it to the AuthorizationToken field.

func (*ClusterRegistrationRequest) SetClusterId

func (o *ClusterRegistrationRequest) SetClusterId(v string)

SetClusterId gets a reference to the given string and assigns it to the ClusterId field.

type ClusterRegistrationResponse

type ClusterRegistrationResponse struct {
	AccountId          *string `json:"account_id,omitempty"`
	AuthorizationToken *string `json:"authorization_token,omitempty"`
	ClusterId          *string `json:"cluster_id,omitempty"`
	// Cluster Registration expiration in Unix time
	ExpiresAt *string `json:"expires_at,omitempty"`
}

ClusterRegistrationResponse struct for ClusterRegistrationResponse

func NewClusterRegistrationResponse

func NewClusterRegistrationResponse() *ClusterRegistrationResponse

NewClusterRegistrationResponse instantiates a new ClusterRegistrationResponse 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 NewClusterRegistrationResponseWithDefaults

func NewClusterRegistrationResponseWithDefaults() *ClusterRegistrationResponse

NewClusterRegistrationResponseWithDefaults instantiates a new ClusterRegistrationResponse 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 (*ClusterRegistrationResponse) GetAccountId

func (o *ClusterRegistrationResponse) GetAccountId() string

GetAccountId returns the AccountId field value if set, zero value otherwise.

func (*ClusterRegistrationResponse) GetAccountIdOk

func (o *ClusterRegistrationResponse) GetAccountIdOk() (*string, bool)

GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterRegistrationResponse) GetAuthorizationToken

func (o *ClusterRegistrationResponse) GetAuthorizationToken() string

GetAuthorizationToken returns the AuthorizationToken field value if set, zero value otherwise.

func (*ClusterRegistrationResponse) GetAuthorizationTokenOk

func (o *ClusterRegistrationResponse) GetAuthorizationTokenOk() (*string, bool)

GetAuthorizationTokenOk returns a tuple with the AuthorizationToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterRegistrationResponse) GetClusterId

func (o *ClusterRegistrationResponse) GetClusterId() string

GetClusterId returns the ClusterId field value if set, zero value otherwise.

func (*ClusterRegistrationResponse) GetClusterIdOk

func (o *ClusterRegistrationResponse) GetClusterIdOk() (*string, bool)

GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterRegistrationResponse) GetExpiresAt

func (o *ClusterRegistrationResponse) GetExpiresAt() string

GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise.

func (*ClusterRegistrationResponse) GetExpiresAtOk

func (o *ClusterRegistrationResponse) GetExpiresAtOk() (*string, bool)

GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterRegistrationResponse) HasAccountId

func (o *ClusterRegistrationResponse) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

func (*ClusterRegistrationResponse) HasAuthorizationToken

func (o *ClusterRegistrationResponse) HasAuthorizationToken() bool

HasAuthorizationToken returns a boolean if a field has been set.

func (*ClusterRegistrationResponse) HasClusterId

func (o *ClusterRegistrationResponse) HasClusterId() bool

HasClusterId returns a boolean if a field has been set.

func (*ClusterRegistrationResponse) HasExpiresAt

func (o *ClusterRegistrationResponse) HasExpiresAt() bool

HasExpiresAt returns a boolean if a field has been set.

func (ClusterRegistrationResponse) MarshalJSON

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

func (*ClusterRegistrationResponse) SetAccountId

func (o *ClusterRegistrationResponse) SetAccountId(v string)

SetAccountId gets a reference to the given string and assigns it to the AccountId field.

func (*ClusterRegistrationResponse) SetAuthorizationToken

func (o *ClusterRegistrationResponse) SetAuthorizationToken(v string)

SetAuthorizationToken gets a reference to the given string and assigns it to the AuthorizationToken field.

func (*ClusterRegistrationResponse) SetClusterId

func (o *ClusterRegistrationResponse) SetClusterId(v string)

SetClusterId gets a reference to the given string and assigns it to the ClusterId field.

func (*ClusterRegistrationResponse) SetExpiresAt

func (o *ClusterRegistrationResponse) SetExpiresAt(v string)

SetExpiresAt gets a reference to the given string and assigns it to the ExpiresAt field.

type ClusterResource

type ClusterResource struct {
	Total            ClusterResourceTotal `json:"total"`
	UpdatedTimestamp time.Time            `json:"updated_timestamp"`
	Used             ClusterResourceTotal `json:"used"`
}

ClusterResource struct for ClusterResource

func NewClusterResource

func NewClusterResource(total ClusterResourceTotal, updatedTimestamp time.Time, used ClusterResourceTotal) *ClusterResource

NewClusterResource instantiates a new ClusterResource 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 NewClusterResourceWithDefaults

func NewClusterResourceWithDefaults() *ClusterResource

NewClusterResourceWithDefaults instantiates a new ClusterResource 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 (*ClusterResource) GetTotal

func (o *ClusterResource) GetTotal() ClusterResourceTotal

GetTotal returns the Total field value

func (*ClusterResource) GetTotalOk

func (o *ClusterResource) GetTotalOk() (*ClusterResourceTotal, bool)

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

func (*ClusterResource) GetUpdatedTimestamp

func (o *ClusterResource) GetUpdatedTimestamp() time.Time

GetUpdatedTimestamp returns the UpdatedTimestamp field value

func (*ClusterResource) GetUpdatedTimestampOk

func (o *ClusterResource) GetUpdatedTimestampOk() (*time.Time, bool)

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

func (*ClusterResource) GetUsed

GetUsed returns the Used field value

func (*ClusterResource) GetUsedOk

func (o *ClusterResource) GetUsedOk() (*ClusterResourceTotal, bool)

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

func (ClusterResource) MarshalJSON

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

func (*ClusterResource) SetTotal

func (o *ClusterResource) SetTotal(v ClusterResourceTotal)

SetTotal sets field value

func (*ClusterResource) SetUpdatedTimestamp

func (o *ClusterResource) SetUpdatedTimestamp(v time.Time)

SetUpdatedTimestamp sets field value

func (*ClusterResource) SetUsed

func (o *ClusterResource) SetUsed(v ClusterResourceTotal)

SetUsed sets field value

type ClusterResourceTotal

type ClusterResourceTotal struct {
	Unit  string  `json:"unit"`
	Value float64 `json:"value"`
}

ClusterResourceTotal struct for ClusterResourceTotal

func NewClusterResourceTotal

func NewClusterResourceTotal(unit string, value float64) *ClusterResourceTotal

NewClusterResourceTotal instantiates a new ClusterResourceTotal 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 NewClusterResourceTotalWithDefaults

func NewClusterResourceTotalWithDefaults() *ClusterResourceTotal

NewClusterResourceTotalWithDefaults instantiates a new ClusterResourceTotal 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 (*ClusterResourceTotal) GetUnit

func (o *ClusterResourceTotal) GetUnit() string

GetUnit returns the Unit field value

func (*ClusterResourceTotal) GetUnitOk

func (o *ClusterResourceTotal) GetUnitOk() (*string, bool)

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

func (*ClusterResourceTotal) GetValue

func (o *ClusterResourceTotal) GetValue() float64

GetValue returns the Value field value

func (*ClusterResourceTotal) GetValueOk

func (o *ClusterResourceTotal) GetValueOk() (*float64, bool)

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

func (ClusterResourceTotal) MarshalJSON

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

func (*ClusterResourceTotal) SetUnit

func (o *ClusterResourceTotal) SetUnit(v string)

SetUnit sets field value

func (*ClusterResourceTotal) SetValue

func (o *ClusterResourceTotal) SetValue(v float64)

SetValue sets field value

type ClusterUpgrade

type ClusterUpgrade struct {
	Available        *bool      `json:"available,omitempty"`
	State            *string    `json:"state,omitempty"`
	UpdatedTimestamp *time.Time `json:"updated_timestamp,omitempty"`
	Version          *string    `json:"version,omitempty"`
}

ClusterUpgrade struct for ClusterUpgrade

func NewClusterUpgrade

func NewClusterUpgrade() *ClusterUpgrade

NewClusterUpgrade instantiates a new ClusterUpgrade 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 NewClusterUpgradeWithDefaults

func NewClusterUpgradeWithDefaults() *ClusterUpgrade

NewClusterUpgradeWithDefaults instantiates a new ClusterUpgrade 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 (*ClusterUpgrade) GetAvailable

func (o *ClusterUpgrade) GetAvailable() bool

GetAvailable returns the Available field value if set, zero value otherwise.

func (*ClusterUpgrade) GetAvailableOk

func (o *ClusterUpgrade) GetAvailableOk() (*bool, bool)

GetAvailableOk returns a tuple with the Available field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterUpgrade) GetState

func (o *ClusterUpgrade) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*ClusterUpgrade) GetStateOk

func (o *ClusterUpgrade) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterUpgrade) GetUpdatedTimestamp

func (o *ClusterUpgrade) GetUpdatedTimestamp() time.Time

GetUpdatedTimestamp returns the UpdatedTimestamp field value if set, zero value otherwise.

func (*ClusterUpgrade) GetUpdatedTimestampOk

func (o *ClusterUpgrade) GetUpdatedTimestampOk() (*time.Time, bool)

GetUpdatedTimestampOk returns a tuple with the UpdatedTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterUpgrade) GetVersion

func (o *ClusterUpgrade) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*ClusterUpgrade) GetVersionOk

func (o *ClusterUpgrade) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterUpgrade) HasAvailable

func (o *ClusterUpgrade) HasAvailable() bool

HasAvailable returns a boolean if a field has been set.

func (*ClusterUpgrade) HasState

func (o *ClusterUpgrade) HasState() bool

HasState returns a boolean if a field has been set.

func (*ClusterUpgrade) HasUpdatedTimestamp

func (o *ClusterUpgrade) HasUpdatedTimestamp() bool

HasUpdatedTimestamp returns a boolean if a field has been set.

func (*ClusterUpgrade) HasVersion

func (o *ClusterUpgrade) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (ClusterUpgrade) MarshalJSON

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

func (*ClusterUpgrade) SetAvailable

func (o *ClusterUpgrade) SetAvailable(v bool)

SetAvailable gets a reference to the given bool and assigns it to the Available field.

func (*ClusterUpgrade) SetState

func (o *ClusterUpgrade) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*ClusterUpgrade) SetUpdatedTimestamp

func (o *ClusterUpgrade) SetUpdatedTimestamp(v time.Time)

SetUpdatedTimestamp gets a reference to the given time.Time and assigns it to the UpdatedTimestamp field.

func (*ClusterUpgrade) SetVersion

func (o *ClusterUpgrade) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

type Configuration

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type DefaultApi

type DefaultApi interface {

	/*
	 * ApiAccountsMgmtV1AccessTokenPost Return access token generated from registries in docker format
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1AccessTokenPostRequest
	 */
	ApiAccountsMgmtV1AccessTokenPost(ctx _context.Context) ApiApiAccountsMgmtV1AccessTokenPostRequest

	/*
	 * ApiAccountsMgmtV1AccessTokenPostExecute executes the request
	 * @return AccessTokenCfg
	 */
	ApiAccountsMgmtV1AccessTokenPostExecute(r ApiApiAccountsMgmtV1AccessTokenPostRequest) (AccessTokenCfg, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1AccountsGet Returns a list of accounts
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1AccountsGetRequest
	 */
	ApiAccountsMgmtV1AccountsGet(ctx _context.Context) ApiApiAccountsMgmtV1AccountsGetRequest

	/*
	 * ApiAccountsMgmtV1AccountsGetExecute executes the request
	 * @return AccountList
	 */
	ApiAccountsMgmtV1AccountsGetExecute(r ApiApiAccountsMgmtV1AccountsGetRequest) (AccountList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1AccountsIdGet Get an account by id
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1AccountsIdGetRequest
	 */
	ApiAccountsMgmtV1AccountsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdGetRequest

	/*
	 * ApiAccountsMgmtV1AccountsIdGetExecute executes the request
	 * @return Account
	 */
	ApiAccountsMgmtV1AccountsIdGetExecute(r ApiApiAccountsMgmtV1AccountsIdGetRequest) (Account, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1AccountsIdLabelsGet Returns a list of labels
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest
	 */
	ApiAccountsMgmtV1AccountsIdLabelsGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest

	/*
	 * ApiAccountsMgmtV1AccountsIdLabelsGetExecute executes the request
	 * @return LabelList
	 */
	ApiAccountsMgmtV1AccountsIdLabelsGetExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) (LabelList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1AccountsIdLabelsKeyDelete Delete a label
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @param key The key of the label
	 * @return ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest
	 */
	ApiAccountsMgmtV1AccountsIdLabelsKeyDelete(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest

	/*
	 * ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute executes the request
	 */
	ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest) (*_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1AccountsIdLabelsKeyGet Get subscription labels by label key
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @param key The key of the label
	 * @return ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest
	 */
	ApiAccountsMgmtV1AccountsIdLabelsKeyGet(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest

	/*
	 * ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute executes the request
	 * @return Label
	 */
	ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest) (Label, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1AccountsIdLabelsKeyPatch Create a new label or update an existing label
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @param key The key of the label
	 * @return ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest
	 */
	ApiAccountsMgmtV1AccountsIdLabelsKeyPatch(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest

	/*
	 * ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute executes the request
	 * @return Label
	 */
	ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest) (Label, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1AccountsIdLabelsPost Create a new label or update an existing label
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest
	 */
	ApiAccountsMgmtV1AccountsIdLabelsPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest

	/*
	 * ApiAccountsMgmtV1AccountsIdLabelsPostExecute executes the request
	 * @return Label
	 */
	ApiAccountsMgmtV1AccountsIdLabelsPostExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest) (Label, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1AccountsIdPatch Update an account
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1AccountsIdPatchRequest
	 */
	ApiAccountsMgmtV1AccountsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdPatchRequest

	/*
	 * ApiAccountsMgmtV1AccountsIdPatchExecute executes the request
	 * @return Account
	 */
	ApiAccountsMgmtV1AccountsIdPatchExecute(r ApiApiAccountsMgmtV1AccountsIdPatchRequest) (Account, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1AccountsPost Create a new account
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1AccountsPostRequest
	 */
	ApiAccountsMgmtV1AccountsPost(ctx _context.Context) ApiApiAccountsMgmtV1AccountsPostRequest

	/*
	 * ApiAccountsMgmtV1AccountsPostExecute executes the request
	 * @return Account
	 */
	ApiAccountsMgmtV1AccountsPostExecute(r ApiApiAccountsMgmtV1AccountsPostRequest) (Account, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1ClusterAuthorizationsPost Authorizes new cluster creation against an exsiting RH Subscription.
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest
	 */
	ApiAccountsMgmtV1ClusterAuthorizationsPost(ctx _context.Context) ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest

	/*
	 * ApiAccountsMgmtV1ClusterAuthorizationsPostExecute executes the request
	 * @return ClusterAuthorizationResponse
	 */
	ApiAccountsMgmtV1ClusterAuthorizationsPostExecute(r ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) (ClusterAuthorizationResponse, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1ClusterRegistrationsPost Finds or creates a cluster registration with a registy credential token and cluster ID
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest
	 */
	ApiAccountsMgmtV1ClusterRegistrationsPost(ctx _context.Context) ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest

	/*
	 * ApiAccountsMgmtV1ClusterRegistrationsPostExecute executes the request
	 * @return ClusterRegistrationResponse
	 */
	ApiAccountsMgmtV1ClusterRegistrationsPostExecute(r ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) (ClusterRegistrationResponse, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1CurrentAccountGet Get the authenticated account
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1CurrentAccountGetRequest
	 */
	ApiAccountsMgmtV1CurrentAccountGet(ctx _context.Context) ApiApiAccountsMgmtV1CurrentAccountGetRequest

	/*
	 * ApiAccountsMgmtV1CurrentAccountGetExecute executes the request
	 * @return Account
	 */
	ApiAccountsMgmtV1CurrentAccountGetExecute(r ApiApiAccountsMgmtV1CurrentAccountGetRequest) (Account, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1ErrorsGet Returns a list of errors
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1ErrorsGetRequest
	 */
	ApiAccountsMgmtV1ErrorsGet(ctx _context.Context) ApiApiAccountsMgmtV1ErrorsGetRequest

	/*
	 * ApiAccountsMgmtV1ErrorsGetExecute executes the request
	 * @return ErrorList
	 */
	ApiAccountsMgmtV1ErrorsGetExecute(r ApiApiAccountsMgmtV1ErrorsGetRequest) (ErrorList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1ErrorsIdGet Get an error by id
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1ErrorsIdGetRequest
	 */
	ApiAccountsMgmtV1ErrorsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1ErrorsIdGetRequest

	/*
	 * ApiAccountsMgmtV1ErrorsIdGetExecute executes the request
	 * @return Error
	 */
	ApiAccountsMgmtV1ErrorsIdGetExecute(r ApiApiAccountsMgmtV1ErrorsIdGetRequest) (Error, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1FeatureTogglesIdQueryPost Query a feature toggle by id
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest
	 */
	ApiAccountsMgmtV1FeatureTogglesIdQueryPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest

	/*
	 * ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute executes the request
	 * @return FeatureToggle
	 */
	ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute(r ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) (FeatureToggle, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1LabelsGet Returns a list of labels
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1LabelsGetRequest
	 */
	ApiAccountsMgmtV1LabelsGet(ctx _context.Context) ApiApiAccountsMgmtV1LabelsGetRequest

	/*
	 * ApiAccountsMgmtV1LabelsGetExecute executes the request
	 * @return LabelList
	 */
	ApiAccountsMgmtV1LabelsGetExecute(r ApiApiAccountsMgmtV1LabelsGetRequest) (LabelList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1MetricsGet Returns a list of metrics
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1MetricsGetRequest
	 */
	ApiAccountsMgmtV1MetricsGet(ctx _context.Context) ApiApiAccountsMgmtV1MetricsGetRequest

	/*
	 * ApiAccountsMgmtV1MetricsGetExecute executes the request
	 * @return MetricsList
	 */
	ApiAccountsMgmtV1MetricsGetExecute(r ApiApiAccountsMgmtV1MetricsGetRequest) (MetricsList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1NotifyPost Notify the owner of cluster/subscription
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1NotifyPostRequest
	 */
	ApiAccountsMgmtV1NotifyPost(ctx _context.Context) ApiApiAccountsMgmtV1NotifyPostRequest

	/*
	 * ApiAccountsMgmtV1NotifyPostExecute executes the request
	 */
	ApiAccountsMgmtV1NotifyPostExecute(r ApiApiAccountsMgmtV1NotifyPostRequest) (*_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1OrganizationsGet Returns a list of organizations
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1OrganizationsGetRequest
	 */
	ApiAccountsMgmtV1OrganizationsGet(ctx _context.Context) ApiApiAccountsMgmtV1OrganizationsGetRequest

	/*
	 * ApiAccountsMgmtV1OrganizationsGetExecute executes the request
	 * @return OrganizationList
	 */
	ApiAccountsMgmtV1OrganizationsGetExecute(r ApiApiAccountsMgmtV1OrganizationsGetRequest) (OrganizationList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1OrganizationsIdGet Get an organization by id
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1OrganizationsIdGetRequest
	 */
	ApiAccountsMgmtV1OrganizationsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdGetRequest

	/*
	 * ApiAccountsMgmtV1OrganizationsIdGetExecute executes the request
	 * @return Organization
	 */
	ApiAccountsMgmtV1OrganizationsIdGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdGetRequest) (Organization, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1OrganizationsIdLabelsGet Returns a list of labels
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest
	 */
	ApiAccountsMgmtV1OrganizationsIdLabelsGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest

	/*
	 * ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute executes the request
	 * @return LabelList
	 */
	ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) (LabelList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete Delete a label
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @param key The key of the label
	 * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest
	 */
	ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest

	/*
	 * ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute executes the request
	 */
	ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest) (*_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet Get subscription labels by label key
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @param key The key of the label
	 * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest
	 */
	ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest

	/*
	 * ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute executes the request
	 * @return Label
	 */
	ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest) (Label, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch Create a new label or update an existing label
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @param key The key of the label
	 * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest
	 */
	ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest

	/*
	 * ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute executes the request
	 * @return Label
	 */
	ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest) (Label, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1OrganizationsIdLabelsPost Create a new label or update an existing label
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest
	 */
	ApiAccountsMgmtV1OrganizationsIdLabelsPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest

	/*
	 * ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute executes the request
	 * @return Label
	 */
	ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest) (Label, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1OrganizationsIdPatch Update an organization
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1OrganizationsIdPatchRequest
	 */
	ApiAccountsMgmtV1OrganizationsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdPatchRequest

	/*
	 * ApiAccountsMgmtV1OrganizationsIdPatchExecute executes the request
	 * @return Organization
	 */
	ApiAccountsMgmtV1OrganizationsIdPatchExecute(r ApiApiAccountsMgmtV1OrganizationsIdPatchRequest) (Organization, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet Returns a summary of organizations clusters based on metrics
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest
	 */
	ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest

	/*
	 * ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute executes the request
	 * @return Summary
	 */
	ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest) (Summary, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet Returns a summary of quota cost
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param orgId The id of organization
	 * @return ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest
	 */
	ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest

	/*
	 * ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute executes the request
	 * @return QuotaCostList
	 */
	ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) (QuotaCostList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet Returns a summary of resource quota
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param orgId The id of organization
	 * @return ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest
	 */
	ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest

	/*
	 * ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute executes the request
	 * @return QuotaSummaryList
	 */
	ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest) (QuotaSummaryList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet Returns a list of resource quota objects
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param orgId The id of organization
	 * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest
	 */
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest

	/*
	 * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute executes the request
	 * @return ResourceQuotaList
	 */
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) (ResourceQuotaList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost Create a new resource quota
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param orgId The id of organization
	 * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest
	 */
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest

	/*
	 * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute executes the request
	 * @return ResourceQuota
	 */
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) (ResourceQuota, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete Delete a resource quota
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param orgId The id of organization
	 * @param quotaId The id of quota
	 * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest
	 */
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete(ctx _context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest

	/*
	 * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute executes the request
	 */
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest) (*_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet Get a resource quota by id
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param orgId The id of organization
	 * @param quotaId The id of quota
	 * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest
	 */
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet(ctx _context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest

	/*
	 * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute executes the request
	 * @return ResourceQuota
	 */
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest) (ResourceQuota, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch Update a resource quota
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param orgId The id of organization
	 * @param quotaId The id of quota
	 * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest
	 */
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch(ctx _context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest

	/*
	 * ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute executes the request
	 * @return ResourceQuota
	 */
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) (ResourceQuota, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1OrganizationsPost Create a new organization
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1OrganizationsPostRequest
	 */
	ApiAccountsMgmtV1OrganizationsPost(ctx _context.Context) ApiApiAccountsMgmtV1OrganizationsPostRequest

	/*
	 * ApiAccountsMgmtV1OrganizationsPostExecute executes the request
	 * @return Organization
	 */
	ApiAccountsMgmtV1OrganizationsPostExecute(r ApiApiAccountsMgmtV1OrganizationsPostRequest) (Organization, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1PlansGet Get all plans
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1PlansGetRequest
	 */
	ApiAccountsMgmtV1PlansGet(ctx _context.Context) ApiApiAccountsMgmtV1PlansGetRequest

	/*
	 * ApiAccountsMgmtV1PlansGetExecute executes the request
	 * @return PlanList
	 */
	ApiAccountsMgmtV1PlansGetExecute(r ApiApiAccountsMgmtV1PlansGetRequest) (PlanList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1PlansIdGet Get a plan by id
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1PlansIdGetRequest
	 */
	ApiAccountsMgmtV1PlansIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1PlansIdGetRequest

	/*
	 * ApiAccountsMgmtV1PlansIdGetExecute executes the request
	 * @return Plan
	 */
	ApiAccountsMgmtV1PlansIdGetExecute(r ApiApiAccountsMgmtV1PlansIdGetRequest) (Plan, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete Delete a pull secret
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param externalResourceId The external resource id of record
	 * @return ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest
	 */
	ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete(ctx _context.Context, externalResourceId string) ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest

	/*
	 * ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute executes the request
	 */
	ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute(r ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest) (*_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1PullSecretsPost Return access token generated from registries in docker format
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1PullSecretsPostRequest
	 */
	ApiAccountsMgmtV1PullSecretsPost(ctx _context.Context) ApiApiAccountsMgmtV1PullSecretsPostRequest

	/*
	 * ApiAccountsMgmtV1PullSecretsPostExecute executes the request
	 * @return AccessTokenCfg
	 */
	ApiAccountsMgmtV1PullSecretsPostExecute(r ApiApiAccountsMgmtV1PullSecretsPostRequest) (AccessTokenCfg, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1RegistriesGet Returns a list of registries
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1RegistriesGetRequest
	 */
	ApiAccountsMgmtV1RegistriesGet(ctx _context.Context) ApiApiAccountsMgmtV1RegistriesGetRequest

	/*
	 * ApiAccountsMgmtV1RegistriesGetExecute executes the request
	 * @return RegistryList
	 */
	ApiAccountsMgmtV1RegistriesGetExecute(r ApiApiAccountsMgmtV1RegistriesGetRequest) (RegistryList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1RegistriesIdGet Get an registry by id
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1RegistriesIdGetRequest
	 */
	ApiAccountsMgmtV1RegistriesIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistriesIdGetRequest

	/*
	 * ApiAccountsMgmtV1RegistriesIdGetExecute executes the request
	 * @return Registry
	 */
	ApiAccountsMgmtV1RegistriesIdGetExecute(r ApiApiAccountsMgmtV1RegistriesIdGetRequest) (Registry, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1RegistryCredentialsGet Method for ApiAccountsMgmtV1RegistryCredentialsGet
	 * List Registry Credentials
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1RegistryCredentialsGetRequest
	 */
	ApiAccountsMgmtV1RegistryCredentialsGet(ctx _context.Context) ApiApiAccountsMgmtV1RegistryCredentialsGetRequest

	/*
	 * ApiAccountsMgmtV1RegistryCredentialsGetExecute executes the request
	 * @return RegistryCredentialList
	 */
	ApiAccountsMgmtV1RegistryCredentialsGetExecute(r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) (RegistryCredentialList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1RegistryCredentialsIdDelete Delete a registry credential by id
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest
	 */
	ApiAccountsMgmtV1RegistryCredentialsIdDelete(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest

	/*
	 * ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute executes the request
	 */
	ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest) (*_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1RegistryCredentialsIdGet Get a registry credentials by id
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest
	 */
	ApiAccountsMgmtV1RegistryCredentialsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest

	/*
	 * ApiAccountsMgmtV1RegistryCredentialsIdGetExecute executes the request
	 * @return RegistryCredential
	 */
	ApiAccountsMgmtV1RegistryCredentialsIdGetExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest) (RegistryCredential, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1RegistryCredentialsIdPatch Update a registry credential
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest
	 */
	ApiAccountsMgmtV1RegistryCredentialsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest

	/*
	 * ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute executes the request
	 * @return RegistryCredential
	 */
	ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) (RegistryCredential, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1RegistryCredentialsPost Request the creation of a registry credential
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1RegistryCredentialsPostRequest
	 */
	ApiAccountsMgmtV1RegistryCredentialsPost(ctx _context.Context) ApiApiAccountsMgmtV1RegistryCredentialsPostRequest

	/*
	 * ApiAccountsMgmtV1RegistryCredentialsPostExecute executes the request
	 * @return RegistryCredential
	 */
	ApiAccountsMgmtV1RegistryCredentialsPostExecute(r ApiApiAccountsMgmtV1RegistryCredentialsPostRequest) (RegistryCredential, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1ReservedResourcesGet Returns a list of reserved resources
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1ReservedResourcesGetRequest
	 */
	ApiAccountsMgmtV1ReservedResourcesGet(ctx _context.Context) ApiApiAccountsMgmtV1ReservedResourcesGetRequest

	/*
	 * ApiAccountsMgmtV1ReservedResourcesGetExecute executes the request
	 * @return ReservedResourceList
	 */
	ApiAccountsMgmtV1ReservedResourcesGetExecute(r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) (ReservedResourceList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1ResourceQuotaGet Returns a list of resource quota objects
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1ResourceQuotaGetRequest
	 */
	ApiAccountsMgmtV1ResourceQuotaGet(ctx _context.Context) ApiApiAccountsMgmtV1ResourceQuotaGetRequest

	/*
	 * ApiAccountsMgmtV1ResourceQuotaGetExecute executes the request
	 * @return ResourceQuotaList
	 */
	ApiAccountsMgmtV1ResourceQuotaGetExecute(r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) (ResourceQuotaList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1RoleBindingsGet Returns a list of role bindings
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1RoleBindingsGetRequest
	 */
	ApiAccountsMgmtV1RoleBindingsGet(ctx _context.Context) ApiApiAccountsMgmtV1RoleBindingsGetRequest

	/*
	 * ApiAccountsMgmtV1RoleBindingsGetExecute executes the request
	 * @return RoleBindingList
	 */
	ApiAccountsMgmtV1RoleBindingsGetExecute(r ApiApiAccountsMgmtV1RoleBindingsGetRequest) (RoleBindingList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1RoleBindingsIdDelete Delete a role binding
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest
	 */
	ApiAccountsMgmtV1RoleBindingsIdDelete(ctx _context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest

	/*
	 * ApiAccountsMgmtV1RoleBindingsIdDeleteExecute executes the request
	 */
	ApiAccountsMgmtV1RoleBindingsIdDeleteExecute(r ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest) (*_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1RoleBindingsIdGet Get a role binding
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1RoleBindingsIdGetRequest
	 */
	ApiAccountsMgmtV1RoleBindingsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdGetRequest

	/*
	 * ApiAccountsMgmtV1RoleBindingsIdGetExecute executes the request
	 * @return RoleBinding
	 */
	ApiAccountsMgmtV1RoleBindingsIdGetExecute(r ApiApiAccountsMgmtV1RoleBindingsIdGetRequest) (RoleBinding, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1RoleBindingsIdPatch Update a role binding
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest
	 */
	ApiAccountsMgmtV1RoleBindingsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest

	/*
	 * ApiAccountsMgmtV1RoleBindingsIdPatchExecute executes the request
	 * @return RoleBinding
	 */
	ApiAccountsMgmtV1RoleBindingsIdPatchExecute(r ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest) (RoleBinding, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1RoleBindingsPost Create a new role binding
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1RoleBindingsPostRequest
	 */
	ApiAccountsMgmtV1RoleBindingsPost(ctx _context.Context) ApiApiAccountsMgmtV1RoleBindingsPostRequest

	/*
	 * ApiAccountsMgmtV1RoleBindingsPostExecute executes the request
	 * @return RoleBinding
	 */
	ApiAccountsMgmtV1RoleBindingsPostExecute(r ApiApiAccountsMgmtV1RoleBindingsPostRequest) (RoleBinding, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1RolesGet Returns a list of roles
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1RolesGetRequest
	 */
	ApiAccountsMgmtV1RolesGet(ctx _context.Context) ApiApiAccountsMgmtV1RolesGetRequest

	/*
	 * ApiAccountsMgmtV1RolesGetExecute executes the request
	 * @return RoleList
	 */
	ApiAccountsMgmtV1RolesGetExecute(r ApiApiAccountsMgmtV1RolesGetRequest) (RoleList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1RolesIdGet Get a role by id
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1RolesIdGetRequest
	 */
	ApiAccountsMgmtV1RolesIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RolesIdGetRequest

	/*
	 * ApiAccountsMgmtV1RolesIdGetExecute executes the request
	 * @return Role
	 */
	ApiAccountsMgmtV1RolesIdGetExecute(r ApiApiAccountsMgmtV1RolesIdGetRequest) (Role, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SkuRulesGet Returns a list of UHC product SKU Rules
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1SkuRulesGetRequest
	 */
	ApiAccountsMgmtV1SkuRulesGet(ctx _context.Context) ApiApiAccountsMgmtV1SkuRulesGetRequest

	/*
	 * ApiAccountsMgmtV1SkuRulesGetExecute executes the request
	 * @return SkuRulesList
	 */
	ApiAccountsMgmtV1SkuRulesGetExecute(r ApiApiAccountsMgmtV1SkuRulesGetRequest) (SkuRulesList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SkuRulesIdGet Get a sku rules by id
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1SkuRulesIdGetRequest
	 */
	ApiAccountsMgmtV1SkuRulesIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SkuRulesIdGetRequest

	/*
	 * ApiAccountsMgmtV1SkuRulesIdGetExecute executes the request
	 * @return SkuRules
	 */
	ApiAccountsMgmtV1SkuRulesIdGetExecute(r ApiApiAccountsMgmtV1SkuRulesIdGetRequest) (SkuRules, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SkusGet Returns a list of UHC product SKUs
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1SkusGetRequest
	 */
	ApiAccountsMgmtV1SkusGet(ctx _context.Context) ApiApiAccountsMgmtV1SkusGetRequest

	/*
	 * ApiAccountsMgmtV1SkusGetExecute executes the request
	 * @return SkuList
	 */
	ApiAccountsMgmtV1SkusGetExecute(r ApiApiAccountsMgmtV1SkusGetRequest) (SkuList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SkusIdGet Get a sku by id
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1SkusIdGetRequest
	 */
	ApiAccountsMgmtV1SkusIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SkusIdGetRequest

	/*
	 * ApiAccountsMgmtV1SkusIdGetExecute executes the request
	 * @return SKU
	 */
	ApiAccountsMgmtV1SkusIdGetExecute(r ApiApiAccountsMgmtV1SkusIdGetRequest) (SKU, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SubscriptionsGet Returns a list of subscriptions
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1SubscriptionsGetRequest
	 */
	ApiAccountsMgmtV1SubscriptionsGet(ctx _context.Context) ApiApiAccountsMgmtV1SubscriptionsGetRequest

	/*
	 * ApiAccountsMgmtV1SubscriptionsGetExecute executes the request
	 * @return SubscriptionList
	 */
	ApiAccountsMgmtV1SubscriptionsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsGetRequest) (SubscriptionList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdDelete Deletes a subscription by id
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest
	 */
	ApiAccountsMgmtV1SubscriptionsIdDelete(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdDeleteExecute executes the request
	 */
	ApiAccountsMgmtV1SubscriptionsIdDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest) (*_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdGet Get a subscription by id
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1SubscriptionsIdGetRequest
	 */
	ApiAccountsMgmtV1SubscriptionsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdGetExecute executes the request
	 * @return Subscription
	 */
	ApiAccountsMgmtV1SubscriptionsIdGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) (Subscription, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdLabelsGet Returns a list of labels
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest
	 */
	ApiAccountsMgmtV1SubscriptionsIdLabelsGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute executes the request
	 * @return LabelList
	 */
	ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) (LabelList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete Delete a label
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @param key The key of the label
	 * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest
	 */
	ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute executes the request
	 */
	ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest) (*_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet Get subscription labels by label key
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @param key The key of the label
	 * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest
	 */
	ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute executes the request
	 * @return Label
	 */
	ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest) (Label, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch Create a new label or update an existing label
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @param key The key of the label
	 * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest
	 */
	ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute executes the request
	 * @return Label
	 */
	ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest) (Label, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdLabelsPost Create a new label or update an existing label
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest
	 */
	ApiAccountsMgmtV1SubscriptionsIdLabelsPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute executes the request
	 * @return Label
	 */
	ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest) (Label, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdNotifyPost Notify the owner of a subscription
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest
	 */
	ApiAccountsMgmtV1SubscriptionsIdNotifyPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute executes the request
	 */
	ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute(r ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest) (*_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdPatch Update a subscription
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest
	 */
	ApiAccountsMgmtV1SubscriptionsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdPatchExecute executes the request
	 * @return Subscription
	 */
	ApiAccountsMgmtV1SubscriptionsIdPatchExecute(r ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest) (Subscription, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet Returns a list of reserved resources
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest
	 */
	ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute executes the request
	 * @return ReservedResourceList
	 */
	ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) (ReservedResourceList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet Returns a list of open support creates opened against the external cluster id of this subscrption
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param id The id of record
	 * @return ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest
	 */
	ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest

	/*
	 * ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute executes the request
	 */
	ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) (*_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SubscriptionsPost Create a new subscription
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1SubscriptionsPostRequest
	 */
	ApiAccountsMgmtV1SubscriptionsPost(ctx _context.Context) ApiApiAccountsMgmtV1SubscriptionsPostRequest

	/*
	 * ApiAccountsMgmtV1SubscriptionsPostExecute executes the request
	 * @return Subscription
	 */
	ApiAccountsMgmtV1SubscriptionsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsPostRequest) (Subscription, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete Deletes a notification contact by subscription and account id
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param subId The id of subscription
	 * @param accountId The id of account
	 * @return ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest
	 */
	ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete(ctx _context.Context, subId string, accountId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest

	/*
	 * ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute executes the request
	 */
	ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest) (*_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet Returns a list of notification contacts for the given subscription
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param subId The id of subscription
	 * @return ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest
	 */
	ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet(ctx _context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest

	/*
	 * ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute executes the request
	 * @return AccountList
	 */
	ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) (AccountList, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost Add an account as a notification contact to this subscription
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param subId The id of subscription
	 * @return ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest
	 */
	ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost(ctx _context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest

	/*
	 * ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute executes the request
	 * @return Account
	 */
	ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) (Account, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet Get reserved resources by id
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param subId The id of subscription
	 * @param reservedResourceId The id of reserved resource
	 * @return ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest
	 */
	ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet(ctx _context.Context, subId string, reservedResourceId string) ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest

	/*
	 * ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute executes the request
	 * @return ReservedResource
	 */
	ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest) (ReservedResource, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SupportCasesCaseIdDelete Delete a support case
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @param caseId The id of a support case
	 * @return ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest
	 */
	ApiAccountsMgmtV1SupportCasesCaseIdDelete(ctx _context.Context, caseId string) ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest

	/*
	 * ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute executes the request
	 */
	ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute(r ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest) (*_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1SupportCasesPost create a support case for the subscription
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1SupportCasesPostRequest
	 */
	ApiAccountsMgmtV1SupportCasesPost(ctx _context.Context) ApiApiAccountsMgmtV1SupportCasesPostRequest

	/*
	 * ApiAccountsMgmtV1SupportCasesPostExecute executes the request
	 * @return SupportCasesCreatedResponse
	 */
	ApiAccountsMgmtV1SupportCasesPostExecute(r ApiApiAccountsMgmtV1SupportCasesPostRequest) (SupportCasesCreatedResponse, *_nethttp.Response, error)

	/*
	 * ApiAccountsMgmtV1TokenAuthorizationPost Finds the account owner of the provided token
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAccountsMgmtV1TokenAuthorizationPostRequest
	 */
	ApiAccountsMgmtV1TokenAuthorizationPost(ctx _context.Context) ApiApiAccountsMgmtV1TokenAuthorizationPostRequest

	/*
	 * ApiAccountsMgmtV1TokenAuthorizationPostExecute executes the request
	 * @return TokenAuthorizationResponse
	 */
	ApiAccountsMgmtV1TokenAuthorizationPostExecute(r ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) (TokenAuthorizationResponse, *_nethttp.Response, error)

	/*
	 * ApiAuthorizationsV1AccessReviewPost Review an account's access to perform an action on a particular resource or resource type
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAuthorizationsV1AccessReviewPostRequest
	 */
	ApiAuthorizationsV1AccessReviewPost(ctx _context.Context) ApiApiAuthorizationsV1AccessReviewPostRequest

	/*
	 * ApiAuthorizationsV1AccessReviewPostExecute executes the request
	 * @return AccessReviewResponse
	 */
	ApiAuthorizationsV1AccessReviewPostExecute(r ApiApiAuthorizationsV1AccessReviewPostRequest) (AccessReviewResponse, *_nethttp.Response, error)

	/*
	 * ApiAuthorizationsV1CapabilityReviewPost Review an account's capabilities
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAuthorizationsV1CapabilityReviewPostRequest
	 */
	ApiAuthorizationsV1CapabilityReviewPost(ctx _context.Context) ApiApiAuthorizationsV1CapabilityReviewPostRequest

	/*
	 * ApiAuthorizationsV1CapabilityReviewPostExecute executes the request
	 * @return CapabilityReview
	 */
	ApiAuthorizationsV1CapabilityReviewPostExecute(r ApiApiAuthorizationsV1CapabilityReviewPostRequest) (CapabilityReview, *_nethttp.Response, error)

	/*
	 * ApiAuthorizationsV1ExportControlReviewPost Determine whether a user is restricted from downloading Red Hat software based on export control compliance.
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAuthorizationsV1ExportControlReviewPostRequest
	 */
	ApiAuthorizationsV1ExportControlReviewPost(ctx _context.Context) ApiApiAuthorizationsV1ExportControlReviewPostRequest

	/*
	 * ApiAuthorizationsV1ExportControlReviewPostExecute executes the request
	 * @return ExportControlReview
	 */
	ApiAuthorizationsV1ExportControlReviewPostExecute(r ApiApiAuthorizationsV1ExportControlReviewPostRequest) (ExportControlReview, *_nethttp.Response, error)

	/*
	 * ApiAuthorizationsV1ResourceReviewPost Obtain resource ids for resources an account may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids.
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAuthorizationsV1ResourceReviewPostRequest
	 */
	ApiAuthorizationsV1ResourceReviewPost(ctx _context.Context) ApiApiAuthorizationsV1ResourceReviewPostRequest

	/*
	 * ApiAuthorizationsV1ResourceReviewPostExecute executes the request
	 * @return ResourceReview
	 */
	ApiAuthorizationsV1ResourceReviewPostExecute(r ApiApiAuthorizationsV1ResourceReviewPostRequest) (ResourceReview, *_nethttp.Response, error)

	/*
	 * ApiAuthorizationsV1SelfAccessReviewPost Review your ability to perform an action on a particular resource or resource type
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAuthorizationsV1SelfAccessReviewPostRequest
	 */
	ApiAuthorizationsV1SelfAccessReviewPost(ctx _context.Context) ApiApiAuthorizationsV1SelfAccessReviewPostRequest

	/*
	 * ApiAuthorizationsV1SelfAccessReviewPostExecute executes the request
	 * @return AccessReviewResponse
	 */
	ApiAuthorizationsV1SelfAccessReviewPostExecute(r ApiApiAuthorizationsV1SelfAccessReviewPostRequest) (AccessReviewResponse, *_nethttp.Response, error)

	/*
	 * ApiAuthorizationsV1SelfResourceReviewPost Obtain resource ids for resources you may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids.
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAuthorizationsV1SelfResourceReviewPostRequest
	 */
	ApiAuthorizationsV1SelfResourceReviewPost(ctx _context.Context) ApiApiAuthorizationsV1SelfResourceReviewPostRequest

	/*
	 * ApiAuthorizationsV1SelfResourceReviewPostExecute executes the request
	 * @return SelfResourceReview
	 */
	ApiAuthorizationsV1SelfResourceReviewPostExecute(r ApiApiAuthorizationsV1SelfResourceReviewPostRequest) (SelfResourceReview, *_nethttp.Response, error)

	/*
	 * ApiAuthorizationsV1SelfTermsReviewPost Review your status of Terms
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAuthorizationsV1SelfTermsReviewPostRequest
	 */
	ApiAuthorizationsV1SelfTermsReviewPost(ctx _context.Context) ApiApiAuthorizationsV1SelfTermsReviewPostRequest

	/*
	 * ApiAuthorizationsV1SelfTermsReviewPostExecute executes the request
	 * @return TermsReviewResponse
	 */
	ApiAuthorizationsV1SelfTermsReviewPostExecute(r ApiApiAuthorizationsV1SelfTermsReviewPostRequest) (TermsReviewResponse, *_nethttp.Response, error)

	/*
	 * ApiAuthorizationsV1TermsReviewPost Review an account's status of Terms
	 * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
	 * @return ApiApiAuthorizationsV1TermsReviewPostRequest
	 */
	ApiAuthorizationsV1TermsReviewPost(ctx _context.Context) ApiApiAuthorizationsV1TermsReviewPostRequest

	/*
	 * ApiAuthorizationsV1TermsReviewPostExecute executes the request
	 * @return TermsReviewResponse
	 */
	ApiAuthorizationsV1TermsReviewPostExecute(r ApiApiAuthorizationsV1TermsReviewPostRequest) (TermsReviewResponse, *_nethttp.Response, error)
}

type DefaultApiMock

type DefaultApiMock struct {
	// ApiAccountsMgmtV1AccessTokenPostFunc mocks the ApiAccountsMgmtV1AccessTokenPost method.
	ApiAccountsMgmtV1AccessTokenPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1AccessTokenPostRequest

	// ApiAccountsMgmtV1AccessTokenPostExecuteFunc mocks the ApiAccountsMgmtV1AccessTokenPostExecute method.
	ApiAccountsMgmtV1AccessTokenPostExecuteFunc func(r ApiApiAccountsMgmtV1AccessTokenPostRequest) (AccessTokenCfg, *http.Response, error)

	// ApiAccountsMgmtV1AccountsGetFunc mocks the ApiAccountsMgmtV1AccountsGet method.
	ApiAccountsMgmtV1AccountsGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1AccountsGetRequest

	// ApiAccountsMgmtV1AccountsGetExecuteFunc mocks the ApiAccountsMgmtV1AccountsGetExecute method.
	ApiAccountsMgmtV1AccountsGetExecuteFunc func(r ApiApiAccountsMgmtV1AccountsGetRequest) (AccountList, *http.Response, error)

	// ApiAccountsMgmtV1AccountsIdGetFunc mocks the ApiAccountsMgmtV1AccountsIdGet method.
	ApiAccountsMgmtV1AccountsIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdGetRequest

	// ApiAccountsMgmtV1AccountsIdGetExecuteFunc mocks the ApiAccountsMgmtV1AccountsIdGetExecute method.
	ApiAccountsMgmtV1AccountsIdGetExecuteFunc func(r ApiApiAccountsMgmtV1AccountsIdGetRequest) (Account, *http.Response, error)

	// ApiAccountsMgmtV1AccountsIdLabelsGetFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsGet method.
	ApiAccountsMgmtV1AccountsIdLabelsGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest

	// ApiAccountsMgmtV1AccountsIdLabelsGetExecuteFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsGetExecute method.
	ApiAccountsMgmtV1AccountsIdLabelsGetExecuteFunc func(r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) (LabelList, *http.Response, error)

	// ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsKeyDelete method.
	ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteFunc func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest

	// ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecuteFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute method.
	ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecuteFunc func(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest) (*http.Response, error)

	// ApiAccountsMgmtV1AccountsIdLabelsKeyGetFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsKeyGet method.
	ApiAccountsMgmtV1AccountsIdLabelsKeyGetFunc func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest

	// ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecuteFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute method.
	ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecuteFunc func(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest) (Label, *http.Response, error)

	// ApiAccountsMgmtV1AccountsIdLabelsKeyPatchFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsKeyPatch method.
	ApiAccountsMgmtV1AccountsIdLabelsKeyPatchFunc func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest

	// ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecuteFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute method.
	ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecuteFunc func(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest) (Label, *http.Response, error)

	// ApiAccountsMgmtV1AccountsIdLabelsPostFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsPost method.
	ApiAccountsMgmtV1AccountsIdLabelsPostFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest

	// ApiAccountsMgmtV1AccountsIdLabelsPostExecuteFunc mocks the ApiAccountsMgmtV1AccountsIdLabelsPostExecute method.
	ApiAccountsMgmtV1AccountsIdLabelsPostExecuteFunc func(r ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest) (Label, *http.Response, error)

	// ApiAccountsMgmtV1AccountsIdPatchFunc mocks the ApiAccountsMgmtV1AccountsIdPatch method.
	ApiAccountsMgmtV1AccountsIdPatchFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdPatchRequest

	// ApiAccountsMgmtV1AccountsIdPatchExecuteFunc mocks the ApiAccountsMgmtV1AccountsIdPatchExecute method.
	ApiAccountsMgmtV1AccountsIdPatchExecuteFunc func(r ApiApiAccountsMgmtV1AccountsIdPatchRequest) (Account, *http.Response, error)

	// ApiAccountsMgmtV1AccountsPostFunc mocks the ApiAccountsMgmtV1AccountsPost method.
	ApiAccountsMgmtV1AccountsPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1AccountsPostRequest

	// ApiAccountsMgmtV1AccountsPostExecuteFunc mocks the ApiAccountsMgmtV1AccountsPostExecute method.
	ApiAccountsMgmtV1AccountsPostExecuteFunc func(r ApiApiAccountsMgmtV1AccountsPostRequest) (Account, *http.Response, error)

	// ApiAccountsMgmtV1ClusterAuthorizationsPostFunc mocks the ApiAccountsMgmtV1ClusterAuthorizationsPost method.
	ApiAccountsMgmtV1ClusterAuthorizationsPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest

	// ApiAccountsMgmtV1ClusterAuthorizationsPostExecuteFunc mocks the ApiAccountsMgmtV1ClusterAuthorizationsPostExecute method.
	ApiAccountsMgmtV1ClusterAuthorizationsPostExecuteFunc func(r ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) (ClusterAuthorizationResponse, *http.Response, error)

	// ApiAccountsMgmtV1ClusterRegistrationsPostFunc mocks the ApiAccountsMgmtV1ClusterRegistrationsPost method.
	ApiAccountsMgmtV1ClusterRegistrationsPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest

	// ApiAccountsMgmtV1ClusterRegistrationsPostExecuteFunc mocks the ApiAccountsMgmtV1ClusterRegistrationsPostExecute method.
	ApiAccountsMgmtV1ClusterRegistrationsPostExecuteFunc func(r ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) (ClusterRegistrationResponse, *http.Response, error)

	// ApiAccountsMgmtV1CurrentAccountGetFunc mocks the ApiAccountsMgmtV1CurrentAccountGet method.
	ApiAccountsMgmtV1CurrentAccountGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1CurrentAccountGetRequest

	// ApiAccountsMgmtV1CurrentAccountGetExecuteFunc mocks the ApiAccountsMgmtV1CurrentAccountGetExecute method.
	ApiAccountsMgmtV1CurrentAccountGetExecuteFunc func(r ApiApiAccountsMgmtV1CurrentAccountGetRequest) (Account, *http.Response, error)

	// ApiAccountsMgmtV1ErrorsGetFunc mocks the ApiAccountsMgmtV1ErrorsGet method.
	ApiAccountsMgmtV1ErrorsGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1ErrorsGetRequest

	// ApiAccountsMgmtV1ErrorsGetExecuteFunc mocks the ApiAccountsMgmtV1ErrorsGetExecute method.
	ApiAccountsMgmtV1ErrorsGetExecuteFunc func(r ApiApiAccountsMgmtV1ErrorsGetRequest) (ErrorList, *http.Response, error)

	// ApiAccountsMgmtV1ErrorsIdGetFunc mocks the ApiAccountsMgmtV1ErrorsIdGet method.
	ApiAccountsMgmtV1ErrorsIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1ErrorsIdGetRequest

	// ApiAccountsMgmtV1ErrorsIdGetExecuteFunc mocks the ApiAccountsMgmtV1ErrorsIdGetExecute method.
	ApiAccountsMgmtV1ErrorsIdGetExecuteFunc func(r ApiApiAccountsMgmtV1ErrorsIdGetRequest) (Error, *http.Response, error)

	// ApiAccountsMgmtV1FeatureTogglesIdQueryPostFunc mocks the ApiAccountsMgmtV1FeatureTogglesIdQueryPost method.
	ApiAccountsMgmtV1FeatureTogglesIdQueryPostFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest

	// ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecuteFunc mocks the ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute method.
	ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecuteFunc func(r ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) (FeatureToggle, *http.Response, error)

	// ApiAccountsMgmtV1LabelsGetFunc mocks the ApiAccountsMgmtV1LabelsGet method.
	ApiAccountsMgmtV1LabelsGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1LabelsGetRequest

	// ApiAccountsMgmtV1LabelsGetExecuteFunc mocks the ApiAccountsMgmtV1LabelsGetExecute method.
	ApiAccountsMgmtV1LabelsGetExecuteFunc func(r ApiApiAccountsMgmtV1LabelsGetRequest) (LabelList, *http.Response, error)

	// ApiAccountsMgmtV1MetricsGetFunc mocks the ApiAccountsMgmtV1MetricsGet method.
	ApiAccountsMgmtV1MetricsGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1MetricsGetRequest

	// ApiAccountsMgmtV1MetricsGetExecuteFunc mocks the ApiAccountsMgmtV1MetricsGetExecute method.
	ApiAccountsMgmtV1MetricsGetExecuteFunc func(r ApiApiAccountsMgmtV1MetricsGetRequest) (MetricsList, *http.Response, error)

	// ApiAccountsMgmtV1NotifyPostFunc mocks the ApiAccountsMgmtV1NotifyPost method.
	ApiAccountsMgmtV1NotifyPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1NotifyPostRequest

	// ApiAccountsMgmtV1NotifyPostExecuteFunc mocks the ApiAccountsMgmtV1NotifyPostExecute method.
	ApiAccountsMgmtV1NotifyPostExecuteFunc func(r ApiApiAccountsMgmtV1NotifyPostRequest) (*http.Response, error)

	// ApiAccountsMgmtV1OrganizationsGetFunc mocks the ApiAccountsMgmtV1OrganizationsGet method.
	ApiAccountsMgmtV1OrganizationsGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1OrganizationsGetRequest

	// ApiAccountsMgmtV1OrganizationsGetExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsGetExecute method.
	ApiAccountsMgmtV1OrganizationsGetExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsGetRequest) (OrganizationList, *http.Response, error)

	// ApiAccountsMgmtV1OrganizationsIdGetFunc mocks the ApiAccountsMgmtV1OrganizationsIdGet method.
	ApiAccountsMgmtV1OrganizationsIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdGetRequest

	// ApiAccountsMgmtV1OrganizationsIdGetExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsIdGetExecute method.
	ApiAccountsMgmtV1OrganizationsIdGetExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsIdGetRequest) (Organization, *http.Response, error)

	// ApiAccountsMgmtV1OrganizationsIdLabelsGetFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsGet method.
	ApiAccountsMgmtV1OrganizationsIdLabelsGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest

	// ApiAccountsMgmtV1OrganizationsIdLabelsGetExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute method.
	ApiAccountsMgmtV1OrganizationsIdLabelsGetExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) (LabelList, *http.Response, error)

	// ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete method.
	ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteFunc func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest

	// ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute method.
	ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest) (*http.Response, error)

	// ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet method.
	ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetFunc func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest

	// ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute method.
	ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest) (Label, *http.Response, error)

	// ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch method.
	ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchFunc func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest

	// ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute method.
	ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest) (Label, *http.Response, error)

	// ApiAccountsMgmtV1OrganizationsIdLabelsPostFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsPost method.
	ApiAccountsMgmtV1OrganizationsIdLabelsPostFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest

	// ApiAccountsMgmtV1OrganizationsIdLabelsPostExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute method.
	ApiAccountsMgmtV1OrganizationsIdLabelsPostExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest) (Label, *http.Response, error)

	// ApiAccountsMgmtV1OrganizationsIdPatchFunc mocks the ApiAccountsMgmtV1OrganizationsIdPatch method.
	ApiAccountsMgmtV1OrganizationsIdPatchFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdPatchRequest

	// ApiAccountsMgmtV1OrganizationsIdPatchExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsIdPatchExecute method.
	ApiAccountsMgmtV1OrganizationsIdPatchExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsIdPatchRequest) (Organization, *http.Response, error)

	// ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetFunc mocks the ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet method.
	ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest

	// ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute method.
	ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest) (Summary, *http.Response, error)

	// ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet method.
	ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetFunc func(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest

	// ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute method.
	ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) (QuotaCostList, *http.Response, error)

	// ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet method.
	ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetFunc func(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest

	// ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute method.
	ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest) (QuotaSummaryList, *http.Response, error)

	// ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet method.
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetFunc func(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest

	// ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute method.
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) (ResourceQuotaList, *http.Response, error)

	// ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost method.
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostFunc func(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest

	// ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute method.
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) (ResourceQuota, *http.Response, error)

	// ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete method.
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteFunc func(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest

	// ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute method.
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest) (*http.Response, error)

	// ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet method.
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetFunc func(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest

	// ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute method.
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest) (ResourceQuota, *http.Response, error)

	// ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch method.
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchFunc func(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest

	// ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute method.
	ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) (ResourceQuota, *http.Response, error)

	// ApiAccountsMgmtV1OrganizationsPostFunc mocks the ApiAccountsMgmtV1OrganizationsPost method.
	ApiAccountsMgmtV1OrganizationsPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1OrganizationsPostRequest

	// ApiAccountsMgmtV1OrganizationsPostExecuteFunc mocks the ApiAccountsMgmtV1OrganizationsPostExecute method.
	ApiAccountsMgmtV1OrganizationsPostExecuteFunc func(r ApiApiAccountsMgmtV1OrganizationsPostRequest) (Organization, *http.Response, error)

	// ApiAccountsMgmtV1PlansGetFunc mocks the ApiAccountsMgmtV1PlansGet method.
	ApiAccountsMgmtV1PlansGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1PlansGetRequest

	// ApiAccountsMgmtV1PlansGetExecuteFunc mocks the ApiAccountsMgmtV1PlansGetExecute method.
	ApiAccountsMgmtV1PlansGetExecuteFunc func(r ApiApiAccountsMgmtV1PlansGetRequest) (PlanList, *http.Response, error)

	// ApiAccountsMgmtV1PlansIdGetFunc mocks the ApiAccountsMgmtV1PlansIdGet method.
	ApiAccountsMgmtV1PlansIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1PlansIdGetRequest

	// ApiAccountsMgmtV1PlansIdGetExecuteFunc mocks the ApiAccountsMgmtV1PlansIdGetExecute method.
	ApiAccountsMgmtV1PlansIdGetExecuteFunc func(r ApiApiAccountsMgmtV1PlansIdGetRequest) (Plan, *http.Response, error)

	// ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteFunc mocks the ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete method.
	ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteFunc func(ctx context.Context, externalResourceId string) ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest

	// ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecuteFunc mocks the ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute method.
	ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecuteFunc func(r ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest) (*http.Response, error)

	// ApiAccountsMgmtV1PullSecretsPostFunc mocks the ApiAccountsMgmtV1PullSecretsPost method.
	ApiAccountsMgmtV1PullSecretsPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1PullSecretsPostRequest

	// ApiAccountsMgmtV1PullSecretsPostExecuteFunc mocks the ApiAccountsMgmtV1PullSecretsPostExecute method.
	ApiAccountsMgmtV1PullSecretsPostExecuteFunc func(r ApiApiAccountsMgmtV1PullSecretsPostRequest) (AccessTokenCfg, *http.Response, error)

	// ApiAccountsMgmtV1RegistriesGetFunc mocks the ApiAccountsMgmtV1RegistriesGet method.
	ApiAccountsMgmtV1RegistriesGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1RegistriesGetRequest

	// ApiAccountsMgmtV1RegistriesGetExecuteFunc mocks the ApiAccountsMgmtV1RegistriesGetExecute method.
	ApiAccountsMgmtV1RegistriesGetExecuteFunc func(r ApiApiAccountsMgmtV1RegistriesGetRequest) (RegistryList, *http.Response, error)

	// ApiAccountsMgmtV1RegistriesIdGetFunc mocks the ApiAccountsMgmtV1RegistriesIdGet method.
	ApiAccountsMgmtV1RegistriesIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistriesIdGetRequest

	// ApiAccountsMgmtV1RegistriesIdGetExecuteFunc mocks the ApiAccountsMgmtV1RegistriesIdGetExecute method.
	ApiAccountsMgmtV1RegistriesIdGetExecuteFunc func(r ApiApiAccountsMgmtV1RegistriesIdGetRequest) (Registry, *http.Response, error)

	// ApiAccountsMgmtV1RegistryCredentialsGetFunc mocks the ApiAccountsMgmtV1RegistryCredentialsGet method.
	ApiAccountsMgmtV1RegistryCredentialsGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1RegistryCredentialsGetRequest

	// ApiAccountsMgmtV1RegistryCredentialsGetExecuteFunc mocks the ApiAccountsMgmtV1RegistryCredentialsGetExecute method.
	ApiAccountsMgmtV1RegistryCredentialsGetExecuteFunc func(r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) (RegistryCredentialList, *http.Response, error)

	// ApiAccountsMgmtV1RegistryCredentialsIdDeleteFunc mocks the ApiAccountsMgmtV1RegistryCredentialsIdDelete method.
	ApiAccountsMgmtV1RegistryCredentialsIdDeleteFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest

	// ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecuteFunc mocks the ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute method.
	ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecuteFunc func(r ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest) (*http.Response, error)

	// ApiAccountsMgmtV1RegistryCredentialsIdGetFunc mocks the ApiAccountsMgmtV1RegistryCredentialsIdGet method.
	ApiAccountsMgmtV1RegistryCredentialsIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest

	// ApiAccountsMgmtV1RegistryCredentialsIdGetExecuteFunc mocks the ApiAccountsMgmtV1RegistryCredentialsIdGetExecute method.
	ApiAccountsMgmtV1RegistryCredentialsIdGetExecuteFunc func(r ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest) (RegistryCredential, *http.Response, error)

	// ApiAccountsMgmtV1RegistryCredentialsIdPatchFunc mocks the ApiAccountsMgmtV1RegistryCredentialsIdPatch method.
	ApiAccountsMgmtV1RegistryCredentialsIdPatchFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest

	// ApiAccountsMgmtV1RegistryCredentialsIdPatchExecuteFunc mocks the ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute method.
	ApiAccountsMgmtV1RegistryCredentialsIdPatchExecuteFunc func(r ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) (RegistryCredential, *http.Response, error)

	// ApiAccountsMgmtV1RegistryCredentialsPostFunc mocks the ApiAccountsMgmtV1RegistryCredentialsPost method.
	ApiAccountsMgmtV1RegistryCredentialsPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1RegistryCredentialsPostRequest

	// ApiAccountsMgmtV1RegistryCredentialsPostExecuteFunc mocks the ApiAccountsMgmtV1RegistryCredentialsPostExecute method.
	ApiAccountsMgmtV1RegistryCredentialsPostExecuteFunc func(r ApiApiAccountsMgmtV1RegistryCredentialsPostRequest) (RegistryCredential, *http.Response, error)

	// ApiAccountsMgmtV1ReservedResourcesGetFunc mocks the ApiAccountsMgmtV1ReservedResourcesGet method.
	ApiAccountsMgmtV1ReservedResourcesGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1ReservedResourcesGetRequest

	// ApiAccountsMgmtV1ReservedResourcesGetExecuteFunc mocks the ApiAccountsMgmtV1ReservedResourcesGetExecute method.
	ApiAccountsMgmtV1ReservedResourcesGetExecuteFunc func(r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) (ReservedResourceList, *http.Response, error)

	// ApiAccountsMgmtV1ResourceQuotaGetFunc mocks the ApiAccountsMgmtV1ResourceQuotaGet method.
	ApiAccountsMgmtV1ResourceQuotaGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1ResourceQuotaGetRequest

	// ApiAccountsMgmtV1ResourceQuotaGetExecuteFunc mocks the ApiAccountsMgmtV1ResourceQuotaGetExecute method.
	ApiAccountsMgmtV1ResourceQuotaGetExecuteFunc func(r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) (ResourceQuotaList, *http.Response, error)

	// ApiAccountsMgmtV1RoleBindingsGetFunc mocks the ApiAccountsMgmtV1RoleBindingsGet method.
	ApiAccountsMgmtV1RoleBindingsGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1RoleBindingsGetRequest

	// ApiAccountsMgmtV1RoleBindingsGetExecuteFunc mocks the ApiAccountsMgmtV1RoleBindingsGetExecute method.
	ApiAccountsMgmtV1RoleBindingsGetExecuteFunc func(r ApiApiAccountsMgmtV1RoleBindingsGetRequest) (RoleBindingList, *http.Response, error)

	// ApiAccountsMgmtV1RoleBindingsIdDeleteFunc mocks the ApiAccountsMgmtV1RoleBindingsIdDelete method.
	ApiAccountsMgmtV1RoleBindingsIdDeleteFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest

	// ApiAccountsMgmtV1RoleBindingsIdDeleteExecuteFunc mocks the ApiAccountsMgmtV1RoleBindingsIdDeleteExecute method.
	ApiAccountsMgmtV1RoleBindingsIdDeleteExecuteFunc func(r ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest) (*http.Response, error)

	// ApiAccountsMgmtV1RoleBindingsIdGetFunc mocks the ApiAccountsMgmtV1RoleBindingsIdGet method.
	ApiAccountsMgmtV1RoleBindingsIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdGetRequest

	// ApiAccountsMgmtV1RoleBindingsIdGetExecuteFunc mocks the ApiAccountsMgmtV1RoleBindingsIdGetExecute method.
	ApiAccountsMgmtV1RoleBindingsIdGetExecuteFunc func(r ApiApiAccountsMgmtV1RoleBindingsIdGetRequest) (RoleBinding, *http.Response, error)

	// ApiAccountsMgmtV1RoleBindingsIdPatchFunc mocks the ApiAccountsMgmtV1RoleBindingsIdPatch method.
	ApiAccountsMgmtV1RoleBindingsIdPatchFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest

	// ApiAccountsMgmtV1RoleBindingsIdPatchExecuteFunc mocks the ApiAccountsMgmtV1RoleBindingsIdPatchExecute method.
	ApiAccountsMgmtV1RoleBindingsIdPatchExecuteFunc func(r ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest) (RoleBinding, *http.Response, error)

	// ApiAccountsMgmtV1RoleBindingsPostFunc mocks the ApiAccountsMgmtV1RoleBindingsPost method.
	ApiAccountsMgmtV1RoleBindingsPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1RoleBindingsPostRequest

	// ApiAccountsMgmtV1RoleBindingsPostExecuteFunc mocks the ApiAccountsMgmtV1RoleBindingsPostExecute method.
	ApiAccountsMgmtV1RoleBindingsPostExecuteFunc func(r ApiApiAccountsMgmtV1RoleBindingsPostRequest) (RoleBinding, *http.Response, error)

	// ApiAccountsMgmtV1RolesGetFunc mocks the ApiAccountsMgmtV1RolesGet method.
	ApiAccountsMgmtV1RolesGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1RolesGetRequest

	// ApiAccountsMgmtV1RolesGetExecuteFunc mocks the ApiAccountsMgmtV1RolesGetExecute method.
	ApiAccountsMgmtV1RolesGetExecuteFunc func(r ApiApiAccountsMgmtV1RolesGetRequest) (RoleList, *http.Response, error)

	// ApiAccountsMgmtV1RolesIdGetFunc mocks the ApiAccountsMgmtV1RolesIdGet method.
	ApiAccountsMgmtV1RolesIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1RolesIdGetRequest

	// ApiAccountsMgmtV1RolesIdGetExecuteFunc mocks the ApiAccountsMgmtV1RolesIdGetExecute method.
	ApiAccountsMgmtV1RolesIdGetExecuteFunc func(r ApiApiAccountsMgmtV1RolesIdGetRequest) (Role, *http.Response, error)

	// ApiAccountsMgmtV1SkuRulesGetFunc mocks the ApiAccountsMgmtV1SkuRulesGet method.
	ApiAccountsMgmtV1SkuRulesGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1SkuRulesGetRequest

	// ApiAccountsMgmtV1SkuRulesGetExecuteFunc mocks the ApiAccountsMgmtV1SkuRulesGetExecute method.
	ApiAccountsMgmtV1SkuRulesGetExecuteFunc func(r ApiApiAccountsMgmtV1SkuRulesGetRequest) (SkuRulesList, *http.Response, error)

	// ApiAccountsMgmtV1SkuRulesIdGetFunc mocks the ApiAccountsMgmtV1SkuRulesIdGet method.
	ApiAccountsMgmtV1SkuRulesIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SkuRulesIdGetRequest

	// ApiAccountsMgmtV1SkuRulesIdGetExecuteFunc mocks the ApiAccountsMgmtV1SkuRulesIdGetExecute method.
	ApiAccountsMgmtV1SkuRulesIdGetExecuteFunc func(r ApiApiAccountsMgmtV1SkuRulesIdGetRequest) (SkuRules, *http.Response, error)

	// ApiAccountsMgmtV1SkusGetFunc mocks the ApiAccountsMgmtV1SkusGet method.
	ApiAccountsMgmtV1SkusGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1SkusGetRequest

	// ApiAccountsMgmtV1SkusGetExecuteFunc mocks the ApiAccountsMgmtV1SkusGetExecute method.
	ApiAccountsMgmtV1SkusGetExecuteFunc func(r ApiApiAccountsMgmtV1SkusGetRequest) (SkuList, *http.Response, error)

	// ApiAccountsMgmtV1SkusIdGetFunc mocks the ApiAccountsMgmtV1SkusIdGet method.
	ApiAccountsMgmtV1SkusIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SkusIdGetRequest

	// ApiAccountsMgmtV1SkusIdGetExecuteFunc mocks the ApiAccountsMgmtV1SkusIdGetExecute method.
	ApiAccountsMgmtV1SkusIdGetExecuteFunc func(r ApiApiAccountsMgmtV1SkusIdGetRequest) (SKU, *http.Response, error)

	// ApiAccountsMgmtV1SubscriptionsGetFunc mocks the ApiAccountsMgmtV1SubscriptionsGet method.
	ApiAccountsMgmtV1SubscriptionsGetFunc func(ctx context.Context) ApiApiAccountsMgmtV1SubscriptionsGetRequest

	// ApiAccountsMgmtV1SubscriptionsGetExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsGetExecute method.
	ApiAccountsMgmtV1SubscriptionsGetExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsGetRequest) (SubscriptionList, *http.Response, error)

	// ApiAccountsMgmtV1SubscriptionsIdDeleteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdDelete method.
	ApiAccountsMgmtV1SubscriptionsIdDeleteFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest

	// ApiAccountsMgmtV1SubscriptionsIdDeleteExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdDeleteExecute method.
	ApiAccountsMgmtV1SubscriptionsIdDeleteExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest) (*http.Response, error)

	// ApiAccountsMgmtV1SubscriptionsIdGetFunc mocks the ApiAccountsMgmtV1SubscriptionsIdGet method.
	ApiAccountsMgmtV1SubscriptionsIdGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest

	// ApiAccountsMgmtV1SubscriptionsIdGetExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdGetExecute method.
	ApiAccountsMgmtV1SubscriptionsIdGetExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) (Subscription, *http.Response, error)

	// ApiAccountsMgmtV1SubscriptionsIdLabelsGetFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsGet method.
	ApiAccountsMgmtV1SubscriptionsIdLabelsGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest

	// ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute method.
	ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) (LabelList, *http.Response, error)

	// ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete method.
	ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteFunc func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest

	// ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute method.
	ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest) (*http.Response, error)

	// ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet method.
	ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetFunc func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest

	// ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute method.
	ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest) (Label, *http.Response, error)

	// ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch method.
	ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchFunc func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest

	// ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute method.
	ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest) (Label, *http.Response, error)

	// ApiAccountsMgmtV1SubscriptionsIdLabelsPostFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsPost method.
	ApiAccountsMgmtV1SubscriptionsIdLabelsPostFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest

	// ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute method.
	ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest) (Label, *http.Response, error)

	// ApiAccountsMgmtV1SubscriptionsIdNotifyPostFunc mocks the ApiAccountsMgmtV1SubscriptionsIdNotifyPost method.
	ApiAccountsMgmtV1SubscriptionsIdNotifyPostFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest

	// ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute method.
	ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest) (*http.Response, error)

	// ApiAccountsMgmtV1SubscriptionsIdPatchFunc mocks the ApiAccountsMgmtV1SubscriptionsIdPatch method.
	ApiAccountsMgmtV1SubscriptionsIdPatchFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest

	// ApiAccountsMgmtV1SubscriptionsIdPatchExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdPatchExecute method.
	ApiAccountsMgmtV1SubscriptionsIdPatchExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest) (Subscription, *http.Response, error)

	// ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetFunc mocks the ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet method.
	ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest

	// ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute method.
	ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) (ReservedResourceList, *http.Response, error)

	// ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetFunc mocks the ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet method.
	ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetFunc func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest

	// ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute method.
	ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) (*http.Response, error)

	// ApiAccountsMgmtV1SubscriptionsPostFunc mocks the ApiAccountsMgmtV1SubscriptionsPost method.
	ApiAccountsMgmtV1SubscriptionsPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1SubscriptionsPostRequest

	// ApiAccountsMgmtV1SubscriptionsPostExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsPostExecute method.
	ApiAccountsMgmtV1SubscriptionsPostExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsPostRequest) (Subscription, *http.Response, error)

	// ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteFunc mocks the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete method.
	ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteFunc func(ctx context.Context, subId string, accountId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest

	// ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute method.
	ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest) (*http.Response, error)

	// ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetFunc mocks the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet method.
	ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetFunc func(ctx context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest

	// ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute method.
	ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) (AccountList, *http.Response, error)

	// ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostFunc mocks the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost method.
	ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostFunc func(ctx context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest

	// ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute method.
	ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) (Account, *http.Response, error)

	// ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetFunc mocks the ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet method.
	ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetFunc func(ctx context.Context, subId string, reservedResourceId string) ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest

	// ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecuteFunc mocks the ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute method.
	ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecuteFunc func(r ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest) (ReservedResource, *http.Response, error)

	// ApiAccountsMgmtV1SupportCasesCaseIdDeleteFunc mocks the ApiAccountsMgmtV1SupportCasesCaseIdDelete method.
	ApiAccountsMgmtV1SupportCasesCaseIdDeleteFunc func(ctx context.Context, caseId string) ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest

	// ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecuteFunc mocks the ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute method.
	ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecuteFunc func(r ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest) (*http.Response, error)

	// ApiAccountsMgmtV1SupportCasesPostFunc mocks the ApiAccountsMgmtV1SupportCasesPost method.
	ApiAccountsMgmtV1SupportCasesPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1SupportCasesPostRequest

	// ApiAccountsMgmtV1SupportCasesPostExecuteFunc mocks the ApiAccountsMgmtV1SupportCasesPostExecute method.
	ApiAccountsMgmtV1SupportCasesPostExecuteFunc func(r ApiApiAccountsMgmtV1SupportCasesPostRequest) (SupportCasesCreatedResponse, *http.Response, error)

	// ApiAccountsMgmtV1TokenAuthorizationPostFunc mocks the ApiAccountsMgmtV1TokenAuthorizationPost method.
	ApiAccountsMgmtV1TokenAuthorizationPostFunc func(ctx context.Context) ApiApiAccountsMgmtV1TokenAuthorizationPostRequest

	// ApiAccountsMgmtV1TokenAuthorizationPostExecuteFunc mocks the ApiAccountsMgmtV1TokenAuthorizationPostExecute method.
	ApiAccountsMgmtV1TokenAuthorizationPostExecuteFunc func(r ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) (TokenAuthorizationResponse, *http.Response, error)

	// ApiAuthorizationsV1AccessReviewPostFunc mocks the ApiAuthorizationsV1AccessReviewPost method.
	ApiAuthorizationsV1AccessReviewPostFunc func(ctx context.Context) ApiApiAuthorizationsV1AccessReviewPostRequest

	// ApiAuthorizationsV1AccessReviewPostExecuteFunc mocks the ApiAuthorizationsV1AccessReviewPostExecute method.
	ApiAuthorizationsV1AccessReviewPostExecuteFunc func(r ApiApiAuthorizationsV1AccessReviewPostRequest) (AccessReviewResponse, *http.Response, error)

	// ApiAuthorizationsV1CapabilityReviewPostFunc mocks the ApiAuthorizationsV1CapabilityReviewPost method.
	ApiAuthorizationsV1CapabilityReviewPostFunc func(ctx context.Context) ApiApiAuthorizationsV1CapabilityReviewPostRequest

	// ApiAuthorizationsV1CapabilityReviewPostExecuteFunc mocks the ApiAuthorizationsV1CapabilityReviewPostExecute method.
	ApiAuthorizationsV1CapabilityReviewPostExecuteFunc func(r ApiApiAuthorizationsV1CapabilityReviewPostRequest) (CapabilityReview, *http.Response, error)

	// ApiAuthorizationsV1ExportControlReviewPostFunc mocks the ApiAuthorizationsV1ExportControlReviewPost method.
	ApiAuthorizationsV1ExportControlReviewPostFunc func(ctx context.Context) ApiApiAuthorizationsV1ExportControlReviewPostRequest

	// ApiAuthorizationsV1ExportControlReviewPostExecuteFunc mocks the ApiAuthorizationsV1ExportControlReviewPostExecute method.
	ApiAuthorizationsV1ExportControlReviewPostExecuteFunc func(r ApiApiAuthorizationsV1ExportControlReviewPostRequest) (ExportControlReview, *http.Response, error)

	// ApiAuthorizationsV1ResourceReviewPostFunc mocks the ApiAuthorizationsV1ResourceReviewPost method.
	ApiAuthorizationsV1ResourceReviewPostFunc func(ctx context.Context) ApiApiAuthorizationsV1ResourceReviewPostRequest

	// ApiAuthorizationsV1ResourceReviewPostExecuteFunc mocks the ApiAuthorizationsV1ResourceReviewPostExecute method.
	ApiAuthorizationsV1ResourceReviewPostExecuteFunc func(r ApiApiAuthorizationsV1ResourceReviewPostRequest) (ResourceReview, *http.Response, error)

	// ApiAuthorizationsV1SelfAccessReviewPostFunc mocks the ApiAuthorizationsV1SelfAccessReviewPost method.
	ApiAuthorizationsV1SelfAccessReviewPostFunc func(ctx context.Context) ApiApiAuthorizationsV1SelfAccessReviewPostRequest

	// ApiAuthorizationsV1SelfAccessReviewPostExecuteFunc mocks the ApiAuthorizationsV1SelfAccessReviewPostExecute method.
	ApiAuthorizationsV1SelfAccessReviewPostExecuteFunc func(r ApiApiAuthorizationsV1SelfAccessReviewPostRequest) (AccessReviewResponse, *http.Response, error)

	// ApiAuthorizationsV1SelfResourceReviewPostFunc mocks the ApiAuthorizationsV1SelfResourceReviewPost method.
	ApiAuthorizationsV1SelfResourceReviewPostFunc func(ctx context.Context) ApiApiAuthorizationsV1SelfResourceReviewPostRequest

	// ApiAuthorizationsV1SelfResourceReviewPostExecuteFunc mocks the ApiAuthorizationsV1SelfResourceReviewPostExecute method.
	ApiAuthorizationsV1SelfResourceReviewPostExecuteFunc func(r ApiApiAuthorizationsV1SelfResourceReviewPostRequest) (SelfResourceReview, *http.Response, error)

	// ApiAuthorizationsV1SelfTermsReviewPostFunc mocks the ApiAuthorizationsV1SelfTermsReviewPost method.
	ApiAuthorizationsV1SelfTermsReviewPostFunc func(ctx context.Context) ApiApiAuthorizationsV1SelfTermsReviewPostRequest

	// ApiAuthorizationsV1SelfTermsReviewPostExecuteFunc mocks the ApiAuthorizationsV1SelfTermsReviewPostExecute method.
	ApiAuthorizationsV1SelfTermsReviewPostExecuteFunc func(r ApiApiAuthorizationsV1SelfTermsReviewPostRequest) (TermsReviewResponse, *http.Response, error)

	// ApiAuthorizationsV1TermsReviewPostFunc mocks the ApiAuthorizationsV1TermsReviewPost method.
	ApiAuthorizationsV1TermsReviewPostFunc func(ctx context.Context) ApiApiAuthorizationsV1TermsReviewPostRequest

	// ApiAuthorizationsV1TermsReviewPostExecuteFunc mocks the ApiAuthorizationsV1TermsReviewPostExecute method.
	ApiAuthorizationsV1TermsReviewPostExecuteFunc func(r ApiApiAuthorizationsV1TermsReviewPostRequest) (TermsReviewResponse, *http.Response, error)
	// contains filtered or unexported fields
}

DefaultApiMock is a mock implementation of DefaultApi.

    func TestSomethingThatUsesDefaultApi(t *testing.T) {

        // make and configure a mocked DefaultApi
        mockedDefaultApi := &DefaultApiMock{
            ApiAccountsMgmtV1AccessTokenPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1AccessTokenPostRequest {
	               panic("mock out the ApiAccountsMgmtV1AccessTokenPost method")
            },
            ApiAccountsMgmtV1AccessTokenPostExecuteFunc: func(r ApiApiAccountsMgmtV1AccessTokenPostRequest) (AccessTokenCfg, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1AccessTokenPostExecute method")
            },
            ApiAccountsMgmtV1AccountsGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1AccountsGetRequest {
	               panic("mock out the ApiAccountsMgmtV1AccountsGet method")
            },
            ApiAccountsMgmtV1AccountsGetExecuteFunc: func(r ApiApiAccountsMgmtV1AccountsGetRequest) (AccountList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1AccountsGetExecute method")
            },
            ApiAccountsMgmtV1AccountsIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdGetRequest {
	               panic("mock out the ApiAccountsMgmtV1AccountsIdGet method")
            },
            ApiAccountsMgmtV1AccountsIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1AccountsIdGetRequest) (Account, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1AccountsIdGetExecute method")
            },
            ApiAccountsMgmtV1AccountsIdLabelsGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest {
	               panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsGet method")
            },
            ApiAccountsMgmtV1AccountsIdLabelsGetExecuteFunc: func(r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) (LabelList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsGetExecute method")
            },
            ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteFunc: func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest {
	               panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsKeyDelete method")
            },
            ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest) (*http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute method")
            },
            ApiAccountsMgmtV1AccountsIdLabelsKeyGetFunc: func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest {
	               panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsKeyGet method")
            },
            ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecuteFunc: func(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest) (Label, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute method")
            },
            ApiAccountsMgmtV1AccountsIdLabelsKeyPatchFunc: func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest {
	               panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsKeyPatch method")
            },
            ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecuteFunc: func(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest) (Label, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute method")
            },
            ApiAccountsMgmtV1AccountsIdLabelsPostFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest {
	               panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsPost method")
            },
            ApiAccountsMgmtV1AccountsIdLabelsPostExecuteFunc: func(r ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest) (Label, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1AccountsIdLabelsPostExecute method")
            },
            ApiAccountsMgmtV1AccountsIdPatchFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdPatchRequest {
	               panic("mock out the ApiAccountsMgmtV1AccountsIdPatch method")
            },
            ApiAccountsMgmtV1AccountsIdPatchExecuteFunc: func(r ApiApiAccountsMgmtV1AccountsIdPatchRequest) (Account, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1AccountsIdPatchExecute method")
            },
            ApiAccountsMgmtV1AccountsPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1AccountsPostRequest {
	               panic("mock out the ApiAccountsMgmtV1AccountsPost method")
            },
            ApiAccountsMgmtV1AccountsPostExecuteFunc: func(r ApiApiAccountsMgmtV1AccountsPostRequest) (Account, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1AccountsPostExecute method")
            },
            ApiAccountsMgmtV1ClusterAuthorizationsPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest {
	               panic("mock out the ApiAccountsMgmtV1ClusterAuthorizationsPost method")
            },
            ApiAccountsMgmtV1ClusterAuthorizationsPostExecuteFunc: func(r ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) (ClusterAuthorizationResponse, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1ClusterAuthorizationsPostExecute method")
            },
            ApiAccountsMgmtV1ClusterRegistrationsPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest {
	               panic("mock out the ApiAccountsMgmtV1ClusterRegistrationsPost method")
            },
            ApiAccountsMgmtV1ClusterRegistrationsPostExecuteFunc: func(r ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) (ClusterRegistrationResponse, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1ClusterRegistrationsPostExecute method")
            },
            ApiAccountsMgmtV1CurrentAccountGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1CurrentAccountGetRequest {
	               panic("mock out the ApiAccountsMgmtV1CurrentAccountGet method")
            },
            ApiAccountsMgmtV1CurrentAccountGetExecuteFunc: func(r ApiApiAccountsMgmtV1CurrentAccountGetRequest) (Account, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1CurrentAccountGetExecute method")
            },
            ApiAccountsMgmtV1ErrorsGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1ErrorsGetRequest {
	               panic("mock out the ApiAccountsMgmtV1ErrorsGet method")
            },
            ApiAccountsMgmtV1ErrorsGetExecuteFunc: func(r ApiApiAccountsMgmtV1ErrorsGetRequest) (ErrorList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1ErrorsGetExecute method")
            },
            ApiAccountsMgmtV1ErrorsIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1ErrorsIdGetRequest {
	               panic("mock out the ApiAccountsMgmtV1ErrorsIdGet method")
            },
            ApiAccountsMgmtV1ErrorsIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1ErrorsIdGetRequest) (Error, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1ErrorsIdGetExecute method")
            },
            ApiAccountsMgmtV1FeatureTogglesIdQueryPostFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest {
	               panic("mock out the ApiAccountsMgmtV1FeatureTogglesIdQueryPost method")
            },
            ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecuteFunc: func(r ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) (FeatureToggle, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute method")
            },
            ApiAccountsMgmtV1LabelsGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1LabelsGetRequest {
	               panic("mock out the ApiAccountsMgmtV1LabelsGet method")
            },
            ApiAccountsMgmtV1LabelsGetExecuteFunc: func(r ApiApiAccountsMgmtV1LabelsGetRequest) (LabelList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1LabelsGetExecute method")
            },
            ApiAccountsMgmtV1MetricsGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1MetricsGetRequest {
	               panic("mock out the ApiAccountsMgmtV1MetricsGet method")
            },
            ApiAccountsMgmtV1MetricsGetExecuteFunc: func(r ApiApiAccountsMgmtV1MetricsGetRequest) (MetricsList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1MetricsGetExecute method")
            },
            ApiAccountsMgmtV1NotifyPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1NotifyPostRequest {
	               panic("mock out the ApiAccountsMgmtV1NotifyPost method")
            },
            ApiAccountsMgmtV1NotifyPostExecuteFunc: func(r ApiApiAccountsMgmtV1NotifyPostRequest) (*http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1NotifyPostExecute method")
            },
            ApiAccountsMgmtV1OrganizationsGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1OrganizationsGetRequest {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsGet method")
            },
            ApiAccountsMgmtV1OrganizationsGetExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsGetRequest) (OrganizationList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsGetExecute method")
            },
            ApiAccountsMgmtV1OrganizationsIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdGetRequest {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsIdGet method")
            },
            ApiAccountsMgmtV1OrganizationsIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsIdGetRequest) (Organization, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsIdGetExecute method")
            },
            ApiAccountsMgmtV1OrganizationsIdLabelsGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsGet method")
            },
            ApiAccountsMgmtV1OrganizationsIdLabelsGetExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) (LabelList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute method")
            },
            ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteFunc: func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete method")
            },
            ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest) (*http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute method")
            },
            ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetFunc: func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet method")
            },
            ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest) (Label, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute method")
            },
            ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchFunc: func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch method")
            },
            ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest) (Label, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute method")
            },
            ApiAccountsMgmtV1OrganizationsIdLabelsPostFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsPost method")
            },
            ApiAccountsMgmtV1OrganizationsIdLabelsPostExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest) (Label, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute method")
            },
            ApiAccountsMgmtV1OrganizationsIdPatchFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdPatchRequest {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsIdPatch method")
            },
            ApiAccountsMgmtV1OrganizationsIdPatchExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsIdPatchRequest) (Organization, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsIdPatchExecute method")
            },
            ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet method")
            },
            ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest) (Summary, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute method")
            },
            ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetFunc: func(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet method")
            },
            ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) (QuotaCostList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute method")
            },
            ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetFunc: func(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet method")
            },
            ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest) (QuotaSummaryList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute method")
            },
            ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetFunc: func(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet method")
            },
            ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) (ResourceQuotaList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute method")
            },
            ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostFunc: func(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost method")
            },
            ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) (ResourceQuota, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute method")
            },
            ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteFunc: func(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete method")
            },
            ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest) (*http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute method")
            },
            ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetFunc: func(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet method")
            },
            ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest) (ResourceQuota, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute method")
            },
            ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchFunc: func(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch method")
            },
            ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) (ResourceQuota, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute method")
            },
            ApiAccountsMgmtV1OrganizationsPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1OrganizationsPostRequest {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsPost method")
            },
            ApiAccountsMgmtV1OrganizationsPostExecuteFunc: func(r ApiApiAccountsMgmtV1OrganizationsPostRequest) (Organization, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1OrganizationsPostExecute method")
            },
            ApiAccountsMgmtV1PlansGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1PlansGetRequest {
	               panic("mock out the ApiAccountsMgmtV1PlansGet method")
            },
            ApiAccountsMgmtV1PlansGetExecuteFunc: func(r ApiApiAccountsMgmtV1PlansGetRequest) (PlanList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1PlansGetExecute method")
            },
            ApiAccountsMgmtV1PlansIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1PlansIdGetRequest {
	               panic("mock out the ApiAccountsMgmtV1PlansIdGet method")
            },
            ApiAccountsMgmtV1PlansIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1PlansIdGetRequest) (Plan, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1PlansIdGetExecute method")
            },
            ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteFunc: func(ctx context.Context, externalResourceId string) ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest {
	               panic("mock out the ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete method")
            },
            ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest) (*http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute method")
            },
            ApiAccountsMgmtV1PullSecretsPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1PullSecretsPostRequest {
	               panic("mock out the ApiAccountsMgmtV1PullSecretsPost method")
            },
            ApiAccountsMgmtV1PullSecretsPostExecuteFunc: func(r ApiApiAccountsMgmtV1PullSecretsPostRequest) (AccessTokenCfg, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1PullSecretsPostExecute method")
            },
            ApiAccountsMgmtV1RegistriesGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1RegistriesGetRequest {
	               panic("mock out the ApiAccountsMgmtV1RegistriesGet method")
            },
            ApiAccountsMgmtV1RegistriesGetExecuteFunc: func(r ApiApiAccountsMgmtV1RegistriesGetRequest) (RegistryList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1RegistriesGetExecute method")
            },
            ApiAccountsMgmtV1RegistriesIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistriesIdGetRequest {
	               panic("mock out the ApiAccountsMgmtV1RegistriesIdGet method")
            },
            ApiAccountsMgmtV1RegistriesIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1RegistriesIdGetRequest) (Registry, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1RegistriesIdGetExecute method")
            },
            ApiAccountsMgmtV1RegistryCredentialsGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1RegistryCredentialsGetRequest {
	               panic("mock out the ApiAccountsMgmtV1RegistryCredentialsGet method")
            },
            ApiAccountsMgmtV1RegistryCredentialsGetExecuteFunc: func(r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) (RegistryCredentialList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1RegistryCredentialsGetExecute method")
            },
            ApiAccountsMgmtV1RegistryCredentialsIdDeleteFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest {
	               panic("mock out the ApiAccountsMgmtV1RegistryCredentialsIdDelete method")
            },
            ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest) (*http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute method")
            },
            ApiAccountsMgmtV1RegistryCredentialsIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest {
	               panic("mock out the ApiAccountsMgmtV1RegistryCredentialsIdGet method")
            },
            ApiAccountsMgmtV1RegistryCredentialsIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest) (RegistryCredential, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1RegistryCredentialsIdGetExecute method")
            },
            ApiAccountsMgmtV1RegistryCredentialsIdPatchFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest {
	               panic("mock out the ApiAccountsMgmtV1RegistryCredentialsIdPatch method")
            },
            ApiAccountsMgmtV1RegistryCredentialsIdPatchExecuteFunc: func(r ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) (RegistryCredential, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute method")
            },
            ApiAccountsMgmtV1RegistryCredentialsPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1RegistryCredentialsPostRequest {
	               panic("mock out the ApiAccountsMgmtV1RegistryCredentialsPost method")
            },
            ApiAccountsMgmtV1RegistryCredentialsPostExecuteFunc: func(r ApiApiAccountsMgmtV1RegistryCredentialsPostRequest) (RegistryCredential, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1RegistryCredentialsPostExecute method")
            },
            ApiAccountsMgmtV1ReservedResourcesGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1ReservedResourcesGetRequest {
	               panic("mock out the ApiAccountsMgmtV1ReservedResourcesGet method")
            },
            ApiAccountsMgmtV1ReservedResourcesGetExecuteFunc: func(r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) (ReservedResourceList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1ReservedResourcesGetExecute method")
            },
            ApiAccountsMgmtV1ResourceQuotaGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1ResourceQuotaGetRequest {
	               panic("mock out the ApiAccountsMgmtV1ResourceQuotaGet method")
            },
            ApiAccountsMgmtV1ResourceQuotaGetExecuteFunc: func(r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) (ResourceQuotaList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1ResourceQuotaGetExecute method")
            },
            ApiAccountsMgmtV1RoleBindingsGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1RoleBindingsGetRequest {
	               panic("mock out the ApiAccountsMgmtV1RoleBindingsGet method")
            },
            ApiAccountsMgmtV1RoleBindingsGetExecuteFunc: func(r ApiApiAccountsMgmtV1RoleBindingsGetRequest) (RoleBindingList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1RoleBindingsGetExecute method")
            },
            ApiAccountsMgmtV1RoleBindingsIdDeleteFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest {
	               panic("mock out the ApiAccountsMgmtV1RoleBindingsIdDelete method")
            },
            ApiAccountsMgmtV1RoleBindingsIdDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest) (*http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1RoleBindingsIdDeleteExecute method")
            },
            ApiAccountsMgmtV1RoleBindingsIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdGetRequest {
	               panic("mock out the ApiAccountsMgmtV1RoleBindingsIdGet method")
            },
            ApiAccountsMgmtV1RoleBindingsIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1RoleBindingsIdGetRequest) (RoleBinding, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1RoleBindingsIdGetExecute method")
            },
            ApiAccountsMgmtV1RoleBindingsIdPatchFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest {
	               panic("mock out the ApiAccountsMgmtV1RoleBindingsIdPatch method")
            },
            ApiAccountsMgmtV1RoleBindingsIdPatchExecuteFunc: func(r ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest) (RoleBinding, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1RoleBindingsIdPatchExecute method")
            },
            ApiAccountsMgmtV1RoleBindingsPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1RoleBindingsPostRequest {
	               panic("mock out the ApiAccountsMgmtV1RoleBindingsPost method")
            },
            ApiAccountsMgmtV1RoleBindingsPostExecuteFunc: func(r ApiApiAccountsMgmtV1RoleBindingsPostRequest) (RoleBinding, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1RoleBindingsPostExecute method")
            },
            ApiAccountsMgmtV1RolesGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1RolesGetRequest {
	               panic("mock out the ApiAccountsMgmtV1RolesGet method")
            },
            ApiAccountsMgmtV1RolesGetExecuteFunc: func(r ApiApiAccountsMgmtV1RolesGetRequest) (RoleList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1RolesGetExecute method")
            },
            ApiAccountsMgmtV1RolesIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1RolesIdGetRequest {
	               panic("mock out the ApiAccountsMgmtV1RolesIdGet method")
            },
            ApiAccountsMgmtV1RolesIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1RolesIdGetRequest) (Role, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1RolesIdGetExecute method")
            },
            ApiAccountsMgmtV1SkuRulesGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1SkuRulesGetRequest {
	               panic("mock out the ApiAccountsMgmtV1SkuRulesGet method")
            },
            ApiAccountsMgmtV1SkuRulesGetExecuteFunc: func(r ApiApiAccountsMgmtV1SkuRulesGetRequest) (SkuRulesList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SkuRulesGetExecute method")
            },
            ApiAccountsMgmtV1SkuRulesIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SkuRulesIdGetRequest {
	               panic("mock out the ApiAccountsMgmtV1SkuRulesIdGet method")
            },
            ApiAccountsMgmtV1SkuRulesIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1SkuRulesIdGetRequest) (SkuRules, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SkuRulesIdGetExecute method")
            },
            ApiAccountsMgmtV1SkusGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1SkusGetRequest {
	               panic("mock out the ApiAccountsMgmtV1SkusGet method")
            },
            ApiAccountsMgmtV1SkusGetExecuteFunc: func(r ApiApiAccountsMgmtV1SkusGetRequest) (SkuList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SkusGetExecute method")
            },
            ApiAccountsMgmtV1SkusIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SkusIdGetRequest {
	               panic("mock out the ApiAccountsMgmtV1SkusIdGet method")
            },
            ApiAccountsMgmtV1SkusIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1SkusIdGetRequest) (SKU, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SkusIdGetExecute method")
            },
            ApiAccountsMgmtV1SubscriptionsGetFunc: func(ctx context.Context) ApiApiAccountsMgmtV1SubscriptionsGetRequest {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsGet method")
            },
            ApiAccountsMgmtV1SubscriptionsGetExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsGetRequest) (SubscriptionList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsGetExecute method")
            },
            ApiAccountsMgmtV1SubscriptionsIdDeleteFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdDelete method")
            },
            ApiAccountsMgmtV1SubscriptionsIdDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest) (*http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdDeleteExecute method")
            },
            ApiAccountsMgmtV1SubscriptionsIdGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdGet method")
            },
            ApiAccountsMgmtV1SubscriptionsIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) (Subscription, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdGetExecute method")
            },
            ApiAccountsMgmtV1SubscriptionsIdLabelsGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsGet method")
            },
            ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) (LabelList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute method")
            },
            ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteFunc: func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete method")
            },
            ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest) (*http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute method")
            },
            ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetFunc: func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet method")
            },
            ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest) (Label, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute method")
            },
            ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchFunc: func(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch method")
            },
            ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest) (Label, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute method")
            },
            ApiAccountsMgmtV1SubscriptionsIdLabelsPostFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsPost method")
            },
            ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest) (Label, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute method")
            },
            ApiAccountsMgmtV1SubscriptionsIdNotifyPostFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdNotifyPost method")
            },
            ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest) (*http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute method")
            },
            ApiAccountsMgmtV1SubscriptionsIdPatchFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdPatch method")
            },
            ApiAccountsMgmtV1SubscriptionsIdPatchExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest) (Subscription, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdPatchExecute method")
            },
            ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet method")
            },
            ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) (ReservedResourceList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute method")
            },
            ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetFunc: func(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet method")
            },
            ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) (*http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute method")
            },
            ApiAccountsMgmtV1SubscriptionsPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1SubscriptionsPostRequest {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsPost method")
            },
            ApiAccountsMgmtV1SubscriptionsPostExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsPostRequest) (Subscription, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsPostExecute method")
            },
            ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteFunc: func(ctx context.Context, subId string, accountId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete method")
            },
            ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest) (*http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute method")
            },
            ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetFunc: func(ctx context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet method")
            },
            ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) (AccountList, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute method")
            },
            ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostFunc: func(ctx context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost method")
            },
            ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) (Account, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute method")
            },
            ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetFunc: func(ctx context.Context, subId string, reservedResourceId string) ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet method")
            },
            ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecuteFunc: func(r ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest) (ReservedResource, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute method")
            },
            ApiAccountsMgmtV1SupportCasesCaseIdDeleteFunc: func(ctx context.Context, caseId string) ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest {
	               panic("mock out the ApiAccountsMgmtV1SupportCasesCaseIdDelete method")
            },
            ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecuteFunc: func(r ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest) (*http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute method")
            },
            ApiAccountsMgmtV1SupportCasesPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1SupportCasesPostRequest {
	               panic("mock out the ApiAccountsMgmtV1SupportCasesPost method")
            },
            ApiAccountsMgmtV1SupportCasesPostExecuteFunc: func(r ApiApiAccountsMgmtV1SupportCasesPostRequest) (SupportCasesCreatedResponse, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1SupportCasesPostExecute method")
            },
            ApiAccountsMgmtV1TokenAuthorizationPostFunc: func(ctx context.Context) ApiApiAccountsMgmtV1TokenAuthorizationPostRequest {
	               panic("mock out the ApiAccountsMgmtV1TokenAuthorizationPost method")
            },
            ApiAccountsMgmtV1TokenAuthorizationPostExecuteFunc: func(r ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) (TokenAuthorizationResponse, *http.Response, error) {
	               panic("mock out the ApiAccountsMgmtV1TokenAuthorizationPostExecute method")
            },
            ApiAuthorizationsV1AccessReviewPostFunc: func(ctx context.Context) ApiApiAuthorizationsV1AccessReviewPostRequest {
	               panic("mock out the ApiAuthorizationsV1AccessReviewPost method")
            },
            ApiAuthorizationsV1AccessReviewPostExecuteFunc: func(r ApiApiAuthorizationsV1AccessReviewPostRequest) (AccessReviewResponse, *http.Response, error) {
	               panic("mock out the ApiAuthorizationsV1AccessReviewPostExecute method")
            },
            ApiAuthorizationsV1CapabilityReviewPostFunc: func(ctx context.Context) ApiApiAuthorizationsV1CapabilityReviewPostRequest {
	               panic("mock out the ApiAuthorizationsV1CapabilityReviewPost method")
            },
            ApiAuthorizationsV1CapabilityReviewPostExecuteFunc: func(r ApiApiAuthorizationsV1CapabilityReviewPostRequest) (CapabilityReview, *http.Response, error) {
	               panic("mock out the ApiAuthorizationsV1CapabilityReviewPostExecute method")
            },
            ApiAuthorizationsV1ExportControlReviewPostFunc: func(ctx context.Context) ApiApiAuthorizationsV1ExportControlReviewPostRequest {
	               panic("mock out the ApiAuthorizationsV1ExportControlReviewPost method")
            },
            ApiAuthorizationsV1ExportControlReviewPostExecuteFunc: func(r ApiApiAuthorizationsV1ExportControlReviewPostRequest) (ExportControlReview, *http.Response, error) {
	               panic("mock out the ApiAuthorizationsV1ExportControlReviewPostExecute method")
            },
            ApiAuthorizationsV1ResourceReviewPostFunc: func(ctx context.Context) ApiApiAuthorizationsV1ResourceReviewPostRequest {
	               panic("mock out the ApiAuthorizationsV1ResourceReviewPost method")
            },
            ApiAuthorizationsV1ResourceReviewPostExecuteFunc: func(r ApiApiAuthorizationsV1ResourceReviewPostRequest) (ResourceReview, *http.Response, error) {
	               panic("mock out the ApiAuthorizationsV1ResourceReviewPostExecute method")
            },
            ApiAuthorizationsV1SelfAccessReviewPostFunc: func(ctx context.Context) ApiApiAuthorizationsV1SelfAccessReviewPostRequest {
	               panic("mock out the ApiAuthorizationsV1SelfAccessReviewPost method")
            },
            ApiAuthorizationsV1SelfAccessReviewPostExecuteFunc: func(r ApiApiAuthorizationsV1SelfAccessReviewPostRequest) (AccessReviewResponse, *http.Response, error) {
	               panic("mock out the ApiAuthorizationsV1SelfAccessReviewPostExecute method")
            },
            ApiAuthorizationsV1SelfResourceReviewPostFunc: func(ctx context.Context) ApiApiAuthorizationsV1SelfResourceReviewPostRequest {
	               panic("mock out the ApiAuthorizationsV1SelfResourceReviewPost method")
            },
            ApiAuthorizationsV1SelfResourceReviewPostExecuteFunc: func(r ApiApiAuthorizationsV1SelfResourceReviewPostRequest) (SelfResourceReview, *http.Response, error) {
	               panic("mock out the ApiAuthorizationsV1SelfResourceReviewPostExecute method")
            },
            ApiAuthorizationsV1SelfTermsReviewPostFunc: func(ctx context.Context) ApiApiAuthorizationsV1SelfTermsReviewPostRequest {
	               panic("mock out the ApiAuthorizationsV1SelfTermsReviewPost method")
            },
            ApiAuthorizationsV1SelfTermsReviewPostExecuteFunc: func(r ApiApiAuthorizationsV1SelfTermsReviewPostRequest) (TermsReviewResponse, *http.Response, error) {
	               panic("mock out the ApiAuthorizationsV1SelfTermsReviewPostExecute method")
            },
            ApiAuthorizationsV1TermsReviewPostFunc: func(ctx context.Context) ApiApiAuthorizationsV1TermsReviewPostRequest {
	               panic("mock out the ApiAuthorizationsV1TermsReviewPost method")
            },
            ApiAuthorizationsV1TermsReviewPostExecuteFunc: func(r ApiApiAuthorizationsV1TermsReviewPostRequest) (TermsReviewResponse, *http.Response, error) {
	               panic("mock out the ApiAuthorizationsV1TermsReviewPostExecute method")
            },
        }

        // use mockedDefaultApi in code that requires DefaultApi
        // and then make assertions.

    }

func (*DefaultApiMock) ApiAccountsMgmtV1AccessTokenPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccessTokenPost(ctx context.Context) ApiApiAccountsMgmtV1AccessTokenPostRequest

ApiAccountsMgmtV1AccessTokenPost calls ApiAccountsMgmtV1AccessTokenPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccessTokenPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccessTokenPostCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1AccessTokenPostCalls gets all the calls that were made to ApiAccountsMgmtV1AccessTokenPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccessTokenPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccessTokenPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccessTokenPostExecute(r ApiApiAccountsMgmtV1AccessTokenPostRequest) (AccessTokenCfg, *http.Response, error)

ApiAccountsMgmtV1AccessTokenPostExecute calls ApiAccountsMgmtV1AccessTokenPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccessTokenPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccessTokenPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1AccessTokenPostRequest
}

ApiAccountsMgmtV1AccessTokenPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccessTokenPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccessTokenPostExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsGet(ctx context.Context) ApiApiAccountsMgmtV1AccountsGetRequest

ApiAccountsMgmtV1AccountsGet calls ApiAccountsMgmtV1AccountsGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsGetCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1AccountsGetCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccountsGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsGetExecute(r ApiApiAccountsMgmtV1AccountsGetRequest) (AccountList, *http.Response, error)

ApiAccountsMgmtV1AccountsGetExecute calls ApiAccountsMgmtV1AccountsGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1AccountsGetRequest
}

ApiAccountsMgmtV1AccountsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccountsGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdGetRequest

ApiAccountsMgmtV1AccountsIdGet calls ApiAccountsMgmtV1AccountsIdGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdGetCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1AccountsIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdGetExecute(r ApiApiAccountsMgmtV1AccountsIdGetRequest) (Account, *http.Response, error)

ApiAccountsMgmtV1AccountsIdGetExecute calls ApiAccountsMgmtV1AccountsIdGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1AccountsIdGetRequest
}

ApiAccountsMgmtV1AccountsIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGet(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest

ApiAccountsMgmtV1AccountsIdLabelsGet calls ApiAccountsMgmtV1AccountsIdLabelsGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGetCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1AccountsIdLabelsGetCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGetExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) (LabelList, *http.Response, error)

ApiAccountsMgmtV1AccountsIdLabelsGetExecute calls ApiAccountsMgmtV1AccountsIdLabelsGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest
}

ApiAccountsMgmtV1AccountsIdLabelsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDelete

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDelete(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest

ApiAccountsMgmtV1AccountsIdLabelsKeyDelete calls ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteCalls() []struct {
	Ctx context.Context
	ID  string
	Key string
}

ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsKeyDelete. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest) (*http.Response, error)

ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute calls ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest
}

ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGet(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest

ApiAccountsMgmtV1AccountsIdLabelsKeyGet calls ApiAccountsMgmtV1AccountsIdLabelsKeyGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGetCalls() []struct {
	Ctx context.Context
	ID  string
	Key string
}

ApiAccountsMgmtV1AccountsIdLabelsKeyGetCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsKeyGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsKeyGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest) (Label, *http.Response, error)

ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute calls ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest
}

ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatch

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatch(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest

ApiAccountsMgmtV1AccountsIdLabelsKeyPatch calls ApiAccountsMgmtV1AccountsIdLabelsKeyPatchFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchCalls() []struct {
	Ctx context.Context
	ID  string
	Key string
}

ApiAccountsMgmtV1AccountsIdLabelsKeyPatchCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsKeyPatch. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsKeyPatchCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest) (Label, *http.Response, error)

ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute calls ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest
}

ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPost(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest

ApiAccountsMgmtV1AccountsIdLabelsPost calls ApiAccountsMgmtV1AccountsIdLabelsPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPostCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1AccountsIdLabelsPostCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPostExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest) (Label, *http.Response, error)

ApiAccountsMgmtV1AccountsIdLabelsPostExecute calls ApiAccountsMgmtV1AccountsIdLabelsPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdLabelsPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest
}

ApiAccountsMgmtV1AccountsIdLabelsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdLabelsPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdLabelsPostExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatch

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatch(ctx context.Context, id string) ApiApiAccountsMgmtV1AccountsIdPatchRequest

ApiAccountsMgmtV1AccountsIdPatch calls ApiAccountsMgmtV1AccountsIdPatchFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatchCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatchCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1AccountsIdPatchCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdPatch. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdPatchCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatchExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatchExecute(r ApiApiAccountsMgmtV1AccountsIdPatchRequest) (Account, *http.Response, error)

ApiAccountsMgmtV1AccountsIdPatchExecute calls ApiAccountsMgmtV1AccountsIdPatchExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatchExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsIdPatchExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1AccountsIdPatchRequest
}

ApiAccountsMgmtV1AccountsIdPatchExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsIdPatchExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccountsIdPatchExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsPost(ctx context.Context) ApiApiAccountsMgmtV1AccountsPostRequest

ApiAccountsMgmtV1AccountsPost calls ApiAccountsMgmtV1AccountsPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsPostCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1AccountsPostCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccountsPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsPostExecute(r ApiApiAccountsMgmtV1AccountsPostRequest) (Account, *http.Response, error)

ApiAccountsMgmtV1AccountsPostExecute calls ApiAccountsMgmtV1AccountsPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1AccountsPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1AccountsPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1AccountsPostRequest
}

ApiAccountsMgmtV1AccountsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1AccountsPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1AccountsPostExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPost(ctx context.Context) ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest

ApiAccountsMgmtV1ClusterAuthorizationsPost calls ApiAccountsMgmtV1ClusterAuthorizationsPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPostCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1ClusterAuthorizationsPostCalls gets all the calls that were made to ApiAccountsMgmtV1ClusterAuthorizationsPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1ClusterAuthorizationsPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPostExecute(r ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest) (ClusterAuthorizationResponse, *http.Response, error)

ApiAccountsMgmtV1ClusterAuthorizationsPostExecute calls ApiAccountsMgmtV1ClusterAuthorizationsPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterAuthorizationsPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest
}

ApiAccountsMgmtV1ClusterAuthorizationsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1ClusterAuthorizationsPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1ClusterAuthorizationsPostExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPost(ctx context.Context) ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest

ApiAccountsMgmtV1ClusterRegistrationsPost calls ApiAccountsMgmtV1ClusterRegistrationsPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPostCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1ClusterRegistrationsPostCalls gets all the calls that were made to ApiAccountsMgmtV1ClusterRegistrationsPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1ClusterRegistrationsPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPostExecute(r ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest) (ClusterRegistrationResponse, *http.Response, error)

ApiAccountsMgmtV1ClusterRegistrationsPostExecute calls ApiAccountsMgmtV1ClusterRegistrationsPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1ClusterRegistrationsPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest
}

ApiAccountsMgmtV1ClusterRegistrationsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1ClusterRegistrationsPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1ClusterRegistrationsPostExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGet(ctx context.Context) ApiApiAccountsMgmtV1CurrentAccountGetRequest

ApiAccountsMgmtV1CurrentAccountGet calls ApiAccountsMgmtV1CurrentAccountGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGetCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1CurrentAccountGetCalls gets all the calls that were made to ApiAccountsMgmtV1CurrentAccountGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1CurrentAccountGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGetExecute(r ApiApiAccountsMgmtV1CurrentAccountGetRequest) (Account, *http.Response, error)

ApiAccountsMgmtV1CurrentAccountGetExecute calls ApiAccountsMgmtV1CurrentAccountGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1CurrentAccountGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1CurrentAccountGetRequest
}

ApiAccountsMgmtV1CurrentAccountGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1CurrentAccountGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1CurrentAccountGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1ErrorsGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsGet(ctx context.Context) ApiApiAccountsMgmtV1ErrorsGetRequest

ApiAccountsMgmtV1ErrorsGet calls ApiAccountsMgmtV1ErrorsGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1ErrorsGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsGetCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1ErrorsGetCalls gets all the calls that were made to ApiAccountsMgmtV1ErrorsGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1ErrorsGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1ErrorsGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsGetExecute(r ApiApiAccountsMgmtV1ErrorsGetRequest) (ErrorList, *http.Response, error)

ApiAccountsMgmtV1ErrorsGetExecute calls ApiAccountsMgmtV1ErrorsGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1ErrorsGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1ErrorsGetRequest
}

ApiAccountsMgmtV1ErrorsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1ErrorsGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1ErrorsGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1ErrorsIdGetRequest

ApiAccountsMgmtV1ErrorsIdGet calls ApiAccountsMgmtV1ErrorsIdGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGetCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1ErrorsIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1ErrorsIdGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1ErrorsIdGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGetExecute(r ApiApiAccountsMgmtV1ErrorsIdGetRequest) (Error, *http.Response, error)

ApiAccountsMgmtV1ErrorsIdGetExecute calls ApiAccountsMgmtV1ErrorsIdGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1ErrorsIdGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1ErrorsIdGetRequest
}

ApiAccountsMgmtV1ErrorsIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1ErrorsIdGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1ErrorsIdGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPost(ctx context.Context, id string) ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest

ApiAccountsMgmtV1FeatureTogglesIdQueryPost calls ApiAccountsMgmtV1FeatureTogglesIdQueryPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPostCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1FeatureTogglesIdQueryPostCalls gets all the calls that were made to ApiAccountsMgmtV1FeatureTogglesIdQueryPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1FeatureTogglesIdQueryPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute(r ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) (FeatureToggle, *http.Response, error)

ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute calls ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest
}

ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1LabelsGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1LabelsGet(ctx context.Context) ApiApiAccountsMgmtV1LabelsGetRequest

ApiAccountsMgmtV1LabelsGet calls ApiAccountsMgmtV1LabelsGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1LabelsGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1LabelsGetCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1LabelsGetCalls gets all the calls that were made to ApiAccountsMgmtV1LabelsGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1LabelsGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1LabelsGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1LabelsGetExecute(r ApiApiAccountsMgmtV1LabelsGetRequest) (LabelList, *http.Response, error)

ApiAccountsMgmtV1LabelsGetExecute calls ApiAccountsMgmtV1LabelsGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1LabelsGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1LabelsGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1LabelsGetRequest
}

ApiAccountsMgmtV1LabelsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1LabelsGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1LabelsGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1MetricsGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1MetricsGet(ctx context.Context) ApiApiAccountsMgmtV1MetricsGetRequest

ApiAccountsMgmtV1MetricsGet calls ApiAccountsMgmtV1MetricsGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1MetricsGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1MetricsGetCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1MetricsGetCalls gets all the calls that were made to ApiAccountsMgmtV1MetricsGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1MetricsGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1MetricsGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1MetricsGetExecute(r ApiApiAccountsMgmtV1MetricsGetRequest) (MetricsList, *http.Response, error)

ApiAccountsMgmtV1MetricsGetExecute calls ApiAccountsMgmtV1MetricsGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1MetricsGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1MetricsGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1MetricsGetRequest
}

ApiAccountsMgmtV1MetricsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1MetricsGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1MetricsGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1NotifyPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1NotifyPost(ctx context.Context) ApiApiAccountsMgmtV1NotifyPostRequest

ApiAccountsMgmtV1NotifyPost calls ApiAccountsMgmtV1NotifyPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1NotifyPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1NotifyPostCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1NotifyPostCalls gets all the calls that were made to ApiAccountsMgmtV1NotifyPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1NotifyPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1NotifyPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1NotifyPostExecute(r ApiApiAccountsMgmtV1NotifyPostRequest) (*http.Response, error)

ApiAccountsMgmtV1NotifyPostExecute calls ApiAccountsMgmtV1NotifyPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1NotifyPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1NotifyPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1NotifyPostRequest
}

ApiAccountsMgmtV1NotifyPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1NotifyPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1NotifyPostExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsGet(ctx context.Context) ApiApiAccountsMgmtV1OrganizationsGetRequest

ApiAccountsMgmtV1OrganizationsGet calls ApiAccountsMgmtV1OrganizationsGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsGetCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1OrganizationsGetCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsGetExecute(r ApiApiAccountsMgmtV1OrganizationsGetRequest) (OrganizationList, *http.Response, error)

ApiAccountsMgmtV1OrganizationsGetExecute calls ApiAccountsMgmtV1OrganizationsGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1OrganizationsGetRequest
}

ApiAccountsMgmtV1OrganizationsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdGetRequest

ApiAccountsMgmtV1OrganizationsIdGet calls ApiAccountsMgmtV1OrganizationsIdGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGetCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1OrganizationsIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdGetRequest) (Organization, *http.Response, error)

ApiAccountsMgmtV1OrganizationsIdGetExecute calls ApiAccountsMgmtV1OrganizationsIdGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1OrganizationsIdGetRequest
}

ApiAccountsMgmtV1OrganizationsIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGet(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest

ApiAccountsMgmtV1OrganizationsIdLabelsGet calls ApiAccountsMgmtV1OrganizationsIdLabelsGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGetCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1OrganizationsIdLabelsGetCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) (LabelList, *http.Response, error)

ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute calls ApiAccountsMgmtV1OrganizationsIdLabelsGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest
}

ApiAccountsMgmtV1OrganizationsIdLabelsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest

ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete calls ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteCalls() []struct {
	Ctx context.Context
	ID  string
	Key string
}

ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest) (*http.Response, error)

ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute calls ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest
}

ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest

ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet calls ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetCalls() []struct {
	Ctx context.Context
	ID  string
	Key string
}

ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest) (Label, *http.Response, error)

ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute calls ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest
}

ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest

ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch calls ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchCalls() []struct {
	Ctx context.Context
	ID  string
	Key string
}

ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest) (Label, *http.Response, error)

ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute calls ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest
}

ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPost(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest

ApiAccountsMgmtV1OrganizationsIdLabelsPost calls ApiAccountsMgmtV1OrganizationsIdLabelsPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPostCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1OrganizationsIdLabelsPostCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest) (Label, *http.Response, error)

ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute calls ApiAccountsMgmtV1OrganizationsIdLabelsPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdLabelsPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest
}

ApiAccountsMgmtV1OrganizationsIdLabelsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdLabelsPostExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatch

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatch(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdPatchRequest

ApiAccountsMgmtV1OrganizationsIdPatch calls ApiAccountsMgmtV1OrganizationsIdPatchFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatchCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatchCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1OrganizationsIdPatchCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdPatch. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdPatchCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatchExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatchExecute(r ApiApiAccountsMgmtV1OrganizationsIdPatchRequest) (Organization, *http.Response, error)

ApiAccountsMgmtV1OrganizationsIdPatchExecute calls ApiAccountsMgmtV1OrganizationsIdPatchExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatchExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdPatchExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1OrganizationsIdPatchRequest
}

ApiAccountsMgmtV1OrganizationsIdPatchExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdPatchExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdPatchExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet(ctx context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest

ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet calls ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest) (Summary, *http.Response, error)

ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute calls ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest
}

ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest

ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet calls ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetCalls() []struct {
	Ctx   context.Context
	OrgId string
}

ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) (QuotaCostList, *http.Response, error)

ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute calls ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest
}

ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest

ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet calls ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetCalls() []struct {
	Ctx   context.Context
	OrgId string
}

ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest) (QuotaSummaryList, *http.Response, error)

ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute calls ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest
}

ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetCalls() []struct {
	Ctx   context.Context
	OrgId string
}

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) (ResourceQuotaList, *http.Response, error)

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest
}

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost(ctx context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostCalls() []struct {
	Ctx   context.Context
	OrgId string
}

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) (ResourceQuota, *http.Response, error)

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest
}

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteCalls() []struct {
	Ctx     context.Context
	OrgId   string
	QuotaId string
}

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest) (*http.Response, error)

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest
}

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetCalls() []struct {
	Ctx     context.Context
	OrgId   string
	QuotaId string
}

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest) (ResourceQuota, *http.Response, error)

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest
}

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch(ctx context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchCalls() []struct {
	Ctx     context.Context
	OrgId   string
	QuotaId string
}

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) (ResourceQuota, *http.Response, error)

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute calls ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest
}

ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsPost(ctx context.Context) ApiApiAccountsMgmtV1OrganizationsPostRequest

ApiAccountsMgmtV1OrganizationsPost calls ApiAccountsMgmtV1OrganizationsPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsPostCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1OrganizationsPostCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsPostExecute(r ApiApiAccountsMgmtV1OrganizationsPostRequest) (Organization, *http.Response, error)

ApiAccountsMgmtV1OrganizationsPostExecute calls ApiAccountsMgmtV1OrganizationsPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1OrganizationsPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1OrganizationsPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1OrganizationsPostRequest
}

ApiAccountsMgmtV1OrganizationsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1OrganizationsPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1OrganizationsPostExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1PlansGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansGet(ctx context.Context) ApiApiAccountsMgmtV1PlansGetRequest

ApiAccountsMgmtV1PlansGet calls ApiAccountsMgmtV1PlansGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1PlansGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansGetCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1PlansGetCalls gets all the calls that were made to ApiAccountsMgmtV1PlansGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1PlansGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1PlansGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansGetExecute(r ApiApiAccountsMgmtV1PlansGetRequest) (PlanList, *http.Response, error)

ApiAccountsMgmtV1PlansGetExecute calls ApiAccountsMgmtV1PlansGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1PlansGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1PlansGetRequest
}

ApiAccountsMgmtV1PlansGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1PlansGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1PlansGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1PlansIdGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1PlansIdGetRequest

ApiAccountsMgmtV1PlansIdGet calls ApiAccountsMgmtV1PlansIdGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1PlansIdGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansIdGetCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1PlansIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1PlansIdGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1PlansIdGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1PlansIdGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansIdGetExecute(r ApiApiAccountsMgmtV1PlansIdGetRequest) (Plan, *http.Response, error)

ApiAccountsMgmtV1PlansIdGetExecute calls ApiAccountsMgmtV1PlansIdGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1PlansIdGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1PlansIdGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1PlansIdGetRequest
}

ApiAccountsMgmtV1PlansIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1PlansIdGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1PlansIdGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete

func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete(ctx context.Context, externalResourceId string) ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest

ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete calls ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteCalls() []struct {
	Ctx                context.Context
	ExternalResourceId string
}

ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute(r ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest) (*http.Response, error)

ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute calls ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest
}

ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1PullSecretsPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsPost(ctx context.Context) ApiApiAccountsMgmtV1PullSecretsPostRequest

ApiAccountsMgmtV1PullSecretsPost calls ApiAccountsMgmtV1PullSecretsPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1PullSecretsPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsPostCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1PullSecretsPostCalls gets all the calls that were made to ApiAccountsMgmtV1PullSecretsPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1PullSecretsPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1PullSecretsPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsPostExecute(r ApiApiAccountsMgmtV1PullSecretsPostRequest) (AccessTokenCfg, *http.Response, error)

ApiAccountsMgmtV1PullSecretsPostExecute calls ApiAccountsMgmtV1PullSecretsPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1PullSecretsPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1PullSecretsPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1PullSecretsPostRequest
}

ApiAccountsMgmtV1PullSecretsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1PullSecretsPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1PullSecretsPostExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RegistriesGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesGet(ctx context.Context) ApiApiAccountsMgmtV1RegistriesGetRequest

ApiAccountsMgmtV1RegistriesGet calls ApiAccountsMgmtV1RegistriesGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RegistriesGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesGetCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1RegistriesGetCalls gets all the calls that were made to ApiAccountsMgmtV1RegistriesGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RegistriesGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RegistriesGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesGetExecute(r ApiApiAccountsMgmtV1RegistriesGetRequest) (RegistryList, *http.Response, error)

ApiAccountsMgmtV1RegistriesGetExecute calls ApiAccountsMgmtV1RegistriesGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RegistriesGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1RegistriesGetRequest
}

ApiAccountsMgmtV1RegistriesGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RegistriesGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RegistriesGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistriesIdGetRequest

ApiAccountsMgmtV1RegistriesIdGet calls ApiAccountsMgmtV1RegistriesIdGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGetCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1RegistriesIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1RegistriesIdGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RegistriesIdGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGetExecute(r ApiApiAccountsMgmtV1RegistriesIdGetRequest) (Registry, *http.Response, error)

ApiAccountsMgmtV1RegistriesIdGetExecute calls ApiAccountsMgmtV1RegistriesIdGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistriesIdGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1RegistriesIdGetRequest
}

ApiAccountsMgmtV1RegistriesIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RegistriesIdGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RegistriesIdGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGet(ctx context.Context) ApiApiAccountsMgmtV1RegistryCredentialsGetRequest

ApiAccountsMgmtV1RegistryCredentialsGet calls ApiAccountsMgmtV1RegistryCredentialsGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGetCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1RegistryCredentialsGetCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGetExecute(r ApiApiAccountsMgmtV1RegistryCredentialsGetRequest) (RegistryCredentialList, *http.Response, error)

ApiAccountsMgmtV1RegistryCredentialsGetExecute calls ApiAccountsMgmtV1RegistryCredentialsGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1RegistryCredentialsGetRequest
}

ApiAccountsMgmtV1RegistryCredentialsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDelete

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDelete(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest

ApiAccountsMgmtV1RegistryCredentialsIdDelete calls ApiAccountsMgmtV1RegistryCredentialsIdDeleteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDeleteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDeleteCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1RegistryCredentialsIdDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsIdDelete. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsIdDeleteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest) (*http.Response, error)

ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute calls ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest
}

ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest

ApiAccountsMgmtV1RegistryCredentialsIdGet calls ApiAccountsMgmtV1RegistryCredentialsIdGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGetCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1RegistryCredentialsIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsIdGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsIdGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGetExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest) (RegistryCredential, *http.Response, error)

ApiAccountsMgmtV1RegistryCredentialsIdGetExecute calls ApiAccountsMgmtV1RegistryCredentialsIdGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest
}

ApiAccountsMgmtV1RegistryCredentialsIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsIdGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsIdGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatch

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatch(ctx context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest

ApiAccountsMgmtV1RegistryCredentialsIdPatch calls ApiAccountsMgmtV1RegistryCredentialsIdPatchFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatchCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatchCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1RegistryCredentialsIdPatchCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsIdPatch. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsIdPatchCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) (RegistryCredential, *http.Response, error)

ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute calls ApiAccountsMgmtV1RegistryCredentialsIdPatchExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatchExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsIdPatchExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest
}

ApiAccountsMgmtV1RegistryCredentialsIdPatchExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsIdPatchExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPost(ctx context.Context) ApiApiAccountsMgmtV1RegistryCredentialsPostRequest

ApiAccountsMgmtV1RegistryCredentialsPost calls ApiAccountsMgmtV1RegistryCredentialsPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPostCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1RegistryCredentialsPostCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPostExecute(r ApiApiAccountsMgmtV1RegistryCredentialsPostRequest) (RegistryCredential, *http.Response, error)

ApiAccountsMgmtV1RegistryCredentialsPostExecute calls ApiAccountsMgmtV1RegistryCredentialsPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RegistryCredentialsPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1RegistryCredentialsPostRequest
}

ApiAccountsMgmtV1RegistryCredentialsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RegistryCredentialsPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RegistryCredentialsPostExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGet(ctx context.Context) ApiApiAccountsMgmtV1ReservedResourcesGetRequest

ApiAccountsMgmtV1ReservedResourcesGet calls ApiAccountsMgmtV1ReservedResourcesGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGetCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1ReservedResourcesGetCalls gets all the calls that were made to ApiAccountsMgmtV1ReservedResourcesGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1ReservedResourcesGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGetExecute(r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) (ReservedResourceList, *http.Response, error)

ApiAccountsMgmtV1ReservedResourcesGetExecute calls ApiAccountsMgmtV1ReservedResourcesGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1ReservedResourcesGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1ReservedResourcesGetRequest
}

ApiAccountsMgmtV1ReservedResourcesGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1ReservedResourcesGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1ReservedResourcesGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGet(ctx context.Context) ApiApiAccountsMgmtV1ResourceQuotaGetRequest

ApiAccountsMgmtV1ResourceQuotaGet calls ApiAccountsMgmtV1ResourceQuotaGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGetCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1ResourceQuotaGetCalls gets all the calls that were made to ApiAccountsMgmtV1ResourceQuotaGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1ResourceQuotaGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGetExecute(r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) (ResourceQuotaList, *http.Response, error)

ApiAccountsMgmtV1ResourceQuotaGetExecute calls ApiAccountsMgmtV1ResourceQuotaGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1ResourceQuotaGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1ResourceQuotaGetRequest
}

ApiAccountsMgmtV1ResourceQuotaGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1ResourceQuotaGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1ResourceQuotaGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGet(ctx context.Context) ApiApiAccountsMgmtV1RoleBindingsGetRequest

ApiAccountsMgmtV1RoleBindingsGet calls ApiAccountsMgmtV1RoleBindingsGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGetCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1RoleBindingsGetCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGetExecute(r ApiApiAccountsMgmtV1RoleBindingsGetRequest) (RoleBindingList, *http.Response, error)

ApiAccountsMgmtV1RoleBindingsGetExecute calls ApiAccountsMgmtV1RoleBindingsGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1RoleBindingsGetRequest
}

ApiAccountsMgmtV1RoleBindingsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDelete

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDelete(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest

ApiAccountsMgmtV1RoleBindingsIdDelete calls ApiAccountsMgmtV1RoleBindingsIdDeleteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDeleteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDeleteCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1RoleBindingsIdDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsIdDelete. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsIdDeleteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDeleteExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDeleteExecute(r ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest) (*http.Response, error)

ApiAccountsMgmtV1RoleBindingsIdDeleteExecute calls ApiAccountsMgmtV1RoleBindingsIdDeleteExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDeleteExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdDeleteExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest
}

ApiAccountsMgmtV1RoleBindingsIdDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsIdDeleteExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsIdDeleteExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdGetRequest

ApiAccountsMgmtV1RoleBindingsIdGet calls ApiAccountsMgmtV1RoleBindingsIdGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGetCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1RoleBindingsIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsIdGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsIdGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGetExecute(r ApiApiAccountsMgmtV1RoleBindingsIdGetRequest) (RoleBinding, *http.Response, error)

ApiAccountsMgmtV1RoleBindingsIdGetExecute calls ApiAccountsMgmtV1RoleBindingsIdGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1RoleBindingsIdGetRequest
}

ApiAccountsMgmtV1RoleBindingsIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsIdGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsIdGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatch

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatch(ctx context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest

ApiAccountsMgmtV1RoleBindingsIdPatch calls ApiAccountsMgmtV1RoleBindingsIdPatchFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatchCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatchCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1RoleBindingsIdPatchCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsIdPatch. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsIdPatchCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatchExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatchExecute(r ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest) (RoleBinding, *http.Response, error)

ApiAccountsMgmtV1RoleBindingsIdPatchExecute calls ApiAccountsMgmtV1RoleBindingsIdPatchExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatchExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsIdPatchExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest
}

ApiAccountsMgmtV1RoleBindingsIdPatchExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsIdPatchExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsIdPatchExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPost(ctx context.Context) ApiApiAccountsMgmtV1RoleBindingsPostRequest

ApiAccountsMgmtV1RoleBindingsPost calls ApiAccountsMgmtV1RoleBindingsPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPostCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1RoleBindingsPostCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPostExecute(r ApiApiAccountsMgmtV1RoleBindingsPostRequest) (RoleBinding, *http.Response, error)

ApiAccountsMgmtV1RoleBindingsPostExecute calls ApiAccountsMgmtV1RoleBindingsPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RoleBindingsPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1RoleBindingsPostRequest
}

ApiAccountsMgmtV1RoleBindingsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RoleBindingsPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RoleBindingsPostExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RolesGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesGet(ctx context.Context) ApiApiAccountsMgmtV1RolesGetRequest

ApiAccountsMgmtV1RolesGet calls ApiAccountsMgmtV1RolesGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RolesGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesGetCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1RolesGetCalls gets all the calls that were made to ApiAccountsMgmtV1RolesGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RolesGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RolesGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesGetExecute(r ApiApiAccountsMgmtV1RolesGetRequest) (RoleList, *http.Response, error)

ApiAccountsMgmtV1RolesGetExecute calls ApiAccountsMgmtV1RolesGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RolesGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1RolesGetRequest
}

ApiAccountsMgmtV1RolesGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RolesGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RolesGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RolesIdGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1RolesIdGetRequest

ApiAccountsMgmtV1RolesIdGet calls ApiAccountsMgmtV1RolesIdGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RolesIdGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesIdGetCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1RolesIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1RolesIdGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RolesIdGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1RolesIdGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesIdGetExecute(r ApiApiAccountsMgmtV1RolesIdGetRequest) (Role, *http.Response, error)

ApiAccountsMgmtV1RolesIdGetExecute calls ApiAccountsMgmtV1RolesIdGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1RolesIdGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1RolesIdGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1RolesIdGetRequest
}

ApiAccountsMgmtV1RolesIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1RolesIdGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1RolesIdGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SkuRulesGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesGet(ctx context.Context) ApiApiAccountsMgmtV1SkuRulesGetRequest

ApiAccountsMgmtV1SkuRulesGet calls ApiAccountsMgmtV1SkuRulesGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SkuRulesGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesGetCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1SkuRulesGetCalls gets all the calls that were made to ApiAccountsMgmtV1SkuRulesGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SkuRulesGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SkuRulesGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesGetExecute(r ApiApiAccountsMgmtV1SkuRulesGetRequest) (SkuRulesList, *http.Response, error)

ApiAccountsMgmtV1SkuRulesGetExecute calls ApiAccountsMgmtV1SkuRulesGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SkuRulesGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SkuRulesGetRequest
}

ApiAccountsMgmtV1SkuRulesGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SkuRulesGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SkuRulesGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1SkuRulesIdGetRequest

ApiAccountsMgmtV1SkuRulesIdGet calls ApiAccountsMgmtV1SkuRulesIdGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGetCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1SkuRulesIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1SkuRulesIdGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SkuRulesIdGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGetExecute(r ApiApiAccountsMgmtV1SkuRulesIdGetRequest) (SkuRules, *http.Response, error)

ApiAccountsMgmtV1SkuRulesIdGetExecute calls ApiAccountsMgmtV1SkuRulesIdGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SkuRulesIdGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SkuRulesIdGetRequest
}

ApiAccountsMgmtV1SkuRulesIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SkuRulesIdGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SkuRulesIdGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SkusGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusGet(ctx context.Context) ApiApiAccountsMgmtV1SkusGetRequest

ApiAccountsMgmtV1SkusGet calls ApiAccountsMgmtV1SkusGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SkusGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusGetCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1SkusGetCalls gets all the calls that were made to ApiAccountsMgmtV1SkusGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SkusGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SkusGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusGetExecute(r ApiApiAccountsMgmtV1SkusGetRequest) (SkuList, *http.Response, error)

ApiAccountsMgmtV1SkusGetExecute calls ApiAccountsMgmtV1SkusGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SkusGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SkusGetRequest
}

ApiAccountsMgmtV1SkusGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SkusGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SkusGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SkusIdGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1SkusIdGetRequest

ApiAccountsMgmtV1SkusIdGet calls ApiAccountsMgmtV1SkusIdGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SkusIdGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusIdGetCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1SkusIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1SkusIdGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SkusIdGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SkusIdGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusIdGetExecute(r ApiApiAccountsMgmtV1SkusIdGetRequest) (SKU, *http.Response, error)

ApiAccountsMgmtV1SkusIdGetExecute calls ApiAccountsMgmtV1SkusIdGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SkusIdGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SkusIdGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SkusIdGetRequest
}

ApiAccountsMgmtV1SkusIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SkusIdGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SkusIdGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGet(ctx context.Context) ApiApiAccountsMgmtV1SubscriptionsGetRequest

ApiAccountsMgmtV1SubscriptionsGet calls ApiAccountsMgmtV1SubscriptionsGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGetCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1SubscriptionsGetCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsGetRequest) (SubscriptionList, *http.Response, error)

ApiAccountsMgmtV1SubscriptionsGetExecute calls ApiAccountsMgmtV1SubscriptionsGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SubscriptionsGetRequest
}

ApiAccountsMgmtV1SubscriptionsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDelete

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDelete(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest

ApiAccountsMgmtV1SubscriptionsIdDelete calls ApiAccountsMgmtV1SubscriptionsIdDeleteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDeleteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDeleteCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1SubscriptionsIdDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdDelete. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdDeleteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDeleteExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest) (*http.Response, error)

ApiAccountsMgmtV1SubscriptionsIdDeleteExecute calls ApiAccountsMgmtV1SubscriptionsIdDeleteExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDeleteExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdDeleteExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest
}

ApiAccountsMgmtV1SubscriptionsIdDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdDeleteExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdDeleteExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGet(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest

ApiAccountsMgmtV1SubscriptionsIdGet calls ApiAccountsMgmtV1SubscriptionsIdGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGetCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1SubscriptionsIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) (Subscription, *http.Response, error)

ApiAccountsMgmtV1SubscriptionsIdGetExecute calls ApiAccountsMgmtV1SubscriptionsIdGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SubscriptionsIdGetRequest
}

ApiAccountsMgmtV1SubscriptionsIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGet(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest

ApiAccountsMgmtV1SubscriptionsIdLabelsGet calls ApiAccountsMgmtV1SubscriptionsIdLabelsGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGetCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1SubscriptionsIdLabelsGetCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) (LabelList, *http.Response, error)

ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute calls ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest
}

ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest

ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete calls ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteCalls() []struct {
	Ctx context.Context
	ID  string
	Key string
}

ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest) (*http.Response, error)

ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute calls ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest
}

ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest

ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet calls ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetCalls() []struct {
	Ctx context.Context
	ID  string
	Key string
}

ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest) (Label, *http.Response, error)

ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute calls ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest
}

ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch(ctx context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest

ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch calls ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchCalls() []struct {
	Ctx context.Context
	ID  string
	Key string
}

ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest) (Label, *http.Response, error)

ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute calls ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest
}

ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPost(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest

ApiAccountsMgmtV1SubscriptionsIdLabelsPost calls ApiAccountsMgmtV1SubscriptionsIdLabelsPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPostCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1SubscriptionsIdLabelsPostCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest) (Label, *http.Response, error)

ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute calls ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest
}

ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPost(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest

ApiAccountsMgmtV1SubscriptionsIdNotifyPost calls ApiAccountsMgmtV1SubscriptionsIdNotifyPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPostCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1SubscriptionsIdNotifyPostCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdNotifyPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdNotifyPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute(r ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest) (*http.Response, error)

ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute calls ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest
}

ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatch

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatch(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest

ApiAccountsMgmtV1SubscriptionsIdPatch calls ApiAccountsMgmtV1SubscriptionsIdPatchFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatchCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatchCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1SubscriptionsIdPatchCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdPatch. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdPatchCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatchExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatchExecute(r ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest) (Subscription, *http.Response, error)

ApiAccountsMgmtV1SubscriptionsIdPatchExecute calls ApiAccountsMgmtV1SubscriptionsIdPatchExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatchExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdPatchExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest
}

ApiAccountsMgmtV1SubscriptionsIdPatchExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdPatchExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdPatchExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest

ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet calls ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) (ReservedResourceList, *http.Response, error)

ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute calls ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest
}

ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet(ctx context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest

ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet calls ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetCalls() []struct {
	Ctx context.Context
	ID  string
}

ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) (*http.Response, error)

ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute calls ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest
}

ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPost(ctx context.Context) ApiApiAccountsMgmtV1SubscriptionsPostRequest

ApiAccountsMgmtV1SubscriptionsPost calls ApiAccountsMgmtV1SubscriptionsPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPostCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1SubscriptionsPostCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsPostRequest) (Subscription, *http.Response, error)

ApiAccountsMgmtV1SubscriptionsPostExecute calls ApiAccountsMgmtV1SubscriptionsPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SubscriptionsPostRequest
}

ApiAccountsMgmtV1SubscriptionsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsPostExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete(ctx context.Context, subId string, accountId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest

ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete calls ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteCalls() []struct {
	Ctx       context.Context
	SubId     string
	AccountId string
}

ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest) (*http.Response, error)

ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute calls ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest
}

ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet(ctx context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest

ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet calls ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetCalls() []struct {
	Ctx   context.Context
	SubId string
}

ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) (AccountList, *http.Response, error)

ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute calls ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest
}

ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost(ctx context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest

ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost calls ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostCalls() []struct {
	Ctx   context.Context
	SubId string
}

ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) (Account, *http.Response, error)

ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute calls ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest
}

ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet(ctx context.Context, subId string, reservedResourceId string) ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest

ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet calls ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetCalls() []struct {
	Ctx                context.Context
	SubId              string
	ReservedResourceId string
}

ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest) (ReservedResource, *http.Response, error)

ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute calls ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest
}

ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDelete

func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDelete(ctx context.Context, caseId string) ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest

ApiAccountsMgmtV1SupportCasesCaseIdDelete calls ApiAccountsMgmtV1SupportCasesCaseIdDeleteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDeleteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDeleteCalls() []struct {
	Ctx    context.Context
	CaseId string
}

ApiAccountsMgmtV1SupportCasesCaseIdDeleteCalls gets all the calls that were made to ApiAccountsMgmtV1SupportCasesCaseIdDelete. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SupportCasesCaseIdDeleteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute(r ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest) (*http.Response, error)

ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute calls ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest
}

ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SupportCasesPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesPost(ctx context.Context) ApiApiAccountsMgmtV1SupportCasesPostRequest

ApiAccountsMgmtV1SupportCasesPost calls ApiAccountsMgmtV1SupportCasesPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SupportCasesPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesPostCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1SupportCasesPostCalls gets all the calls that were made to ApiAccountsMgmtV1SupportCasesPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SupportCasesPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1SupportCasesPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesPostExecute(r ApiApiAccountsMgmtV1SupportCasesPostRequest) (SupportCasesCreatedResponse, *http.Response, error)

ApiAccountsMgmtV1SupportCasesPostExecute calls ApiAccountsMgmtV1SupportCasesPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1SupportCasesPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1SupportCasesPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1SupportCasesPostRequest
}

ApiAccountsMgmtV1SupportCasesPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1SupportCasesPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1SupportCasesPostExecuteCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPost

func (mock *DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPost(ctx context.Context) ApiApiAccountsMgmtV1TokenAuthorizationPostRequest

ApiAccountsMgmtV1TokenAuthorizationPost calls ApiAccountsMgmtV1TokenAuthorizationPostFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPostCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPostCalls() []struct {
	Ctx context.Context
}

ApiAccountsMgmtV1TokenAuthorizationPostCalls gets all the calls that were made to ApiAccountsMgmtV1TokenAuthorizationPost. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1TokenAuthorizationPostCalls())

func (*DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPostExecute

func (mock *DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPostExecute(r ApiApiAccountsMgmtV1TokenAuthorizationPostRequest) (TokenAuthorizationResponse, *http.Response, error)

ApiAccountsMgmtV1TokenAuthorizationPostExecute calls ApiAccountsMgmtV1TokenAuthorizationPostExecuteFunc.

func (*DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPostExecuteCalls

func (mock *DefaultApiMock) ApiAccountsMgmtV1TokenAuthorizationPostExecuteCalls() []struct {
	R ApiApiAccountsMgmtV1TokenAuthorizationPostRequest
}

ApiAccountsMgmtV1TokenAuthorizationPostExecuteCalls gets all the calls that were made to ApiAccountsMgmtV1TokenAuthorizationPostExecute. Check the length with:

len(mockedDefaultApi.ApiAccountsMgmtV1TokenAuthorizationPostExecuteCalls())

func (*DefaultApiMock) ApiAuthorizationsV1AccessReviewPost

func (mock *DefaultApiMock) ApiAuthorizationsV1AccessReviewPost(ctx context.Context) ApiApiAuthorizationsV1AccessReviewPostRequest

ApiAuthorizationsV1AccessReviewPost calls ApiAuthorizationsV1AccessReviewPostFunc.

func (*DefaultApiMock) ApiAuthorizationsV1AccessReviewPostCalls

func (mock *DefaultApiMock) ApiAuthorizationsV1AccessReviewPostCalls() []struct {
	Ctx context.Context
}

ApiAuthorizationsV1AccessReviewPostCalls gets all the calls that were made to ApiAuthorizationsV1AccessReviewPost. Check the length with:

len(mockedDefaultApi.ApiAuthorizationsV1AccessReviewPostCalls())

func (*DefaultApiMock) ApiAuthorizationsV1AccessReviewPostExecute

func (mock *DefaultApiMock) ApiAuthorizationsV1AccessReviewPostExecute(r ApiApiAuthorizationsV1AccessReviewPostRequest) (AccessReviewResponse, *http.Response, error)

ApiAuthorizationsV1AccessReviewPostExecute calls ApiAuthorizationsV1AccessReviewPostExecuteFunc.

func (*DefaultApiMock) ApiAuthorizationsV1AccessReviewPostExecuteCalls

func (mock *DefaultApiMock) ApiAuthorizationsV1AccessReviewPostExecuteCalls() []struct {
	R ApiApiAuthorizationsV1AccessReviewPostRequest
}

ApiAuthorizationsV1AccessReviewPostExecuteCalls gets all the calls that were made to ApiAuthorizationsV1AccessReviewPostExecute. Check the length with:

len(mockedDefaultApi.ApiAuthorizationsV1AccessReviewPostExecuteCalls())

func (*DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPost

func (mock *DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPost(ctx context.Context) ApiApiAuthorizationsV1CapabilityReviewPostRequest

ApiAuthorizationsV1CapabilityReviewPost calls ApiAuthorizationsV1CapabilityReviewPostFunc.

func (*DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPostCalls

func (mock *DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPostCalls() []struct {
	Ctx context.Context
}

ApiAuthorizationsV1CapabilityReviewPostCalls gets all the calls that were made to ApiAuthorizationsV1CapabilityReviewPost. Check the length with:

len(mockedDefaultApi.ApiAuthorizationsV1CapabilityReviewPostCalls())

func (*DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPostExecute

func (mock *DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPostExecute(r ApiApiAuthorizationsV1CapabilityReviewPostRequest) (CapabilityReview, *http.Response, error)

ApiAuthorizationsV1CapabilityReviewPostExecute calls ApiAuthorizationsV1CapabilityReviewPostExecuteFunc.

func (*DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPostExecuteCalls

func (mock *DefaultApiMock) ApiAuthorizationsV1CapabilityReviewPostExecuteCalls() []struct {
	R ApiApiAuthorizationsV1CapabilityReviewPostRequest
}

ApiAuthorizationsV1CapabilityReviewPostExecuteCalls gets all the calls that were made to ApiAuthorizationsV1CapabilityReviewPostExecute. Check the length with:

len(mockedDefaultApi.ApiAuthorizationsV1CapabilityReviewPostExecuteCalls())

func (*DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPost

func (mock *DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPost(ctx context.Context) ApiApiAuthorizationsV1ExportControlReviewPostRequest

ApiAuthorizationsV1ExportControlReviewPost calls ApiAuthorizationsV1ExportControlReviewPostFunc.

func (*DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPostCalls

func (mock *DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPostCalls() []struct {
	Ctx context.Context
}

ApiAuthorizationsV1ExportControlReviewPostCalls gets all the calls that were made to ApiAuthorizationsV1ExportControlReviewPost. Check the length with:

len(mockedDefaultApi.ApiAuthorizationsV1ExportControlReviewPostCalls())

func (*DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPostExecute

func (mock *DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPostExecute(r ApiApiAuthorizationsV1ExportControlReviewPostRequest) (ExportControlReview, *http.Response, error)

ApiAuthorizationsV1ExportControlReviewPostExecute calls ApiAuthorizationsV1ExportControlReviewPostExecuteFunc.

func (*DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPostExecuteCalls

func (mock *DefaultApiMock) ApiAuthorizationsV1ExportControlReviewPostExecuteCalls() []struct {
	R ApiApiAuthorizationsV1ExportControlReviewPostRequest
}

ApiAuthorizationsV1ExportControlReviewPostExecuteCalls gets all the calls that were made to ApiAuthorizationsV1ExportControlReviewPostExecute. Check the length with:

len(mockedDefaultApi.ApiAuthorizationsV1ExportControlReviewPostExecuteCalls())

func (*DefaultApiMock) ApiAuthorizationsV1ResourceReviewPost

func (mock *DefaultApiMock) ApiAuthorizationsV1ResourceReviewPost(ctx context.Context) ApiApiAuthorizationsV1ResourceReviewPostRequest

ApiAuthorizationsV1ResourceReviewPost calls ApiAuthorizationsV1ResourceReviewPostFunc.

func (*DefaultApiMock) ApiAuthorizationsV1ResourceReviewPostCalls

func (mock *DefaultApiMock) ApiAuthorizationsV1ResourceReviewPostCalls() []struct {
	Ctx context.Context
}

ApiAuthorizationsV1ResourceReviewPostCalls gets all the calls that were made to ApiAuthorizationsV1ResourceReviewPost. Check the length with:

len(mockedDefaultApi.ApiAuthorizationsV1ResourceReviewPostCalls())

func (*DefaultApiMock) ApiAuthorizationsV1ResourceReviewPostExecute

func (mock *DefaultApiMock) ApiAuthorizationsV1ResourceReviewPostExecute(r ApiApiAuthorizationsV1ResourceReviewPostRequest) (ResourceReview, *http.Response, error)

ApiAuthorizationsV1ResourceReviewPostExecute calls ApiAuthorizationsV1ResourceReviewPostExecuteFunc.

func (*DefaultApiMock) ApiAuthorizationsV1ResourceReviewPostExecuteCalls

func (mock *DefaultApiMock) ApiAuthorizationsV1ResourceReviewPostExecuteCalls() []struct {
	R ApiApiAuthorizationsV1ResourceReviewPostRequest
}

ApiAuthorizationsV1ResourceReviewPostExecuteCalls gets all the calls that were made to ApiAuthorizationsV1ResourceReviewPostExecute. Check the length with:

len(mockedDefaultApi.ApiAuthorizationsV1ResourceReviewPostExecuteCalls())

func (*DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPost

func (mock *DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPost(ctx context.Context) ApiApiAuthorizationsV1SelfAccessReviewPostRequest

ApiAuthorizationsV1SelfAccessReviewPost calls ApiAuthorizationsV1SelfAccessReviewPostFunc.

func (*DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPostCalls

func (mock *DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPostCalls() []struct {
	Ctx context.Context
}

ApiAuthorizationsV1SelfAccessReviewPostCalls gets all the calls that were made to ApiAuthorizationsV1SelfAccessReviewPost. Check the length with:

len(mockedDefaultApi.ApiAuthorizationsV1SelfAccessReviewPostCalls())

func (*DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPostExecute

func (mock *DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPostExecute(r ApiApiAuthorizationsV1SelfAccessReviewPostRequest) (AccessReviewResponse, *http.Response, error)

ApiAuthorizationsV1SelfAccessReviewPostExecute calls ApiAuthorizationsV1SelfAccessReviewPostExecuteFunc.

func (*DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPostExecuteCalls

func (mock *DefaultApiMock) ApiAuthorizationsV1SelfAccessReviewPostExecuteCalls() []struct {
	R ApiApiAuthorizationsV1SelfAccessReviewPostRequest
}

ApiAuthorizationsV1SelfAccessReviewPostExecuteCalls gets all the calls that were made to ApiAuthorizationsV1SelfAccessReviewPostExecute. Check the length with:

len(mockedDefaultApi.ApiAuthorizationsV1SelfAccessReviewPostExecuteCalls())

func (*DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPost

func (mock *DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPost(ctx context.Context) ApiApiAuthorizationsV1SelfResourceReviewPostRequest

ApiAuthorizationsV1SelfResourceReviewPost calls ApiAuthorizationsV1SelfResourceReviewPostFunc.

func (*DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPostCalls

func (mock *DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPostCalls() []struct {
	Ctx context.Context
}

ApiAuthorizationsV1SelfResourceReviewPostCalls gets all the calls that were made to ApiAuthorizationsV1SelfResourceReviewPost. Check the length with:

len(mockedDefaultApi.ApiAuthorizationsV1SelfResourceReviewPostCalls())

func (*DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPostExecute

func (mock *DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPostExecute(r ApiApiAuthorizationsV1SelfResourceReviewPostRequest) (SelfResourceReview, *http.Response, error)

ApiAuthorizationsV1SelfResourceReviewPostExecute calls ApiAuthorizationsV1SelfResourceReviewPostExecuteFunc.

func (*DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPostExecuteCalls

func (mock *DefaultApiMock) ApiAuthorizationsV1SelfResourceReviewPostExecuteCalls() []struct {
	R ApiApiAuthorizationsV1SelfResourceReviewPostRequest
}

ApiAuthorizationsV1SelfResourceReviewPostExecuteCalls gets all the calls that were made to ApiAuthorizationsV1SelfResourceReviewPostExecute. Check the length with:

len(mockedDefaultApi.ApiAuthorizationsV1SelfResourceReviewPostExecuteCalls())

func (*DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPost

func (mock *DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPost(ctx context.Context) ApiApiAuthorizationsV1SelfTermsReviewPostRequest

ApiAuthorizationsV1SelfTermsReviewPost calls ApiAuthorizationsV1SelfTermsReviewPostFunc.

func (*DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPostCalls

func (mock *DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPostCalls() []struct {
	Ctx context.Context
}

ApiAuthorizationsV1SelfTermsReviewPostCalls gets all the calls that were made to ApiAuthorizationsV1SelfTermsReviewPost. Check the length with:

len(mockedDefaultApi.ApiAuthorizationsV1SelfTermsReviewPostCalls())

func (*DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPostExecute

func (mock *DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPostExecute(r ApiApiAuthorizationsV1SelfTermsReviewPostRequest) (TermsReviewResponse, *http.Response, error)

ApiAuthorizationsV1SelfTermsReviewPostExecute calls ApiAuthorizationsV1SelfTermsReviewPostExecuteFunc.

func (*DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPostExecuteCalls

func (mock *DefaultApiMock) ApiAuthorizationsV1SelfTermsReviewPostExecuteCalls() []struct {
	R ApiApiAuthorizationsV1SelfTermsReviewPostRequest
}

ApiAuthorizationsV1SelfTermsReviewPostExecuteCalls gets all the calls that were made to ApiAuthorizationsV1SelfTermsReviewPostExecute. Check the length with:

len(mockedDefaultApi.ApiAuthorizationsV1SelfTermsReviewPostExecuteCalls())

func (*DefaultApiMock) ApiAuthorizationsV1TermsReviewPost

func (mock *DefaultApiMock) ApiAuthorizationsV1TermsReviewPost(ctx context.Context) ApiApiAuthorizationsV1TermsReviewPostRequest

ApiAuthorizationsV1TermsReviewPost calls ApiAuthorizationsV1TermsReviewPostFunc.

func (*DefaultApiMock) ApiAuthorizationsV1TermsReviewPostCalls

func (mock *DefaultApiMock) ApiAuthorizationsV1TermsReviewPostCalls() []struct {
	Ctx context.Context
}

ApiAuthorizationsV1TermsReviewPostCalls gets all the calls that were made to ApiAuthorizationsV1TermsReviewPost. Check the length with:

len(mockedDefaultApi.ApiAuthorizationsV1TermsReviewPostCalls())

func (*DefaultApiMock) ApiAuthorizationsV1TermsReviewPostExecute

func (mock *DefaultApiMock) ApiAuthorizationsV1TermsReviewPostExecute(r ApiApiAuthorizationsV1TermsReviewPostRequest) (TermsReviewResponse, *http.Response, error)

ApiAuthorizationsV1TermsReviewPostExecute calls ApiAuthorizationsV1TermsReviewPostExecuteFunc.

func (*DefaultApiMock) ApiAuthorizationsV1TermsReviewPostExecuteCalls

func (mock *DefaultApiMock) ApiAuthorizationsV1TermsReviewPostExecuteCalls() []struct {
	R ApiApiAuthorizationsV1TermsReviewPostRequest
}

ApiAuthorizationsV1TermsReviewPostExecuteCalls gets all the calls that were made to ApiAuthorizationsV1TermsReviewPostExecute. Check the length with:

len(mockedDefaultApi.ApiAuthorizationsV1TermsReviewPostExecuteCalls())

type DefaultApiService

type DefaultApiService service

DefaultApiService DefaultApi service

func (*DefaultApiService) ApiAccountsMgmtV1AccessTokenPost

func (a *DefaultApiService) ApiAccountsMgmtV1AccessTokenPost(ctx _context.Context) ApiApiAccountsMgmtV1AccessTokenPostRequest

* ApiAccountsMgmtV1AccessTokenPost Return access token generated from registries in docker format * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1AccessTokenPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1AccessTokenPostExecute

func (a *DefaultApiService) ApiAccountsMgmtV1AccessTokenPostExecute(r ApiApiAccountsMgmtV1AccessTokenPostRequest) (AccessTokenCfg, *_nethttp.Response, error)

* Execute executes the request * @return AccessTokenCfg

func (*DefaultApiService) ApiAccountsMgmtV1AccountsGet

func (a *DefaultApiService) ApiAccountsMgmtV1AccountsGet(ctx _context.Context) ApiApiAccountsMgmtV1AccountsGetRequest

* ApiAccountsMgmtV1AccountsGet Returns a list of accounts * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1AccountsGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1AccountsGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1AccountsGetExecute(r ApiApiAccountsMgmtV1AccountsGetRequest) (AccountList, *_nethttp.Response, error)

* Execute executes the request * @return AccountList

func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdGet

func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdGetRequest

* ApiAccountsMgmtV1AccountsIdGet Get an account by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1AccountsIdGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdGetExecute(r ApiApiAccountsMgmtV1AccountsIdGetRequest) (Account, *_nethttp.Response, error)

* Execute executes the request * @return Account

func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsGet

func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest

* ApiAccountsMgmtV1AccountsIdLabelsGet Returns a list of labels * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsGetExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsGetRequest) (LabelList, *_nethttp.Response, error)

* Execute executes the request * @return LabelList

func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyDelete

func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyDelete(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest

* ApiAccountsMgmtV1AccountsIdLabelsKeyDelete Delete a label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest

func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute

func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyDeleteRequest) (*_nethttp.Response, error)

* Execute executes the request

func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyGet

func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyGet(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest

* ApiAccountsMgmtV1AccountsIdLabelsKeyGet Get subscription labels by label key * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyGetRequest) (Label, *_nethttp.Response, error)

* Execute executes the request * @return Label

func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyPatch

func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyPatch(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest

* ApiAccountsMgmtV1AccountsIdLabelsKeyPatch Create a new label or update an existing label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest

func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute

func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsKeyPatchRequest) (Label, *_nethttp.Response, error)

* Execute executes the request * @return Label

func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsPost

func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest

* ApiAccountsMgmtV1AccountsIdLabelsPost Create a new label or update an existing label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsPostExecute

func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdLabelsPostExecute(r ApiApiAccountsMgmtV1AccountsIdLabelsPostRequest) (Label, *_nethttp.Response, error)

* Execute executes the request * @return Label

func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdPatch

func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1AccountsIdPatchRequest

* ApiAccountsMgmtV1AccountsIdPatch Update an account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1AccountsIdPatchRequest

func (*DefaultApiService) ApiAccountsMgmtV1AccountsIdPatchExecute

func (a *DefaultApiService) ApiAccountsMgmtV1AccountsIdPatchExecute(r ApiApiAccountsMgmtV1AccountsIdPatchRequest) (Account, *_nethttp.Response, error)

* Execute executes the request * @return Account

func (*DefaultApiService) ApiAccountsMgmtV1AccountsPost

func (a *DefaultApiService) ApiAccountsMgmtV1AccountsPost(ctx _context.Context) ApiApiAccountsMgmtV1AccountsPostRequest

* ApiAccountsMgmtV1AccountsPost Create a new account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1AccountsPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1AccountsPostExecute

func (a *DefaultApiService) ApiAccountsMgmtV1AccountsPostExecute(r ApiApiAccountsMgmtV1AccountsPostRequest) (Account, *_nethttp.Response, error)

* Execute executes the request * @return Account

func (*DefaultApiService) ApiAccountsMgmtV1ClusterAuthorizationsPost

func (a *DefaultApiService) ApiAccountsMgmtV1ClusterAuthorizationsPost(ctx _context.Context) ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest

* ApiAccountsMgmtV1ClusterAuthorizationsPost Authorizes new cluster creation against an exsiting RH Subscription. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1ClusterAuthorizationsPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1ClusterAuthorizationsPostExecute

* Execute executes the request * @return ClusterAuthorizationResponse

func (*DefaultApiService) ApiAccountsMgmtV1ClusterRegistrationsPost

func (a *DefaultApiService) ApiAccountsMgmtV1ClusterRegistrationsPost(ctx _context.Context) ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest

* ApiAccountsMgmtV1ClusterRegistrationsPost Finds or creates a cluster registration with a registy credential token and cluster ID * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1ClusterRegistrationsPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1ClusterRegistrationsPostExecute

* Execute executes the request * @return ClusterRegistrationResponse

func (*DefaultApiService) ApiAccountsMgmtV1CurrentAccountGet

func (a *DefaultApiService) ApiAccountsMgmtV1CurrentAccountGet(ctx _context.Context) ApiApiAccountsMgmtV1CurrentAccountGetRequest

* ApiAccountsMgmtV1CurrentAccountGet Get the authenticated account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1CurrentAccountGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1CurrentAccountGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1CurrentAccountGetExecute(r ApiApiAccountsMgmtV1CurrentAccountGetRequest) (Account, *_nethttp.Response, error)

* Execute executes the request * @return Account

func (*DefaultApiService) ApiAccountsMgmtV1ErrorsGet

func (a *DefaultApiService) ApiAccountsMgmtV1ErrorsGet(ctx _context.Context) ApiApiAccountsMgmtV1ErrorsGetRequest

* ApiAccountsMgmtV1ErrorsGet Returns a list of errors * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1ErrorsGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1ErrorsGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1ErrorsGetExecute(r ApiApiAccountsMgmtV1ErrorsGetRequest) (ErrorList, *_nethttp.Response, error)

* Execute executes the request * @return ErrorList

func (*DefaultApiService) ApiAccountsMgmtV1ErrorsIdGet

func (a *DefaultApiService) ApiAccountsMgmtV1ErrorsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1ErrorsIdGetRequest

* ApiAccountsMgmtV1ErrorsIdGet Get an error by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1ErrorsIdGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1ErrorsIdGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1ErrorsIdGetExecute(r ApiApiAccountsMgmtV1ErrorsIdGetRequest) (Error, *_nethttp.Response, error)

* Execute executes the request * @return Error

func (*DefaultApiService) ApiAccountsMgmtV1FeatureTogglesIdQueryPost

func (a *DefaultApiService) ApiAccountsMgmtV1FeatureTogglesIdQueryPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest

* ApiAccountsMgmtV1FeatureTogglesIdQueryPost Query a feature toggle by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute

func (a *DefaultApiService) ApiAccountsMgmtV1FeatureTogglesIdQueryPostExecute(r ApiApiAccountsMgmtV1FeatureTogglesIdQueryPostRequest) (FeatureToggle, *_nethttp.Response, error)

* Execute executes the request * @return FeatureToggle

func (*DefaultApiService) ApiAccountsMgmtV1LabelsGet

func (a *DefaultApiService) ApiAccountsMgmtV1LabelsGet(ctx _context.Context) ApiApiAccountsMgmtV1LabelsGetRequest

* ApiAccountsMgmtV1LabelsGet Returns a list of labels * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1LabelsGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1LabelsGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1LabelsGetExecute(r ApiApiAccountsMgmtV1LabelsGetRequest) (LabelList, *_nethttp.Response, error)

* Execute executes the request * @return LabelList

func (*DefaultApiService) ApiAccountsMgmtV1MetricsGet

func (a *DefaultApiService) ApiAccountsMgmtV1MetricsGet(ctx _context.Context) ApiApiAccountsMgmtV1MetricsGetRequest

* ApiAccountsMgmtV1MetricsGet Returns a list of metrics * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1MetricsGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1MetricsGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1MetricsGetExecute(r ApiApiAccountsMgmtV1MetricsGetRequest) (MetricsList, *_nethttp.Response, error)

* Execute executes the request * @return MetricsList

func (*DefaultApiService) ApiAccountsMgmtV1NotifyPost

func (a *DefaultApiService) ApiAccountsMgmtV1NotifyPost(ctx _context.Context) ApiApiAccountsMgmtV1NotifyPostRequest

* ApiAccountsMgmtV1NotifyPost Notify the owner of cluster/subscription * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1NotifyPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1NotifyPostExecute

func (a *DefaultApiService) ApiAccountsMgmtV1NotifyPostExecute(r ApiApiAccountsMgmtV1NotifyPostRequest) (*_nethttp.Response, error)

* Execute executes the request

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsGet

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsGet(ctx _context.Context) ApiApiAccountsMgmtV1OrganizationsGetRequest

* ApiAccountsMgmtV1OrganizationsGet Returns a list of organizations * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1OrganizationsGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsGetExecute(r ApiApiAccountsMgmtV1OrganizationsGetRequest) (OrganizationList, *_nethttp.Response, error)

* Execute executes the request * @return OrganizationList

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdGet

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdGetRequest

* ApiAccountsMgmtV1OrganizationsIdGet Get an organization by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1OrganizationsIdGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdGetRequest) (Organization, *_nethttp.Response, error)

* Execute executes the request * @return Organization

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsGet

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest

* ApiAccountsMgmtV1OrganizationsIdLabelsGet Returns a list of labels * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsGetRequest) (LabelList, *_nethttp.Response, error)

* Execute executes the request * @return LabelList

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest

* ApiAccountsMgmtV1OrganizationsIdLabelsKeyDelete Delete a label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyDeleteRequest) (*_nethttp.Response, error)

* Execute executes the request

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest

* ApiAccountsMgmtV1OrganizationsIdLabelsKeyGet Get subscription labels by label key * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyGetRequest) (Label, *_nethttp.Response, error)

* Execute executes the request * @return Label

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest

* ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatch Create a new label or update an existing label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsKeyPatchRequest) (Label, *_nethttp.Response, error)

* Execute executes the request * @return Label

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsPost

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest

* ApiAccountsMgmtV1OrganizationsIdLabelsPost Create a new label or update an existing label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdLabelsPostExecute(r ApiApiAccountsMgmtV1OrganizationsIdLabelsPostRequest) (Label, *_nethttp.Response, error)

* Execute executes the request * @return Label

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdPatch

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdPatchRequest

* ApiAccountsMgmtV1OrganizationsIdPatch Update an organization * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1OrganizationsIdPatchRequest

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdPatchExecute

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdPatchExecute(r ApiApiAccountsMgmtV1OrganizationsIdPatchRequest) (Organization, *_nethttp.Response, error)

* Execute executes the request * @return Organization

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest

* ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGet Returns a summary of organizations clusters based on metrics * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetExecute(r ApiApiAccountsMgmtV1OrganizationsIdSummaryDashboardGetRequest) (Summary, *_nethttp.Response, error)

* Execute executes the request * @return Summary

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest

* ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGet Returns a summary of quota cost * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @return ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaCostGetRequest) (QuotaCostList, *_nethttp.Response, error)

* Execute executes the request * @return QuotaCostList

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest

* ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGet Returns a summary of resource quota * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @return ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdQuotaSummaryGetRequest) (QuotaSummaryList, *_nethttp.Response, error)

* Execute executes the request * @return QuotaSummaryList

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest

* ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGet Returns a list of resource quota objects * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaGetRequest) (ResourceQuotaList, *_nethttp.Response, error)

* Execute executes the request * @return ResourceQuotaList

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost(ctx _context.Context, orgId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest

* ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPost Create a new resource quota * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaPostRequest) (ResourceQuota, *_nethttp.Response, error)

* Execute executes the request * @return ResourceQuota

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete(ctx _context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest

* ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDelete Delete a resource quota * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @param quotaId The id of quota * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdDeleteRequest) (*_nethttp.Response, error)

* Execute executes the request

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet(ctx _context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest

* ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGet Get a resource quota by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @param quotaId The id of quota * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdGetRequest) (ResourceQuota, *_nethttp.Response, error)

* Execute executes the request * @return ResourceQuota

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch(ctx _context.Context, orgId string, quotaId string) ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest

* ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatch Update a resource quota * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param orgId The id of organization * @param quotaId The id of quota * @return ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchExecute(r ApiApiAccountsMgmtV1OrganizationsOrgIdResourceQuotaQuotaIdPatchRequest) (ResourceQuota, *_nethttp.Response, error)

* Execute executes the request * @return ResourceQuota

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsPost

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsPost(ctx _context.Context) ApiApiAccountsMgmtV1OrganizationsPostRequest

* ApiAccountsMgmtV1OrganizationsPost Create a new organization * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1OrganizationsPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1OrganizationsPostExecute

func (a *DefaultApiService) ApiAccountsMgmtV1OrganizationsPostExecute(r ApiApiAccountsMgmtV1OrganizationsPostRequest) (Organization, *_nethttp.Response, error)

* Execute executes the request * @return Organization

func (*DefaultApiService) ApiAccountsMgmtV1PlansGet

func (a *DefaultApiService) ApiAccountsMgmtV1PlansGet(ctx _context.Context) ApiApiAccountsMgmtV1PlansGetRequest

* ApiAccountsMgmtV1PlansGet Get all plans * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1PlansGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1PlansGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1PlansGetExecute(r ApiApiAccountsMgmtV1PlansGetRequest) (PlanList, *_nethttp.Response, error)

* Execute executes the request * @return PlanList

func (*DefaultApiService) ApiAccountsMgmtV1PlansIdGet

func (a *DefaultApiService) ApiAccountsMgmtV1PlansIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1PlansIdGetRequest

* ApiAccountsMgmtV1PlansIdGet Get a plan by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1PlansIdGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1PlansIdGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1PlansIdGetExecute(r ApiApiAccountsMgmtV1PlansIdGetRequest) (Plan, *_nethttp.Response, error)

* Execute executes the request * @return Plan

func (*DefaultApiService) ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete

func (a *DefaultApiService) ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete(ctx _context.Context, externalResourceId string) ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest

* ApiAccountsMgmtV1PullSecretsExternalResourceIdDelete Delete a pull secret * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param externalResourceId The external resource id of record * @return ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest

func (*DefaultApiService) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute

func (a *DefaultApiService) ApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteExecute(r ApiApiAccountsMgmtV1PullSecretsExternalResourceIdDeleteRequest) (*_nethttp.Response, error)

* Execute executes the request

func (*DefaultApiService) ApiAccountsMgmtV1PullSecretsPost

func (a *DefaultApiService) ApiAccountsMgmtV1PullSecretsPost(ctx _context.Context) ApiApiAccountsMgmtV1PullSecretsPostRequest

* ApiAccountsMgmtV1PullSecretsPost Return access token generated from registries in docker format * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1PullSecretsPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1PullSecretsPostExecute

func (a *DefaultApiService) ApiAccountsMgmtV1PullSecretsPostExecute(r ApiApiAccountsMgmtV1PullSecretsPostRequest) (AccessTokenCfg, *_nethttp.Response, error)

* Execute executes the request * @return AccessTokenCfg

func (*DefaultApiService) ApiAccountsMgmtV1RegistriesGet

func (a *DefaultApiService) ApiAccountsMgmtV1RegistriesGet(ctx _context.Context) ApiApiAccountsMgmtV1RegistriesGetRequest

* ApiAccountsMgmtV1RegistriesGet Returns a list of registries * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1RegistriesGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1RegistriesGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1RegistriesGetExecute(r ApiApiAccountsMgmtV1RegistriesGetRequest) (RegistryList, *_nethttp.Response, error)

* Execute executes the request * @return RegistryList

func (*DefaultApiService) ApiAccountsMgmtV1RegistriesIdGet

func (a *DefaultApiService) ApiAccountsMgmtV1RegistriesIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistriesIdGetRequest

* ApiAccountsMgmtV1RegistriesIdGet Get an registry by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RegistriesIdGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1RegistriesIdGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1RegistriesIdGetExecute(r ApiApiAccountsMgmtV1RegistriesIdGetRequest) (Registry, *_nethttp.Response, error)

* Execute executes the request * @return Registry

func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsGet

func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsGet(ctx _context.Context) ApiApiAccountsMgmtV1RegistryCredentialsGetRequest

* ApiAccountsMgmtV1RegistryCredentialsGet Method for ApiAccountsMgmtV1RegistryCredentialsGet * List Registry Credentials * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1RegistryCredentialsGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsGetExecute

* Execute executes the request * @return RegistryCredentialList

func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdDelete

func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdDelete(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest

* ApiAccountsMgmtV1RegistryCredentialsIdDelete Delete a registry credential by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest

func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute

func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdDeleteExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdDeleteRequest) (*_nethttp.Response, error)

* Execute executes the request

func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdGet

func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest

* ApiAccountsMgmtV1RegistryCredentialsIdGet Get a registry credentials by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdGetExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdGetRequest) (RegistryCredential, *_nethttp.Response, error)

* Execute executes the request * @return RegistryCredential

func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdPatch

func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest

* ApiAccountsMgmtV1RegistryCredentialsIdPatch Update a registry credential * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest

func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute

func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsIdPatchExecute(r ApiApiAccountsMgmtV1RegistryCredentialsIdPatchRequest) (RegistryCredential, *_nethttp.Response, error)

* Execute executes the request * @return RegistryCredential

func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsPost

func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsPost(ctx _context.Context) ApiApiAccountsMgmtV1RegistryCredentialsPostRequest

* ApiAccountsMgmtV1RegistryCredentialsPost Request the creation of a registry credential * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1RegistryCredentialsPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsPostExecute

func (a *DefaultApiService) ApiAccountsMgmtV1RegistryCredentialsPostExecute(r ApiApiAccountsMgmtV1RegistryCredentialsPostRequest) (RegistryCredential, *_nethttp.Response, error)

* Execute executes the request * @return RegistryCredential

func (*DefaultApiService) ApiAccountsMgmtV1ReservedResourcesGet

func (a *DefaultApiService) ApiAccountsMgmtV1ReservedResourcesGet(ctx _context.Context) ApiApiAccountsMgmtV1ReservedResourcesGetRequest

* ApiAccountsMgmtV1ReservedResourcesGet Returns a list of reserved resources * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1ReservedResourcesGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1ReservedResourcesGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1ReservedResourcesGetExecute(r ApiApiAccountsMgmtV1ReservedResourcesGetRequest) (ReservedResourceList, *_nethttp.Response, error)

* Execute executes the request * @return ReservedResourceList

func (*DefaultApiService) ApiAccountsMgmtV1ResourceQuotaGet

func (a *DefaultApiService) ApiAccountsMgmtV1ResourceQuotaGet(ctx _context.Context) ApiApiAccountsMgmtV1ResourceQuotaGetRequest

* ApiAccountsMgmtV1ResourceQuotaGet Returns a list of resource quota objects * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1ResourceQuotaGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1ResourceQuotaGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1ResourceQuotaGetExecute(r ApiApiAccountsMgmtV1ResourceQuotaGetRequest) (ResourceQuotaList, *_nethttp.Response, error)

* Execute executes the request * @return ResourceQuotaList

func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsGet

func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsGet(ctx _context.Context) ApiApiAccountsMgmtV1RoleBindingsGetRequest

* ApiAccountsMgmtV1RoleBindingsGet Returns a list of role bindings * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1RoleBindingsGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsGetExecute(r ApiApiAccountsMgmtV1RoleBindingsGetRequest) (RoleBindingList, *_nethttp.Response, error)

* Execute executes the request * @return RoleBindingList

func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdDelete

func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdDelete(ctx _context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest

* ApiAccountsMgmtV1RoleBindingsIdDelete Delete a role binding * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest

func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdDeleteExecute

func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdDeleteExecute(r ApiApiAccountsMgmtV1RoleBindingsIdDeleteRequest) (*_nethttp.Response, error)

* Execute executes the request

func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdGet

func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdGetRequest

* ApiAccountsMgmtV1RoleBindingsIdGet Get a role binding * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RoleBindingsIdGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdGetExecute(r ApiApiAccountsMgmtV1RoleBindingsIdGetRequest) (RoleBinding, *_nethttp.Response, error)

* Execute executes the request * @return RoleBinding

func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdPatch

func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest

* ApiAccountsMgmtV1RoleBindingsIdPatch Update a role binding * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest

func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdPatchExecute

func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsIdPatchExecute(r ApiApiAccountsMgmtV1RoleBindingsIdPatchRequest) (RoleBinding, *_nethttp.Response, error)

* Execute executes the request * @return RoleBinding

func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsPost

func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsPost(ctx _context.Context) ApiApiAccountsMgmtV1RoleBindingsPostRequest

* ApiAccountsMgmtV1RoleBindingsPost Create a new role binding * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1RoleBindingsPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1RoleBindingsPostExecute

func (a *DefaultApiService) ApiAccountsMgmtV1RoleBindingsPostExecute(r ApiApiAccountsMgmtV1RoleBindingsPostRequest) (RoleBinding, *_nethttp.Response, error)

* Execute executes the request * @return RoleBinding

func (*DefaultApiService) ApiAccountsMgmtV1RolesGet

func (a *DefaultApiService) ApiAccountsMgmtV1RolesGet(ctx _context.Context) ApiApiAccountsMgmtV1RolesGetRequest

* ApiAccountsMgmtV1RolesGet Returns a list of roles * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1RolesGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1RolesGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1RolesGetExecute(r ApiApiAccountsMgmtV1RolesGetRequest) (RoleList, *_nethttp.Response, error)

* Execute executes the request * @return RoleList

func (*DefaultApiService) ApiAccountsMgmtV1RolesIdGet

func (a *DefaultApiService) ApiAccountsMgmtV1RolesIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1RolesIdGetRequest

* ApiAccountsMgmtV1RolesIdGet Get a role by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1RolesIdGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1RolesIdGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1RolesIdGetExecute(r ApiApiAccountsMgmtV1RolesIdGetRequest) (Role, *_nethttp.Response, error)

* Execute executes the request * @return Role

func (*DefaultApiService) ApiAccountsMgmtV1SkuRulesGet

func (a *DefaultApiService) ApiAccountsMgmtV1SkuRulesGet(ctx _context.Context) ApiApiAccountsMgmtV1SkuRulesGetRequest

* ApiAccountsMgmtV1SkuRulesGet Returns a list of UHC product SKU Rules * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1SkuRulesGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1SkuRulesGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SkuRulesGetExecute(r ApiApiAccountsMgmtV1SkuRulesGetRequest) (SkuRulesList, *_nethttp.Response, error)

* Execute executes the request * @return SkuRulesList

func (*DefaultApiService) ApiAccountsMgmtV1SkuRulesIdGet

func (a *DefaultApiService) ApiAccountsMgmtV1SkuRulesIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SkuRulesIdGetRequest

* ApiAccountsMgmtV1SkuRulesIdGet Get a sku rules by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SkuRulesIdGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1SkuRulesIdGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SkuRulesIdGetExecute(r ApiApiAccountsMgmtV1SkuRulesIdGetRequest) (SkuRules, *_nethttp.Response, error)

* Execute executes the request * @return SkuRules

func (*DefaultApiService) ApiAccountsMgmtV1SkusGet

func (a *DefaultApiService) ApiAccountsMgmtV1SkusGet(ctx _context.Context) ApiApiAccountsMgmtV1SkusGetRequest

* ApiAccountsMgmtV1SkusGet Returns a list of UHC product SKUs * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1SkusGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1SkusGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SkusGetExecute(r ApiApiAccountsMgmtV1SkusGetRequest) (SkuList, *_nethttp.Response, error)

* Execute executes the request * @return SkuList

func (*DefaultApiService) ApiAccountsMgmtV1SkusIdGet

func (a *DefaultApiService) ApiAccountsMgmtV1SkusIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SkusIdGetRequest

* ApiAccountsMgmtV1SkusIdGet Get a sku by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SkusIdGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1SkusIdGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SkusIdGetExecute(r ApiApiAccountsMgmtV1SkusIdGetRequest) (SKU, *_nethttp.Response, error)

* Execute executes the request * @return SKU

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsGet

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsGet(ctx _context.Context) ApiApiAccountsMgmtV1SubscriptionsGetRequest

* ApiAccountsMgmtV1SubscriptionsGet Returns a list of subscriptions * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1SubscriptionsGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsGetRequest) (SubscriptionList, *_nethttp.Response, error)

* Execute executes the request * @return SubscriptionList

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdDelete

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdDelete(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest

* ApiAccountsMgmtV1SubscriptionsIdDelete Deletes a subscription by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdDeleteExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsIdDeleteRequest) (*_nethttp.Response, error)

* Execute executes the request

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdGet

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdGetRequest

* ApiAccountsMgmtV1SubscriptionsIdGet Get a subscription by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdGetRequest) (Subscription, *_nethttp.Response, error)

* Execute executes the request * @return Subscription

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsGet

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest

* ApiAccountsMgmtV1SubscriptionsIdLabelsGet Returns a list of labels * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsGetRequest) (LabelList, *_nethttp.Response, error)

* Execute executes the request * @return LabelList

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest

* ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDelete Delete a label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyDeleteRequest) (*_nethttp.Response, error)

* Execute executes the request

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest

* ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGet Get subscription labels by label key * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyGetRequest) (Label, *_nethttp.Response, error)

* Execute executes the request * @return Label

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch(ctx _context.Context, id string, key string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest

* ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatch Create a new label or update an existing label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @param key The key of the label * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsKeyPatchRequest) (Label, *_nethttp.Response, error)

* Execute executes the request * @return Label

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsPost

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest

* ApiAccountsMgmtV1SubscriptionsIdLabelsPost Create a new label or update an existing label * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdLabelsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsIdLabelsPostRequest) (Label, *_nethttp.Response, error)

* Execute executes the request * @return Label

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdNotifyPost

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdNotifyPost(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest

* ApiAccountsMgmtV1SubscriptionsIdNotifyPost Notify the owner of a subscription * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdNotifyPostExecute(r ApiApiAccountsMgmtV1SubscriptionsIdNotifyPostRequest) (*_nethttp.Response, error)

* Execute executes the request

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdPatch

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdPatch(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest

* ApiAccountsMgmtV1SubscriptionsIdPatch Update a subscription * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdPatchExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdPatchExecute(r ApiApiAccountsMgmtV1SubscriptionsIdPatchRequest) (Subscription, *_nethttp.Response, error)

* Execute executes the request * @return Subscription

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest

* ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGet Returns a list of reserved resources * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdReservedResourcesGetRequest) (ReservedResourceList, *_nethttp.Response, error)

* Execute executes the request * @return ReservedResourceList

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet(ctx _context.Context, id string) ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest

* ApiAccountsMgmtV1SubscriptionsIdSupportCasesGet Returns a list of open support creates opened against the external cluster id of this subscrption * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The id of record * @return ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsIdSupportCasesGetExecute(r ApiApiAccountsMgmtV1SubscriptionsIdSupportCasesGetRequest) (*_nethttp.Response, error)

* Execute executes the request

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsPost

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsPost(ctx _context.Context) ApiApiAccountsMgmtV1SubscriptionsPostRequest

* ApiAccountsMgmtV1SubscriptionsPost Create a new subscription * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1SubscriptionsPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsPostExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsPostRequest) (Subscription, *_nethttp.Response, error)

* Execute executes the request * @return Subscription

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete(ctx _context.Context, subId string, accountId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest

* ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDelete Deletes a notification contact by subscription and account id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param subId The id of subscription * @param accountId The id of account * @return ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsAccountIdDeleteRequest) (*_nethttp.Response, error)

* Execute executes the request

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet(ctx _context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest

* ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGet Returns a list of notification contacts for the given subscription * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param subId The id of subscription * @return ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsGetRequest) (AccountList, *_nethttp.Response, error)

* Execute executes the request * @return AccountList

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost(ctx _context.Context, subId string) ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest

* ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPost Add an account as a notification contact to this subscription * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param subId The id of subscription * @return ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdNotificationContactsPostRequest) (Account, *_nethttp.Response, error)

* Execute executes the request * @return Account

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet(ctx _context.Context, subId string, reservedResourceId string) ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest

* ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGet Get reserved resources by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param subId The id of subscription * @param reservedResourceId The id of reserved resource * @return ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest

func (*DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetExecute(r ApiApiAccountsMgmtV1SubscriptionsSubIdReservedResourcesReservedResourceIdGetRequest) (ReservedResource, *_nethttp.Response, error)

* Execute executes the request * @return ReservedResource

func (*DefaultApiService) ApiAccountsMgmtV1SupportCasesCaseIdDelete

func (a *DefaultApiService) ApiAccountsMgmtV1SupportCasesCaseIdDelete(ctx _context.Context, caseId string) ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest

* ApiAccountsMgmtV1SupportCasesCaseIdDelete Delete a support case * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param caseId The id of a support case * @return ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest

func (*DefaultApiService) ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute

func (a *DefaultApiService) ApiAccountsMgmtV1SupportCasesCaseIdDeleteExecute(r ApiApiAccountsMgmtV1SupportCasesCaseIdDeleteRequest) (*_nethttp.Response, error)

* Execute executes the request

func (*DefaultApiService) ApiAccountsMgmtV1SupportCasesPost

func (a *DefaultApiService) ApiAccountsMgmtV1SupportCasesPost(ctx _context.Context) ApiApiAccountsMgmtV1SupportCasesPostRequest

* ApiAccountsMgmtV1SupportCasesPost create a support case for the subscription * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1SupportCasesPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1SupportCasesPostExecute

* Execute executes the request * @return SupportCasesCreatedResponse

func (*DefaultApiService) ApiAccountsMgmtV1TokenAuthorizationPost

func (a *DefaultApiService) ApiAccountsMgmtV1TokenAuthorizationPost(ctx _context.Context) ApiApiAccountsMgmtV1TokenAuthorizationPostRequest

* ApiAccountsMgmtV1TokenAuthorizationPost Finds the account owner of the provided token * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAccountsMgmtV1TokenAuthorizationPostRequest

func (*DefaultApiService) ApiAccountsMgmtV1TokenAuthorizationPostExecute

* Execute executes the request * @return TokenAuthorizationResponse

func (*DefaultApiService) ApiAuthorizationsV1AccessReviewPost

func (a *DefaultApiService) ApiAuthorizationsV1AccessReviewPost(ctx _context.Context) ApiApiAuthorizationsV1AccessReviewPostRequest

* ApiAuthorizationsV1AccessReviewPost Review an account's access to perform an action on a particular resource or resource type * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1AccessReviewPostRequest

func (*DefaultApiService) ApiAuthorizationsV1AccessReviewPostExecute

* Execute executes the request * @return AccessReviewResponse

func (*DefaultApiService) ApiAuthorizationsV1CapabilityReviewPost

func (a *DefaultApiService) ApiAuthorizationsV1CapabilityReviewPost(ctx _context.Context) ApiApiAuthorizationsV1CapabilityReviewPostRequest

* ApiAuthorizationsV1CapabilityReviewPost Review an account's capabilities * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1CapabilityReviewPostRequest

func (*DefaultApiService) ApiAuthorizationsV1CapabilityReviewPostExecute

func (a *DefaultApiService) ApiAuthorizationsV1CapabilityReviewPostExecute(r ApiApiAuthorizationsV1CapabilityReviewPostRequest) (CapabilityReview, *_nethttp.Response, error)

* Execute executes the request * @return CapabilityReview

func (*DefaultApiService) ApiAuthorizationsV1ExportControlReviewPost

func (a *DefaultApiService) ApiAuthorizationsV1ExportControlReviewPost(ctx _context.Context) ApiApiAuthorizationsV1ExportControlReviewPostRequest

* ApiAuthorizationsV1ExportControlReviewPost Determine whether a user is restricted from downloading Red Hat software based on export control compliance. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1ExportControlReviewPostRequest

func (*DefaultApiService) ApiAuthorizationsV1ExportControlReviewPostExecute

func (a *DefaultApiService) ApiAuthorizationsV1ExportControlReviewPostExecute(r ApiApiAuthorizationsV1ExportControlReviewPostRequest) (ExportControlReview, *_nethttp.Response, error)

* Execute executes the request * @return ExportControlReview

func (*DefaultApiService) ApiAuthorizationsV1ResourceReviewPost

func (a *DefaultApiService) ApiAuthorizationsV1ResourceReviewPost(ctx _context.Context) ApiApiAuthorizationsV1ResourceReviewPostRequest

* ApiAuthorizationsV1ResourceReviewPost Obtain resource ids for resources an account may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1ResourceReviewPostRequest

func (*DefaultApiService) ApiAuthorizationsV1ResourceReviewPostExecute

func (a *DefaultApiService) ApiAuthorizationsV1ResourceReviewPostExecute(r ApiApiAuthorizationsV1ResourceReviewPostRequest) (ResourceReview, *_nethttp.Response, error)

* Execute executes the request * @return ResourceReview

func (*DefaultApiService) ApiAuthorizationsV1SelfAccessReviewPost

func (a *DefaultApiService) ApiAuthorizationsV1SelfAccessReviewPost(ctx _context.Context) ApiApiAuthorizationsV1SelfAccessReviewPostRequest

* ApiAuthorizationsV1SelfAccessReviewPost Review your ability to perform an action on a particular resource or resource type * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1SelfAccessReviewPostRequest

func (*DefaultApiService) ApiAuthorizationsV1SelfAccessReviewPostExecute

func (a *DefaultApiService) ApiAuthorizationsV1SelfAccessReviewPostExecute(r ApiApiAuthorizationsV1SelfAccessReviewPostRequest) (AccessReviewResponse, *_nethttp.Response, error)

* Execute executes the request * @return AccessReviewResponse

func (*DefaultApiService) ApiAuthorizationsV1SelfResourceReviewPost

func (a *DefaultApiService) ApiAuthorizationsV1SelfResourceReviewPost(ctx _context.Context) ApiApiAuthorizationsV1SelfResourceReviewPostRequest

* ApiAuthorizationsV1SelfResourceReviewPost Obtain resource ids for resources you may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1SelfResourceReviewPostRequest

func (*DefaultApiService) ApiAuthorizationsV1SelfResourceReviewPostExecute

func (a *DefaultApiService) ApiAuthorizationsV1SelfResourceReviewPostExecute(r ApiApiAuthorizationsV1SelfResourceReviewPostRequest) (SelfResourceReview, *_nethttp.Response, error)

* Execute executes the request * @return SelfResourceReview

func (*DefaultApiService) ApiAuthorizationsV1SelfTermsReviewPost

func (a *DefaultApiService) ApiAuthorizationsV1SelfTermsReviewPost(ctx _context.Context) ApiApiAuthorizationsV1SelfTermsReviewPostRequest

* ApiAuthorizationsV1SelfTermsReviewPost Review your status of Terms * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1SelfTermsReviewPostRequest

func (*DefaultApiService) ApiAuthorizationsV1SelfTermsReviewPostExecute

func (a *DefaultApiService) ApiAuthorizationsV1SelfTermsReviewPostExecute(r ApiApiAuthorizationsV1SelfTermsReviewPostRequest) (TermsReviewResponse, *_nethttp.Response, error)

* Execute executes the request * @return TermsReviewResponse

func (*DefaultApiService) ApiAuthorizationsV1TermsReviewPost

func (a *DefaultApiService) ApiAuthorizationsV1TermsReviewPost(ctx _context.Context) ApiApiAuthorizationsV1TermsReviewPostRequest

* ApiAuthorizationsV1TermsReviewPost Review an account's status of Terms * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiApiAuthorizationsV1TermsReviewPostRequest

func (*DefaultApiService) ApiAuthorizationsV1TermsReviewPostExecute

* Execute executes the request * @return TermsReviewResponse

type EphemeralResourceQuota

type EphemeralResourceQuota struct {
	Allowed              *int32  `json:"allowed,omitempty"`
	AvailabilityZoneType *string `json:"availability_zone_type,omitempty"`
	Byoc                 *bool   `json:"byoc,omitempty"`
	ResourceName         *string `json:"resource_name,omitempty"`
	ResourceType         *string `json:"resource_type,omitempty"`
	Sku                  *string `json:"sku,omitempty"`
	SkuCount             *int32  `json:"sku_count,omitempty"`
}

EphemeralResourceQuota struct for EphemeralResourceQuota

func NewEphemeralResourceQuota

func NewEphemeralResourceQuota() *EphemeralResourceQuota

NewEphemeralResourceQuota instantiates a new EphemeralResourceQuota 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 NewEphemeralResourceQuotaWithDefaults

func NewEphemeralResourceQuotaWithDefaults() *EphemeralResourceQuota

NewEphemeralResourceQuotaWithDefaults instantiates a new EphemeralResourceQuota 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 (*EphemeralResourceQuota) GetAllowed

func (o *EphemeralResourceQuota) GetAllowed() int32

GetAllowed returns the Allowed field value if set, zero value otherwise.

func (*EphemeralResourceQuota) GetAllowedOk

func (o *EphemeralResourceQuota) GetAllowedOk() (*int32, bool)

GetAllowedOk returns a tuple with the Allowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EphemeralResourceQuota) GetAvailabilityZoneType

func (o *EphemeralResourceQuota) GetAvailabilityZoneType() string

GetAvailabilityZoneType returns the AvailabilityZoneType field value if set, zero value otherwise.

func (*EphemeralResourceQuota) GetAvailabilityZoneTypeOk

func (o *EphemeralResourceQuota) GetAvailabilityZoneTypeOk() (*string, bool)

GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EphemeralResourceQuota) GetByoc

func (o *EphemeralResourceQuota) GetByoc() bool

GetByoc returns the Byoc field value if set, zero value otherwise.

func (*EphemeralResourceQuota) GetByocOk

func (o *EphemeralResourceQuota) GetByocOk() (*bool, bool)

GetByocOk returns a tuple with the Byoc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EphemeralResourceQuota) GetResourceName

func (o *EphemeralResourceQuota) GetResourceName() string

GetResourceName returns the ResourceName field value if set, zero value otherwise.

func (*EphemeralResourceQuota) GetResourceNameOk

func (o *EphemeralResourceQuota) GetResourceNameOk() (*string, bool)

GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EphemeralResourceQuota) GetResourceType

func (o *EphemeralResourceQuota) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*EphemeralResourceQuota) GetResourceTypeOk

func (o *EphemeralResourceQuota) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EphemeralResourceQuota) GetSku

func (o *EphemeralResourceQuota) GetSku() string

GetSku returns the Sku field value if set, zero value otherwise.

func (*EphemeralResourceQuota) GetSkuCount

func (o *EphemeralResourceQuota) GetSkuCount() int32

GetSkuCount returns the SkuCount field value if set, zero value otherwise.

func (*EphemeralResourceQuota) GetSkuCountOk

func (o *EphemeralResourceQuota) GetSkuCountOk() (*int32, bool)

GetSkuCountOk returns a tuple with the SkuCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EphemeralResourceQuota) GetSkuOk

func (o *EphemeralResourceQuota) GetSkuOk() (*string, bool)

GetSkuOk returns a tuple with the Sku field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EphemeralResourceQuota) HasAllowed

func (o *EphemeralResourceQuota) HasAllowed() bool

HasAllowed returns a boolean if a field has been set.

func (*EphemeralResourceQuota) HasAvailabilityZoneType

func (o *EphemeralResourceQuota) HasAvailabilityZoneType() bool

HasAvailabilityZoneType returns a boolean if a field has been set.

func (*EphemeralResourceQuota) HasByoc

func (o *EphemeralResourceQuota) HasByoc() bool

HasByoc returns a boolean if a field has been set.

func (*EphemeralResourceQuota) HasResourceName

func (o *EphemeralResourceQuota) HasResourceName() bool

HasResourceName returns a boolean if a field has been set.

func (*EphemeralResourceQuota) HasResourceType

func (o *EphemeralResourceQuota) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (*EphemeralResourceQuota) HasSku

func (o *EphemeralResourceQuota) HasSku() bool

HasSku returns a boolean if a field has been set.

func (*EphemeralResourceQuota) HasSkuCount

func (o *EphemeralResourceQuota) HasSkuCount() bool

HasSkuCount returns a boolean if a field has been set.

func (EphemeralResourceQuota) MarshalJSON

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

func (*EphemeralResourceQuota) SetAllowed

func (o *EphemeralResourceQuota) SetAllowed(v int32)

SetAllowed gets a reference to the given int32 and assigns it to the Allowed field.

func (*EphemeralResourceQuota) SetAvailabilityZoneType

func (o *EphemeralResourceQuota) SetAvailabilityZoneType(v string)

SetAvailabilityZoneType gets a reference to the given string and assigns it to the AvailabilityZoneType field.

func (*EphemeralResourceQuota) SetByoc

func (o *EphemeralResourceQuota) SetByoc(v bool)

SetByoc gets a reference to the given bool and assigns it to the Byoc field.

func (*EphemeralResourceQuota) SetResourceName

func (o *EphemeralResourceQuota) SetResourceName(v string)

SetResourceName gets a reference to the given string and assigns it to the ResourceName field.

func (*EphemeralResourceQuota) SetResourceType

func (o *EphemeralResourceQuota) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

func (*EphemeralResourceQuota) SetSku

func (o *EphemeralResourceQuota) SetSku(v string)

SetSku gets a reference to the given string and assigns it to the Sku field.

func (*EphemeralResourceQuota) SetSkuCount

func (o *EphemeralResourceQuota) SetSkuCount(v int32)

SetSkuCount gets a reference to the given int32 and assigns it to the SkuCount field.

type Error

type Error struct {
	Href        *string `json:"href,omitempty"`
	Id          *string `json:"id,omitempty"`
	Kind        *string `json:"kind,omitempty"`
	Code        *string `json:"code,omitempty"`
	OperationId *string `json:"operation_id,omitempty"`
	Reason      *string `json:"reason,omitempty"`
}

Error struct for Error

func NewError

func NewError() *Error

NewError instantiates a new Error 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 NewErrorWithDefaults

func NewErrorWithDefaults() *Error

NewErrorWithDefaults instantiates a new Error 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 (*Error) GetCode

func (o *Error) GetCode() string

GetCode returns the Code field value if set, zero value otherwise.

func (*Error) GetCodeOk

func (o *Error) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Error) GetHref

func (o *Error) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*Error) GetHrefOk

func (o *Error) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Error) GetId

func (o *Error) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Error) GetIdOk

func (o *Error) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Error) GetKind

func (o *Error) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*Error) GetKindOk

func (o *Error) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Error) GetOperationId

func (o *Error) GetOperationId() string

GetOperationId returns the OperationId field value if set, zero value otherwise.

func (*Error) GetOperationIdOk

func (o *Error) GetOperationIdOk() (*string, bool)

GetOperationIdOk returns a tuple with the OperationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Error) GetReason

func (o *Error) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*Error) GetReasonOk

func (o *Error) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Error) HasCode

func (o *Error) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*Error) HasHref

func (o *Error) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*Error) HasId

func (o *Error) HasId() bool

HasId returns a boolean if a field has been set.

func (*Error) HasKind

func (o *Error) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*Error) HasOperationId

func (o *Error) HasOperationId() bool

HasOperationId returns a boolean if a field has been set.

func (*Error) HasReason

func (o *Error) HasReason() bool

HasReason returns a boolean if a field has been set.

func (Error) MarshalJSON

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

func (*Error) SetCode

func (o *Error) SetCode(v string)

SetCode gets a reference to the given string and assigns it to the Code field.

func (*Error) SetHref

func (o *Error) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*Error) SetId

func (o *Error) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Error) SetKind

func (o *Error) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*Error) SetOperationId

func (o *Error) SetOperationId(v string)

SetOperationId gets a reference to the given string and assigns it to the OperationId field.

func (*Error) SetReason

func (o *Error) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

type ErrorAllOf

type ErrorAllOf struct {
	Code        *string `json:"code,omitempty"`
	OperationId *string `json:"operation_id,omitempty"`
	Reason      *string `json:"reason,omitempty"`
}

ErrorAllOf struct for ErrorAllOf

func NewErrorAllOf

func NewErrorAllOf() *ErrorAllOf

NewErrorAllOf instantiates a new ErrorAllOf 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 NewErrorAllOfWithDefaults

func NewErrorAllOfWithDefaults() *ErrorAllOf

NewErrorAllOfWithDefaults instantiates a new ErrorAllOf 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 (*ErrorAllOf) GetCode

func (o *ErrorAllOf) GetCode() string

GetCode returns the Code field value if set, zero value otherwise.

func (*ErrorAllOf) GetCodeOk

func (o *ErrorAllOf) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ErrorAllOf) GetOperationId

func (o *ErrorAllOf) GetOperationId() string

GetOperationId returns the OperationId field value if set, zero value otherwise.

func (*ErrorAllOf) GetOperationIdOk

func (o *ErrorAllOf) GetOperationIdOk() (*string, bool)

GetOperationIdOk returns a tuple with the OperationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ErrorAllOf) GetReason

func (o *ErrorAllOf) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*ErrorAllOf) GetReasonOk

func (o *ErrorAllOf) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ErrorAllOf) HasCode

func (o *ErrorAllOf) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*ErrorAllOf) HasOperationId

func (o *ErrorAllOf) HasOperationId() bool

HasOperationId returns a boolean if a field has been set.

func (*ErrorAllOf) HasReason

func (o *ErrorAllOf) HasReason() bool

HasReason returns a boolean if a field has been set.

func (ErrorAllOf) MarshalJSON

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

func (*ErrorAllOf) SetCode

func (o *ErrorAllOf) SetCode(v string)

SetCode gets a reference to the given string and assigns it to the Code field.

func (*ErrorAllOf) SetOperationId

func (o *ErrorAllOf) SetOperationId(v string)

SetOperationId gets a reference to the given string and assigns it to the OperationId field.

func (*ErrorAllOf) SetReason

func (o *ErrorAllOf) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

type ErrorList

type ErrorList struct {
	Kind  string  `json:"kind"`
	Page  int32   `json:"page"`
	Size  int32   `json:"size"`
	Total int32   `json:"total"`
	Items []Error `json:"items"`
}

ErrorList struct for ErrorList

func NewErrorList

func NewErrorList(kind string, page int32, size int32, total int32, items []Error) *ErrorList

NewErrorList instantiates a new ErrorList 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 NewErrorListWithDefaults

func NewErrorListWithDefaults() *ErrorList

NewErrorListWithDefaults instantiates a new ErrorList 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 (*ErrorList) GetItems

func (o *ErrorList) GetItems() []Error

GetItems returns the Items field value

func (*ErrorList) GetItemsOk

func (o *ErrorList) GetItemsOk() (*[]Error, bool)

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

func (*ErrorList) GetKind

func (o *ErrorList) GetKind() string

GetKind returns the Kind field value

func (*ErrorList) GetKindOk

func (o *ErrorList) GetKindOk() (*string, bool)

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

func (*ErrorList) GetPage

func (o *ErrorList) GetPage() int32

GetPage returns the Page field value

func (*ErrorList) GetPageOk

func (o *ErrorList) GetPageOk() (*int32, bool)

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

func (*ErrorList) GetSize

func (o *ErrorList) GetSize() int32

GetSize returns the Size field value

func (*ErrorList) GetSizeOk

func (o *ErrorList) GetSizeOk() (*int32, bool)

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

func (*ErrorList) GetTotal

func (o *ErrorList) GetTotal() int32

GetTotal returns the Total field value

func (*ErrorList) GetTotalOk

func (o *ErrorList) GetTotalOk() (*int32, bool)

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

func (ErrorList) MarshalJSON

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

func (*ErrorList) SetItems

func (o *ErrorList) SetItems(v []Error)

SetItems sets field value

func (*ErrorList) SetKind

func (o *ErrorList) SetKind(v string)

SetKind sets field value

func (*ErrorList) SetPage

func (o *ErrorList) SetPage(v int32)

SetPage sets field value

func (*ErrorList) SetSize

func (o *ErrorList) SetSize(v int32)

SetSize sets field value

func (*ErrorList) SetTotal

func (o *ErrorList) SetTotal(v int32)

SetTotal sets field value

type ErrorListAllOf

type ErrorListAllOf struct {
	Items *[]Error `json:"items,omitempty"`
}

ErrorListAllOf struct for ErrorListAllOf

func NewErrorListAllOf

func NewErrorListAllOf() *ErrorListAllOf

NewErrorListAllOf instantiates a new ErrorListAllOf 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 NewErrorListAllOfWithDefaults

func NewErrorListAllOfWithDefaults() *ErrorListAllOf

NewErrorListAllOfWithDefaults instantiates a new ErrorListAllOf 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 (*ErrorListAllOf) GetItems

func (o *ErrorListAllOf) GetItems() []Error

GetItems returns the Items field value if set, zero value otherwise.

func (*ErrorListAllOf) GetItemsOk

func (o *ErrorListAllOf) GetItemsOk() (*[]Error, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ErrorListAllOf) HasItems

func (o *ErrorListAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (ErrorListAllOf) MarshalJSON

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

func (*ErrorListAllOf) SetItems

func (o *ErrorListAllOf) SetItems(v []Error)

SetItems gets a reference to the given []Error and assigns it to the Items field.

type ExcessResource

type ExcessResource struct {
	Href                 *string `json:"href,omitempty"`
	Id                   *string `json:"id,omitempty"`
	Kind                 *string `json:"kind,omitempty"`
	AvailabilityZoneType *string `json:"availability_zone_type,omitempty"`
	BillingModel         *string `json:"billing_model,omitempty"`
	Byoc                 bool    `json:"byoc"`
	Count                *int32  `json:"count,omitempty"`
	ResourceName         *string `json:"resource_name,omitempty"`
	ResourceType         *string `json:"resource_type,omitempty"`
}

ExcessResource struct for ExcessResource

func NewExcessResource

func NewExcessResource(byoc bool) *ExcessResource

NewExcessResource instantiates a new ExcessResource 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 NewExcessResourceWithDefaults

func NewExcessResourceWithDefaults() *ExcessResource

NewExcessResourceWithDefaults instantiates a new ExcessResource 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 (*ExcessResource) GetAvailabilityZoneType

func (o *ExcessResource) GetAvailabilityZoneType() string

GetAvailabilityZoneType returns the AvailabilityZoneType field value if set, zero value otherwise.

func (*ExcessResource) GetAvailabilityZoneTypeOk

func (o *ExcessResource) GetAvailabilityZoneTypeOk() (*string, bool)

GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExcessResource) GetBillingModel

func (o *ExcessResource) GetBillingModel() string

GetBillingModel returns the BillingModel field value if set, zero value otherwise.

func (*ExcessResource) GetBillingModelOk

func (o *ExcessResource) GetBillingModelOk() (*string, bool)

GetBillingModelOk returns a tuple with the BillingModel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExcessResource) GetByoc

func (o *ExcessResource) GetByoc() bool

GetByoc returns the Byoc field value

func (*ExcessResource) GetByocOk

func (o *ExcessResource) GetByocOk() (*bool, bool)

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

func (*ExcessResource) GetCount

func (o *ExcessResource) GetCount() int32

GetCount returns the Count field value if set, zero value otherwise.

func (*ExcessResource) GetCountOk

func (o *ExcessResource) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExcessResource) GetHref

func (o *ExcessResource) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*ExcessResource) GetHrefOk

func (o *ExcessResource) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExcessResource) GetId

func (o *ExcessResource) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ExcessResource) GetIdOk

func (o *ExcessResource) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExcessResource) GetKind

func (o *ExcessResource) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*ExcessResource) GetKindOk

func (o *ExcessResource) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExcessResource) GetResourceName

func (o *ExcessResource) GetResourceName() string

GetResourceName returns the ResourceName field value if set, zero value otherwise.

func (*ExcessResource) GetResourceNameOk

func (o *ExcessResource) GetResourceNameOk() (*string, bool)

GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExcessResource) GetResourceType

func (o *ExcessResource) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*ExcessResource) GetResourceTypeOk

func (o *ExcessResource) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExcessResource) HasAvailabilityZoneType

func (o *ExcessResource) HasAvailabilityZoneType() bool

HasAvailabilityZoneType returns a boolean if a field has been set.

func (*ExcessResource) HasBillingModel

func (o *ExcessResource) HasBillingModel() bool

HasBillingModel returns a boolean if a field has been set.

func (*ExcessResource) HasCount

func (o *ExcessResource) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*ExcessResource) HasHref

func (o *ExcessResource) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*ExcessResource) HasId

func (o *ExcessResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ExcessResource) HasKind

func (o *ExcessResource) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*ExcessResource) HasResourceName

func (o *ExcessResource) HasResourceName() bool

HasResourceName returns a boolean if a field has been set.

func (*ExcessResource) HasResourceType

func (o *ExcessResource) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (ExcessResource) MarshalJSON

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

func (*ExcessResource) SetAvailabilityZoneType

func (o *ExcessResource) SetAvailabilityZoneType(v string)

SetAvailabilityZoneType gets a reference to the given string and assigns it to the AvailabilityZoneType field.

func (*ExcessResource) SetBillingModel

func (o *ExcessResource) SetBillingModel(v string)

SetBillingModel gets a reference to the given string and assigns it to the BillingModel field.

func (*ExcessResource) SetByoc

func (o *ExcessResource) SetByoc(v bool)

SetByoc sets field value

func (*ExcessResource) SetCount

func (o *ExcessResource) SetCount(v int32)

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (*ExcessResource) SetHref

func (o *ExcessResource) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*ExcessResource) SetId

func (o *ExcessResource) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ExcessResource) SetKind

func (o *ExcessResource) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*ExcessResource) SetResourceName

func (o *ExcessResource) SetResourceName(v string)

SetResourceName gets a reference to the given string and assigns it to the ResourceName field.

func (*ExcessResource) SetResourceType

func (o *ExcessResource) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

type ExcessResourceAllOf

type ExcessResourceAllOf struct {
	AvailabilityZoneType *string `json:"availability_zone_type,omitempty"`
	BillingModel         *string `json:"billing_model,omitempty"`
	Byoc                 bool    `json:"byoc"`
	Count                *int32  `json:"count,omitempty"`
	ResourceName         *string `json:"resource_name,omitempty"`
	ResourceType         *string `json:"resource_type,omitempty"`
}

ExcessResourceAllOf struct for ExcessResourceAllOf

func NewExcessResourceAllOf

func NewExcessResourceAllOf(byoc bool) *ExcessResourceAllOf

NewExcessResourceAllOf instantiates a new ExcessResourceAllOf 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 NewExcessResourceAllOfWithDefaults

func NewExcessResourceAllOfWithDefaults() *ExcessResourceAllOf

NewExcessResourceAllOfWithDefaults instantiates a new ExcessResourceAllOf 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 (*ExcessResourceAllOf) GetAvailabilityZoneType

func (o *ExcessResourceAllOf) GetAvailabilityZoneType() string

GetAvailabilityZoneType returns the AvailabilityZoneType field value if set, zero value otherwise.

func (*ExcessResourceAllOf) GetAvailabilityZoneTypeOk

func (o *ExcessResourceAllOf) GetAvailabilityZoneTypeOk() (*string, bool)

GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExcessResourceAllOf) GetBillingModel

func (o *ExcessResourceAllOf) GetBillingModel() string

GetBillingModel returns the BillingModel field value if set, zero value otherwise.

func (*ExcessResourceAllOf) GetBillingModelOk

func (o *ExcessResourceAllOf) GetBillingModelOk() (*string, bool)

GetBillingModelOk returns a tuple with the BillingModel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExcessResourceAllOf) GetByoc

func (o *ExcessResourceAllOf) GetByoc() bool

GetByoc returns the Byoc field value

func (*ExcessResourceAllOf) GetByocOk

func (o *ExcessResourceAllOf) GetByocOk() (*bool, bool)

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

func (*ExcessResourceAllOf) GetCount

func (o *ExcessResourceAllOf) GetCount() int32

GetCount returns the Count field value if set, zero value otherwise.

func (*ExcessResourceAllOf) GetCountOk

func (o *ExcessResourceAllOf) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExcessResourceAllOf) GetResourceName

func (o *ExcessResourceAllOf) GetResourceName() string

GetResourceName returns the ResourceName field value if set, zero value otherwise.

func (*ExcessResourceAllOf) GetResourceNameOk

func (o *ExcessResourceAllOf) GetResourceNameOk() (*string, bool)

GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExcessResourceAllOf) GetResourceType

func (o *ExcessResourceAllOf) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*ExcessResourceAllOf) GetResourceTypeOk

func (o *ExcessResourceAllOf) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExcessResourceAllOf) HasAvailabilityZoneType

func (o *ExcessResourceAllOf) HasAvailabilityZoneType() bool

HasAvailabilityZoneType returns a boolean if a field has been set.

func (*ExcessResourceAllOf) HasBillingModel

func (o *ExcessResourceAllOf) HasBillingModel() bool

HasBillingModel returns a boolean if a field has been set.

func (*ExcessResourceAllOf) HasCount

func (o *ExcessResourceAllOf) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*ExcessResourceAllOf) HasResourceName

func (o *ExcessResourceAllOf) HasResourceName() bool

HasResourceName returns a boolean if a field has been set.

func (*ExcessResourceAllOf) HasResourceType

func (o *ExcessResourceAllOf) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (ExcessResourceAllOf) MarshalJSON

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

func (*ExcessResourceAllOf) SetAvailabilityZoneType

func (o *ExcessResourceAllOf) SetAvailabilityZoneType(v string)

SetAvailabilityZoneType gets a reference to the given string and assigns it to the AvailabilityZoneType field.

func (*ExcessResourceAllOf) SetBillingModel

func (o *ExcessResourceAllOf) SetBillingModel(v string)

SetBillingModel gets a reference to the given string and assigns it to the BillingModel field.

func (*ExcessResourceAllOf) SetByoc

func (o *ExcessResourceAllOf) SetByoc(v bool)

SetByoc sets field value

func (*ExcessResourceAllOf) SetCount

func (o *ExcessResourceAllOf) SetCount(v int32)

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (*ExcessResourceAllOf) SetResourceName

func (o *ExcessResourceAllOf) SetResourceName(v string)

SetResourceName gets a reference to the given string and assigns it to the ResourceName field.

func (*ExcessResourceAllOf) SetResourceType

func (o *ExcessResourceAllOf) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

type ExportControlReview

type ExportControlReview struct {
	Restricted bool `json:"restricted"`
}

ExportControlReview struct for ExportControlReview

func NewExportControlReview

func NewExportControlReview(restricted bool) *ExportControlReview

NewExportControlReview instantiates a new ExportControlReview 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 NewExportControlReviewWithDefaults

func NewExportControlReviewWithDefaults() *ExportControlReview

NewExportControlReviewWithDefaults instantiates a new ExportControlReview 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 (*ExportControlReview) GetRestricted

func (o *ExportControlReview) GetRestricted() bool

GetRestricted returns the Restricted field value

func (*ExportControlReview) GetRestrictedOk

func (o *ExportControlReview) GetRestrictedOk() (*bool, bool)

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

func (ExportControlReview) MarshalJSON

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

func (*ExportControlReview) SetRestricted

func (o *ExportControlReview) SetRestricted(v bool)

SetRestricted sets field value

type ExportControlReviewRequest

type ExportControlReviewRequest struct {
	AccountUsername string `json:"account_username"`
	IgnoreCache     *bool  `json:"ignore_cache,omitempty"`
}

ExportControlReviewRequest struct for ExportControlReviewRequest

func NewExportControlReviewRequest

func NewExportControlReviewRequest(accountUsername string) *ExportControlReviewRequest

NewExportControlReviewRequest instantiates a new ExportControlReviewRequest 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 NewExportControlReviewRequestWithDefaults

func NewExportControlReviewRequestWithDefaults() *ExportControlReviewRequest

NewExportControlReviewRequestWithDefaults instantiates a new ExportControlReviewRequest 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 (*ExportControlReviewRequest) GetAccountUsername

func (o *ExportControlReviewRequest) GetAccountUsername() string

GetAccountUsername returns the AccountUsername field value

func (*ExportControlReviewRequest) GetAccountUsernameOk

func (o *ExportControlReviewRequest) GetAccountUsernameOk() (*string, bool)

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

func (*ExportControlReviewRequest) GetIgnoreCache

func (o *ExportControlReviewRequest) GetIgnoreCache() bool

GetIgnoreCache returns the IgnoreCache field value if set, zero value otherwise.

func (*ExportControlReviewRequest) GetIgnoreCacheOk

func (o *ExportControlReviewRequest) GetIgnoreCacheOk() (*bool, bool)

GetIgnoreCacheOk returns a tuple with the IgnoreCache field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExportControlReviewRequest) HasIgnoreCache

func (o *ExportControlReviewRequest) HasIgnoreCache() bool

HasIgnoreCache returns a boolean if a field has been set.

func (ExportControlReviewRequest) MarshalJSON

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

func (*ExportControlReviewRequest) SetAccountUsername

func (o *ExportControlReviewRequest) SetAccountUsername(v string)

SetAccountUsername sets field value

func (*ExportControlReviewRequest) SetIgnoreCache

func (o *ExportControlReviewRequest) SetIgnoreCache(v bool)

SetIgnoreCache gets a reference to the given bool and assigns it to the IgnoreCache field.

type FeatureToggle

type FeatureToggle struct {
	Href    *string `json:"href,omitempty"`
	Id      *string `json:"id,omitempty"`
	Kind    *string `json:"kind,omitempty"`
	Enabled bool    `json:"enabled"`
}

FeatureToggle struct for FeatureToggle

func NewFeatureToggle

func NewFeatureToggle(enabled bool) *FeatureToggle

NewFeatureToggle instantiates a new FeatureToggle 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 NewFeatureToggleWithDefaults

func NewFeatureToggleWithDefaults() *FeatureToggle

NewFeatureToggleWithDefaults instantiates a new FeatureToggle 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 (*FeatureToggle) GetEnabled

func (o *FeatureToggle) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*FeatureToggle) GetEnabledOk

func (o *FeatureToggle) GetEnabledOk() (*bool, bool)

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

func (*FeatureToggle) GetHref

func (o *FeatureToggle) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*FeatureToggle) GetHrefOk

func (o *FeatureToggle) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeatureToggle) GetId

func (o *FeatureToggle) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*FeatureToggle) GetIdOk

func (o *FeatureToggle) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeatureToggle) GetKind

func (o *FeatureToggle) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*FeatureToggle) GetKindOk

func (o *FeatureToggle) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FeatureToggle) HasHref

func (o *FeatureToggle) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*FeatureToggle) HasId

func (o *FeatureToggle) HasId() bool

HasId returns a boolean if a field has been set.

func (*FeatureToggle) HasKind

func (o *FeatureToggle) HasKind() bool

HasKind returns a boolean if a field has been set.

func (FeatureToggle) MarshalJSON

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

func (*FeatureToggle) SetEnabled

func (o *FeatureToggle) SetEnabled(v bool)

SetEnabled sets field value

func (*FeatureToggle) SetHref

func (o *FeatureToggle) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*FeatureToggle) SetId

func (o *FeatureToggle) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*FeatureToggle) SetKind

func (o *FeatureToggle) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

type FeatureToggleAllOf

type FeatureToggleAllOf struct {
	Enabled bool `json:"enabled"`
}

FeatureToggleAllOf struct for FeatureToggleAllOf

func NewFeatureToggleAllOf

func NewFeatureToggleAllOf(enabled bool) *FeatureToggleAllOf

NewFeatureToggleAllOf instantiates a new FeatureToggleAllOf 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 NewFeatureToggleAllOfWithDefaults

func NewFeatureToggleAllOfWithDefaults() *FeatureToggleAllOf

NewFeatureToggleAllOfWithDefaults instantiates a new FeatureToggleAllOf 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 (*FeatureToggleAllOf) GetEnabled

func (o *FeatureToggleAllOf) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*FeatureToggleAllOf) GetEnabledOk

func (o *FeatureToggleAllOf) GetEnabledOk() (*bool, bool)

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

func (FeatureToggleAllOf) MarshalJSON

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

func (*FeatureToggleAllOf) SetEnabled

func (o *FeatureToggleAllOf) SetEnabled(v bool)

SetEnabled sets field value

type FeatureToggleQueryRequest

type FeatureToggleQueryRequest struct {
	OrganizationId string `json:"organization_id"`
}

FeatureToggleQueryRequest struct for FeatureToggleQueryRequest

func NewFeatureToggleQueryRequest

func NewFeatureToggleQueryRequest(organizationId string) *FeatureToggleQueryRequest

NewFeatureToggleQueryRequest instantiates a new FeatureToggleQueryRequest 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 NewFeatureToggleQueryRequestWithDefaults

func NewFeatureToggleQueryRequestWithDefaults() *FeatureToggleQueryRequest

NewFeatureToggleQueryRequestWithDefaults instantiates a new FeatureToggleQueryRequest 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 (*FeatureToggleQueryRequest) GetOrganizationId

func (o *FeatureToggleQueryRequest) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value

func (*FeatureToggleQueryRequest) GetOrganizationIdOk

func (o *FeatureToggleQueryRequest) GetOrganizationIdOk() (*string, bool)

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

func (FeatureToggleQueryRequest) MarshalJSON

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

func (*FeatureToggleQueryRequest) SetOrganizationId

func (o *FeatureToggleQueryRequest) SetOrganizationId(v string)

SetOrganizationId sets field value

type FeatureToggleQueryRequestAllOf

type FeatureToggleQueryRequestAllOf struct {
	OrganizationId string `json:"organization_id"`
}

FeatureToggleQueryRequestAllOf struct for FeatureToggleQueryRequestAllOf

func NewFeatureToggleQueryRequestAllOf

func NewFeatureToggleQueryRequestAllOf(organizationId string) *FeatureToggleQueryRequestAllOf

NewFeatureToggleQueryRequestAllOf instantiates a new FeatureToggleQueryRequestAllOf 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 NewFeatureToggleQueryRequestAllOfWithDefaults

func NewFeatureToggleQueryRequestAllOfWithDefaults() *FeatureToggleQueryRequestAllOf

NewFeatureToggleQueryRequestAllOfWithDefaults instantiates a new FeatureToggleQueryRequestAllOf 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 (*FeatureToggleQueryRequestAllOf) GetOrganizationId

func (o *FeatureToggleQueryRequestAllOf) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value

func (*FeatureToggleQueryRequestAllOf) GetOrganizationIdOk

func (o *FeatureToggleQueryRequestAllOf) GetOrganizationIdOk() (*string, bool)

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

func (FeatureToggleQueryRequestAllOf) MarshalJSON

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

func (*FeatureToggleQueryRequestAllOf) SetOrganizationId

func (o *FeatureToggleQueryRequestAllOf) SetOrganizationId(v string)

SetOrganizationId sets field value

type GenericOpenAPIError

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

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type Label

type Label struct {
	Href           *string    `json:"href,omitempty"`
	Id             *string    `json:"id,omitempty"`
	Kind           *string    `json:"kind,omitempty"`
	AccountId      *string    `json:"account_id,omitempty"`
	CreatedAt      *time.Time `json:"created_at,omitempty"`
	Internal       bool       `json:"internal"`
	Key            string     `json:"key"`
	OrganizationId *string    `json:"organization_id,omitempty"`
	SubscriptionId *string    `json:"subscription_id,omitempty"`
	Type           *string    `json:"type,omitempty"`
	UpdatedAt      *time.Time `json:"updated_at,omitempty"`
	Value          string     `json:"value"`
}

Label struct for Label

func NewLabel

func NewLabel(internal bool, key string, value string) *Label

NewLabel instantiates a new Label 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 NewLabelWithDefaults

func NewLabelWithDefaults() *Label

NewLabelWithDefaults instantiates a new Label 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 (*Label) GetAccountId

func (o *Label) GetAccountId() string

GetAccountId returns the AccountId field value if set, zero value otherwise.

func (*Label) GetAccountIdOk

func (o *Label) GetAccountIdOk() (*string, bool)

GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Label) GetCreatedAt

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

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*Label) GetCreatedAtOk

func (o *Label) 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 (*Label) GetHref

func (o *Label) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*Label) GetHrefOk

func (o *Label) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Label) GetId

func (o *Label) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Label) GetIdOk

func (o *Label) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Label) GetInternal

func (o *Label) GetInternal() bool

GetInternal returns the Internal field value

func (*Label) GetInternalOk

func (o *Label) GetInternalOk() (*bool, bool)

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

func (*Label) GetKey

func (o *Label) GetKey() string

GetKey returns the Key field value

func (*Label) GetKeyOk

func (o *Label) GetKeyOk() (*string, bool)

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

func (*Label) GetKind

func (o *Label) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*Label) GetKindOk

func (o *Label) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Label) GetOrganizationId

func (o *Label) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*Label) GetOrganizationIdOk

func (o *Label) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Label) GetSubscriptionId

func (o *Label) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.

func (*Label) GetSubscriptionIdOk

func (o *Label) GetSubscriptionIdOk() (*string, bool)

GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Label) GetType

func (o *Label) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Label) GetTypeOk

func (o *Label) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Label) GetUpdatedAt

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

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*Label) GetUpdatedAtOk

func (o *Label) 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 (*Label) GetValue

func (o *Label) GetValue() string

GetValue returns the Value field value

func (*Label) GetValueOk

func (o *Label) GetValueOk() (*string, bool)

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

func (*Label) HasAccountId

func (o *Label) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

func (*Label) HasCreatedAt

func (o *Label) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*Label) HasHref

func (o *Label) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*Label) HasId

func (o *Label) HasId() bool

HasId returns a boolean if a field has been set.

func (*Label) HasKind

func (o *Label) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*Label) HasOrganizationId

func (o *Label) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*Label) HasSubscriptionId

func (o *Label) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

func (*Label) HasType

func (o *Label) HasType() bool

HasType returns a boolean if a field has been set.

func (*Label) HasUpdatedAt

func (o *Label) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (Label) MarshalJSON

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

func (*Label) SetAccountId

func (o *Label) SetAccountId(v string)

SetAccountId gets a reference to the given string and assigns it to the AccountId field.

func (*Label) SetCreatedAt

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

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*Label) SetHref

func (o *Label) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*Label) SetId

func (o *Label) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Label) SetInternal

func (o *Label) SetInternal(v bool)

SetInternal sets field value

func (*Label) SetKey

func (o *Label) SetKey(v string)

SetKey sets field value

func (*Label) SetKind

func (o *Label) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*Label) SetOrganizationId

func (o *Label) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*Label) SetSubscriptionId

func (o *Label) SetSubscriptionId(v string)

SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.

func (*Label) SetType

func (o *Label) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*Label) SetUpdatedAt

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

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*Label) SetValue

func (o *Label) SetValue(v string)

SetValue sets field value

type LabelAllOf

type LabelAllOf struct {
	AccountId      *string    `json:"account_id,omitempty"`
	CreatedAt      *time.Time `json:"created_at,omitempty"`
	Internal       bool       `json:"internal"`
	Key            string     `json:"key"`
	OrganizationId *string    `json:"organization_id,omitempty"`
	SubscriptionId *string    `json:"subscription_id,omitempty"`
	Type           *string    `json:"type,omitempty"`
	UpdatedAt      *time.Time `json:"updated_at,omitempty"`
	Value          string     `json:"value"`
}

LabelAllOf struct for LabelAllOf

func NewLabelAllOf

func NewLabelAllOf(internal bool, key string, value string) *LabelAllOf

NewLabelAllOf instantiates a new LabelAllOf 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 NewLabelAllOfWithDefaults

func NewLabelAllOfWithDefaults() *LabelAllOf

NewLabelAllOfWithDefaults instantiates a new LabelAllOf 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 (*LabelAllOf) GetAccountId

func (o *LabelAllOf) GetAccountId() string

GetAccountId returns the AccountId field value if set, zero value otherwise.

func (*LabelAllOf) GetAccountIdOk

func (o *LabelAllOf) GetAccountIdOk() (*string, bool)

GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelAllOf) GetCreatedAt

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

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*LabelAllOf) GetCreatedAtOk

func (o *LabelAllOf) 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 (*LabelAllOf) GetInternal

func (o *LabelAllOf) GetInternal() bool

GetInternal returns the Internal field value

func (*LabelAllOf) GetInternalOk

func (o *LabelAllOf) GetInternalOk() (*bool, bool)

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

func (*LabelAllOf) GetKey

func (o *LabelAllOf) GetKey() string

GetKey returns the Key field value

func (*LabelAllOf) GetKeyOk

func (o *LabelAllOf) GetKeyOk() (*string, bool)

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

func (*LabelAllOf) GetOrganizationId

func (o *LabelAllOf) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*LabelAllOf) GetOrganizationIdOk

func (o *LabelAllOf) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelAllOf) GetSubscriptionId

func (o *LabelAllOf) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.

func (*LabelAllOf) GetSubscriptionIdOk

func (o *LabelAllOf) GetSubscriptionIdOk() (*string, bool)

GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelAllOf) GetType

func (o *LabelAllOf) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*LabelAllOf) GetTypeOk

func (o *LabelAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelAllOf) GetUpdatedAt

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

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*LabelAllOf) GetUpdatedAtOk

func (o *LabelAllOf) 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 (*LabelAllOf) GetValue

func (o *LabelAllOf) GetValue() string

GetValue returns the Value field value

func (*LabelAllOf) GetValueOk

func (o *LabelAllOf) GetValueOk() (*string, bool)

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

func (*LabelAllOf) HasAccountId

func (o *LabelAllOf) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

func (*LabelAllOf) HasCreatedAt

func (o *LabelAllOf) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*LabelAllOf) HasOrganizationId

func (o *LabelAllOf) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*LabelAllOf) HasSubscriptionId

func (o *LabelAllOf) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

func (*LabelAllOf) HasType

func (o *LabelAllOf) HasType() bool

HasType returns a boolean if a field has been set.

func (*LabelAllOf) HasUpdatedAt

func (o *LabelAllOf) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (LabelAllOf) MarshalJSON

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

func (*LabelAllOf) SetAccountId

func (o *LabelAllOf) SetAccountId(v string)

SetAccountId gets a reference to the given string and assigns it to the AccountId field.

func (*LabelAllOf) SetCreatedAt

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

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*LabelAllOf) SetInternal

func (o *LabelAllOf) SetInternal(v bool)

SetInternal sets field value

func (*LabelAllOf) SetKey

func (o *LabelAllOf) SetKey(v string)

SetKey sets field value

func (*LabelAllOf) SetOrganizationId

func (o *LabelAllOf) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*LabelAllOf) SetSubscriptionId

func (o *LabelAllOf) SetSubscriptionId(v string)

SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.

func (*LabelAllOf) SetType

func (o *LabelAllOf) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*LabelAllOf) SetUpdatedAt

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

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*LabelAllOf) SetValue

func (o *LabelAllOf) SetValue(v string)

SetValue sets field value

type LabelList

type LabelList struct {
	Kind  string  `json:"kind"`
	Page  int32   `json:"page"`
	Size  int32   `json:"size"`
	Total int32   `json:"total"`
	Items []Label `json:"items"`
}

LabelList struct for LabelList

func NewLabelList

func NewLabelList(kind string, page int32, size int32, total int32, items []Label) *LabelList

NewLabelList instantiates a new LabelList 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 NewLabelListWithDefaults

func NewLabelListWithDefaults() *LabelList

NewLabelListWithDefaults instantiates a new LabelList 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 (*LabelList) GetItems

func (o *LabelList) GetItems() []Label

GetItems returns the Items field value

func (*LabelList) GetItemsOk

func (o *LabelList) GetItemsOk() (*[]Label, bool)

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

func (*LabelList) GetKind

func (o *LabelList) GetKind() string

GetKind returns the Kind field value

func (*LabelList) GetKindOk

func (o *LabelList) GetKindOk() (*string, bool)

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

func (*LabelList) GetPage

func (o *LabelList) GetPage() int32

GetPage returns the Page field value

func (*LabelList) GetPageOk

func (o *LabelList) GetPageOk() (*int32, bool)

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

func (*LabelList) GetSize

func (o *LabelList) GetSize() int32

GetSize returns the Size field value

func (*LabelList) GetSizeOk

func (o *LabelList) GetSizeOk() (*int32, bool)

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

func (*LabelList) GetTotal

func (o *LabelList) GetTotal() int32

GetTotal returns the Total field value

func (*LabelList) GetTotalOk

func (o *LabelList) GetTotalOk() (*int32, bool)

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

func (LabelList) MarshalJSON

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

func (*LabelList) SetItems

func (o *LabelList) SetItems(v []Label)

SetItems sets field value

func (*LabelList) SetKind

func (o *LabelList) SetKind(v string)

SetKind sets field value

func (*LabelList) SetPage

func (o *LabelList) SetPage(v int32)

SetPage sets field value

func (*LabelList) SetSize

func (o *LabelList) SetSize(v int32)

SetSize sets field value

func (*LabelList) SetTotal

func (o *LabelList) SetTotal(v int32)

SetTotal sets field value

type LabelListAllOf

type LabelListAllOf struct {
	Items *[]Label `json:"items,omitempty"`
}

LabelListAllOf struct for LabelListAllOf

func NewLabelListAllOf

func NewLabelListAllOf() *LabelListAllOf

NewLabelListAllOf instantiates a new LabelListAllOf 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 NewLabelListAllOfWithDefaults

func NewLabelListAllOfWithDefaults() *LabelListAllOf

NewLabelListAllOfWithDefaults instantiates a new LabelListAllOf 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 (*LabelListAllOf) GetItems

func (o *LabelListAllOf) GetItems() []Label

GetItems returns the Items field value if set, zero value otherwise.

func (*LabelListAllOf) GetItemsOk

func (o *LabelListAllOf) GetItemsOk() (*[]Label, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelListAllOf) HasItems

func (o *LabelListAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (LabelListAllOf) MarshalJSON

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

func (*LabelListAllOf) SetItems

func (o *LabelListAllOf) SetItems(v []Label)

SetItems gets a reference to the given []Label and assigns it to the Items field.

type List

type List struct {
	Kind  string `json:"kind"`
	Page  int32  `json:"page"`
	Size  int32  `json:"size"`
	Total int32  `json:"total"`
}

List struct for List

func NewList

func NewList(kind string, page int32, size int32, total int32) *List

NewList instantiates a new List 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 NewListWithDefaults

func NewListWithDefaults() *List

NewListWithDefaults instantiates a new List 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 (*List) GetKind

func (o *List) GetKind() string

GetKind returns the Kind field value

func (*List) GetKindOk

func (o *List) GetKindOk() (*string, bool)

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

func (*List) GetPage

func (o *List) GetPage() int32

GetPage returns the Page field value

func (*List) GetPageOk

func (o *List) GetPageOk() (*int32, bool)

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

func (*List) GetSize

func (o *List) GetSize() int32

GetSize returns the Size field value

func (*List) GetSizeOk

func (o *List) GetSizeOk() (*int32, bool)

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

func (*List) GetTotal

func (o *List) GetTotal() int32

GetTotal returns the Total field value

func (*List) GetTotalOk

func (o *List) GetTotalOk() (*int32, bool)

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

func (List) MarshalJSON

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

func (*List) SetKind

func (o *List) SetKind(v string)

SetKind sets field value

func (*List) SetPage

func (o *List) SetPage(v int32)

SetPage sets field value

func (*List) SetSize

func (o *List) SetSize(v int32)

SetSize sets field value

func (*List) SetTotal

func (o *List) SetTotal(v int32)

SetTotal sets field value

type Metric

type Metric struct {
	Href           *string    `json:"href,omitempty"`
	Id             *string    `json:"id,omitempty"`
	Kind           *string    `json:"kind,omitempty"`
	ExternalId     *string    `json:"external_id,omitempty"`
	HealthState    *string    `json:"health_state,omitempty"`
	Metrics        *string    `json:"metrics,omitempty"`
	QueryTimestamp *time.Time `json:"query_timestamp,omitempty"`
}

Metric struct for Metric

func NewMetric

func NewMetric() *Metric

NewMetric instantiates a new Metric 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 NewMetricWithDefaults

func NewMetricWithDefaults() *Metric

NewMetricWithDefaults instantiates a new Metric 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 (*Metric) GetExternalId

func (o *Metric) GetExternalId() string

GetExternalId returns the ExternalId field value if set, zero value otherwise.

func (*Metric) GetExternalIdOk

func (o *Metric) GetExternalIdOk() (*string, bool)

GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Metric) GetHealthState

func (o *Metric) GetHealthState() string

GetHealthState returns the HealthState field value if set, zero value otherwise.

func (*Metric) GetHealthStateOk

func (o *Metric) GetHealthStateOk() (*string, bool)

GetHealthStateOk returns a tuple with the HealthState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Metric) GetHref

func (o *Metric) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*Metric) GetHrefOk

func (o *Metric) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Metric) GetId

func (o *Metric) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Metric) GetIdOk

func (o *Metric) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Metric) GetKind

func (o *Metric) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*Metric) GetKindOk

func (o *Metric) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Metric) GetMetrics

func (o *Metric) GetMetrics() string

GetMetrics returns the Metrics field value if set, zero value otherwise.

func (*Metric) GetMetricsOk

func (o *Metric) GetMetricsOk() (*string, bool)

GetMetricsOk returns a tuple with the Metrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Metric) GetQueryTimestamp

func (o *Metric) GetQueryTimestamp() time.Time

GetQueryTimestamp returns the QueryTimestamp field value if set, zero value otherwise.

func (*Metric) GetQueryTimestampOk

func (o *Metric) GetQueryTimestampOk() (*time.Time, bool)

GetQueryTimestampOk returns a tuple with the QueryTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Metric) HasExternalId

func (o *Metric) HasExternalId() bool

HasExternalId returns a boolean if a field has been set.

func (*Metric) HasHealthState

func (o *Metric) HasHealthState() bool

HasHealthState returns a boolean if a field has been set.

func (*Metric) HasHref

func (o *Metric) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*Metric) HasId

func (o *Metric) HasId() bool

HasId returns a boolean if a field has been set.

func (*Metric) HasKind

func (o *Metric) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*Metric) HasMetrics

func (o *Metric) HasMetrics() bool

HasMetrics returns a boolean if a field has been set.

func (*Metric) HasQueryTimestamp

func (o *Metric) HasQueryTimestamp() bool

HasQueryTimestamp returns a boolean if a field has been set.

func (Metric) MarshalJSON

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

func (*Metric) SetExternalId

func (o *Metric) SetExternalId(v string)

SetExternalId gets a reference to the given string and assigns it to the ExternalId field.

func (*Metric) SetHealthState

func (o *Metric) SetHealthState(v string)

SetHealthState gets a reference to the given string and assigns it to the HealthState field.

func (*Metric) SetHref

func (o *Metric) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*Metric) SetId

func (o *Metric) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Metric) SetKind

func (o *Metric) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*Metric) SetMetrics

func (o *Metric) SetMetrics(v string)

SetMetrics gets a reference to the given string and assigns it to the Metrics field.

func (*Metric) SetQueryTimestamp

func (o *Metric) SetQueryTimestamp(v time.Time)

SetQueryTimestamp gets a reference to the given time.Time and assigns it to the QueryTimestamp field.

type MetricAllOf

type MetricAllOf struct {
	ExternalId     *string    `json:"external_id,omitempty"`
	HealthState    *string    `json:"health_state,omitempty"`
	Id             *string    `json:"id,omitempty"`
	Metrics        *string    `json:"metrics,omitempty"`
	QueryTimestamp *time.Time `json:"query_timestamp,omitempty"`
}

MetricAllOf struct for MetricAllOf

func NewMetricAllOf

func NewMetricAllOf() *MetricAllOf

NewMetricAllOf instantiates a new MetricAllOf 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 NewMetricAllOfWithDefaults

func NewMetricAllOfWithDefaults() *MetricAllOf

NewMetricAllOfWithDefaults instantiates a new MetricAllOf 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 (*MetricAllOf) GetExternalId

func (o *MetricAllOf) GetExternalId() string

GetExternalId returns the ExternalId field value if set, zero value otherwise.

func (*MetricAllOf) GetExternalIdOk

func (o *MetricAllOf) GetExternalIdOk() (*string, bool)

GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetricAllOf) GetHealthState

func (o *MetricAllOf) GetHealthState() string

GetHealthState returns the HealthState field value if set, zero value otherwise.

func (*MetricAllOf) GetHealthStateOk

func (o *MetricAllOf) GetHealthStateOk() (*string, bool)

GetHealthStateOk returns a tuple with the HealthState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetricAllOf) GetId

func (o *MetricAllOf) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*MetricAllOf) GetIdOk

func (o *MetricAllOf) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetricAllOf) GetMetrics

func (o *MetricAllOf) GetMetrics() string

GetMetrics returns the Metrics field value if set, zero value otherwise.

func (*MetricAllOf) GetMetricsOk

func (o *MetricAllOf) GetMetricsOk() (*string, bool)

GetMetricsOk returns a tuple with the Metrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetricAllOf) GetQueryTimestamp

func (o *MetricAllOf) GetQueryTimestamp() time.Time

GetQueryTimestamp returns the QueryTimestamp field value if set, zero value otherwise.

func (*MetricAllOf) GetQueryTimestampOk

func (o *MetricAllOf) GetQueryTimestampOk() (*time.Time, bool)

GetQueryTimestampOk returns a tuple with the QueryTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetricAllOf) HasExternalId

func (o *MetricAllOf) HasExternalId() bool

HasExternalId returns a boolean if a field has been set.

func (*MetricAllOf) HasHealthState

func (o *MetricAllOf) HasHealthState() bool

HasHealthState returns a boolean if a field has been set.

func (*MetricAllOf) HasId

func (o *MetricAllOf) HasId() bool

HasId returns a boolean if a field has been set.

func (*MetricAllOf) HasMetrics

func (o *MetricAllOf) HasMetrics() bool

HasMetrics returns a boolean if a field has been set.

func (*MetricAllOf) HasQueryTimestamp

func (o *MetricAllOf) HasQueryTimestamp() bool

HasQueryTimestamp returns a boolean if a field has been set.

func (MetricAllOf) MarshalJSON

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

func (*MetricAllOf) SetExternalId

func (o *MetricAllOf) SetExternalId(v string)

SetExternalId gets a reference to the given string and assigns it to the ExternalId field.

func (*MetricAllOf) SetHealthState

func (o *MetricAllOf) SetHealthState(v string)

SetHealthState gets a reference to the given string and assigns it to the HealthState field.

func (*MetricAllOf) SetId

func (o *MetricAllOf) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*MetricAllOf) SetMetrics

func (o *MetricAllOf) SetMetrics(v string)

SetMetrics gets a reference to the given string and assigns it to the Metrics field.

func (*MetricAllOf) SetQueryTimestamp

func (o *MetricAllOf) SetQueryTimestamp(v time.Time)

SetQueryTimestamp gets a reference to the given time.Time and assigns it to the QueryTimestamp field.

type MetricsList

type MetricsList struct {
	Kind  string   `json:"kind"`
	Page  int32    `json:"page"`
	Size  int32    `json:"size"`
	Total int32    `json:"total"`
	Items []Metric `json:"items"`
}

MetricsList struct for MetricsList

func NewMetricsList

func NewMetricsList(kind string, page int32, size int32, total int32, items []Metric) *MetricsList

NewMetricsList instantiates a new MetricsList 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 NewMetricsListWithDefaults

func NewMetricsListWithDefaults() *MetricsList

NewMetricsListWithDefaults instantiates a new MetricsList 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 (*MetricsList) GetItems

func (o *MetricsList) GetItems() []Metric

GetItems returns the Items field value

func (*MetricsList) GetItemsOk

func (o *MetricsList) GetItemsOk() (*[]Metric, bool)

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

func (*MetricsList) GetKind

func (o *MetricsList) GetKind() string

GetKind returns the Kind field value

func (*MetricsList) GetKindOk

func (o *MetricsList) GetKindOk() (*string, bool)

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

func (*MetricsList) GetPage

func (o *MetricsList) GetPage() int32

GetPage returns the Page field value

func (*MetricsList) GetPageOk

func (o *MetricsList) GetPageOk() (*int32, bool)

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

func (*MetricsList) GetSize

func (o *MetricsList) GetSize() int32

GetSize returns the Size field value

func (*MetricsList) GetSizeOk

func (o *MetricsList) GetSizeOk() (*int32, bool)

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

func (*MetricsList) GetTotal

func (o *MetricsList) GetTotal() int32

GetTotal returns the Total field value

func (*MetricsList) GetTotalOk

func (o *MetricsList) GetTotalOk() (*int32, bool)

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

func (MetricsList) MarshalJSON

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

func (*MetricsList) SetItems

func (o *MetricsList) SetItems(v []Metric)

SetItems sets field value

func (*MetricsList) SetKind

func (o *MetricsList) SetKind(v string)

SetKind sets field value

func (*MetricsList) SetPage

func (o *MetricsList) SetPage(v int32)

SetPage sets field value

func (*MetricsList) SetSize

func (o *MetricsList) SetSize(v int32)

SetSize sets field value

func (*MetricsList) SetTotal

func (o *MetricsList) SetTotal(v int32)

SetTotal sets field value

type MetricsListAllOf

type MetricsListAllOf struct {
	Items *[]Metric `json:"items,omitempty"`
}

MetricsListAllOf struct for MetricsListAllOf

func NewMetricsListAllOf

func NewMetricsListAllOf() *MetricsListAllOf

NewMetricsListAllOf instantiates a new MetricsListAllOf 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 NewMetricsListAllOfWithDefaults

func NewMetricsListAllOfWithDefaults() *MetricsListAllOf

NewMetricsListAllOfWithDefaults instantiates a new MetricsListAllOf 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 (*MetricsListAllOf) GetItems

func (o *MetricsListAllOf) GetItems() []Metric

GetItems returns the Items field value if set, zero value otherwise.

func (*MetricsListAllOf) GetItemsOk

func (o *MetricsListAllOf) GetItemsOk() (*[]Metric, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetricsListAllOf) HasItems

func (o *MetricsListAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (MetricsListAllOf) MarshalJSON

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

func (*MetricsListAllOf) SetItems

func (o *MetricsListAllOf) SetItems(v []Metric)

SetItems gets a reference to the given []Metric and assigns it to the Items field.

type NotificationContactCreateRequest

type NotificationContactCreateRequest struct {
	AccountIdentifier *string `json:"account_identifier,omitempty"`
}

NotificationContactCreateRequest struct for NotificationContactCreateRequest

func NewNotificationContactCreateRequest

func NewNotificationContactCreateRequest() *NotificationContactCreateRequest

NewNotificationContactCreateRequest instantiates a new NotificationContactCreateRequest 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 NewNotificationContactCreateRequestWithDefaults

func NewNotificationContactCreateRequestWithDefaults() *NotificationContactCreateRequest

NewNotificationContactCreateRequestWithDefaults instantiates a new NotificationContactCreateRequest 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 (*NotificationContactCreateRequest) GetAccountIdentifier

func (o *NotificationContactCreateRequest) GetAccountIdentifier() string

GetAccountIdentifier returns the AccountIdentifier field value if set, zero value otherwise.

func (*NotificationContactCreateRequest) GetAccountIdentifierOk

func (o *NotificationContactCreateRequest) GetAccountIdentifierOk() (*string, bool)

GetAccountIdentifierOk returns a tuple with the AccountIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationContactCreateRequest) HasAccountIdentifier

func (o *NotificationContactCreateRequest) HasAccountIdentifier() bool

HasAccountIdentifier returns a boolean if a field has been set.

func (NotificationContactCreateRequest) MarshalJSON

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

func (*NotificationContactCreateRequest) SetAccountIdentifier

func (o *NotificationContactCreateRequest) SetAccountIdentifier(v string)

SetAccountIdentifier gets a reference to the given string and assigns it to the AccountIdentifier field.

type NotificationRequest

type NotificationRequest struct {
	BccAddress              *string              `json:"bcc_address,omitempty"`
	ClusterId               *string              `json:"cluster_id,omitempty"`
	ClusterUuid             *string              `json:"cluster_uuid,omitempty"`
	IncludeRedHatAssociates *bool                `json:"include_red_hat_associates,omitempty"`
	Subject                 string               `json:"subject"`
	SubscriptionId          *string              `json:"subscription_id,omitempty"`
	TemplateName            string               `json:"template_name"`
	TemplateParameters      *[]TemplateParameter `json:"template_parameters,omitempty"`
}

NotificationRequest struct for NotificationRequest

func NewNotificationRequest

func NewNotificationRequest(subject string, templateName string) *NotificationRequest

NewNotificationRequest instantiates a new NotificationRequest 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 NewNotificationRequestWithDefaults

func NewNotificationRequestWithDefaults() *NotificationRequest

NewNotificationRequestWithDefaults instantiates a new NotificationRequest 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 (*NotificationRequest) GetBccAddress

func (o *NotificationRequest) GetBccAddress() string

GetBccAddress returns the BccAddress field value if set, zero value otherwise.

func (*NotificationRequest) GetBccAddressOk

func (o *NotificationRequest) GetBccAddressOk() (*string, bool)

GetBccAddressOk returns a tuple with the BccAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationRequest) GetClusterId

func (o *NotificationRequest) GetClusterId() string

GetClusterId returns the ClusterId field value if set, zero value otherwise.

func (*NotificationRequest) GetClusterIdOk

func (o *NotificationRequest) GetClusterIdOk() (*string, bool)

GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationRequest) GetClusterUuid

func (o *NotificationRequest) GetClusterUuid() string

GetClusterUuid returns the ClusterUuid field value if set, zero value otherwise.

func (*NotificationRequest) GetClusterUuidOk

func (o *NotificationRequest) GetClusterUuidOk() (*string, bool)

GetClusterUuidOk returns a tuple with the ClusterUuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationRequest) GetIncludeRedHatAssociates

func (o *NotificationRequest) GetIncludeRedHatAssociates() bool

GetIncludeRedHatAssociates returns the IncludeRedHatAssociates field value if set, zero value otherwise.

func (*NotificationRequest) GetIncludeRedHatAssociatesOk

func (o *NotificationRequest) GetIncludeRedHatAssociatesOk() (*bool, bool)

GetIncludeRedHatAssociatesOk returns a tuple with the IncludeRedHatAssociates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationRequest) GetSubject

func (o *NotificationRequest) GetSubject() string

GetSubject returns the Subject field value

func (*NotificationRequest) GetSubjectOk

func (o *NotificationRequest) GetSubjectOk() (*string, bool)

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

func (*NotificationRequest) GetSubscriptionId

func (o *NotificationRequest) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.

func (*NotificationRequest) GetSubscriptionIdOk

func (o *NotificationRequest) GetSubscriptionIdOk() (*string, bool)

GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationRequest) GetTemplateName

func (o *NotificationRequest) GetTemplateName() string

GetTemplateName returns the TemplateName field value

func (*NotificationRequest) GetTemplateNameOk

func (o *NotificationRequest) GetTemplateNameOk() (*string, bool)

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

func (*NotificationRequest) GetTemplateParameters

func (o *NotificationRequest) GetTemplateParameters() []TemplateParameter

GetTemplateParameters returns the TemplateParameters field value if set, zero value otherwise.

func (*NotificationRequest) GetTemplateParametersOk

func (o *NotificationRequest) GetTemplateParametersOk() (*[]TemplateParameter, bool)

GetTemplateParametersOk returns a tuple with the TemplateParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationRequest) HasBccAddress

func (o *NotificationRequest) HasBccAddress() bool

HasBccAddress returns a boolean if a field has been set.

func (*NotificationRequest) HasClusterId

func (o *NotificationRequest) HasClusterId() bool

HasClusterId returns a boolean if a field has been set.

func (*NotificationRequest) HasClusterUuid

func (o *NotificationRequest) HasClusterUuid() bool

HasClusterUuid returns a boolean if a field has been set.

func (*NotificationRequest) HasIncludeRedHatAssociates

func (o *NotificationRequest) HasIncludeRedHatAssociates() bool

HasIncludeRedHatAssociates returns a boolean if a field has been set.

func (*NotificationRequest) HasSubscriptionId

func (o *NotificationRequest) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

func (*NotificationRequest) HasTemplateParameters

func (o *NotificationRequest) HasTemplateParameters() bool

HasTemplateParameters returns a boolean if a field has been set.

func (NotificationRequest) MarshalJSON

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

func (*NotificationRequest) SetBccAddress

func (o *NotificationRequest) SetBccAddress(v string)

SetBccAddress gets a reference to the given string and assigns it to the BccAddress field.

func (*NotificationRequest) SetClusterId

func (o *NotificationRequest) SetClusterId(v string)

SetClusterId gets a reference to the given string and assigns it to the ClusterId field.

func (*NotificationRequest) SetClusterUuid

func (o *NotificationRequest) SetClusterUuid(v string)

SetClusterUuid gets a reference to the given string and assigns it to the ClusterUuid field.

func (*NotificationRequest) SetIncludeRedHatAssociates

func (o *NotificationRequest) SetIncludeRedHatAssociates(v bool)

SetIncludeRedHatAssociates gets a reference to the given bool and assigns it to the IncludeRedHatAssociates field.

func (*NotificationRequest) SetSubject

func (o *NotificationRequest) SetSubject(v string)

SetSubject sets field value

func (*NotificationRequest) SetSubscriptionId

func (o *NotificationRequest) SetSubscriptionId(v string)

SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.

func (*NotificationRequest) SetTemplateName

func (o *NotificationRequest) SetTemplateName(v string)

SetTemplateName sets field value

func (*NotificationRequest) SetTemplateParameters

func (o *NotificationRequest) SetTemplateParameters(v []TemplateParameter)

SetTemplateParameters gets a reference to the given []TemplateParameter and assigns it to the TemplateParameters field.

type NullableAccessReview

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

func NewNullableAccessReview

func NewNullableAccessReview(val *AccessReview) *NullableAccessReview

func (NullableAccessReview) Get

func (NullableAccessReview) IsSet

func (v NullableAccessReview) IsSet() bool

func (NullableAccessReview) MarshalJSON

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

func (*NullableAccessReview) Set

func (v *NullableAccessReview) Set(val *AccessReview)

func (*NullableAccessReview) UnmarshalJSON

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

func (*NullableAccessReview) Unset

func (v *NullableAccessReview) Unset()

type NullableAccessReviewResponse

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

func NewNullableAccessReviewResponse

func NewNullableAccessReviewResponse(val *AccessReviewResponse) *NullableAccessReviewResponse

func (NullableAccessReviewResponse) Get

func (NullableAccessReviewResponse) IsSet

func (NullableAccessReviewResponse) MarshalJSON

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

func (*NullableAccessReviewResponse) Set

func (*NullableAccessReviewResponse) UnmarshalJSON

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

func (*NullableAccessReviewResponse) Unset

func (v *NullableAccessReviewResponse) Unset()

type NullableAccessTokenCfg

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

func NewNullableAccessTokenCfg

func NewNullableAccessTokenCfg(val *AccessTokenCfg) *NullableAccessTokenCfg

func (NullableAccessTokenCfg) Get

func (NullableAccessTokenCfg) IsSet

func (v NullableAccessTokenCfg) IsSet() bool

func (NullableAccessTokenCfg) MarshalJSON

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

func (*NullableAccessTokenCfg) Set

func (*NullableAccessTokenCfg) UnmarshalJSON

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

func (*NullableAccessTokenCfg) Unset

func (v *NullableAccessTokenCfg) Unset()

type NullableAccount

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

func NewNullableAccount

func NewNullableAccount(val *Account) *NullableAccount

func (NullableAccount) Get

func (v NullableAccount) Get() *Account

func (NullableAccount) IsSet

func (v NullableAccount) IsSet() bool

func (NullableAccount) MarshalJSON

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

func (*NullableAccount) Set

func (v *NullableAccount) Set(val *Account)

func (*NullableAccount) UnmarshalJSON

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

func (*NullableAccount) Unset

func (v *NullableAccount) Unset()

type NullableAccountAllOf

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

func NewNullableAccountAllOf

func NewNullableAccountAllOf(val *AccountAllOf) *NullableAccountAllOf

func (NullableAccountAllOf) Get

func (NullableAccountAllOf) IsSet

func (v NullableAccountAllOf) IsSet() bool

func (NullableAccountAllOf) MarshalJSON

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

func (*NullableAccountAllOf) Set

func (v *NullableAccountAllOf) Set(val *AccountAllOf)

func (*NullableAccountAllOf) UnmarshalJSON

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

func (*NullableAccountAllOf) Unset

func (v *NullableAccountAllOf) Unset()

type NullableAccountList

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

func NewNullableAccountList

func NewNullableAccountList(val *AccountList) *NullableAccountList

func (NullableAccountList) Get

func (NullableAccountList) IsSet

func (v NullableAccountList) IsSet() bool

func (NullableAccountList) MarshalJSON

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

func (*NullableAccountList) Set

func (v *NullableAccountList) Set(val *AccountList)

func (*NullableAccountList) UnmarshalJSON

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

func (*NullableAccountList) Unset

func (v *NullableAccountList) Unset()

type NullableAccountListAllOf

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

func NewNullableAccountListAllOf

func NewNullableAccountListAllOf(val *AccountListAllOf) *NullableAccountListAllOf

func (NullableAccountListAllOf) Get

func (NullableAccountListAllOf) IsSet

func (v NullableAccountListAllOf) IsSet() bool

func (NullableAccountListAllOf) MarshalJSON

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

func (*NullableAccountListAllOf) Set

func (*NullableAccountListAllOf) UnmarshalJSON

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

func (*NullableAccountListAllOf) Unset

func (v *NullableAccountListAllOf) Unset()

type NullableAccountPatchRequest

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

func NewNullableAccountPatchRequest

func NewNullableAccountPatchRequest(val *AccountPatchRequest) *NullableAccountPatchRequest

func (NullableAccountPatchRequest) Get

func (NullableAccountPatchRequest) IsSet

func (NullableAccountPatchRequest) MarshalJSON

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

func (*NullableAccountPatchRequest) Set

func (*NullableAccountPatchRequest) UnmarshalJSON

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

func (*NullableAccountPatchRequest) Unset

func (v *NullableAccountPatchRequest) Unset()

type NullableAccountReference

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

func NewNullableAccountReference

func NewNullableAccountReference(val *AccountReference) *NullableAccountReference

func (NullableAccountReference) Get

func (NullableAccountReference) IsSet

func (v NullableAccountReference) IsSet() bool

func (NullableAccountReference) MarshalJSON

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

func (*NullableAccountReference) Set

func (*NullableAccountReference) UnmarshalJSON

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

func (*NullableAccountReference) Unset

func (v *NullableAccountReference) Unset()

type NullableAccountReferenceAllOf

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

func (NullableAccountReferenceAllOf) Get

func (NullableAccountReferenceAllOf) IsSet

func (NullableAccountReferenceAllOf) MarshalJSON

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

func (*NullableAccountReferenceAllOf) Set

func (*NullableAccountReferenceAllOf) UnmarshalJSON

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

func (*NullableAccountReferenceAllOf) Unset

func (v *NullableAccountReferenceAllOf) 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 NullableCapability

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

func NewNullableCapability

func NewNullableCapability(val *Capability) *NullableCapability

func (NullableCapability) Get

func (v NullableCapability) Get() *Capability

func (NullableCapability) IsSet

func (v NullableCapability) IsSet() bool

func (NullableCapability) MarshalJSON

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

func (*NullableCapability) Set

func (v *NullableCapability) Set(val *Capability)

func (*NullableCapability) UnmarshalJSON

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

func (*NullableCapability) Unset

func (v *NullableCapability) Unset()

type NullableCapabilityAllOf

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

func NewNullableCapabilityAllOf

func NewNullableCapabilityAllOf(val *CapabilityAllOf) *NullableCapabilityAllOf

func (NullableCapabilityAllOf) Get

func (NullableCapabilityAllOf) IsSet

func (v NullableCapabilityAllOf) IsSet() bool

func (NullableCapabilityAllOf) MarshalJSON

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

func (*NullableCapabilityAllOf) Set

func (*NullableCapabilityAllOf) UnmarshalJSON

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

func (*NullableCapabilityAllOf) Unset

func (v *NullableCapabilityAllOf) Unset()

type NullableCapabilityReview

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

func NewNullableCapabilityReview

func NewNullableCapabilityReview(val *CapabilityReview) *NullableCapabilityReview

func (NullableCapabilityReview) Get

func (NullableCapabilityReview) IsSet

func (v NullableCapabilityReview) IsSet() bool

func (NullableCapabilityReview) MarshalJSON

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

func (*NullableCapabilityReview) Set

func (*NullableCapabilityReview) UnmarshalJSON

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

func (*NullableCapabilityReview) Unset

func (v *NullableCapabilityReview) Unset()

type NullableCapabilityReviewRequest

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

func (NullableCapabilityReviewRequest) Get

func (NullableCapabilityReviewRequest) IsSet

func (NullableCapabilityReviewRequest) MarshalJSON

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

func (*NullableCapabilityReviewRequest) Set

func (*NullableCapabilityReviewRequest) UnmarshalJSON

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

func (*NullableCapabilityReviewRequest) Unset

type NullableClusterAuthorizationRequest

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

func (NullableClusterAuthorizationRequest) Get

func (NullableClusterAuthorizationRequest) IsSet

func (NullableClusterAuthorizationRequest) MarshalJSON

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

func (*NullableClusterAuthorizationRequest) Set

func (*NullableClusterAuthorizationRequest) UnmarshalJSON

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

func (*NullableClusterAuthorizationRequest) Unset

type NullableClusterAuthorizationResponse

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

func (NullableClusterAuthorizationResponse) Get

func (NullableClusterAuthorizationResponse) IsSet

func (NullableClusterAuthorizationResponse) MarshalJSON

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

func (*NullableClusterAuthorizationResponse) Set

func (*NullableClusterAuthorizationResponse) UnmarshalJSON

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

func (*NullableClusterAuthorizationResponse) Unset

type NullableClusterMetricsNodes

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

func NewNullableClusterMetricsNodes

func NewNullableClusterMetricsNodes(val *ClusterMetricsNodes) *NullableClusterMetricsNodes

func (NullableClusterMetricsNodes) Get

func (NullableClusterMetricsNodes) IsSet

func (NullableClusterMetricsNodes) MarshalJSON

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

func (*NullableClusterMetricsNodes) Set

func (*NullableClusterMetricsNodes) UnmarshalJSON

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

func (*NullableClusterMetricsNodes) Unset

func (v *NullableClusterMetricsNodes) Unset()

type NullableClusterRegistrationRequest

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

func (NullableClusterRegistrationRequest) Get

func (NullableClusterRegistrationRequest) IsSet

func (NullableClusterRegistrationRequest) MarshalJSON

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

func (*NullableClusterRegistrationRequest) Set

func (*NullableClusterRegistrationRequest) UnmarshalJSON

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

func (*NullableClusterRegistrationRequest) Unset

type NullableClusterRegistrationResponse

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

func (NullableClusterRegistrationResponse) Get

func (NullableClusterRegistrationResponse) IsSet

func (NullableClusterRegistrationResponse) MarshalJSON

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

func (*NullableClusterRegistrationResponse) Set

func (*NullableClusterRegistrationResponse) UnmarshalJSON

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

func (*NullableClusterRegistrationResponse) Unset

type NullableClusterResource

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

func NewNullableClusterResource

func NewNullableClusterResource(val *ClusterResource) *NullableClusterResource

func (NullableClusterResource) Get

func (NullableClusterResource) IsSet

func (v NullableClusterResource) IsSet() bool

func (NullableClusterResource) MarshalJSON

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

func (*NullableClusterResource) Set

func (*NullableClusterResource) UnmarshalJSON

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

func (*NullableClusterResource) Unset

func (v *NullableClusterResource) Unset()

type NullableClusterResourceTotal

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

func NewNullableClusterResourceTotal

func NewNullableClusterResourceTotal(val *ClusterResourceTotal) *NullableClusterResourceTotal

func (NullableClusterResourceTotal) Get

func (NullableClusterResourceTotal) IsSet

func (NullableClusterResourceTotal) MarshalJSON

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

func (*NullableClusterResourceTotal) Set

func (*NullableClusterResourceTotal) UnmarshalJSON

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

func (*NullableClusterResourceTotal) Unset

func (v *NullableClusterResourceTotal) Unset()

type NullableClusterUpgrade

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

func NewNullableClusterUpgrade

func NewNullableClusterUpgrade(val *ClusterUpgrade) *NullableClusterUpgrade

func (NullableClusterUpgrade) Get

func (NullableClusterUpgrade) IsSet

func (v NullableClusterUpgrade) IsSet() bool

func (NullableClusterUpgrade) MarshalJSON

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

func (*NullableClusterUpgrade) Set

func (*NullableClusterUpgrade) UnmarshalJSON

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

func (*NullableClusterUpgrade) Unset

func (v *NullableClusterUpgrade) Unset()

type NullableEphemeralResourceQuota

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

func (NullableEphemeralResourceQuota) Get

func (NullableEphemeralResourceQuota) IsSet

func (NullableEphemeralResourceQuota) MarshalJSON

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

func (*NullableEphemeralResourceQuota) Set

func (*NullableEphemeralResourceQuota) UnmarshalJSON

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

func (*NullableEphemeralResourceQuota) Unset

func (v *NullableEphemeralResourceQuota) Unset()

type NullableError

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

func NewNullableError

func NewNullableError(val *Error) *NullableError

func (NullableError) Get

func (v NullableError) Get() *Error

func (NullableError) IsSet

func (v NullableError) IsSet() bool

func (NullableError) MarshalJSON

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

func (*NullableError) Set

func (v *NullableError) Set(val *Error)

func (*NullableError) UnmarshalJSON

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

func (*NullableError) Unset

func (v *NullableError) Unset()

type NullableErrorAllOf

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

func NewNullableErrorAllOf

func NewNullableErrorAllOf(val *ErrorAllOf) *NullableErrorAllOf

func (NullableErrorAllOf) Get

func (v NullableErrorAllOf) Get() *ErrorAllOf

func (NullableErrorAllOf) IsSet

func (v NullableErrorAllOf) IsSet() bool

func (NullableErrorAllOf) MarshalJSON

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

func (*NullableErrorAllOf) Set

func (v *NullableErrorAllOf) Set(val *ErrorAllOf)

func (*NullableErrorAllOf) UnmarshalJSON

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

func (*NullableErrorAllOf) Unset

func (v *NullableErrorAllOf) Unset()

type NullableErrorList

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

func NewNullableErrorList

func NewNullableErrorList(val *ErrorList) *NullableErrorList

func (NullableErrorList) Get

func (v NullableErrorList) Get() *ErrorList

func (NullableErrorList) IsSet

func (v NullableErrorList) IsSet() bool

func (NullableErrorList) MarshalJSON

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

func (*NullableErrorList) Set

func (v *NullableErrorList) Set(val *ErrorList)

func (*NullableErrorList) UnmarshalJSON

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

func (*NullableErrorList) Unset

func (v *NullableErrorList) Unset()

type NullableErrorListAllOf

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

func NewNullableErrorListAllOf

func NewNullableErrorListAllOf(val *ErrorListAllOf) *NullableErrorListAllOf

func (NullableErrorListAllOf) Get

func (NullableErrorListAllOf) IsSet

func (v NullableErrorListAllOf) IsSet() bool

func (NullableErrorListAllOf) MarshalJSON

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

func (*NullableErrorListAllOf) Set

func (*NullableErrorListAllOf) UnmarshalJSON

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

func (*NullableErrorListAllOf) Unset

func (v *NullableErrorListAllOf) Unset()

type NullableExcessResource

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

func NewNullableExcessResource

func NewNullableExcessResource(val *ExcessResource) *NullableExcessResource

func (NullableExcessResource) Get

func (NullableExcessResource) IsSet

func (v NullableExcessResource) IsSet() bool

func (NullableExcessResource) MarshalJSON

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

func (*NullableExcessResource) Set

func (*NullableExcessResource) UnmarshalJSON

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

func (*NullableExcessResource) Unset

func (v *NullableExcessResource) Unset()

type NullableExcessResourceAllOf

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

func NewNullableExcessResourceAllOf

func NewNullableExcessResourceAllOf(val *ExcessResourceAllOf) *NullableExcessResourceAllOf

func (NullableExcessResourceAllOf) Get

func (NullableExcessResourceAllOf) IsSet

func (NullableExcessResourceAllOf) MarshalJSON

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

func (*NullableExcessResourceAllOf) Set

func (*NullableExcessResourceAllOf) UnmarshalJSON

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

func (*NullableExcessResourceAllOf) Unset

func (v *NullableExcessResourceAllOf) Unset()

type NullableExportControlReview

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

func NewNullableExportControlReview

func NewNullableExportControlReview(val *ExportControlReview) *NullableExportControlReview

func (NullableExportControlReview) Get

func (NullableExportControlReview) IsSet

func (NullableExportControlReview) MarshalJSON

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

func (*NullableExportControlReview) Set

func (*NullableExportControlReview) UnmarshalJSON

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

func (*NullableExportControlReview) Unset

func (v *NullableExportControlReview) Unset()

type NullableExportControlReviewRequest

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

func (NullableExportControlReviewRequest) Get

func (NullableExportControlReviewRequest) IsSet

func (NullableExportControlReviewRequest) MarshalJSON

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

func (*NullableExportControlReviewRequest) Set

func (*NullableExportControlReviewRequest) UnmarshalJSON

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

func (*NullableExportControlReviewRequest) Unset

type NullableFeatureToggle

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

func NewNullableFeatureToggle

func NewNullableFeatureToggle(val *FeatureToggle) *NullableFeatureToggle

func (NullableFeatureToggle) Get

func (NullableFeatureToggle) IsSet

func (v NullableFeatureToggle) IsSet() bool

func (NullableFeatureToggle) MarshalJSON

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

func (*NullableFeatureToggle) Set

func (v *NullableFeatureToggle) Set(val *FeatureToggle)

func (*NullableFeatureToggle) UnmarshalJSON

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

func (*NullableFeatureToggle) Unset

func (v *NullableFeatureToggle) Unset()

type NullableFeatureToggleAllOf

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

func NewNullableFeatureToggleAllOf

func NewNullableFeatureToggleAllOf(val *FeatureToggleAllOf) *NullableFeatureToggleAllOf

func (NullableFeatureToggleAllOf) Get

func (NullableFeatureToggleAllOf) IsSet

func (v NullableFeatureToggleAllOf) IsSet() bool

func (NullableFeatureToggleAllOf) MarshalJSON

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

func (*NullableFeatureToggleAllOf) Set

func (*NullableFeatureToggleAllOf) UnmarshalJSON

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

func (*NullableFeatureToggleAllOf) Unset

func (v *NullableFeatureToggleAllOf) Unset()

type NullableFeatureToggleQueryRequest

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

func (NullableFeatureToggleQueryRequest) Get

func (NullableFeatureToggleQueryRequest) IsSet

func (NullableFeatureToggleQueryRequest) MarshalJSON

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

func (*NullableFeatureToggleQueryRequest) Set

func (*NullableFeatureToggleQueryRequest) UnmarshalJSON

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

func (*NullableFeatureToggleQueryRequest) Unset

type NullableFeatureToggleQueryRequestAllOf

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

func (NullableFeatureToggleQueryRequestAllOf) Get

func (NullableFeatureToggleQueryRequestAllOf) IsSet

func (NullableFeatureToggleQueryRequestAllOf) MarshalJSON

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

func (*NullableFeatureToggleQueryRequestAllOf) Set

func (*NullableFeatureToggleQueryRequestAllOf) UnmarshalJSON

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

func (*NullableFeatureToggleQueryRequestAllOf) 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 NullableLabel

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

func NewNullableLabel

func NewNullableLabel(val *Label) *NullableLabel

func (NullableLabel) Get

func (v NullableLabel) Get() *Label

func (NullableLabel) IsSet

func (v NullableLabel) IsSet() bool

func (NullableLabel) MarshalJSON

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

func (*NullableLabel) Set

func (v *NullableLabel) Set(val *Label)

func (*NullableLabel) UnmarshalJSON

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

func (*NullableLabel) Unset

func (v *NullableLabel) Unset()

type NullableLabelAllOf

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

func NewNullableLabelAllOf

func NewNullableLabelAllOf(val *LabelAllOf) *NullableLabelAllOf

func (NullableLabelAllOf) Get

func (v NullableLabelAllOf) Get() *LabelAllOf

func (NullableLabelAllOf) IsSet

func (v NullableLabelAllOf) IsSet() bool

func (NullableLabelAllOf) MarshalJSON

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

func (*NullableLabelAllOf) Set

func (v *NullableLabelAllOf) Set(val *LabelAllOf)

func (*NullableLabelAllOf) UnmarshalJSON

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

func (*NullableLabelAllOf) Unset

func (v *NullableLabelAllOf) Unset()

type NullableLabelList

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

func NewNullableLabelList

func NewNullableLabelList(val *LabelList) *NullableLabelList

func (NullableLabelList) Get

func (v NullableLabelList) Get() *LabelList

func (NullableLabelList) IsSet

func (v NullableLabelList) IsSet() bool

func (NullableLabelList) MarshalJSON

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

func (*NullableLabelList) Set

func (v *NullableLabelList) Set(val *LabelList)

func (*NullableLabelList) UnmarshalJSON

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

func (*NullableLabelList) Unset

func (v *NullableLabelList) Unset()

type NullableLabelListAllOf

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

func NewNullableLabelListAllOf

func NewNullableLabelListAllOf(val *LabelListAllOf) *NullableLabelListAllOf

func (NullableLabelListAllOf) Get

func (NullableLabelListAllOf) IsSet

func (v NullableLabelListAllOf) IsSet() bool

func (NullableLabelListAllOf) MarshalJSON

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

func (*NullableLabelListAllOf) Set

func (*NullableLabelListAllOf) UnmarshalJSON

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

func (*NullableLabelListAllOf) Unset

func (v *NullableLabelListAllOf) Unset()

type NullableList

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

func NewNullableList

func NewNullableList(val *List) *NullableList

func (NullableList) Get

func (v NullableList) Get() *List

func (NullableList) IsSet

func (v NullableList) IsSet() bool

func (NullableList) MarshalJSON

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

func (*NullableList) Set

func (v *NullableList) Set(val *List)

func (*NullableList) UnmarshalJSON

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

func (*NullableList) Unset

func (v *NullableList) Unset()

type NullableMetric

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

func NewNullableMetric

func NewNullableMetric(val *Metric) *NullableMetric

func (NullableMetric) Get

func (v NullableMetric) Get() *Metric

func (NullableMetric) IsSet

func (v NullableMetric) IsSet() bool

func (NullableMetric) MarshalJSON

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

func (*NullableMetric) Set

func (v *NullableMetric) Set(val *Metric)

func (*NullableMetric) UnmarshalJSON

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

func (*NullableMetric) Unset

func (v *NullableMetric) Unset()

type NullableMetricAllOf

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

func NewNullableMetricAllOf

func NewNullableMetricAllOf(val *MetricAllOf) *NullableMetricAllOf

func (NullableMetricAllOf) Get

func (NullableMetricAllOf) IsSet

func (v NullableMetricAllOf) IsSet() bool

func (NullableMetricAllOf) MarshalJSON

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

func (*NullableMetricAllOf) Set

func (v *NullableMetricAllOf) Set(val *MetricAllOf)

func (*NullableMetricAllOf) UnmarshalJSON

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

func (*NullableMetricAllOf) Unset

func (v *NullableMetricAllOf) Unset()

type NullableMetricsList

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

func NewNullableMetricsList

func NewNullableMetricsList(val *MetricsList) *NullableMetricsList

func (NullableMetricsList) Get

func (NullableMetricsList) IsSet

func (v NullableMetricsList) IsSet() bool

func (NullableMetricsList) MarshalJSON

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

func (*NullableMetricsList) Set

func (v *NullableMetricsList) Set(val *MetricsList)

func (*NullableMetricsList) UnmarshalJSON

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

func (*NullableMetricsList) Unset

func (v *NullableMetricsList) Unset()

type NullableMetricsListAllOf

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

func NewNullableMetricsListAllOf

func NewNullableMetricsListAllOf(val *MetricsListAllOf) *NullableMetricsListAllOf

func (NullableMetricsListAllOf) Get

func (NullableMetricsListAllOf) IsSet

func (v NullableMetricsListAllOf) IsSet() bool

func (NullableMetricsListAllOf) MarshalJSON

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

func (*NullableMetricsListAllOf) Set

func (*NullableMetricsListAllOf) UnmarshalJSON

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

func (*NullableMetricsListAllOf) Unset

func (v *NullableMetricsListAllOf) Unset()

type NullableNotificationContactCreateRequest

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

func (NullableNotificationContactCreateRequest) Get

func (NullableNotificationContactCreateRequest) IsSet

func (NullableNotificationContactCreateRequest) MarshalJSON

func (*NullableNotificationContactCreateRequest) Set

func (*NullableNotificationContactCreateRequest) UnmarshalJSON

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

func (*NullableNotificationContactCreateRequest) Unset

type NullableNotificationRequest

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

func NewNullableNotificationRequest

func NewNullableNotificationRequest(val *NotificationRequest) *NullableNotificationRequest

func (NullableNotificationRequest) Get

func (NullableNotificationRequest) IsSet

func (NullableNotificationRequest) MarshalJSON

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

func (*NullableNotificationRequest) Set

func (*NullableNotificationRequest) UnmarshalJSON

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

func (*NullableNotificationRequest) Unset

func (v *NullableNotificationRequest) Unset()

type NullableObjectReference

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

func NewNullableObjectReference

func NewNullableObjectReference(val *ObjectReference) *NullableObjectReference

func (NullableObjectReference) Get

func (NullableObjectReference) IsSet

func (v NullableObjectReference) IsSet() bool

func (NullableObjectReference) MarshalJSON

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

func (*NullableObjectReference) Set

func (*NullableObjectReference) UnmarshalJSON

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

func (*NullableObjectReference) Unset

func (v *NullableObjectReference) Unset()

type NullableOneMetric

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

func NewNullableOneMetric

func NewNullableOneMetric(val *OneMetric) *NullableOneMetric

func (NullableOneMetric) Get

func (v NullableOneMetric) Get() *OneMetric

func (NullableOneMetric) IsSet

func (v NullableOneMetric) IsSet() bool

func (NullableOneMetric) MarshalJSON

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

func (*NullableOneMetric) Set

func (v *NullableOneMetric) Set(val *OneMetric)

func (*NullableOneMetric) UnmarshalJSON

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

func (*NullableOneMetric) Unset

func (v *NullableOneMetric) 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 NullableOrganizationAllOf

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

func NewNullableOrganizationAllOf

func NewNullableOrganizationAllOf(val *OrganizationAllOf) *NullableOrganizationAllOf

func (NullableOrganizationAllOf) Get

func (NullableOrganizationAllOf) IsSet

func (v NullableOrganizationAllOf) IsSet() bool

func (NullableOrganizationAllOf) MarshalJSON

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

func (*NullableOrganizationAllOf) Set

func (*NullableOrganizationAllOf) UnmarshalJSON

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

func (*NullableOrganizationAllOf) Unset

func (v *NullableOrganizationAllOf) Unset()

type NullableOrganizationList

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

func NewNullableOrganizationList

func NewNullableOrganizationList(val *OrganizationList) *NullableOrganizationList

func (NullableOrganizationList) Get

func (NullableOrganizationList) IsSet

func (v NullableOrganizationList) IsSet() bool

func (NullableOrganizationList) MarshalJSON

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

func (*NullableOrganizationList) Set

func (*NullableOrganizationList) UnmarshalJSON

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

func (*NullableOrganizationList) Unset

func (v *NullableOrganizationList) Unset()

type NullableOrganizationListAllOf

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

func (NullableOrganizationListAllOf) Get

func (NullableOrganizationListAllOf) IsSet

func (NullableOrganizationListAllOf) MarshalJSON

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

func (*NullableOrganizationListAllOf) Set

func (*NullableOrganizationListAllOf) UnmarshalJSON

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

func (*NullableOrganizationListAllOf) Unset

func (v *NullableOrganizationListAllOf) Unset()

type NullableOrganizationPatchRequest

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

func (NullableOrganizationPatchRequest) Get

func (NullableOrganizationPatchRequest) IsSet

func (NullableOrganizationPatchRequest) MarshalJSON

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

func (*NullableOrganizationPatchRequest) Set

func (*NullableOrganizationPatchRequest) UnmarshalJSON

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

func (*NullableOrganizationPatchRequest) Unset

type NullablePermission

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

func NewNullablePermission

func NewNullablePermission(val *Permission) *NullablePermission

func (NullablePermission) Get

func (v NullablePermission) Get() *Permission

func (NullablePermission) IsSet

func (v NullablePermission) IsSet() bool

func (NullablePermission) MarshalJSON

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

func (*NullablePermission) Set

func (v *NullablePermission) Set(val *Permission)

func (*NullablePermission) UnmarshalJSON

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

func (*NullablePermission) Unset

func (v *NullablePermission) Unset()

type NullablePermissionAllOf

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

func NewNullablePermissionAllOf

func NewNullablePermissionAllOf(val *PermissionAllOf) *NullablePermissionAllOf

func (NullablePermissionAllOf) Get

func (NullablePermissionAllOf) IsSet

func (v NullablePermissionAllOf) IsSet() bool

func (NullablePermissionAllOf) MarshalJSON

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

func (*NullablePermissionAllOf) Set

func (*NullablePermissionAllOf) UnmarshalJSON

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

func (*NullablePermissionAllOf) Unset

func (v *NullablePermissionAllOf) Unset()

type NullablePermissionList

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

func NewNullablePermissionList

func NewNullablePermissionList(val *PermissionList) *NullablePermissionList

func (NullablePermissionList) Get

func (NullablePermissionList) IsSet

func (v NullablePermissionList) IsSet() bool

func (NullablePermissionList) MarshalJSON

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

func (*NullablePermissionList) Set

func (*NullablePermissionList) UnmarshalJSON

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

func (*NullablePermissionList) Unset

func (v *NullablePermissionList) Unset()

type NullablePermissionListAllOf

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

func NewNullablePermissionListAllOf

func NewNullablePermissionListAllOf(val *PermissionListAllOf) *NullablePermissionListAllOf

func (NullablePermissionListAllOf) Get

func (NullablePermissionListAllOf) IsSet

func (NullablePermissionListAllOf) MarshalJSON

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

func (*NullablePermissionListAllOf) Set

func (*NullablePermissionListAllOf) UnmarshalJSON

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

func (*NullablePermissionListAllOf) Unset

func (v *NullablePermissionListAllOf) Unset()

type NullablePlan

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

func NewNullablePlan

func NewNullablePlan(val *Plan) *NullablePlan

func (NullablePlan) Get

func (v NullablePlan) Get() *Plan

func (NullablePlan) IsSet

func (v NullablePlan) IsSet() bool

func (NullablePlan) MarshalJSON

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

func (*NullablePlan) Set

func (v *NullablePlan) Set(val *Plan)

func (*NullablePlan) UnmarshalJSON

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

func (*NullablePlan) Unset

func (v *NullablePlan) Unset()

type NullablePlanAllOf

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

func NewNullablePlanAllOf

func NewNullablePlanAllOf(val *PlanAllOf) *NullablePlanAllOf

func (NullablePlanAllOf) Get

func (v NullablePlanAllOf) Get() *PlanAllOf

func (NullablePlanAllOf) IsSet

func (v NullablePlanAllOf) IsSet() bool

func (NullablePlanAllOf) MarshalJSON

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

func (*NullablePlanAllOf) Set

func (v *NullablePlanAllOf) Set(val *PlanAllOf)

func (*NullablePlanAllOf) UnmarshalJSON

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

func (*NullablePlanAllOf) Unset

func (v *NullablePlanAllOf) Unset()

type NullablePlanList

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

func NewNullablePlanList

func NewNullablePlanList(val *PlanList) *NullablePlanList

func (NullablePlanList) Get

func (v NullablePlanList) Get() *PlanList

func (NullablePlanList) IsSet

func (v NullablePlanList) IsSet() bool

func (NullablePlanList) MarshalJSON

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

func (*NullablePlanList) Set

func (v *NullablePlanList) Set(val *PlanList)

func (*NullablePlanList) UnmarshalJSON

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

func (*NullablePlanList) Unset

func (v *NullablePlanList) Unset()

type NullablePlanListAllOf

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

func NewNullablePlanListAllOf

func NewNullablePlanListAllOf(val *PlanListAllOf) *NullablePlanListAllOf

func (NullablePlanListAllOf) Get

func (NullablePlanListAllOf) IsSet

func (v NullablePlanListAllOf) IsSet() bool

func (NullablePlanListAllOf) MarshalJSON

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

func (*NullablePlanListAllOf) Set

func (v *NullablePlanListAllOf) Set(val *PlanListAllOf)

func (*NullablePlanListAllOf) UnmarshalJSON

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

func (*NullablePlanListAllOf) Unset

func (v *NullablePlanListAllOf) Unset()

type NullablePullSecretRequest

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

func NewNullablePullSecretRequest

func NewNullablePullSecretRequest(val *PullSecretRequest) *NullablePullSecretRequest

func (NullablePullSecretRequest) Get

func (NullablePullSecretRequest) IsSet

func (v NullablePullSecretRequest) IsSet() bool

func (NullablePullSecretRequest) MarshalJSON

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

func (*NullablePullSecretRequest) Set

func (*NullablePullSecretRequest) UnmarshalJSON

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

func (*NullablePullSecretRequest) Unset

func (v *NullablePullSecretRequest) Unset()

type NullableQuotaCost

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

func NewNullableQuotaCost

func NewNullableQuotaCost(val *QuotaCost) *NullableQuotaCost

func (NullableQuotaCost) Get

func (v NullableQuotaCost) Get() *QuotaCost

func (NullableQuotaCost) IsSet

func (v NullableQuotaCost) IsSet() bool

func (NullableQuotaCost) MarshalJSON

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

func (*NullableQuotaCost) Set

func (v *NullableQuotaCost) Set(val *QuotaCost)

func (*NullableQuotaCost) UnmarshalJSON

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

func (*NullableQuotaCost) Unset

func (v *NullableQuotaCost) Unset()

type NullableQuotaCostAllOf

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

func NewNullableQuotaCostAllOf

func NewNullableQuotaCostAllOf(val *QuotaCostAllOf) *NullableQuotaCostAllOf

func (NullableQuotaCostAllOf) Get

func (NullableQuotaCostAllOf) IsSet

func (v NullableQuotaCostAllOf) IsSet() bool

func (NullableQuotaCostAllOf) MarshalJSON

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

func (*NullableQuotaCostAllOf) Set

func (*NullableQuotaCostAllOf) UnmarshalJSON

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

func (*NullableQuotaCostAllOf) Unset

func (v *NullableQuotaCostAllOf) Unset()

type NullableQuotaCostList

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

func NewNullableQuotaCostList

func NewNullableQuotaCostList(val *QuotaCostList) *NullableQuotaCostList

func (NullableQuotaCostList) Get

func (NullableQuotaCostList) IsSet

func (v NullableQuotaCostList) IsSet() bool

func (NullableQuotaCostList) MarshalJSON

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

func (*NullableQuotaCostList) Set

func (v *NullableQuotaCostList) Set(val *QuotaCostList)

func (*NullableQuotaCostList) UnmarshalJSON

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

func (*NullableQuotaCostList) Unset

func (v *NullableQuotaCostList) Unset()

type NullableQuotaCostListAllOf

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

func NewNullableQuotaCostListAllOf

func NewNullableQuotaCostListAllOf(val *QuotaCostListAllOf) *NullableQuotaCostListAllOf

func (NullableQuotaCostListAllOf) Get

func (NullableQuotaCostListAllOf) IsSet

func (v NullableQuotaCostListAllOf) IsSet() bool

func (NullableQuotaCostListAllOf) MarshalJSON

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

func (*NullableQuotaCostListAllOf) Set

func (*NullableQuotaCostListAllOf) UnmarshalJSON

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

func (*NullableQuotaCostListAllOf) Unset

func (v *NullableQuotaCostListAllOf) Unset()

type NullableQuotaSummary

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

func NewNullableQuotaSummary

func NewNullableQuotaSummary(val *QuotaSummary) *NullableQuotaSummary

func (NullableQuotaSummary) Get

func (NullableQuotaSummary) IsSet

func (v NullableQuotaSummary) IsSet() bool

func (NullableQuotaSummary) MarshalJSON

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

func (*NullableQuotaSummary) Set

func (v *NullableQuotaSummary) Set(val *QuotaSummary)

func (*NullableQuotaSummary) UnmarshalJSON

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

func (*NullableQuotaSummary) Unset

func (v *NullableQuotaSummary) Unset()

type NullableQuotaSummaryAllOf

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

func NewNullableQuotaSummaryAllOf

func NewNullableQuotaSummaryAllOf(val *QuotaSummaryAllOf) *NullableQuotaSummaryAllOf

func (NullableQuotaSummaryAllOf) Get

func (NullableQuotaSummaryAllOf) IsSet

func (v NullableQuotaSummaryAllOf) IsSet() bool

func (NullableQuotaSummaryAllOf) MarshalJSON

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

func (*NullableQuotaSummaryAllOf) Set

func (*NullableQuotaSummaryAllOf) UnmarshalJSON

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

func (*NullableQuotaSummaryAllOf) Unset

func (v *NullableQuotaSummaryAllOf) Unset()

type NullableQuotaSummaryList

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

func NewNullableQuotaSummaryList

func NewNullableQuotaSummaryList(val *QuotaSummaryList) *NullableQuotaSummaryList

func (NullableQuotaSummaryList) Get

func (NullableQuotaSummaryList) IsSet

func (v NullableQuotaSummaryList) IsSet() bool

func (NullableQuotaSummaryList) MarshalJSON

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

func (*NullableQuotaSummaryList) Set

func (*NullableQuotaSummaryList) UnmarshalJSON

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

func (*NullableQuotaSummaryList) Unset

func (v *NullableQuotaSummaryList) Unset()

type NullableQuotaSummaryListAllOf

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

func (NullableQuotaSummaryListAllOf) Get

func (NullableQuotaSummaryListAllOf) IsSet

func (NullableQuotaSummaryListAllOf) MarshalJSON

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

func (*NullableQuotaSummaryListAllOf) Set

func (*NullableQuotaSummaryListAllOf) UnmarshalJSON

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

func (*NullableQuotaSummaryListAllOf) Unset

func (v *NullableQuotaSummaryListAllOf) Unset()

type NullableRegistry

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

func NewNullableRegistry

func NewNullableRegistry(val *Registry) *NullableRegistry

func (NullableRegistry) Get

func (v NullableRegistry) Get() *Registry

func (NullableRegistry) IsSet

func (v NullableRegistry) IsSet() bool

func (NullableRegistry) MarshalJSON

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

func (*NullableRegistry) Set

func (v *NullableRegistry) Set(val *Registry)

func (*NullableRegistry) UnmarshalJSON

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

func (*NullableRegistry) Unset

func (v *NullableRegistry) Unset()

type NullableRegistryAllOf

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

func NewNullableRegistryAllOf

func NewNullableRegistryAllOf(val *RegistryAllOf) *NullableRegistryAllOf

func (NullableRegistryAllOf) Get

func (NullableRegistryAllOf) IsSet

func (v NullableRegistryAllOf) IsSet() bool

func (NullableRegistryAllOf) MarshalJSON

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

func (*NullableRegistryAllOf) Set

func (v *NullableRegistryAllOf) Set(val *RegistryAllOf)

func (*NullableRegistryAllOf) UnmarshalJSON

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

func (*NullableRegistryAllOf) Unset

func (v *NullableRegistryAllOf) Unset()

type NullableRegistryCreateRequest

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

func (NullableRegistryCreateRequest) Get

func (NullableRegistryCreateRequest) IsSet

func (NullableRegistryCreateRequest) MarshalJSON

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

func (*NullableRegistryCreateRequest) Set

func (*NullableRegistryCreateRequest) UnmarshalJSON

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

func (*NullableRegistryCreateRequest) Unset

func (v *NullableRegistryCreateRequest) Unset()

type NullableRegistryCredential

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

func NewNullableRegistryCredential

func NewNullableRegistryCredential(val *RegistryCredential) *NullableRegistryCredential

func (NullableRegistryCredential) Get

func (NullableRegistryCredential) IsSet

func (v NullableRegistryCredential) IsSet() bool

func (NullableRegistryCredential) MarshalJSON

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

func (*NullableRegistryCredential) Set

func (*NullableRegistryCredential) UnmarshalJSON

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

func (*NullableRegistryCredential) Unset

func (v *NullableRegistryCredential) Unset()

type NullableRegistryCredentialAllOf

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

func (NullableRegistryCredentialAllOf) Get

func (NullableRegistryCredentialAllOf) IsSet

func (NullableRegistryCredentialAllOf) MarshalJSON

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

func (*NullableRegistryCredentialAllOf) Set

func (*NullableRegistryCredentialAllOf) UnmarshalJSON

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

func (*NullableRegistryCredentialAllOf) Unset

type NullableRegistryCredentialList

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

func (NullableRegistryCredentialList) Get

func (NullableRegistryCredentialList) IsSet

func (NullableRegistryCredentialList) MarshalJSON

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

func (*NullableRegistryCredentialList) Set

func (*NullableRegistryCredentialList) UnmarshalJSON

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

func (*NullableRegistryCredentialList) Unset

func (v *NullableRegistryCredentialList) Unset()

type NullableRegistryCredentialListAllOf

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

func (NullableRegistryCredentialListAllOf) Get

func (NullableRegistryCredentialListAllOf) IsSet

func (NullableRegistryCredentialListAllOf) MarshalJSON

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

func (*NullableRegistryCredentialListAllOf) Set

func (*NullableRegistryCredentialListAllOf) UnmarshalJSON

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

func (*NullableRegistryCredentialListAllOf) Unset

type NullableRegistryCredentialPatchRequest

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

func (NullableRegistryCredentialPatchRequest) Get

func (NullableRegistryCredentialPatchRequest) IsSet

func (NullableRegistryCredentialPatchRequest) MarshalJSON

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

func (*NullableRegistryCredentialPatchRequest) Set

func (*NullableRegistryCredentialPatchRequest) UnmarshalJSON

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

func (*NullableRegistryCredentialPatchRequest) Unset

type NullableRegistryList

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

func NewNullableRegistryList

func NewNullableRegistryList(val *RegistryList) *NullableRegistryList

func (NullableRegistryList) Get

func (NullableRegistryList) IsSet

func (v NullableRegistryList) IsSet() bool

func (NullableRegistryList) MarshalJSON

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

func (*NullableRegistryList) Set

func (v *NullableRegistryList) Set(val *RegistryList)

func (*NullableRegistryList) UnmarshalJSON

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

func (*NullableRegistryList) Unset

func (v *NullableRegistryList) Unset()

type NullableRegistryListAllOf

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

func NewNullableRegistryListAllOf

func NewNullableRegistryListAllOf(val *RegistryListAllOf) *NullableRegistryListAllOf

func (NullableRegistryListAllOf) Get

func (NullableRegistryListAllOf) IsSet

func (v NullableRegistryListAllOf) IsSet() bool

func (NullableRegistryListAllOf) MarshalJSON

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

func (*NullableRegistryListAllOf) Set

func (*NullableRegistryListAllOf) UnmarshalJSON

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

func (*NullableRegistryListAllOf) Unset

func (v *NullableRegistryListAllOf) Unset()

type NullableRegistryRequest

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

func NewNullableRegistryRequest

func NewNullableRegistryRequest(val *RegistryRequest) *NullableRegistryRequest

func (NullableRegistryRequest) Get

func (NullableRegistryRequest) IsSet

func (v NullableRegistryRequest) IsSet() bool

func (NullableRegistryRequest) MarshalJSON

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

func (*NullableRegistryRequest) Set

func (*NullableRegistryRequest) UnmarshalJSON

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

func (*NullableRegistryRequest) Unset

func (v *NullableRegistryRequest) Unset()

type NullableRelatedResource

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

func NewNullableRelatedResource

func NewNullableRelatedResource(val *RelatedResource) *NullableRelatedResource

func (NullableRelatedResource) Get

func (NullableRelatedResource) IsSet

func (v NullableRelatedResource) IsSet() bool

func (NullableRelatedResource) MarshalJSON

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

func (*NullableRelatedResource) Set

func (*NullableRelatedResource) UnmarshalJSON

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

func (*NullableRelatedResource) Unset

func (v *NullableRelatedResource) Unset()

type NullableRelatedResourceAllOf

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

func NewNullableRelatedResourceAllOf

func NewNullableRelatedResourceAllOf(val *RelatedResourceAllOf) *NullableRelatedResourceAllOf

func (NullableRelatedResourceAllOf) Get

func (NullableRelatedResourceAllOf) IsSet

func (NullableRelatedResourceAllOf) MarshalJSON

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

func (*NullableRelatedResourceAllOf) Set

func (*NullableRelatedResourceAllOf) UnmarshalJSON

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

func (*NullableRelatedResourceAllOf) Unset

func (v *NullableRelatedResourceAllOf) Unset()

type NullableReservedResource

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

func NewNullableReservedResource

func NewNullableReservedResource(val *ReservedResource) *NullableReservedResource

func (NullableReservedResource) Get

func (NullableReservedResource) IsSet

func (v NullableReservedResource) IsSet() bool

func (NullableReservedResource) MarshalJSON

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

func (*NullableReservedResource) Set

func (*NullableReservedResource) UnmarshalJSON

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

func (*NullableReservedResource) Unset

func (v *NullableReservedResource) Unset()

type NullableReservedResourceAllOf

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

func (NullableReservedResourceAllOf) Get

func (NullableReservedResourceAllOf) IsSet

func (NullableReservedResourceAllOf) MarshalJSON

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

func (*NullableReservedResourceAllOf) Set

func (*NullableReservedResourceAllOf) UnmarshalJSON

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

func (*NullableReservedResourceAllOf) Unset

func (v *NullableReservedResourceAllOf) Unset()

type NullableReservedResourceList

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

func NewNullableReservedResourceList

func NewNullableReservedResourceList(val *ReservedResourceList) *NullableReservedResourceList

func (NullableReservedResourceList) Get

func (NullableReservedResourceList) IsSet

func (NullableReservedResourceList) MarshalJSON

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

func (*NullableReservedResourceList) Set

func (*NullableReservedResourceList) UnmarshalJSON

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

func (*NullableReservedResourceList) Unset

func (v *NullableReservedResourceList) Unset()

type NullableReservedResourceListAllOf

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

func (NullableReservedResourceListAllOf) Get

func (NullableReservedResourceListAllOf) IsSet

func (NullableReservedResourceListAllOf) MarshalJSON

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

func (*NullableReservedResourceListAllOf) Set

func (*NullableReservedResourceListAllOf) UnmarshalJSON

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

func (*NullableReservedResourceListAllOf) Unset

type NullableResourceQuota

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

func NewNullableResourceQuota

func NewNullableResourceQuota(val *ResourceQuota) *NullableResourceQuota

func (NullableResourceQuota) Get

func (NullableResourceQuota) IsSet

func (v NullableResourceQuota) IsSet() bool

func (NullableResourceQuota) MarshalJSON

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

func (*NullableResourceQuota) Set

func (v *NullableResourceQuota) Set(val *ResourceQuota)

func (*NullableResourceQuota) UnmarshalJSON

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

func (*NullableResourceQuota) Unset

func (v *NullableResourceQuota) Unset()

type NullableResourceQuotaAllOf

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

func NewNullableResourceQuotaAllOf

func NewNullableResourceQuotaAllOf(val *ResourceQuotaAllOf) *NullableResourceQuotaAllOf

func (NullableResourceQuotaAllOf) Get

func (NullableResourceQuotaAllOf) IsSet

func (v NullableResourceQuotaAllOf) IsSet() bool

func (NullableResourceQuotaAllOf) MarshalJSON

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

func (*NullableResourceQuotaAllOf) Set

func (*NullableResourceQuotaAllOf) UnmarshalJSON

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

func (*NullableResourceQuotaAllOf) Unset

func (v *NullableResourceQuotaAllOf) Unset()

type NullableResourceQuotaList

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

func NewNullableResourceQuotaList

func NewNullableResourceQuotaList(val *ResourceQuotaList) *NullableResourceQuotaList

func (NullableResourceQuotaList) Get

func (NullableResourceQuotaList) IsSet

func (v NullableResourceQuotaList) IsSet() bool

func (NullableResourceQuotaList) MarshalJSON

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

func (*NullableResourceQuotaList) Set

func (*NullableResourceQuotaList) UnmarshalJSON

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

func (*NullableResourceQuotaList) Unset

func (v *NullableResourceQuotaList) Unset()

type NullableResourceQuotaListAllOf

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

func (NullableResourceQuotaListAllOf) Get

func (NullableResourceQuotaListAllOf) IsSet

func (NullableResourceQuotaListAllOf) MarshalJSON

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

func (*NullableResourceQuotaListAllOf) Set

func (*NullableResourceQuotaListAllOf) UnmarshalJSON

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

func (*NullableResourceQuotaListAllOf) Unset

func (v *NullableResourceQuotaListAllOf) Unset()

type NullableResourceQuotaRequest

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

func NewNullableResourceQuotaRequest

func NewNullableResourceQuotaRequest(val *ResourceQuotaRequest) *NullableResourceQuotaRequest

func (NullableResourceQuotaRequest) Get

func (NullableResourceQuotaRequest) IsSet

func (NullableResourceQuotaRequest) MarshalJSON

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

func (*NullableResourceQuotaRequest) Set

func (*NullableResourceQuotaRequest) UnmarshalJSON

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

func (*NullableResourceQuotaRequest) Unset

func (v *NullableResourceQuotaRequest) Unset()

type NullableResourceReview

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

func NewNullableResourceReview

func NewNullableResourceReview(val *ResourceReview) *NullableResourceReview

func (NullableResourceReview) Get

func (NullableResourceReview) IsSet

func (v NullableResourceReview) IsSet() bool

func (NullableResourceReview) MarshalJSON

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

func (*NullableResourceReview) Set

func (*NullableResourceReview) UnmarshalJSON

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

func (*NullableResourceReview) Unset

func (v *NullableResourceReview) Unset()

type NullableResourceReviewRequest

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

func (NullableResourceReviewRequest) Get

func (NullableResourceReviewRequest) IsSet

func (NullableResourceReviewRequest) MarshalJSON

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

func (*NullableResourceReviewRequest) Set

func (*NullableResourceReviewRequest) UnmarshalJSON

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

func (*NullableResourceReviewRequest) Unset

func (v *NullableResourceReviewRequest) Unset()

type NullableRole

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

func NewNullableRole

func NewNullableRole(val *Role) *NullableRole

func (NullableRole) Get

func (v NullableRole) Get() *Role

func (NullableRole) IsSet

func (v NullableRole) IsSet() bool

func (NullableRole) MarshalJSON

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

func (*NullableRole) Set

func (v *NullableRole) Set(val *Role)

func (*NullableRole) UnmarshalJSON

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

func (*NullableRole) Unset

func (v *NullableRole) Unset()

type NullableRoleAllOf

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

func NewNullableRoleAllOf

func NewNullableRoleAllOf(val *RoleAllOf) *NullableRoleAllOf

func (NullableRoleAllOf) Get

func (v NullableRoleAllOf) Get() *RoleAllOf

func (NullableRoleAllOf) IsSet

func (v NullableRoleAllOf) IsSet() bool

func (NullableRoleAllOf) MarshalJSON

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

func (*NullableRoleAllOf) Set

func (v *NullableRoleAllOf) Set(val *RoleAllOf)

func (*NullableRoleAllOf) UnmarshalJSON

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

func (*NullableRoleAllOf) Unset

func (v *NullableRoleAllOf) Unset()

type NullableRoleBinding

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

func NewNullableRoleBinding

func NewNullableRoleBinding(val *RoleBinding) *NullableRoleBinding

func (NullableRoleBinding) Get

func (NullableRoleBinding) IsSet

func (v NullableRoleBinding) IsSet() bool

func (NullableRoleBinding) MarshalJSON

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

func (*NullableRoleBinding) Set

func (v *NullableRoleBinding) Set(val *RoleBinding)

func (*NullableRoleBinding) UnmarshalJSON

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

func (*NullableRoleBinding) Unset

func (v *NullableRoleBinding) Unset()

type NullableRoleBindingAllOf

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

func NewNullableRoleBindingAllOf

func NewNullableRoleBindingAllOf(val *RoleBindingAllOf) *NullableRoleBindingAllOf

func (NullableRoleBindingAllOf) Get

func (NullableRoleBindingAllOf) IsSet

func (v NullableRoleBindingAllOf) IsSet() bool

func (NullableRoleBindingAllOf) MarshalJSON

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

func (*NullableRoleBindingAllOf) Set

func (*NullableRoleBindingAllOf) UnmarshalJSON

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

func (*NullableRoleBindingAllOf) Unset

func (v *NullableRoleBindingAllOf) Unset()

type NullableRoleBindingCreateRequest

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

func (NullableRoleBindingCreateRequest) Get

func (NullableRoleBindingCreateRequest) IsSet

func (NullableRoleBindingCreateRequest) MarshalJSON

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

func (*NullableRoleBindingCreateRequest) Set

func (*NullableRoleBindingCreateRequest) UnmarshalJSON

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

func (*NullableRoleBindingCreateRequest) Unset

type NullableRoleBindingList

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

func NewNullableRoleBindingList

func NewNullableRoleBindingList(val *RoleBindingList) *NullableRoleBindingList

func (NullableRoleBindingList) Get

func (NullableRoleBindingList) IsSet

func (v NullableRoleBindingList) IsSet() bool

func (NullableRoleBindingList) MarshalJSON

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

func (*NullableRoleBindingList) Set

func (*NullableRoleBindingList) UnmarshalJSON

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

func (*NullableRoleBindingList) Unset

func (v *NullableRoleBindingList) Unset()

type NullableRoleBindingListAllOf

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

func NewNullableRoleBindingListAllOf

func NewNullableRoleBindingListAllOf(val *RoleBindingListAllOf) *NullableRoleBindingListAllOf

func (NullableRoleBindingListAllOf) Get

func (NullableRoleBindingListAllOf) IsSet

func (NullableRoleBindingListAllOf) MarshalJSON

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

func (*NullableRoleBindingListAllOf) Set

func (*NullableRoleBindingListAllOf) UnmarshalJSON

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

func (*NullableRoleBindingListAllOf) Unset

func (v *NullableRoleBindingListAllOf) Unset()

type NullableRoleBindingRequest

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

func NewNullableRoleBindingRequest

func NewNullableRoleBindingRequest(val *RoleBindingRequest) *NullableRoleBindingRequest

func (NullableRoleBindingRequest) Get

func (NullableRoleBindingRequest) IsSet

func (v NullableRoleBindingRequest) IsSet() bool

func (NullableRoleBindingRequest) MarshalJSON

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

func (*NullableRoleBindingRequest) Set

func (*NullableRoleBindingRequest) UnmarshalJSON

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

func (*NullableRoleBindingRequest) Unset

func (v *NullableRoleBindingRequest) Unset()

type NullableRoleList

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

func NewNullableRoleList

func NewNullableRoleList(val *RoleList) *NullableRoleList

func (NullableRoleList) Get

func (v NullableRoleList) Get() *RoleList

func (NullableRoleList) IsSet

func (v NullableRoleList) IsSet() bool

func (NullableRoleList) MarshalJSON

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

func (*NullableRoleList) Set

func (v *NullableRoleList) Set(val *RoleList)

func (*NullableRoleList) UnmarshalJSON

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

func (*NullableRoleList) Unset

func (v *NullableRoleList) Unset()

type NullableRoleListAllOf

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

func NewNullableRoleListAllOf

func NewNullableRoleListAllOf(val *RoleListAllOf) *NullableRoleListAllOf

func (NullableRoleListAllOf) Get

func (NullableRoleListAllOf) IsSet

func (v NullableRoleListAllOf) IsSet() bool

func (NullableRoleListAllOf) MarshalJSON

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

func (*NullableRoleListAllOf) Set

func (v *NullableRoleListAllOf) Set(val *RoleListAllOf)

func (*NullableRoleListAllOf) UnmarshalJSON

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

func (*NullableRoleListAllOf) Unset

func (v *NullableRoleListAllOf) Unset()

type NullableSKU

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

func NewNullableSKU

func NewNullableSKU(val *SKU) *NullableSKU

func (NullableSKU) Get

func (v NullableSKU) Get() *SKU

func (NullableSKU) IsSet

func (v NullableSKU) IsSet() bool

func (NullableSKU) MarshalJSON

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

func (*NullableSKU) Set

func (v *NullableSKU) Set(val *SKU)

func (*NullableSKU) UnmarshalJSON

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

func (*NullableSKU) Unset

func (v *NullableSKU) Unset()

type NullableSKUAllOf

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

func NewNullableSKUAllOf

func NewNullableSKUAllOf(val *SKUAllOf) *NullableSKUAllOf

func (NullableSKUAllOf) Get

func (v NullableSKUAllOf) Get() *SKUAllOf

func (NullableSKUAllOf) IsSet

func (v NullableSKUAllOf) IsSet() bool

func (NullableSKUAllOf) MarshalJSON

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

func (*NullableSKUAllOf) Set

func (v *NullableSKUAllOf) Set(val *SKUAllOf)

func (*NullableSKUAllOf) UnmarshalJSON

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

func (*NullableSKUAllOf) Unset

func (v *NullableSKUAllOf) Unset()

type NullableSelfAccessReview

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

func NewNullableSelfAccessReview

func NewNullableSelfAccessReview(val *SelfAccessReview) *NullableSelfAccessReview

func (NullableSelfAccessReview) Get

func (NullableSelfAccessReview) IsSet

func (v NullableSelfAccessReview) IsSet() bool

func (NullableSelfAccessReview) MarshalJSON

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

func (*NullableSelfAccessReview) Set

func (*NullableSelfAccessReview) UnmarshalJSON

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

func (*NullableSelfAccessReview) Unset

func (v *NullableSelfAccessReview) Unset()

type NullableSelfResourceReview

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

func NewNullableSelfResourceReview

func NewNullableSelfResourceReview(val *SelfResourceReview) *NullableSelfResourceReview

func (NullableSelfResourceReview) Get

func (NullableSelfResourceReview) IsSet

func (v NullableSelfResourceReview) IsSet() bool

func (NullableSelfResourceReview) MarshalJSON

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

func (*NullableSelfResourceReview) Set

func (*NullableSelfResourceReview) UnmarshalJSON

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

func (*NullableSelfResourceReview) Unset

func (v *NullableSelfResourceReview) Unset()

type NullableSelfResourceReviewRequest

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

func (NullableSelfResourceReviewRequest) Get

func (NullableSelfResourceReviewRequest) IsSet

func (NullableSelfResourceReviewRequest) MarshalJSON

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

func (*NullableSelfResourceReviewRequest) Set

func (*NullableSelfResourceReviewRequest) UnmarshalJSON

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

func (*NullableSelfResourceReviewRequest) Unset

type NullableSelfTermsReview

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

func NewNullableSelfTermsReview

func NewNullableSelfTermsReview(val *SelfTermsReview) *NullableSelfTermsReview

func (NullableSelfTermsReview) Get

func (NullableSelfTermsReview) IsSet

func (v NullableSelfTermsReview) IsSet() bool

func (NullableSelfTermsReview) MarshalJSON

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

func (*NullableSelfTermsReview) Set

func (*NullableSelfTermsReview) UnmarshalJSON

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

func (*NullableSelfTermsReview) Unset

func (v *NullableSelfTermsReview) Unset()

type NullableSkuList

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

func NewNullableSkuList

func NewNullableSkuList(val *SkuList) *NullableSkuList

func (NullableSkuList) Get

func (v NullableSkuList) Get() *SkuList

func (NullableSkuList) IsSet

func (v NullableSkuList) IsSet() bool

func (NullableSkuList) MarshalJSON

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

func (*NullableSkuList) Set

func (v *NullableSkuList) Set(val *SkuList)

func (*NullableSkuList) UnmarshalJSON

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

func (*NullableSkuList) Unset

func (v *NullableSkuList) Unset()

type NullableSkuListAllOf

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

func NewNullableSkuListAllOf

func NewNullableSkuListAllOf(val *SkuListAllOf) *NullableSkuListAllOf

func (NullableSkuListAllOf) Get

func (NullableSkuListAllOf) IsSet

func (v NullableSkuListAllOf) IsSet() bool

func (NullableSkuListAllOf) MarshalJSON

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

func (*NullableSkuListAllOf) Set

func (v *NullableSkuListAllOf) Set(val *SkuListAllOf)

func (*NullableSkuListAllOf) UnmarshalJSON

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

func (*NullableSkuListAllOf) Unset

func (v *NullableSkuListAllOf) Unset()

type NullableSkuRules

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

func NewNullableSkuRules

func NewNullableSkuRules(val *SkuRules) *NullableSkuRules

func (NullableSkuRules) Get

func (v NullableSkuRules) Get() *SkuRules

func (NullableSkuRules) IsSet

func (v NullableSkuRules) IsSet() bool

func (NullableSkuRules) MarshalJSON

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

func (*NullableSkuRules) Set

func (v *NullableSkuRules) Set(val *SkuRules)

func (*NullableSkuRules) UnmarshalJSON

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

func (*NullableSkuRules) Unset

func (v *NullableSkuRules) Unset()

type NullableSkuRulesAllOf

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

func NewNullableSkuRulesAllOf

func NewNullableSkuRulesAllOf(val *SkuRulesAllOf) *NullableSkuRulesAllOf

func (NullableSkuRulesAllOf) Get

func (NullableSkuRulesAllOf) IsSet

func (v NullableSkuRulesAllOf) IsSet() bool

func (NullableSkuRulesAllOf) MarshalJSON

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

func (*NullableSkuRulesAllOf) Set

func (v *NullableSkuRulesAllOf) Set(val *SkuRulesAllOf)

func (*NullableSkuRulesAllOf) UnmarshalJSON

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

func (*NullableSkuRulesAllOf) Unset

func (v *NullableSkuRulesAllOf) Unset()

type NullableSkuRulesList

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

func NewNullableSkuRulesList

func NewNullableSkuRulesList(val *SkuRulesList) *NullableSkuRulesList

func (NullableSkuRulesList) Get

func (NullableSkuRulesList) IsSet

func (v NullableSkuRulesList) IsSet() bool

func (NullableSkuRulesList) MarshalJSON

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

func (*NullableSkuRulesList) Set

func (v *NullableSkuRulesList) Set(val *SkuRulesList)

func (*NullableSkuRulesList) UnmarshalJSON

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

func (*NullableSkuRulesList) Unset

func (v *NullableSkuRulesList) Unset()

type NullableSkuRulesListAllOf

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

func NewNullableSkuRulesListAllOf

func NewNullableSkuRulesListAllOf(val *SkuRulesListAllOf) *NullableSkuRulesListAllOf

func (NullableSkuRulesListAllOf) Get

func (NullableSkuRulesListAllOf) IsSet

func (v NullableSkuRulesListAllOf) IsSet() bool

func (NullableSkuRulesListAllOf) MarshalJSON

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

func (*NullableSkuRulesListAllOf) Set

func (*NullableSkuRulesListAllOf) UnmarshalJSON

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

func (*NullableSkuRulesListAllOf) Unset

func (v *NullableSkuRulesListAllOf) 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 NullableSubscription

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

func NewNullableSubscription

func NewNullableSubscription(val *Subscription) *NullableSubscription

func (NullableSubscription) Get

func (NullableSubscription) IsSet

func (v NullableSubscription) IsSet() bool

func (NullableSubscription) MarshalJSON

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

func (*NullableSubscription) Set

func (v *NullableSubscription) Set(val *Subscription)

func (*NullableSubscription) UnmarshalJSON

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

func (*NullableSubscription) Unset

func (v *NullableSubscription) Unset()

type NullableSubscriptionAllOf

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

func NewNullableSubscriptionAllOf

func NewNullableSubscriptionAllOf(val *SubscriptionAllOf) *NullableSubscriptionAllOf

func (NullableSubscriptionAllOf) Get

func (NullableSubscriptionAllOf) IsSet

func (v NullableSubscriptionAllOf) IsSet() bool

func (NullableSubscriptionAllOf) MarshalJSON

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

func (*NullableSubscriptionAllOf) Set

func (*NullableSubscriptionAllOf) UnmarshalJSON

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

func (*NullableSubscriptionAllOf) Unset

func (v *NullableSubscriptionAllOf) Unset()

type NullableSubscriptionCreateRequest

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

func (NullableSubscriptionCreateRequest) Get

func (NullableSubscriptionCreateRequest) IsSet

func (NullableSubscriptionCreateRequest) MarshalJSON

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

func (*NullableSubscriptionCreateRequest) Set

func (*NullableSubscriptionCreateRequest) UnmarshalJSON

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

func (*NullableSubscriptionCreateRequest) Unset

type NullableSubscriptionList

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

func NewNullableSubscriptionList

func NewNullableSubscriptionList(val *SubscriptionList) *NullableSubscriptionList

func (NullableSubscriptionList) Get

func (NullableSubscriptionList) IsSet

func (v NullableSubscriptionList) IsSet() bool

func (NullableSubscriptionList) MarshalJSON

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

func (*NullableSubscriptionList) Set

func (*NullableSubscriptionList) UnmarshalJSON

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

func (*NullableSubscriptionList) Unset

func (v *NullableSubscriptionList) Unset()

type NullableSubscriptionListAllOf

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

func (NullableSubscriptionListAllOf) Get

func (NullableSubscriptionListAllOf) IsSet

func (NullableSubscriptionListAllOf) MarshalJSON

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

func (*NullableSubscriptionListAllOf) Set

func (*NullableSubscriptionListAllOf) UnmarshalJSON

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

func (*NullableSubscriptionListAllOf) Unset

func (v *NullableSubscriptionListAllOf) Unset()

type NullableSubscriptionPatchRequest

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

func (NullableSubscriptionPatchRequest) Get

func (NullableSubscriptionPatchRequest) IsSet

func (NullableSubscriptionPatchRequest) MarshalJSON

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

func (*NullableSubscriptionPatchRequest) Set

func (*NullableSubscriptionPatchRequest) UnmarshalJSON

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

func (*NullableSubscriptionPatchRequest) Unset

type NullableSummary

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

func NewNullableSummary

func NewNullableSummary(val *Summary) *NullableSummary

func (NullableSummary) Get

func (v NullableSummary) Get() *Summary

func (NullableSummary) IsSet

func (v NullableSummary) IsSet() bool

func (NullableSummary) MarshalJSON

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

func (*NullableSummary) Set

func (v *NullableSummary) Set(val *Summary)

func (*NullableSummary) UnmarshalJSON

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

func (*NullableSummary) Unset

func (v *NullableSummary) Unset()

type NullableSummaryAllOf

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

func NewNullableSummaryAllOf

func NewNullableSummaryAllOf(val *SummaryAllOf) *NullableSummaryAllOf

func (NullableSummaryAllOf) Get

func (NullableSummaryAllOf) IsSet

func (v NullableSummaryAllOf) IsSet() bool

func (NullableSummaryAllOf) MarshalJSON

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

func (*NullableSummaryAllOf) Set

func (v *NullableSummaryAllOf) Set(val *SummaryAllOf)

func (*NullableSummaryAllOf) UnmarshalJSON

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

func (*NullableSummaryAllOf) Unset

func (v *NullableSummaryAllOf) Unset()

type NullableSummaryMetrics

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

func NewNullableSummaryMetrics

func NewNullableSummaryMetrics(val *SummaryMetrics) *NullableSummaryMetrics

func (NullableSummaryMetrics) Get

func (NullableSummaryMetrics) IsSet

func (v NullableSummaryMetrics) IsSet() bool

func (NullableSummaryMetrics) MarshalJSON

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

func (*NullableSummaryMetrics) Set

func (*NullableSummaryMetrics) UnmarshalJSON

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

func (*NullableSummaryMetrics) Unset

func (v *NullableSummaryMetrics) Unset()

type NullableSummaryMetricsAllOf

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

func NewNullableSummaryMetricsAllOf

func NewNullableSummaryMetricsAllOf(val *SummaryMetricsAllOf) *NullableSummaryMetricsAllOf

func (NullableSummaryMetricsAllOf) Get

func (NullableSummaryMetricsAllOf) IsSet

func (NullableSummaryMetricsAllOf) MarshalJSON

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

func (*NullableSummaryMetricsAllOf) Set

func (*NullableSummaryMetricsAllOf) UnmarshalJSON

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

func (*NullableSummaryMetricsAllOf) Unset

func (v *NullableSummaryMetricsAllOf) Unset()

type NullableSummaryVector

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

func NewNullableSummaryVector

func NewNullableSummaryVector(val *SummaryVector) *NullableSummaryVector

func (NullableSummaryVector) Get

func (NullableSummaryVector) IsSet

func (v NullableSummaryVector) IsSet() bool

func (NullableSummaryVector) MarshalJSON

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

func (*NullableSummaryVector) Set

func (v *NullableSummaryVector) Set(val *SummaryVector)

func (*NullableSummaryVector) UnmarshalJSON

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

func (*NullableSummaryVector) Unset

func (v *NullableSummaryVector) Unset()

type NullableSummaryVectorAllOf

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

func NewNullableSummaryVectorAllOf

func NewNullableSummaryVectorAllOf(val *SummaryVectorAllOf) *NullableSummaryVectorAllOf

func (NullableSummaryVectorAllOf) Get

func (NullableSummaryVectorAllOf) IsSet

func (v NullableSummaryVectorAllOf) IsSet() bool

func (NullableSummaryVectorAllOf) MarshalJSON

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

func (*NullableSummaryVectorAllOf) Set

func (*NullableSummaryVectorAllOf) UnmarshalJSON

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

func (*NullableSummaryVectorAllOf) Unset

func (v *NullableSummaryVectorAllOf) Unset()

type NullableSupportCasesCreatedResponse

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

func (NullableSupportCasesCreatedResponse) Get

func (NullableSupportCasesCreatedResponse) IsSet

func (NullableSupportCasesCreatedResponse) MarshalJSON

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

func (*NullableSupportCasesCreatedResponse) Set

func (*NullableSupportCasesCreatedResponse) UnmarshalJSON

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

func (*NullableSupportCasesCreatedResponse) Unset

type NullableSupportCasesRequest

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

func NewNullableSupportCasesRequest

func NewNullableSupportCasesRequest(val *SupportCasesRequest) *NullableSupportCasesRequest

func (NullableSupportCasesRequest) Get

func (NullableSupportCasesRequest) IsSet

func (NullableSupportCasesRequest) MarshalJSON

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

func (*NullableSupportCasesRequest) Set

func (*NullableSupportCasesRequest) UnmarshalJSON

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

func (*NullableSupportCasesRequest) Unset

func (v *NullableSupportCasesRequest) Unset()

type NullableTemplateParameter

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

func NewNullableTemplateParameter

func NewNullableTemplateParameter(val *TemplateParameter) *NullableTemplateParameter

func (NullableTemplateParameter) Get

func (NullableTemplateParameter) IsSet

func (v NullableTemplateParameter) IsSet() bool

func (NullableTemplateParameter) MarshalJSON

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

func (*NullableTemplateParameter) Set

func (*NullableTemplateParameter) UnmarshalJSON

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

func (*NullableTemplateParameter) Unset

func (v *NullableTemplateParameter) Unset()

type NullableTermsReview

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

func NewNullableTermsReview

func NewNullableTermsReview(val *TermsReview) *NullableTermsReview

func (NullableTermsReview) Get

func (NullableTermsReview) IsSet

func (v NullableTermsReview) IsSet() bool

func (NullableTermsReview) MarshalJSON

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

func (*NullableTermsReview) Set

func (v *NullableTermsReview) Set(val *TermsReview)

func (*NullableTermsReview) UnmarshalJSON

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

func (*NullableTermsReview) Unset

func (v *NullableTermsReview) Unset()

type NullableTermsReviewResponse

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

func NewNullableTermsReviewResponse

func NewNullableTermsReviewResponse(val *TermsReviewResponse) *NullableTermsReviewResponse

func (NullableTermsReviewResponse) Get

func (NullableTermsReviewResponse) IsSet

func (NullableTermsReviewResponse) MarshalJSON

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

func (*NullableTermsReviewResponse) Set

func (*NullableTermsReviewResponse) UnmarshalJSON

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

func (*NullableTermsReviewResponse) Unset

func (v *NullableTermsReviewResponse) 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 NullableTokenAuthorizationRequest

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

func (NullableTokenAuthorizationRequest) Get

func (NullableTokenAuthorizationRequest) IsSet

func (NullableTokenAuthorizationRequest) MarshalJSON

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

func (*NullableTokenAuthorizationRequest) Set

func (*NullableTokenAuthorizationRequest) UnmarshalJSON

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

func (*NullableTokenAuthorizationRequest) Unset

type NullableTokenAuthorizationResponse

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

func (NullableTokenAuthorizationResponse) Get

func (NullableTokenAuthorizationResponse) IsSet

func (NullableTokenAuthorizationResponse) MarshalJSON

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

func (*NullableTokenAuthorizationResponse) Set

func (*NullableTokenAuthorizationResponse) UnmarshalJSON

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

func (*NullableTokenAuthorizationResponse) Unset

type ObjectReference

type ObjectReference struct {
	Href *string `json:"href,omitempty"`
	Id   *string `json:"id,omitempty"`
	Kind *string `json:"kind,omitempty"`
}

ObjectReference struct for ObjectReference

func NewObjectReference

func NewObjectReference() *ObjectReference

NewObjectReference instantiates a new ObjectReference 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 NewObjectReferenceWithDefaults

func NewObjectReferenceWithDefaults() *ObjectReference

NewObjectReferenceWithDefaults instantiates a new ObjectReference 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 (*ObjectReference) GetHref

func (o *ObjectReference) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*ObjectReference) GetHrefOk

func (o *ObjectReference) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ObjectReference) GetId

func (o *ObjectReference) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ObjectReference) GetIdOk

func (o *ObjectReference) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ObjectReference) GetKind

func (o *ObjectReference) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*ObjectReference) GetKindOk

func (o *ObjectReference) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ObjectReference) HasHref

func (o *ObjectReference) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*ObjectReference) HasId

func (o *ObjectReference) HasId() bool

HasId returns a boolean if a field has been set.

func (*ObjectReference) HasKind

func (o *ObjectReference) HasKind() bool

HasKind returns a boolean if a field has been set.

func (ObjectReference) MarshalJSON

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

func (*ObjectReference) SetHref

func (o *ObjectReference) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*ObjectReference) SetId

func (o *ObjectReference) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ObjectReference) SetKind

func (o *ObjectReference) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

type OneMetric

type OneMetric struct {
	CloudProvider                string              `json:"cloud_provider"`
	ClusterType                  string              `json:"cluster_type"`
	ComputeNodesCpu              ClusterResource     `json:"compute_nodes_cpu"`
	ComputeNodesMemory           ClusterResource     `json:"compute_nodes_memory"`
	ComputeNodesSockets          ClusterResource     `json:"compute_nodes_sockets"`
	ConsoleUrl                   string              `json:"console_url"`
	Cpu                          ClusterResource     `json:"cpu"`
	CriticalAlertsFiring         float64             `json:"critical_alerts_firing"`
	HealthState                  *string             `json:"health_state,omitempty"`
	Memory                       ClusterResource     `json:"memory"`
	Nodes                        ClusterMetricsNodes `json:"nodes"`
	OpenshiftVersion             string              `json:"openshift_version"`
	OperatingSystem              string              `json:"operating_system"`
	OperatorsConditionFailing    float64             `json:"operators_condition_failing"`
	Region                       string              `json:"region"`
	Sockets                      ClusterResource     `json:"sockets"`
	State                        string              `json:"state"`
	StateDescription             string              `json:"state_description"`
	Storage                      ClusterResource     `json:"storage"`
	SubscriptionCpuTotal         float64             `json:"subscription_cpu_total"`
	SubscriptionObligationExists float64             `json:"subscription_obligation_exists"`
	SubscriptionSocketTotal      float64             `json:"subscription_socket_total"`
	Upgrade                      ClusterUpgrade      `json:"upgrade"`
}

OneMetric struct for OneMetric

func NewOneMetric

func NewOneMetric(cloudProvider string, clusterType string, computeNodesCpu ClusterResource, computeNodesMemory ClusterResource, computeNodesSockets ClusterResource, consoleUrl string, cpu ClusterResource, criticalAlertsFiring float64, memory ClusterResource, nodes ClusterMetricsNodes, openshiftVersion string, operatingSystem string, operatorsConditionFailing float64, region string, sockets ClusterResource, state string, stateDescription string, storage ClusterResource, subscriptionCpuTotal float64, subscriptionObligationExists float64, subscriptionSocketTotal float64, upgrade ClusterUpgrade) *OneMetric

NewOneMetric instantiates a new OneMetric 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 NewOneMetricWithDefaults

func NewOneMetricWithDefaults() *OneMetric

NewOneMetricWithDefaults instantiates a new OneMetric 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 (*OneMetric) GetCloudProvider

func (o *OneMetric) GetCloudProvider() string

GetCloudProvider returns the CloudProvider field value

func (*OneMetric) GetCloudProviderOk

func (o *OneMetric) GetCloudProviderOk() (*string, bool)

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

func (*OneMetric) GetClusterType

func (o *OneMetric) GetClusterType() string

GetClusterType returns the ClusterType field value

func (*OneMetric) GetClusterTypeOk

func (o *OneMetric) GetClusterTypeOk() (*string, bool)

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

func (*OneMetric) GetComputeNodesCpu

func (o *OneMetric) GetComputeNodesCpu() ClusterResource

GetComputeNodesCpu returns the ComputeNodesCpu field value

func (*OneMetric) GetComputeNodesCpuOk

func (o *OneMetric) GetComputeNodesCpuOk() (*ClusterResource, bool)

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

func (*OneMetric) GetComputeNodesMemory

func (o *OneMetric) GetComputeNodesMemory() ClusterResource

GetComputeNodesMemory returns the ComputeNodesMemory field value

func (*OneMetric) GetComputeNodesMemoryOk

func (o *OneMetric) GetComputeNodesMemoryOk() (*ClusterResource, bool)

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

func (*OneMetric) GetComputeNodesSockets

func (o *OneMetric) GetComputeNodesSockets() ClusterResource

GetComputeNodesSockets returns the ComputeNodesSockets field value

func (*OneMetric) GetComputeNodesSocketsOk

func (o *OneMetric) GetComputeNodesSocketsOk() (*ClusterResource, bool)

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

func (*OneMetric) GetConsoleUrl

func (o *OneMetric) GetConsoleUrl() string

GetConsoleUrl returns the ConsoleUrl field value

func (*OneMetric) GetConsoleUrlOk

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

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

func (*OneMetric) GetCpu

func (o *OneMetric) GetCpu() ClusterResource

GetCpu returns the Cpu field value

func (*OneMetric) GetCpuOk

func (o *OneMetric) GetCpuOk() (*ClusterResource, bool)

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

func (*OneMetric) GetCriticalAlertsFiring

func (o *OneMetric) GetCriticalAlertsFiring() float64

GetCriticalAlertsFiring returns the CriticalAlertsFiring field value

func (*OneMetric) GetCriticalAlertsFiringOk

func (o *OneMetric) GetCriticalAlertsFiringOk() (*float64, bool)

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

func (*OneMetric) GetHealthState

func (o *OneMetric) GetHealthState() string

GetHealthState returns the HealthState field value if set, zero value otherwise.

func (*OneMetric) GetHealthStateOk

func (o *OneMetric) GetHealthStateOk() (*string, bool)

GetHealthStateOk returns a tuple with the HealthState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OneMetric) GetMemory

func (o *OneMetric) GetMemory() ClusterResource

GetMemory returns the Memory field value

func (*OneMetric) GetMemoryOk

func (o *OneMetric) GetMemoryOk() (*ClusterResource, bool)

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

func (*OneMetric) GetNodes

func (o *OneMetric) GetNodes() ClusterMetricsNodes

GetNodes returns the Nodes field value

func (*OneMetric) GetNodesOk

func (o *OneMetric) GetNodesOk() (*ClusterMetricsNodes, bool)

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

func (*OneMetric) GetOpenshiftVersion

func (o *OneMetric) GetOpenshiftVersion() string

GetOpenshiftVersion returns the OpenshiftVersion field value

func (*OneMetric) GetOpenshiftVersionOk

func (o *OneMetric) GetOpenshiftVersionOk() (*string, bool)

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

func (*OneMetric) GetOperatingSystem

func (o *OneMetric) GetOperatingSystem() string

GetOperatingSystem returns the OperatingSystem field value

func (*OneMetric) GetOperatingSystemOk

func (o *OneMetric) GetOperatingSystemOk() (*string, bool)

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

func (*OneMetric) GetOperatorsConditionFailing

func (o *OneMetric) GetOperatorsConditionFailing() float64

GetOperatorsConditionFailing returns the OperatorsConditionFailing field value

func (*OneMetric) GetOperatorsConditionFailingOk

func (o *OneMetric) GetOperatorsConditionFailingOk() (*float64, bool)

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

func (*OneMetric) GetRegion

func (o *OneMetric) GetRegion() string

GetRegion returns the Region field value

func (*OneMetric) GetRegionOk

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

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

func (*OneMetric) GetSockets

func (o *OneMetric) GetSockets() ClusterResource

GetSockets returns the Sockets field value

func (*OneMetric) GetSocketsOk

func (o *OneMetric) GetSocketsOk() (*ClusterResource, bool)

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

func (*OneMetric) GetState

func (o *OneMetric) GetState() string

GetState returns the State field value

func (*OneMetric) GetStateDescription

func (o *OneMetric) GetStateDescription() string

GetStateDescription returns the StateDescription field value

func (*OneMetric) GetStateDescriptionOk

func (o *OneMetric) GetStateDescriptionOk() (*string, bool)

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

func (*OneMetric) GetStateOk

func (o *OneMetric) GetStateOk() (*string, bool)

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

func (*OneMetric) GetStorage

func (o *OneMetric) GetStorage() ClusterResource

GetStorage returns the Storage field value

func (*OneMetric) GetStorageOk

func (o *OneMetric) GetStorageOk() (*ClusterResource, bool)

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

func (*OneMetric) GetSubscriptionCpuTotal

func (o *OneMetric) GetSubscriptionCpuTotal() float64

GetSubscriptionCpuTotal returns the SubscriptionCpuTotal field value

func (*OneMetric) GetSubscriptionCpuTotalOk

func (o *OneMetric) GetSubscriptionCpuTotalOk() (*float64, bool)

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

func (*OneMetric) GetSubscriptionObligationExists

func (o *OneMetric) GetSubscriptionObligationExists() float64

GetSubscriptionObligationExists returns the SubscriptionObligationExists field value

func (*OneMetric) GetSubscriptionObligationExistsOk

func (o *OneMetric) GetSubscriptionObligationExistsOk() (*float64, bool)

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

func (*OneMetric) GetSubscriptionSocketTotal

func (o *OneMetric) GetSubscriptionSocketTotal() float64

GetSubscriptionSocketTotal returns the SubscriptionSocketTotal field value

func (*OneMetric) GetSubscriptionSocketTotalOk

func (o *OneMetric) GetSubscriptionSocketTotalOk() (*float64, bool)

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

func (*OneMetric) GetUpgrade

func (o *OneMetric) GetUpgrade() ClusterUpgrade

GetUpgrade returns the Upgrade field value

func (*OneMetric) GetUpgradeOk

func (o *OneMetric) GetUpgradeOk() (*ClusterUpgrade, bool)

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

func (*OneMetric) HasHealthState

func (o *OneMetric) HasHealthState() bool

HasHealthState returns a boolean if a field has been set.

func (OneMetric) MarshalJSON

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

func (*OneMetric) SetCloudProvider

func (o *OneMetric) SetCloudProvider(v string)

SetCloudProvider sets field value

func (*OneMetric) SetClusterType

func (o *OneMetric) SetClusterType(v string)

SetClusterType sets field value

func (*OneMetric) SetComputeNodesCpu

func (o *OneMetric) SetComputeNodesCpu(v ClusterResource)

SetComputeNodesCpu sets field value

func (*OneMetric) SetComputeNodesMemory

func (o *OneMetric) SetComputeNodesMemory(v ClusterResource)

SetComputeNodesMemory sets field value

func (*OneMetric) SetComputeNodesSockets

func (o *OneMetric) SetComputeNodesSockets(v ClusterResource)

SetComputeNodesSockets sets field value

func (*OneMetric) SetConsoleUrl

func (o *OneMetric) SetConsoleUrl(v string)

SetConsoleUrl sets field value

func (*OneMetric) SetCpu

func (o *OneMetric) SetCpu(v ClusterResource)

SetCpu sets field value

func (*OneMetric) SetCriticalAlertsFiring

func (o *OneMetric) SetCriticalAlertsFiring(v float64)

SetCriticalAlertsFiring sets field value

func (*OneMetric) SetHealthState

func (o *OneMetric) SetHealthState(v string)

SetHealthState gets a reference to the given string and assigns it to the HealthState field.

func (*OneMetric) SetMemory

func (o *OneMetric) SetMemory(v ClusterResource)

SetMemory sets field value

func (*OneMetric) SetNodes

func (o *OneMetric) SetNodes(v ClusterMetricsNodes)

SetNodes sets field value

func (*OneMetric) SetOpenshiftVersion

func (o *OneMetric) SetOpenshiftVersion(v string)

SetOpenshiftVersion sets field value

func (*OneMetric) SetOperatingSystem

func (o *OneMetric) SetOperatingSystem(v string)

SetOperatingSystem sets field value

func (*OneMetric) SetOperatorsConditionFailing

func (o *OneMetric) SetOperatorsConditionFailing(v float64)

SetOperatorsConditionFailing sets field value

func (*OneMetric) SetRegion

func (o *OneMetric) SetRegion(v string)

SetRegion sets field value

func (*OneMetric) SetSockets

func (o *OneMetric) SetSockets(v ClusterResource)

SetSockets sets field value

func (*OneMetric) SetState

func (o *OneMetric) SetState(v string)

SetState sets field value

func (*OneMetric) SetStateDescription

func (o *OneMetric) SetStateDescription(v string)

SetStateDescription sets field value

func (*OneMetric) SetStorage

func (o *OneMetric) SetStorage(v ClusterResource)

SetStorage sets field value

func (*OneMetric) SetSubscriptionCpuTotal

func (o *OneMetric) SetSubscriptionCpuTotal(v float64)

SetSubscriptionCpuTotal sets field value

func (*OneMetric) SetSubscriptionObligationExists

func (o *OneMetric) SetSubscriptionObligationExists(v float64)

SetSubscriptionObligationExists sets field value

func (*OneMetric) SetSubscriptionSocketTotal

func (o *OneMetric) SetSubscriptionSocketTotal(v float64)

SetSubscriptionSocketTotal sets field value

func (*OneMetric) SetUpgrade

func (o *OneMetric) SetUpgrade(v ClusterUpgrade)

SetUpgrade sets field value

type Organization

type Organization struct {
	Href         *string       `json:"href,omitempty"`
	Id           *string       `json:"id,omitempty"`
	Kind         *string       `json:"kind,omitempty"`
	Capabilities *[]Capability `json:"capabilities,omitempty"`
	CreatedAt    *time.Time    `json:"created_at,omitempty"`
	EbsAccountId *string       `json:"ebs_account_id,omitempty"`
	ExternalId   *string       `json:"external_id,omitempty"`
	Labels       *[]Label      `json:"labels,omitempty"`
	Name         *string       `json:"name,omitempty"`
	UpdatedAt    *time.Time    `json:"updated_at,omitempty"`
}

Organization struct for Organization

func NewOrganization

func NewOrganization() *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) GetCapabilities

func (o *Organization) GetCapabilities() []Capability

GetCapabilities returns the Capabilities field value if set, zero value otherwise.

func (*Organization) GetCapabilitiesOk

func (o *Organization) GetCapabilitiesOk() (*[]Capability, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetCreatedAt

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

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*Organization) GetCreatedAtOk

func (o *Organization) 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 (*Organization) GetEbsAccountId

func (o *Organization) GetEbsAccountId() string

GetEbsAccountId returns the EbsAccountId field value if set, zero value otherwise.

func (*Organization) GetEbsAccountIdOk

func (o *Organization) GetEbsAccountIdOk() (*string, bool)

GetEbsAccountIdOk returns a tuple with the EbsAccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetExternalId

func (o *Organization) GetExternalId() string

GetExternalId returns the ExternalId field value if set, zero value otherwise.

func (*Organization) GetExternalIdOk

func (o *Organization) GetExternalIdOk() (*string, bool)

GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetHref

func (o *Organization) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*Organization) GetHrefOk

func (o *Organization) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetId

func (o *Organization) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Organization) GetIdOk

func (o *Organization) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetKind

func (o *Organization) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*Organization) GetKindOk

func (o *Organization) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetLabels

func (o *Organization) GetLabels() []Label

GetLabels returns the Labels field value if set, zero value otherwise.

func (*Organization) GetLabelsOk

func (o *Organization) GetLabelsOk() (*[]Label, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetName

func (o *Organization) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Organization) GetNameOk

func (o *Organization) 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 (*Organization) GetUpdatedAt

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

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*Organization) GetUpdatedAtOk

func (o *Organization) 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 (*Organization) HasCapabilities

func (o *Organization) HasCapabilities() bool

HasCapabilities returns a boolean if a field has been set.

func (*Organization) HasCreatedAt

func (o *Organization) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*Organization) HasEbsAccountId

func (o *Organization) HasEbsAccountId() bool

HasEbsAccountId returns a boolean if a field has been set.

func (*Organization) HasExternalId

func (o *Organization) HasExternalId() bool

HasExternalId returns a boolean if a field has been set.

func (*Organization) HasHref

func (o *Organization) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*Organization) HasId

func (o *Organization) HasId() bool

HasId returns a boolean if a field has been set.

func (*Organization) HasKind

func (o *Organization) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*Organization) HasLabels

func (o *Organization) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*Organization) HasName

func (o *Organization) HasName() bool

HasName returns a boolean if a field has been set.

func (*Organization) HasUpdatedAt

func (o *Organization) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (Organization) MarshalJSON

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

func (*Organization) SetCapabilities

func (o *Organization) SetCapabilities(v []Capability)

SetCapabilities gets a reference to the given []Capability and assigns it to the Capabilities field.

func (*Organization) SetCreatedAt

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

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*Organization) SetEbsAccountId

func (o *Organization) SetEbsAccountId(v string)

SetEbsAccountId gets a reference to the given string and assigns it to the EbsAccountId field.

func (*Organization) SetExternalId

func (o *Organization) SetExternalId(v string)

SetExternalId gets a reference to the given string and assigns it to the ExternalId field.

func (*Organization) SetHref

func (o *Organization) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*Organization) SetId

func (o *Organization) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Organization) SetKind

func (o *Organization) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*Organization) SetLabels

func (o *Organization) SetLabels(v []Label)

SetLabels gets a reference to the given []Label and assigns it to the Labels field.

func (*Organization) SetName

func (o *Organization) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Organization) SetUpdatedAt

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

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

type OrganizationAllOf

type OrganizationAllOf struct {
	Capabilities *[]Capability `json:"capabilities,omitempty"`
	CreatedAt    *time.Time    `json:"created_at,omitempty"`
	EbsAccountId *string       `json:"ebs_account_id,omitempty"`
	ExternalId   *string       `json:"external_id,omitempty"`
	Labels       *[]Label      `json:"labels,omitempty"`
	Name         *string       `json:"name,omitempty"`
	UpdatedAt    *time.Time    `json:"updated_at,omitempty"`
}

OrganizationAllOf struct for OrganizationAllOf

func NewOrganizationAllOf

func NewOrganizationAllOf() *OrganizationAllOf

NewOrganizationAllOf instantiates a new OrganizationAllOf 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 NewOrganizationAllOfWithDefaults

func NewOrganizationAllOfWithDefaults() *OrganizationAllOf

NewOrganizationAllOfWithDefaults instantiates a new OrganizationAllOf 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 (*OrganizationAllOf) GetCapabilities

func (o *OrganizationAllOf) GetCapabilities() []Capability

GetCapabilities returns the Capabilities field value if set, zero value otherwise.

func (*OrganizationAllOf) GetCapabilitiesOk

func (o *OrganizationAllOf) GetCapabilitiesOk() (*[]Capability, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrganizationAllOf) GetCreatedAt

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

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*OrganizationAllOf) GetCreatedAtOk

func (o *OrganizationAllOf) 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 (*OrganizationAllOf) GetEbsAccountId

func (o *OrganizationAllOf) GetEbsAccountId() string

GetEbsAccountId returns the EbsAccountId field value if set, zero value otherwise.

func (*OrganizationAllOf) GetEbsAccountIdOk

func (o *OrganizationAllOf) GetEbsAccountIdOk() (*string, bool)

GetEbsAccountIdOk returns a tuple with the EbsAccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrganizationAllOf) GetExternalId

func (o *OrganizationAllOf) GetExternalId() string

GetExternalId returns the ExternalId field value if set, zero value otherwise.

func (*OrganizationAllOf) GetExternalIdOk

func (o *OrganizationAllOf) GetExternalIdOk() (*string, bool)

GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrganizationAllOf) GetLabels

func (o *OrganizationAllOf) GetLabels() []Label

GetLabels returns the Labels field value if set, zero value otherwise.

func (*OrganizationAllOf) GetLabelsOk

func (o *OrganizationAllOf) GetLabelsOk() (*[]Label, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrganizationAllOf) GetName

func (o *OrganizationAllOf) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*OrganizationAllOf) GetNameOk

func (o *OrganizationAllOf) 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 (*OrganizationAllOf) GetUpdatedAt

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

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*OrganizationAllOf) GetUpdatedAtOk

func (o *OrganizationAllOf) 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 (*OrganizationAllOf) HasCapabilities

func (o *OrganizationAllOf) HasCapabilities() bool

HasCapabilities returns a boolean if a field has been set.

func (*OrganizationAllOf) HasCreatedAt

func (o *OrganizationAllOf) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*OrganizationAllOf) HasEbsAccountId

func (o *OrganizationAllOf) HasEbsAccountId() bool

HasEbsAccountId returns a boolean if a field has been set.

func (*OrganizationAllOf) HasExternalId

func (o *OrganizationAllOf) HasExternalId() bool

HasExternalId returns a boolean if a field has been set.

func (*OrganizationAllOf) HasLabels

func (o *OrganizationAllOf) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*OrganizationAllOf) HasName

func (o *OrganizationAllOf) HasName() bool

HasName returns a boolean if a field has been set.

func (*OrganizationAllOf) HasUpdatedAt

func (o *OrganizationAllOf) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (OrganizationAllOf) MarshalJSON

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

func (*OrganizationAllOf) SetCapabilities

func (o *OrganizationAllOf) SetCapabilities(v []Capability)

SetCapabilities gets a reference to the given []Capability and assigns it to the Capabilities field.

func (*OrganizationAllOf) SetCreatedAt

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

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*OrganizationAllOf) SetEbsAccountId

func (o *OrganizationAllOf) SetEbsAccountId(v string)

SetEbsAccountId gets a reference to the given string and assigns it to the EbsAccountId field.

func (*OrganizationAllOf) SetExternalId

func (o *OrganizationAllOf) SetExternalId(v string)

SetExternalId gets a reference to the given string and assigns it to the ExternalId field.

func (*OrganizationAllOf) SetLabels

func (o *OrganizationAllOf) SetLabels(v []Label)

SetLabels gets a reference to the given []Label and assigns it to the Labels field.

func (*OrganizationAllOf) SetName

func (o *OrganizationAllOf) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*OrganizationAllOf) SetUpdatedAt

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

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

type OrganizationList

type OrganizationList struct {
	Kind  string         `json:"kind"`
	Page  int32          `json:"page"`
	Size  int32          `json:"size"`
	Total int32          `json:"total"`
	Items []Organization `json:"items"`
}

OrganizationList struct for OrganizationList

func NewOrganizationList

func NewOrganizationList(kind string, page int32, size int32, total int32, items []Organization) *OrganizationList

NewOrganizationList instantiates a new OrganizationList 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 NewOrganizationListWithDefaults

func NewOrganizationListWithDefaults() *OrganizationList

NewOrganizationListWithDefaults instantiates a new OrganizationList 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 (*OrganizationList) GetItems

func (o *OrganizationList) GetItems() []Organization

GetItems returns the Items field value

func (*OrganizationList) GetItemsOk

func (o *OrganizationList) GetItemsOk() (*[]Organization, bool)

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

func (*OrganizationList) GetKind

func (o *OrganizationList) GetKind() string

GetKind returns the Kind field value

func (*OrganizationList) GetKindOk

func (o *OrganizationList) GetKindOk() (*string, bool)

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

func (*OrganizationList) GetPage

func (o *OrganizationList) GetPage() int32

GetPage returns the Page field value

func (*OrganizationList) GetPageOk

func (o *OrganizationList) GetPageOk() (*int32, bool)

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

func (*OrganizationList) GetSize

func (o *OrganizationList) GetSize() int32

GetSize returns the Size field value

func (*OrganizationList) GetSizeOk

func (o *OrganizationList) GetSizeOk() (*int32, bool)

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

func (*OrganizationList) GetTotal

func (o *OrganizationList) GetTotal() int32

GetTotal returns the Total field value

func (*OrganizationList) GetTotalOk

func (o *OrganizationList) GetTotalOk() (*int32, bool)

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

func (OrganizationList) MarshalJSON

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

func (*OrganizationList) SetItems

func (o *OrganizationList) SetItems(v []Organization)

SetItems sets field value

func (*OrganizationList) SetKind

func (o *OrganizationList) SetKind(v string)

SetKind sets field value

func (*OrganizationList) SetPage

func (o *OrganizationList) SetPage(v int32)

SetPage sets field value

func (*OrganizationList) SetSize

func (o *OrganizationList) SetSize(v int32)

SetSize sets field value

func (*OrganizationList) SetTotal

func (o *OrganizationList) SetTotal(v int32)

SetTotal sets field value

type OrganizationListAllOf

type OrganizationListAllOf struct {
	Items *[]Organization `json:"items,omitempty"`
}

OrganizationListAllOf struct for OrganizationListAllOf

func NewOrganizationListAllOf

func NewOrganizationListAllOf() *OrganizationListAllOf

NewOrganizationListAllOf instantiates a new OrganizationListAllOf 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 NewOrganizationListAllOfWithDefaults

func NewOrganizationListAllOfWithDefaults() *OrganizationListAllOf

NewOrganizationListAllOfWithDefaults instantiates a new OrganizationListAllOf 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 (*OrganizationListAllOf) GetItems

func (o *OrganizationListAllOf) GetItems() []Organization

GetItems returns the Items field value if set, zero value otherwise.

func (*OrganizationListAllOf) GetItemsOk

func (o *OrganizationListAllOf) GetItemsOk() (*[]Organization, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrganizationListAllOf) HasItems

func (o *OrganizationListAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (OrganizationListAllOf) MarshalJSON

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

func (*OrganizationListAllOf) SetItems

func (o *OrganizationListAllOf) SetItems(v []Organization)

SetItems gets a reference to the given []Organization and assigns it to the Items field.

type OrganizationPatchRequest

type OrganizationPatchRequest struct {
	EbsAccountId *string `json:"ebs_account_id,omitempty"`
	ExternalId   *string `json:"external_id,omitempty"`
	Name         *string `json:"name,omitempty"`
}

OrganizationPatchRequest struct for OrganizationPatchRequest

func NewOrganizationPatchRequest

func NewOrganizationPatchRequest() *OrganizationPatchRequest

NewOrganizationPatchRequest instantiates a new OrganizationPatchRequest 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 NewOrganizationPatchRequestWithDefaults

func NewOrganizationPatchRequestWithDefaults() *OrganizationPatchRequest

NewOrganizationPatchRequestWithDefaults instantiates a new OrganizationPatchRequest 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 (*OrganizationPatchRequest) GetEbsAccountId

func (o *OrganizationPatchRequest) GetEbsAccountId() string

GetEbsAccountId returns the EbsAccountId field value if set, zero value otherwise.

func (*OrganizationPatchRequest) GetEbsAccountIdOk

func (o *OrganizationPatchRequest) GetEbsAccountIdOk() (*string, bool)

GetEbsAccountIdOk returns a tuple with the EbsAccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrganizationPatchRequest) GetExternalId

func (o *OrganizationPatchRequest) GetExternalId() string

GetExternalId returns the ExternalId field value if set, zero value otherwise.

func (*OrganizationPatchRequest) GetExternalIdOk

func (o *OrganizationPatchRequest) GetExternalIdOk() (*string, bool)

GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrganizationPatchRequest) GetName

func (o *OrganizationPatchRequest) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*OrganizationPatchRequest) GetNameOk

func (o *OrganizationPatchRequest) 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 (*OrganizationPatchRequest) HasEbsAccountId

func (o *OrganizationPatchRequest) HasEbsAccountId() bool

HasEbsAccountId returns a boolean if a field has been set.

func (*OrganizationPatchRequest) HasExternalId

func (o *OrganizationPatchRequest) HasExternalId() bool

HasExternalId returns a boolean if a field has been set.

func (*OrganizationPatchRequest) HasName

func (o *OrganizationPatchRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (OrganizationPatchRequest) MarshalJSON

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

func (*OrganizationPatchRequest) SetEbsAccountId

func (o *OrganizationPatchRequest) SetEbsAccountId(v string)

SetEbsAccountId gets a reference to the given string and assigns it to the EbsAccountId field.

func (*OrganizationPatchRequest) SetExternalId

func (o *OrganizationPatchRequest) SetExternalId(v string)

SetExternalId gets a reference to the given string and assigns it to the ExternalId field.

func (*OrganizationPatchRequest) SetName

func (o *OrganizationPatchRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

type Permission

type Permission struct {
	Action   *string `json:"action,omitempty"`
	Resource *string `json:"resource,omitempty"`
}

Permission struct for Permission

func NewPermission

func NewPermission() *Permission

NewPermission instantiates a new Permission 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 NewPermissionWithDefaults

func NewPermissionWithDefaults() *Permission

NewPermissionWithDefaults instantiates a new Permission 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 (*Permission) GetAction

func (o *Permission) GetAction() string

GetAction returns the Action field value if set, zero value otherwise.

func (*Permission) GetActionOk

func (o *Permission) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Permission) GetResource

func (o *Permission) GetResource() string

GetResource returns the Resource field value if set, zero value otherwise.

func (*Permission) GetResourceOk

func (o *Permission) GetResourceOk() (*string, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Permission) HasAction

func (o *Permission) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*Permission) HasResource

func (o *Permission) HasResource() bool

HasResource returns a boolean if a field has been set.

func (Permission) MarshalJSON

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

func (*Permission) SetAction

func (o *Permission) SetAction(v string)

SetAction gets a reference to the given string and assigns it to the Action field.

func (*Permission) SetResource

func (o *Permission) SetResource(v string)

SetResource gets a reference to the given string and assigns it to the Resource field.

type PermissionAllOf

type PermissionAllOf struct {
	Action   *string `json:"action,omitempty"`
	Resource *string `json:"resource,omitempty"`
}

PermissionAllOf struct for PermissionAllOf

func NewPermissionAllOf

func NewPermissionAllOf() *PermissionAllOf

NewPermissionAllOf instantiates a new PermissionAllOf 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 NewPermissionAllOfWithDefaults

func NewPermissionAllOfWithDefaults() *PermissionAllOf

NewPermissionAllOfWithDefaults instantiates a new PermissionAllOf 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 (*PermissionAllOf) GetAction

func (o *PermissionAllOf) GetAction() string

GetAction returns the Action field value if set, zero value otherwise.

func (*PermissionAllOf) GetActionOk

func (o *PermissionAllOf) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PermissionAllOf) GetResource

func (o *PermissionAllOf) GetResource() string

GetResource returns the Resource field value if set, zero value otherwise.

func (*PermissionAllOf) GetResourceOk

func (o *PermissionAllOf) GetResourceOk() (*string, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PermissionAllOf) HasAction

func (o *PermissionAllOf) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*PermissionAllOf) HasResource

func (o *PermissionAllOf) HasResource() bool

HasResource returns a boolean if a field has been set.

func (PermissionAllOf) MarshalJSON

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

func (*PermissionAllOf) SetAction

func (o *PermissionAllOf) SetAction(v string)

SetAction gets a reference to the given string and assigns it to the Action field.

func (*PermissionAllOf) SetResource

func (o *PermissionAllOf) SetResource(v string)

SetResource gets a reference to the given string and assigns it to the Resource field.

type PermissionList

type PermissionList struct {
	Kind  string       `json:"kind"`
	Page  int32        `json:"page"`
	Size  int32        `json:"size"`
	Total int32        `json:"total"`
	Items []Permission `json:"items"`
}

PermissionList struct for PermissionList

func NewPermissionList

func NewPermissionList(kind string, page int32, size int32, total int32, items []Permission) *PermissionList

NewPermissionList instantiates a new PermissionList 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 NewPermissionListWithDefaults

func NewPermissionListWithDefaults() *PermissionList

NewPermissionListWithDefaults instantiates a new PermissionList 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 (*PermissionList) GetItems

func (o *PermissionList) GetItems() []Permission

GetItems returns the Items field value

func (*PermissionList) GetItemsOk

func (o *PermissionList) GetItemsOk() (*[]Permission, bool)

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

func (*PermissionList) GetKind

func (o *PermissionList) GetKind() string

GetKind returns the Kind field value

func (*PermissionList) GetKindOk

func (o *PermissionList) GetKindOk() (*string, bool)

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

func (*PermissionList) GetPage

func (o *PermissionList) GetPage() int32

GetPage returns the Page field value

func (*PermissionList) GetPageOk

func (o *PermissionList) GetPageOk() (*int32, bool)

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

func (*PermissionList) GetSize

func (o *PermissionList) GetSize() int32

GetSize returns the Size field value

func (*PermissionList) GetSizeOk

func (o *PermissionList) GetSizeOk() (*int32, bool)

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

func (*PermissionList) GetTotal

func (o *PermissionList) GetTotal() int32

GetTotal returns the Total field value

func (*PermissionList) GetTotalOk

func (o *PermissionList) GetTotalOk() (*int32, bool)

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

func (PermissionList) MarshalJSON

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

func (*PermissionList) SetItems

func (o *PermissionList) SetItems(v []Permission)

SetItems sets field value

func (*PermissionList) SetKind

func (o *PermissionList) SetKind(v string)

SetKind sets field value

func (*PermissionList) SetPage

func (o *PermissionList) SetPage(v int32)

SetPage sets field value

func (*PermissionList) SetSize

func (o *PermissionList) SetSize(v int32)

SetSize sets field value

func (*PermissionList) SetTotal

func (o *PermissionList) SetTotal(v int32)

SetTotal sets field value

type PermissionListAllOf

type PermissionListAllOf struct {
	Items *[]Permission `json:"items,omitempty"`
}

PermissionListAllOf struct for PermissionListAllOf

func NewPermissionListAllOf

func NewPermissionListAllOf() *PermissionListAllOf

NewPermissionListAllOf instantiates a new PermissionListAllOf 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 NewPermissionListAllOfWithDefaults

func NewPermissionListAllOfWithDefaults() *PermissionListAllOf

NewPermissionListAllOfWithDefaults instantiates a new PermissionListAllOf 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 (*PermissionListAllOf) GetItems

func (o *PermissionListAllOf) GetItems() []Permission

GetItems returns the Items field value if set, zero value otherwise.

func (*PermissionListAllOf) GetItemsOk

func (o *PermissionListAllOf) GetItemsOk() (*[]Permission, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PermissionListAllOf) HasItems

func (o *PermissionListAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (PermissionListAllOf) MarshalJSON

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

func (*PermissionListAllOf) SetItems

func (o *PermissionListAllOf) SetItems(v []Permission)

SetItems gets a reference to the given []Permission and assigns it to the Items field.

type Plan

type Plan struct {
	Href     *string `json:"href,omitempty"`
	Id       *string `json:"id,omitempty"`
	Kind     *string `json:"kind,omitempty"`
	Category *string `json:"category,omitempty"`
	Name     *string `json:"name,omitempty"`
	Type     *string `json:"type,omitempty"`
}

Plan struct for Plan

func NewPlan

func NewPlan() *Plan

NewPlan instantiates a new Plan 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 NewPlanWithDefaults

func NewPlanWithDefaults() *Plan

NewPlanWithDefaults instantiates a new Plan 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 (*Plan) GetCategory

func (o *Plan) GetCategory() string

GetCategory returns the Category field value if set, zero value otherwise.

func (*Plan) GetCategoryOk

func (o *Plan) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Plan) GetHref

func (o *Plan) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*Plan) GetHrefOk

func (o *Plan) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Plan) GetId

func (o *Plan) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Plan) GetIdOk

func (o *Plan) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Plan) GetKind

func (o *Plan) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*Plan) GetKindOk

func (o *Plan) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Plan) GetName

func (o *Plan) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Plan) GetNameOk

func (o *Plan) 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 (*Plan) GetType

func (o *Plan) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Plan) GetTypeOk

func (o *Plan) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Plan) HasCategory

func (o *Plan) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*Plan) HasHref

func (o *Plan) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*Plan) HasId

func (o *Plan) HasId() bool

HasId returns a boolean if a field has been set.

func (*Plan) HasKind

func (o *Plan) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*Plan) HasName

func (o *Plan) HasName() bool

HasName returns a boolean if a field has been set.

func (*Plan) HasType

func (o *Plan) HasType() bool

HasType returns a boolean if a field has been set.

func (Plan) MarshalJSON

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

func (*Plan) SetCategory

func (o *Plan) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*Plan) SetHref

func (o *Plan) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*Plan) SetId

func (o *Plan) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Plan) SetKind

func (o *Plan) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*Plan) SetName

func (o *Plan) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Plan) SetType

func (o *Plan) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type PlanAllOf

type PlanAllOf struct {
	Category *string `json:"category,omitempty"`
	Name     *string `json:"name,omitempty"`
	Type     *string `json:"type,omitempty"`
}

PlanAllOf struct for PlanAllOf

func NewPlanAllOf

func NewPlanAllOf() *PlanAllOf

NewPlanAllOf instantiates a new PlanAllOf 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 NewPlanAllOfWithDefaults

func NewPlanAllOfWithDefaults() *PlanAllOf

NewPlanAllOfWithDefaults instantiates a new PlanAllOf 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 (*PlanAllOf) GetCategory

func (o *PlanAllOf) GetCategory() string

GetCategory returns the Category field value if set, zero value otherwise.

func (*PlanAllOf) GetCategoryOk

func (o *PlanAllOf) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanAllOf) GetName

func (o *PlanAllOf) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*PlanAllOf) GetNameOk

func (o *PlanAllOf) 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 (*PlanAllOf) GetType

func (o *PlanAllOf) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*PlanAllOf) GetTypeOk

func (o *PlanAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanAllOf) HasCategory

func (o *PlanAllOf) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*PlanAllOf) HasName

func (o *PlanAllOf) HasName() bool

HasName returns a boolean if a field has been set.

func (*PlanAllOf) HasType

func (o *PlanAllOf) HasType() bool

HasType returns a boolean if a field has been set.

func (PlanAllOf) MarshalJSON

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

func (*PlanAllOf) SetCategory

func (o *PlanAllOf) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*PlanAllOf) SetName

func (o *PlanAllOf) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*PlanAllOf) SetType

func (o *PlanAllOf) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type PlanList

type PlanList struct {
	Kind  string `json:"kind"`
	Page  int32  `json:"page"`
	Size  int32  `json:"size"`
	Total int32  `json:"total"`
	Items []Plan `json:"items"`
}

PlanList struct for PlanList

func NewPlanList

func NewPlanList(kind string, page int32, size int32, total int32, items []Plan) *PlanList

NewPlanList instantiates a new PlanList 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 NewPlanListWithDefaults

func NewPlanListWithDefaults() *PlanList

NewPlanListWithDefaults instantiates a new PlanList 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 (*PlanList) GetItems

func (o *PlanList) GetItems() []Plan

GetItems returns the Items field value

func (*PlanList) GetItemsOk

func (o *PlanList) GetItemsOk() (*[]Plan, bool)

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

func (*PlanList) GetKind

func (o *PlanList) GetKind() string

GetKind returns the Kind field value

func (*PlanList) GetKindOk

func (o *PlanList) GetKindOk() (*string, bool)

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

func (*PlanList) GetPage

func (o *PlanList) GetPage() int32

GetPage returns the Page field value

func (*PlanList) GetPageOk

func (o *PlanList) GetPageOk() (*int32, bool)

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

func (*PlanList) GetSize

func (o *PlanList) GetSize() int32

GetSize returns the Size field value

func (*PlanList) GetSizeOk

func (o *PlanList) GetSizeOk() (*int32, bool)

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

func (*PlanList) GetTotal

func (o *PlanList) GetTotal() int32

GetTotal returns the Total field value

func (*PlanList) GetTotalOk

func (o *PlanList) GetTotalOk() (*int32, bool)

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

func (PlanList) MarshalJSON

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

func (*PlanList) SetItems

func (o *PlanList) SetItems(v []Plan)

SetItems sets field value

func (*PlanList) SetKind

func (o *PlanList) SetKind(v string)

SetKind sets field value

func (*PlanList) SetPage

func (o *PlanList) SetPage(v int32)

SetPage sets field value

func (*PlanList) SetSize

func (o *PlanList) SetSize(v int32)

SetSize sets field value

func (*PlanList) SetTotal

func (o *PlanList) SetTotal(v int32)

SetTotal sets field value

type PlanListAllOf

type PlanListAllOf struct {
	Items *[]Plan `json:"items,omitempty"`
}

PlanListAllOf struct for PlanListAllOf

func NewPlanListAllOf

func NewPlanListAllOf() *PlanListAllOf

NewPlanListAllOf instantiates a new PlanListAllOf 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 NewPlanListAllOfWithDefaults

func NewPlanListAllOfWithDefaults() *PlanListAllOf

NewPlanListAllOfWithDefaults instantiates a new PlanListAllOf 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 (*PlanListAllOf) GetItems

func (o *PlanListAllOf) GetItems() []Plan

GetItems returns the Items field value if set, zero value otherwise.

func (*PlanListAllOf) GetItemsOk

func (o *PlanListAllOf) GetItemsOk() (*[]Plan, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanListAllOf) HasItems

func (o *PlanListAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (PlanListAllOf) MarshalJSON

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

func (*PlanListAllOf) SetItems

func (o *PlanListAllOf) SetItems(v []Plan)

SetItems gets a reference to the given []Plan and assigns it to the Items field.

type PullSecretRequest

type PullSecretRequest struct {
	ExternalResourceId string `json:"external_resource_id"`
}

PullSecretRequest struct for PullSecretRequest

func NewPullSecretRequest

func NewPullSecretRequest(externalResourceId string) *PullSecretRequest

NewPullSecretRequest instantiates a new PullSecretRequest 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 NewPullSecretRequestWithDefaults

func NewPullSecretRequestWithDefaults() *PullSecretRequest

NewPullSecretRequestWithDefaults instantiates a new PullSecretRequest 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 (*PullSecretRequest) GetExternalResourceId

func (o *PullSecretRequest) GetExternalResourceId() string

GetExternalResourceId returns the ExternalResourceId field value

func (*PullSecretRequest) GetExternalResourceIdOk

func (o *PullSecretRequest) GetExternalResourceIdOk() (*string, bool)

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

func (PullSecretRequest) MarshalJSON

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

func (*PullSecretRequest) SetExternalResourceId

func (o *PullSecretRequest) SetExternalResourceId(v string)

SetExternalResourceId sets field value

type QuotaCost

type QuotaCost struct {
	Href             *string            `json:"href,omitempty"`
	Id               *string            `json:"id,omitempty"`
	Kind             *string            `json:"kind,omitempty"`
	Allowed          int32              `json:"allowed"`
	Consumed         int32              `json:"consumed"`
	OrganizationId   *string            `json:"organization_id,omitempty"`
	QuotaId          string             `json:"quota_id"`
	RelatedResources *[]RelatedResource `json:"related_resources,omitempty"`
}

QuotaCost struct for QuotaCost

func NewQuotaCost

func NewQuotaCost(allowed int32, consumed int32, quotaId string) *QuotaCost

NewQuotaCost instantiates a new QuotaCost 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 NewQuotaCostWithDefaults

func NewQuotaCostWithDefaults() *QuotaCost

NewQuotaCostWithDefaults instantiates a new QuotaCost 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 (*QuotaCost) GetAllowed

func (o *QuotaCost) GetAllowed() int32

GetAllowed returns the Allowed field value

func (*QuotaCost) GetAllowedOk

func (o *QuotaCost) GetAllowedOk() (*int32, bool)

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

func (*QuotaCost) GetConsumed

func (o *QuotaCost) GetConsumed() int32

GetConsumed returns the Consumed field value

func (*QuotaCost) GetConsumedOk

func (o *QuotaCost) GetConsumedOk() (*int32, bool)

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

func (*QuotaCost) GetHref

func (o *QuotaCost) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*QuotaCost) GetHrefOk

func (o *QuotaCost) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QuotaCost) GetId

func (o *QuotaCost) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*QuotaCost) GetIdOk

func (o *QuotaCost) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QuotaCost) GetKind

func (o *QuotaCost) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*QuotaCost) GetKindOk

func (o *QuotaCost) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QuotaCost) GetOrganizationId

func (o *QuotaCost) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*QuotaCost) GetOrganizationIdOk

func (o *QuotaCost) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QuotaCost) GetQuotaId

func (o *QuotaCost) GetQuotaId() string

GetQuotaId returns the QuotaId field value

func (*QuotaCost) GetQuotaIdOk

func (o *QuotaCost) GetQuotaIdOk() (*string, bool)

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

func (*QuotaCost) GetRelatedResources

func (o *QuotaCost) GetRelatedResources() []RelatedResource

GetRelatedResources returns the RelatedResources field value if set, zero value otherwise.

func (*QuotaCost) GetRelatedResourcesOk

func (o *QuotaCost) GetRelatedResourcesOk() (*[]RelatedResource, bool)

GetRelatedResourcesOk returns a tuple with the RelatedResources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QuotaCost) HasHref

func (o *QuotaCost) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*QuotaCost) HasId

func (o *QuotaCost) HasId() bool

HasId returns a boolean if a field has been set.

func (*QuotaCost) HasKind

func (o *QuotaCost) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*QuotaCost) HasOrganizationId

func (o *QuotaCost) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*QuotaCost) HasRelatedResources

func (o *QuotaCost) HasRelatedResources() bool

HasRelatedResources returns a boolean if a field has been set.

func (QuotaCost) MarshalJSON

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

func (*QuotaCost) SetAllowed

func (o *QuotaCost) SetAllowed(v int32)

SetAllowed sets field value

func (*QuotaCost) SetConsumed

func (o *QuotaCost) SetConsumed(v int32)

SetConsumed sets field value

func (*QuotaCost) SetHref

func (o *QuotaCost) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*QuotaCost) SetId

func (o *QuotaCost) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*QuotaCost) SetKind

func (o *QuotaCost) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*QuotaCost) SetOrganizationId

func (o *QuotaCost) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*QuotaCost) SetQuotaId

func (o *QuotaCost) SetQuotaId(v string)

SetQuotaId sets field value

func (*QuotaCost) SetRelatedResources

func (o *QuotaCost) SetRelatedResources(v []RelatedResource)

SetRelatedResources gets a reference to the given []RelatedResource and assigns it to the RelatedResources field.

type QuotaCostAllOf

type QuotaCostAllOf struct {
	Allowed          int32              `json:"allowed"`
	Consumed         int32              `json:"consumed"`
	OrganizationId   *string            `json:"organization_id,omitempty"`
	QuotaId          string             `json:"quota_id"`
	RelatedResources *[]RelatedResource `json:"related_resources,omitempty"`
}

QuotaCostAllOf struct for QuotaCostAllOf

func NewQuotaCostAllOf

func NewQuotaCostAllOf(allowed int32, consumed int32, quotaId string) *QuotaCostAllOf

NewQuotaCostAllOf instantiates a new QuotaCostAllOf 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 NewQuotaCostAllOfWithDefaults

func NewQuotaCostAllOfWithDefaults() *QuotaCostAllOf

NewQuotaCostAllOfWithDefaults instantiates a new QuotaCostAllOf 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 (*QuotaCostAllOf) GetAllowed

func (o *QuotaCostAllOf) GetAllowed() int32

GetAllowed returns the Allowed field value

func (*QuotaCostAllOf) GetAllowedOk

func (o *QuotaCostAllOf) GetAllowedOk() (*int32, bool)

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

func (*QuotaCostAllOf) GetConsumed

func (o *QuotaCostAllOf) GetConsumed() int32

GetConsumed returns the Consumed field value

func (*QuotaCostAllOf) GetConsumedOk

func (o *QuotaCostAllOf) GetConsumedOk() (*int32, bool)

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

func (*QuotaCostAllOf) GetOrganizationId

func (o *QuotaCostAllOf) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*QuotaCostAllOf) GetOrganizationIdOk

func (o *QuotaCostAllOf) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QuotaCostAllOf) GetQuotaId

func (o *QuotaCostAllOf) GetQuotaId() string

GetQuotaId returns the QuotaId field value

func (*QuotaCostAllOf) GetQuotaIdOk

func (o *QuotaCostAllOf) GetQuotaIdOk() (*string, bool)

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

func (*QuotaCostAllOf) GetRelatedResources

func (o *QuotaCostAllOf) GetRelatedResources() []RelatedResource

GetRelatedResources returns the RelatedResources field value if set, zero value otherwise.

func (*QuotaCostAllOf) GetRelatedResourcesOk

func (o *QuotaCostAllOf) GetRelatedResourcesOk() (*[]RelatedResource, bool)

GetRelatedResourcesOk returns a tuple with the RelatedResources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QuotaCostAllOf) HasOrganizationId

func (o *QuotaCostAllOf) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*QuotaCostAllOf) HasRelatedResources

func (o *QuotaCostAllOf) HasRelatedResources() bool

HasRelatedResources returns a boolean if a field has been set.

func (QuotaCostAllOf) MarshalJSON

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

func (*QuotaCostAllOf) SetAllowed

func (o *QuotaCostAllOf) SetAllowed(v int32)

SetAllowed sets field value

func (*QuotaCostAllOf) SetConsumed

func (o *QuotaCostAllOf) SetConsumed(v int32)

SetConsumed sets field value

func (*QuotaCostAllOf) SetOrganizationId

func (o *QuotaCostAllOf) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*QuotaCostAllOf) SetQuotaId

func (o *QuotaCostAllOf) SetQuotaId(v string)

SetQuotaId sets field value

func (*QuotaCostAllOf) SetRelatedResources

func (o *QuotaCostAllOf) SetRelatedResources(v []RelatedResource)

SetRelatedResources gets a reference to the given []RelatedResource and assigns it to the RelatedResources field.

type QuotaCostList

type QuotaCostList struct {
	Kind  string      `json:"kind"`
	Page  int32       `json:"page"`
	Size  int32       `json:"size"`
	Total int32       `json:"total"`
	Items []QuotaCost `json:"items"`
}

QuotaCostList struct for QuotaCostList

func NewQuotaCostList

func NewQuotaCostList(kind string, page int32, size int32, total int32, items []QuotaCost) *QuotaCostList

NewQuotaCostList instantiates a new QuotaCostList 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 NewQuotaCostListWithDefaults

func NewQuotaCostListWithDefaults() *QuotaCostList

NewQuotaCostListWithDefaults instantiates a new QuotaCostList 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 (*QuotaCostList) GetItems

func (o *QuotaCostList) GetItems() []QuotaCost

GetItems returns the Items field value

func (*QuotaCostList) GetItemsOk

func (o *QuotaCostList) GetItemsOk() (*[]QuotaCost, bool)

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

func (*QuotaCostList) GetKind

func (o *QuotaCostList) GetKind() string

GetKind returns the Kind field value

func (*QuotaCostList) GetKindOk

func (o *QuotaCostList) GetKindOk() (*string, bool)

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

func (*QuotaCostList) GetPage

func (o *QuotaCostList) GetPage() int32

GetPage returns the Page field value

func (*QuotaCostList) GetPageOk

func (o *QuotaCostList) GetPageOk() (*int32, bool)

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

func (*QuotaCostList) GetSize

func (o *QuotaCostList) GetSize() int32

GetSize returns the Size field value

func (*QuotaCostList) GetSizeOk

func (o *QuotaCostList) GetSizeOk() (*int32, bool)

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

func (*QuotaCostList) GetTotal

func (o *QuotaCostList) GetTotal() int32

GetTotal returns the Total field value

func (*QuotaCostList) GetTotalOk

func (o *QuotaCostList) GetTotalOk() (*int32, bool)

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

func (QuotaCostList) MarshalJSON

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

func (*QuotaCostList) SetItems

func (o *QuotaCostList) SetItems(v []QuotaCost)

SetItems sets field value

func (*QuotaCostList) SetKind

func (o *QuotaCostList) SetKind(v string)

SetKind sets field value

func (*QuotaCostList) SetPage

func (o *QuotaCostList) SetPage(v int32)

SetPage sets field value

func (*QuotaCostList) SetSize

func (o *QuotaCostList) SetSize(v int32)

SetSize sets field value

func (*QuotaCostList) SetTotal

func (o *QuotaCostList) SetTotal(v int32)

SetTotal sets field value

type QuotaCostListAllOf

type QuotaCostListAllOf struct {
	Items *[]QuotaCost `json:"items,omitempty"`
}

QuotaCostListAllOf struct for QuotaCostListAllOf

func NewQuotaCostListAllOf

func NewQuotaCostListAllOf() *QuotaCostListAllOf

NewQuotaCostListAllOf instantiates a new QuotaCostListAllOf 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 NewQuotaCostListAllOfWithDefaults

func NewQuotaCostListAllOfWithDefaults() *QuotaCostListAllOf

NewQuotaCostListAllOfWithDefaults instantiates a new QuotaCostListAllOf 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 (*QuotaCostListAllOf) GetItems

func (o *QuotaCostListAllOf) GetItems() []QuotaCost

GetItems returns the Items field value if set, zero value otherwise.

func (*QuotaCostListAllOf) GetItemsOk

func (o *QuotaCostListAllOf) GetItemsOk() (*[]QuotaCost, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QuotaCostListAllOf) HasItems

func (o *QuotaCostListAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (QuotaCostListAllOf) MarshalJSON

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

func (*QuotaCostListAllOf) SetItems

func (o *QuotaCostListAllOf) SetItems(v []QuotaCost)

SetItems gets a reference to the given []QuotaCost and assigns it to the Items field.

type QuotaSummary

type QuotaSummary struct {
	Href                 *string `json:"href,omitempty"`
	Id                   *string `json:"id,omitempty"`
	Kind                 *string `json:"kind,omitempty"`
	Allowed              int32   `json:"allowed"`
	AvailabilityZoneType string  `json:"availability_zone_type"`
	Byoc                 bool    `json:"byoc"`
	OrganizationId       *string `json:"organization_id,omitempty"`
	Reserved             int32   `json:"reserved"`
	ResourceName         string  `json:"resource_name"`
	ResourceType         string  `json:"resource_type"`
}

QuotaSummary struct for QuotaSummary

func NewQuotaSummary

func NewQuotaSummary(allowed int32, availabilityZoneType string, byoc bool, reserved int32, resourceName string, resourceType string) *QuotaSummary

NewQuotaSummary instantiates a new QuotaSummary 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 NewQuotaSummaryWithDefaults

func NewQuotaSummaryWithDefaults() *QuotaSummary

NewQuotaSummaryWithDefaults instantiates a new QuotaSummary 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 (*QuotaSummary) GetAllowed

func (o *QuotaSummary) GetAllowed() int32

GetAllowed returns the Allowed field value

func (*QuotaSummary) GetAllowedOk

func (o *QuotaSummary) GetAllowedOk() (*int32, bool)

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

func (*QuotaSummary) GetAvailabilityZoneType

func (o *QuotaSummary) GetAvailabilityZoneType() string

GetAvailabilityZoneType returns the AvailabilityZoneType field value

func (*QuotaSummary) GetAvailabilityZoneTypeOk

func (o *QuotaSummary) GetAvailabilityZoneTypeOk() (*string, bool)

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

func (*QuotaSummary) GetByoc

func (o *QuotaSummary) GetByoc() bool

GetByoc returns the Byoc field value

func (*QuotaSummary) GetByocOk

func (o *QuotaSummary) GetByocOk() (*bool, bool)

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

func (*QuotaSummary) GetHref

func (o *QuotaSummary) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*QuotaSummary) GetHrefOk

func (o *QuotaSummary) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QuotaSummary) GetId

func (o *QuotaSummary) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*QuotaSummary) GetIdOk

func (o *QuotaSummary) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QuotaSummary) GetKind

func (o *QuotaSummary) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*QuotaSummary) GetKindOk

func (o *QuotaSummary) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QuotaSummary) GetOrganizationId

func (o *QuotaSummary) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*QuotaSummary) GetOrganizationIdOk

func (o *QuotaSummary) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QuotaSummary) GetReserved

func (o *QuotaSummary) GetReserved() int32

GetReserved returns the Reserved field value

func (*QuotaSummary) GetReservedOk

func (o *QuotaSummary) GetReservedOk() (*int32, bool)

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

func (*QuotaSummary) GetResourceName

func (o *QuotaSummary) GetResourceName() string

GetResourceName returns the ResourceName field value

func (*QuotaSummary) GetResourceNameOk

func (o *QuotaSummary) GetResourceNameOk() (*string, bool)

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

func (*QuotaSummary) GetResourceType

func (o *QuotaSummary) GetResourceType() string

GetResourceType returns the ResourceType field value

func (*QuotaSummary) GetResourceTypeOk

func (o *QuotaSummary) GetResourceTypeOk() (*string, bool)

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

func (*QuotaSummary) HasHref

func (o *QuotaSummary) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*QuotaSummary) HasId

func (o *QuotaSummary) HasId() bool

HasId returns a boolean if a field has been set.

func (*QuotaSummary) HasKind

func (o *QuotaSummary) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*QuotaSummary) HasOrganizationId

func (o *QuotaSummary) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (QuotaSummary) MarshalJSON

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

func (*QuotaSummary) SetAllowed

func (o *QuotaSummary) SetAllowed(v int32)

SetAllowed sets field value

func (*QuotaSummary) SetAvailabilityZoneType

func (o *QuotaSummary) SetAvailabilityZoneType(v string)

SetAvailabilityZoneType sets field value

func (*QuotaSummary) SetByoc

func (o *QuotaSummary) SetByoc(v bool)

SetByoc sets field value

func (*QuotaSummary) SetHref

func (o *QuotaSummary) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*QuotaSummary) SetId

func (o *QuotaSummary) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*QuotaSummary) SetKind

func (o *QuotaSummary) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*QuotaSummary) SetOrganizationId

func (o *QuotaSummary) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*QuotaSummary) SetReserved

func (o *QuotaSummary) SetReserved(v int32)

SetReserved sets field value

func (*QuotaSummary) SetResourceName

func (o *QuotaSummary) SetResourceName(v string)

SetResourceName sets field value

func (*QuotaSummary) SetResourceType

func (o *QuotaSummary) SetResourceType(v string)

SetResourceType sets field value

type QuotaSummaryAllOf

type QuotaSummaryAllOf struct {
	Allowed              int32   `json:"allowed"`
	AvailabilityZoneType string  `json:"availability_zone_type"`
	Byoc                 bool    `json:"byoc"`
	OrganizationId       *string `json:"organization_id,omitempty"`
	Reserved             int32   `json:"reserved"`
	ResourceName         string  `json:"resource_name"`
	ResourceType         string  `json:"resource_type"`
}

QuotaSummaryAllOf struct for QuotaSummaryAllOf

func NewQuotaSummaryAllOf

func NewQuotaSummaryAllOf(allowed int32, availabilityZoneType string, byoc bool, reserved int32, resourceName string, resourceType string) *QuotaSummaryAllOf

NewQuotaSummaryAllOf instantiates a new QuotaSummaryAllOf 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 NewQuotaSummaryAllOfWithDefaults

func NewQuotaSummaryAllOfWithDefaults() *QuotaSummaryAllOf

NewQuotaSummaryAllOfWithDefaults instantiates a new QuotaSummaryAllOf 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 (*QuotaSummaryAllOf) GetAllowed

func (o *QuotaSummaryAllOf) GetAllowed() int32

GetAllowed returns the Allowed field value

func (*QuotaSummaryAllOf) GetAllowedOk

func (o *QuotaSummaryAllOf) GetAllowedOk() (*int32, bool)

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

func (*QuotaSummaryAllOf) GetAvailabilityZoneType

func (o *QuotaSummaryAllOf) GetAvailabilityZoneType() string

GetAvailabilityZoneType returns the AvailabilityZoneType field value

func (*QuotaSummaryAllOf) GetAvailabilityZoneTypeOk

func (o *QuotaSummaryAllOf) GetAvailabilityZoneTypeOk() (*string, bool)

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

func (*QuotaSummaryAllOf) GetByoc

func (o *QuotaSummaryAllOf) GetByoc() bool

GetByoc returns the Byoc field value

func (*QuotaSummaryAllOf) GetByocOk

func (o *QuotaSummaryAllOf) GetByocOk() (*bool, bool)

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

func (*QuotaSummaryAllOf) GetOrganizationId

func (o *QuotaSummaryAllOf) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*QuotaSummaryAllOf) GetOrganizationIdOk

func (o *QuotaSummaryAllOf) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QuotaSummaryAllOf) GetReserved

func (o *QuotaSummaryAllOf) GetReserved() int32

GetReserved returns the Reserved field value

func (*QuotaSummaryAllOf) GetReservedOk

func (o *QuotaSummaryAllOf) GetReservedOk() (*int32, bool)

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

func (*QuotaSummaryAllOf) GetResourceName

func (o *QuotaSummaryAllOf) GetResourceName() string

GetResourceName returns the ResourceName field value

func (*QuotaSummaryAllOf) GetResourceNameOk

func (o *QuotaSummaryAllOf) GetResourceNameOk() (*string, bool)

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

func (*QuotaSummaryAllOf) GetResourceType

func (o *QuotaSummaryAllOf) GetResourceType() string

GetResourceType returns the ResourceType field value

func (*QuotaSummaryAllOf) GetResourceTypeOk

func (o *QuotaSummaryAllOf) GetResourceTypeOk() (*string, bool)

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

func (*QuotaSummaryAllOf) HasOrganizationId

func (o *QuotaSummaryAllOf) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (QuotaSummaryAllOf) MarshalJSON

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

func (*QuotaSummaryAllOf) SetAllowed

func (o *QuotaSummaryAllOf) SetAllowed(v int32)

SetAllowed sets field value

func (*QuotaSummaryAllOf) SetAvailabilityZoneType

func (o *QuotaSummaryAllOf) SetAvailabilityZoneType(v string)

SetAvailabilityZoneType sets field value

func (*QuotaSummaryAllOf) SetByoc

func (o *QuotaSummaryAllOf) SetByoc(v bool)

SetByoc sets field value

func (*QuotaSummaryAllOf) SetOrganizationId

func (o *QuotaSummaryAllOf) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*QuotaSummaryAllOf) SetReserved

func (o *QuotaSummaryAllOf) SetReserved(v int32)

SetReserved sets field value

func (*QuotaSummaryAllOf) SetResourceName

func (o *QuotaSummaryAllOf) SetResourceName(v string)

SetResourceName sets field value

func (*QuotaSummaryAllOf) SetResourceType

func (o *QuotaSummaryAllOf) SetResourceType(v string)

SetResourceType sets field value

type QuotaSummaryList

type QuotaSummaryList struct {
	Kind  string         `json:"kind"`
	Page  int32          `json:"page"`
	Size  int32          `json:"size"`
	Total int32          `json:"total"`
	Items []QuotaSummary `json:"items"`
}

QuotaSummaryList struct for QuotaSummaryList

func NewQuotaSummaryList

func NewQuotaSummaryList(kind string, page int32, size int32, total int32, items []QuotaSummary) *QuotaSummaryList

NewQuotaSummaryList instantiates a new QuotaSummaryList 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 NewQuotaSummaryListWithDefaults

func NewQuotaSummaryListWithDefaults() *QuotaSummaryList

NewQuotaSummaryListWithDefaults instantiates a new QuotaSummaryList 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 (*QuotaSummaryList) GetItems

func (o *QuotaSummaryList) GetItems() []QuotaSummary

GetItems returns the Items field value

func (*QuotaSummaryList) GetItemsOk

func (o *QuotaSummaryList) GetItemsOk() (*[]QuotaSummary, bool)

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

func (*QuotaSummaryList) GetKind

func (o *QuotaSummaryList) GetKind() string

GetKind returns the Kind field value

func (*QuotaSummaryList) GetKindOk

func (o *QuotaSummaryList) GetKindOk() (*string, bool)

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

func (*QuotaSummaryList) GetPage

func (o *QuotaSummaryList) GetPage() int32

GetPage returns the Page field value

func (*QuotaSummaryList) GetPageOk

func (o *QuotaSummaryList) GetPageOk() (*int32, bool)

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

func (*QuotaSummaryList) GetSize

func (o *QuotaSummaryList) GetSize() int32

GetSize returns the Size field value

func (*QuotaSummaryList) GetSizeOk

func (o *QuotaSummaryList) GetSizeOk() (*int32, bool)

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

func (*QuotaSummaryList) GetTotal

func (o *QuotaSummaryList) GetTotal() int32

GetTotal returns the Total field value

func (*QuotaSummaryList) GetTotalOk

func (o *QuotaSummaryList) GetTotalOk() (*int32, bool)

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

func (QuotaSummaryList) MarshalJSON

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

func (*QuotaSummaryList) SetItems

func (o *QuotaSummaryList) SetItems(v []QuotaSummary)

SetItems sets field value

func (*QuotaSummaryList) SetKind

func (o *QuotaSummaryList) SetKind(v string)

SetKind sets field value

func (*QuotaSummaryList) SetPage

func (o *QuotaSummaryList) SetPage(v int32)

SetPage sets field value

func (*QuotaSummaryList) SetSize

func (o *QuotaSummaryList) SetSize(v int32)

SetSize sets field value

func (*QuotaSummaryList) SetTotal

func (o *QuotaSummaryList) SetTotal(v int32)

SetTotal sets field value

type QuotaSummaryListAllOf

type QuotaSummaryListAllOf struct {
	Items *[]QuotaSummary `json:"items,omitempty"`
}

QuotaSummaryListAllOf struct for QuotaSummaryListAllOf

func NewQuotaSummaryListAllOf

func NewQuotaSummaryListAllOf() *QuotaSummaryListAllOf

NewQuotaSummaryListAllOf instantiates a new QuotaSummaryListAllOf 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 NewQuotaSummaryListAllOfWithDefaults

func NewQuotaSummaryListAllOfWithDefaults() *QuotaSummaryListAllOf

NewQuotaSummaryListAllOfWithDefaults instantiates a new QuotaSummaryListAllOf 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 (*QuotaSummaryListAllOf) GetItems

func (o *QuotaSummaryListAllOf) GetItems() []QuotaSummary

GetItems returns the Items field value if set, zero value otherwise.

func (*QuotaSummaryListAllOf) GetItemsOk

func (o *QuotaSummaryListAllOf) GetItemsOk() (*[]QuotaSummary, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QuotaSummaryListAllOf) HasItems

func (o *QuotaSummaryListAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (QuotaSummaryListAllOf) MarshalJSON

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

func (*QuotaSummaryListAllOf) SetItems

func (o *QuotaSummaryListAllOf) SetItems(v []QuotaSummary)

SetItems gets a reference to the given []QuotaSummary and assigns it to the Items field.

type Registry

type Registry struct {
	Href       *string    `json:"href,omitempty"`
	Id         *string    `json:"id,omitempty"`
	Kind       *string    `json:"kind,omitempty"`
	CloudAlias *bool      `json:"cloudAlias,omitempty"`
	CreatedAt  *time.Time `json:"created_at,omitempty"`
	Name       *string    `json:"name,omitempty"`
	OrgName    *string    `json:"org_name,omitempty"`
	TeamName   *string    `json:"team_name,omitempty"`
	Type       *string    `json:"type,omitempty"`
	UpdatedAt  *time.Time `json:"updated_at,omitempty"`
	Url        *string    `json:"url,omitempty"`
}

Registry struct for Registry

func NewRegistry

func NewRegistry() *Registry

NewRegistry instantiates a new Registry 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 NewRegistryWithDefaults

func NewRegistryWithDefaults() *Registry

NewRegistryWithDefaults instantiates a new Registry 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 (*Registry) GetCloudAlias

func (o *Registry) GetCloudAlias() bool

GetCloudAlias returns the CloudAlias field value if set, zero value otherwise.

func (*Registry) GetCloudAliasOk

func (o *Registry) GetCloudAliasOk() (*bool, bool)

GetCloudAliasOk returns a tuple with the CloudAlias field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Registry) GetCreatedAt

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

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*Registry) GetCreatedAtOk

func (o *Registry) 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 (*Registry) GetHref

func (o *Registry) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*Registry) GetHrefOk

func (o *Registry) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Registry) GetId

func (o *Registry) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Registry) GetIdOk

func (o *Registry) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Registry) GetKind

func (o *Registry) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*Registry) GetKindOk

func (o *Registry) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Registry) GetName

func (o *Registry) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Registry) GetNameOk

func (o *Registry) 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 (*Registry) GetOrgName

func (o *Registry) GetOrgName() string

GetOrgName returns the OrgName field value if set, zero value otherwise.

func (*Registry) GetOrgNameOk

func (o *Registry) GetOrgNameOk() (*string, bool)

GetOrgNameOk returns a tuple with the OrgName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Registry) GetTeamName

func (o *Registry) GetTeamName() string

GetTeamName returns the TeamName field value if set, zero value otherwise.

func (*Registry) GetTeamNameOk

func (o *Registry) GetTeamNameOk() (*string, bool)

GetTeamNameOk returns a tuple with the TeamName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Registry) GetType

func (o *Registry) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Registry) GetTypeOk

func (o *Registry) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Registry) GetUpdatedAt

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

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*Registry) GetUpdatedAtOk

func (o *Registry) 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 (*Registry) GetUrl

func (o *Registry) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*Registry) GetUrlOk

func (o *Registry) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Registry) HasCloudAlias

func (o *Registry) HasCloudAlias() bool

HasCloudAlias returns a boolean if a field has been set.

func (*Registry) HasCreatedAt

func (o *Registry) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*Registry) HasHref

func (o *Registry) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*Registry) HasId

func (o *Registry) HasId() bool

HasId returns a boolean if a field has been set.

func (*Registry) HasKind

func (o *Registry) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*Registry) HasName

func (o *Registry) HasName() bool

HasName returns a boolean if a field has been set.

func (*Registry) HasOrgName

func (o *Registry) HasOrgName() bool

HasOrgName returns a boolean if a field has been set.

func (*Registry) HasTeamName

func (o *Registry) HasTeamName() bool

HasTeamName returns a boolean if a field has been set.

func (*Registry) HasType

func (o *Registry) HasType() bool

HasType returns a boolean if a field has been set.

func (*Registry) HasUpdatedAt

func (o *Registry) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*Registry) HasUrl

func (o *Registry) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (Registry) MarshalJSON

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

func (*Registry) SetCloudAlias

func (o *Registry) SetCloudAlias(v bool)

SetCloudAlias gets a reference to the given bool and assigns it to the CloudAlias field.

func (*Registry) SetCreatedAt

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

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*Registry) SetHref

func (o *Registry) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*Registry) SetId

func (o *Registry) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Registry) SetKind

func (o *Registry) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*Registry) SetName

func (o *Registry) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Registry) SetOrgName

func (o *Registry) SetOrgName(v string)

SetOrgName gets a reference to the given string and assigns it to the OrgName field.

func (*Registry) SetTeamName

func (o *Registry) SetTeamName(v string)

SetTeamName gets a reference to the given string and assigns it to the TeamName field.

func (*Registry) SetType

func (o *Registry) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*Registry) SetUpdatedAt

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

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*Registry) SetUrl

func (o *Registry) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

type RegistryAllOf

type RegistryAllOf struct {
	CloudAlias *bool      `json:"cloudAlias,omitempty"`
	CreatedAt  *time.Time `json:"created_at,omitempty"`
	Name       *string    `json:"name,omitempty"`
	OrgName    *string    `json:"org_name,omitempty"`
	TeamName   *string    `json:"team_name,omitempty"`
	Type       *string    `json:"type,omitempty"`
	UpdatedAt  *time.Time `json:"updated_at,omitempty"`
	Url        *string    `json:"url,omitempty"`
}

RegistryAllOf struct for RegistryAllOf

func NewRegistryAllOf

func NewRegistryAllOf() *RegistryAllOf

NewRegistryAllOf instantiates a new RegistryAllOf 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 NewRegistryAllOfWithDefaults

func NewRegistryAllOfWithDefaults() *RegistryAllOf

NewRegistryAllOfWithDefaults instantiates a new RegistryAllOf 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 (*RegistryAllOf) GetCloudAlias

func (o *RegistryAllOf) GetCloudAlias() bool

GetCloudAlias returns the CloudAlias field value if set, zero value otherwise.

func (*RegistryAllOf) GetCloudAliasOk

func (o *RegistryAllOf) GetCloudAliasOk() (*bool, bool)

GetCloudAliasOk returns a tuple with the CloudAlias field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryAllOf) GetCreatedAt

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

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*RegistryAllOf) GetCreatedAtOk

func (o *RegistryAllOf) 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 (*RegistryAllOf) GetName

func (o *RegistryAllOf) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RegistryAllOf) GetNameOk

func (o *RegistryAllOf) 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 (*RegistryAllOf) GetOrgName

func (o *RegistryAllOf) GetOrgName() string

GetOrgName returns the OrgName field value if set, zero value otherwise.

func (*RegistryAllOf) GetOrgNameOk

func (o *RegistryAllOf) GetOrgNameOk() (*string, bool)

GetOrgNameOk returns a tuple with the OrgName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryAllOf) GetTeamName

func (o *RegistryAllOf) GetTeamName() string

GetTeamName returns the TeamName field value if set, zero value otherwise.

func (*RegistryAllOf) GetTeamNameOk

func (o *RegistryAllOf) GetTeamNameOk() (*string, bool)

GetTeamNameOk returns a tuple with the TeamName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryAllOf) GetType

func (o *RegistryAllOf) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*RegistryAllOf) GetTypeOk

func (o *RegistryAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryAllOf) GetUpdatedAt

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

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*RegistryAllOf) GetUpdatedAtOk

func (o *RegistryAllOf) 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 (*RegistryAllOf) GetUrl

func (o *RegistryAllOf) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*RegistryAllOf) GetUrlOk

func (o *RegistryAllOf) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryAllOf) HasCloudAlias

func (o *RegistryAllOf) HasCloudAlias() bool

HasCloudAlias returns a boolean if a field has been set.

func (*RegistryAllOf) HasCreatedAt

func (o *RegistryAllOf) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*RegistryAllOf) HasName

func (o *RegistryAllOf) HasName() bool

HasName returns a boolean if a field has been set.

func (*RegistryAllOf) HasOrgName

func (o *RegistryAllOf) HasOrgName() bool

HasOrgName returns a boolean if a field has been set.

func (*RegistryAllOf) HasTeamName

func (o *RegistryAllOf) HasTeamName() bool

HasTeamName returns a boolean if a field has been set.

func (*RegistryAllOf) HasType

func (o *RegistryAllOf) HasType() bool

HasType returns a boolean if a field has been set.

func (*RegistryAllOf) HasUpdatedAt

func (o *RegistryAllOf) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*RegistryAllOf) HasUrl

func (o *RegistryAllOf) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (RegistryAllOf) MarshalJSON

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

func (*RegistryAllOf) SetCloudAlias

func (o *RegistryAllOf) SetCloudAlias(v bool)

SetCloudAlias gets a reference to the given bool and assigns it to the CloudAlias field.

func (*RegistryAllOf) SetCreatedAt

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

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*RegistryAllOf) SetName

func (o *RegistryAllOf) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RegistryAllOf) SetOrgName

func (o *RegistryAllOf) SetOrgName(v string)

SetOrgName gets a reference to the given string and assigns it to the OrgName field.

func (*RegistryAllOf) SetTeamName

func (o *RegistryAllOf) SetTeamName(v string)

SetTeamName gets a reference to the given string and assigns it to the TeamName field.

func (*RegistryAllOf) SetType

func (o *RegistryAllOf) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*RegistryAllOf) SetUpdatedAt

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

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*RegistryAllOf) SetUrl

func (o *RegistryAllOf) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

type RegistryCreateRequest

type RegistryCreateRequest struct {
	CloudAlias *bool   `json:"cloudAlias,omitempty"`
	Name       string  `json:"name"`
	OrgName    *string `json:"org_name,omitempty"`
	TeamName   *string `json:"team_name,omitempty"`
	Type       string  `json:"type"`
	Url        string  `json:"url"`
}

RegistryCreateRequest struct for RegistryCreateRequest

func NewRegistryCreateRequest

func NewRegistryCreateRequest(name string, type_ string, url string) *RegistryCreateRequest

NewRegistryCreateRequest instantiates a new RegistryCreateRequest 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 NewRegistryCreateRequestWithDefaults

func NewRegistryCreateRequestWithDefaults() *RegistryCreateRequest

NewRegistryCreateRequestWithDefaults instantiates a new RegistryCreateRequest 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 (*RegistryCreateRequest) GetCloudAlias

func (o *RegistryCreateRequest) GetCloudAlias() bool

GetCloudAlias returns the CloudAlias field value if set, zero value otherwise.

func (*RegistryCreateRequest) GetCloudAliasOk

func (o *RegistryCreateRequest) GetCloudAliasOk() (*bool, bool)

GetCloudAliasOk returns a tuple with the CloudAlias field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCreateRequest) GetName

func (o *RegistryCreateRequest) GetName() string

GetName returns the Name field value

func (*RegistryCreateRequest) GetNameOk

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

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

func (*RegistryCreateRequest) GetOrgName

func (o *RegistryCreateRequest) GetOrgName() string

GetOrgName returns the OrgName field value if set, zero value otherwise.

func (*RegistryCreateRequest) GetOrgNameOk

func (o *RegistryCreateRequest) GetOrgNameOk() (*string, bool)

GetOrgNameOk returns a tuple with the OrgName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCreateRequest) GetTeamName

func (o *RegistryCreateRequest) GetTeamName() string

GetTeamName returns the TeamName field value if set, zero value otherwise.

func (*RegistryCreateRequest) GetTeamNameOk

func (o *RegistryCreateRequest) GetTeamNameOk() (*string, bool)

GetTeamNameOk returns a tuple with the TeamName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCreateRequest) GetType

func (o *RegistryCreateRequest) GetType() string

GetType returns the Type field value

func (*RegistryCreateRequest) GetTypeOk

func (o *RegistryCreateRequest) GetTypeOk() (*string, bool)

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

func (*RegistryCreateRequest) GetUrl

func (o *RegistryCreateRequest) GetUrl() string

GetUrl returns the Url field value

func (*RegistryCreateRequest) GetUrlOk

func (o *RegistryCreateRequest) GetUrlOk() (*string, bool)

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

func (*RegistryCreateRequest) HasCloudAlias

func (o *RegistryCreateRequest) HasCloudAlias() bool

HasCloudAlias returns a boolean if a field has been set.

func (*RegistryCreateRequest) HasOrgName

func (o *RegistryCreateRequest) HasOrgName() bool

HasOrgName returns a boolean if a field has been set.

func (*RegistryCreateRequest) HasTeamName

func (o *RegistryCreateRequest) HasTeamName() bool

HasTeamName returns a boolean if a field has been set.

func (RegistryCreateRequest) MarshalJSON

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

func (*RegistryCreateRequest) SetCloudAlias

func (o *RegistryCreateRequest) SetCloudAlias(v bool)

SetCloudAlias gets a reference to the given bool and assigns it to the CloudAlias field.

func (*RegistryCreateRequest) SetName

func (o *RegistryCreateRequest) SetName(v string)

SetName sets field value

func (*RegistryCreateRequest) SetOrgName

func (o *RegistryCreateRequest) SetOrgName(v string)

SetOrgName gets a reference to the given string and assigns it to the OrgName field.

func (*RegistryCreateRequest) SetTeamName

func (o *RegistryCreateRequest) SetTeamName(v string)

SetTeamName gets a reference to the given string and assigns it to the TeamName field.

func (*RegistryCreateRequest) SetType

func (o *RegistryCreateRequest) SetType(v string)

SetType sets field value

func (*RegistryCreateRequest) SetUrl

func (o *RegistryCreateRequest) SetUrl(v string)

SetUrl sets field value

type RegistryCredential

type RegistryCredential struct {
	Href               *string          `json:"href,omitempty"`
	Id                 *string          `json:"id,omitempty"`
	Kind               *string          `json:"kind,omitempty"`
	Account            *ObjectReference `json:"account,omitempty"`
	CreatedAt          *time.Time       `json:"created_at,omitempty"`
	ExternalResourceId *string          `json:"external_resource_id,omitempty"`
	Registry           *ObjectReference `json:"registry,omitempty"`
	Token              *string          `json:"token,omitempty"`
	UpdatedAt          *time.Time       `json:"updated_at,omitempty"`
	Username           *string          `json:"username,omitempty"`
}

RegistryCredential struct for RegistryCredential

func NewRegistryCredential

func NewRegistryCredential() *RegistryCredential

NewRegistryCredential instantiates a new RegistryCredential 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 NewRegistryCredentialWithDefaults

func NewRegistryCredentialWithDefaults() *RegistryCredential

NewRegistryCredentialWithDefaults instantiates a new RegistryCredential 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 (*RegistryCredential) GetAccount

func (o *RegistryCredential) GetAccount() ObjectReference

GetAccount returns the Account field value if set, zero value otherwise.

func (*RegistryCredential) GetAccountOk

func (o *RegistryCredential) GetAccountOk() (*ObjectReference, bool)

GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCredential) GetCreatedAt

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

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*RegistryCredential) GetCreatedAtOk

func (o *RegistryCredential) 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 (*RegistryCredential) GetExternalResourceId

func (o *RegistryCredential) GetExternalResourceId() string

GetExternalResourceId returns the ExternalResourceId field value if set, zero value otherwise.

func (*RegistryCredential) GetExternalResourceIdOk

func (o *RegistryCredential) GetExternalResourceIdOk() (*string, bool)

GetExternalResourceIdOk returns a tuple with the ExternalResourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCredential) GetHref

func (o *RegistryCredential) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*RegistryCredential) GetHrefOk

func (o *RegistryCredential) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCredential) GetId

func (o *RegistryCredential) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*RegistryCredential) GetIdOk

func (o *RegistryCredential) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCredential) GetKind

func (o *RegistryCredential) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*RegistryCredential) GetKindOk

func (o *RegistryCredential) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCredential) GetRegistry

func (o *RegistryCredential) GetRegistry() ObjectReference

GetRegistry returns the Registry field value if set, zero value otherwise.

func (*RegistryCredential) GetRegistryOk

func (o *RegistryCredential) GetRegistryOk() (*ObjectReference, bool)

GetRegistryOk returns a tuple with the Registry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCredential) GetToken

func (o *RegistryCredential) GetToken() string

GetToken returns the Token field value if set, zero value otherwise.

func (*RegistryCredential) GetTokenOk

func (o *RegistryCredential) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCredential) GetUpdatedAt

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

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*RegistryCredential) GetUpdatedAtOk

func (o *RegistryCredential) 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 (*RegistryCredential) GetUsername

func (o *RegistryCredential) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*RegistryCredential) GetUsernameOk

func (o *RegistryCredential) 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 (*RegistryCredential) HasAccount

func (o *RegistryCredential) HasAccount() bool

HasAccount returns a boolean if a field has been set.

func (*RegistryCredential) HasCreatedAt

func (o *RegistryCredential) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*RegistryCredential) HasExternalResourceId

func (o *RegistryCredential) HasExternalResourceId() bool

HasExternalResourceId returns a boolean if a field has been set.

func (*RegistryCredential) HasHref

func (o *RegistryCredential) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*RegistryCredential) HasId

func (o *RegistryCredential) HasId() bool

HasId returns a boolean if a field has been set.

func (*RegistryCredential) HasKind

func (o *RegistryCredential) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*RegistryCredential) HasRegistry

func (o *RegistryCredential) HasRegistry() bool

HasRegistry returns a boolean if a field has been set.

func (*RegistryCredential) HasToken

func (o *RegistryCredential) HasToken() bool

HasToken returns a boolean if a field has been set.

func (*RegistryCredential) HasUpdatedAt

func (o *RegistryCredential) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*RegistryCredential) HasUsername

func (o *RegistryCredential) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (RegistryCredential) MarshalJSON

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

func (*RegistryCredential) SetAccount

func (o *RegistryCredential) SetAccount(v ObjectReference)

SetAccount gets a reference to the given ObjectReference and assigns it to the Account field.

func (*RegistryCredential) SetCreatedAt

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

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*RegistryCredential) SetExternalResourceId

func (o *RegistryCredential) SetExternalResourceId(v string)

SetExternalResourceId gets a reference to the given string and assigns it to the ExternalResourceId field.

func (*RegistryCredential) SetHref

func (o *RegistryCredential) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*RegistryCredential) SetId

func (o *RegistryCredential) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*RegistryCredential) SetKind

func (o *RegistryCredential) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*RegistryCredential) SetRegistry

func (o *RegistryCredential) SetRegistry(v ObjectReference)

SetRegistry gets a reference to the given ObjectReference and assigns it to the Registry field.

func (*RegistryCredential) SetToken

func (o *RegistryCredential) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field.

func (*RegistryCredential) SetUpdatedAt

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

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*RegistryCredential) SetUsername

func (o *RegistryCredential) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

type RegistryCredentialAllOf

type RegistryCredentialAllOf struct {
	Account            *ObjectReference `json:"account,omitempty"`
	CreatedAt          *time.Time       `json:"created_at,omitempty"`
	ExternalResourceId *string          `json:"external_resource_id,omitempty"`
	Registry           *ObjectReference `json:"registry,omitempty"`
	Token              *string          `json:"token,omitempty"`
	UpdatedAt          *time.Time       `json:"updated_at,omitempty"`
	Username           *string          `json:"username,omitempty"`
}

RegistryCredentialAllOf struct for RegistryCredentialAllOf

func NewRegistryCredentialAllOf

func NewRegistryCredentialAllOf() *RegistryCredentialAllOf

NewRegistryCredentialAllOf instantiates a new RegistryCredentialAllOf 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 NewRegistryCredentialAllOfWithDefaults

func NewRegistryCredentialAllOfWithDefaults() *RegistryCredentialAllOf

NewRegistryCredentialAllOfWithDefaults instantiates a new RegistryCredentialAllOf 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 (*RegistryCredentialAllOf) GetAccount

func (o *RegistryCredentialAllOf) GetAccount() ObjectReference

GetAccount returns the Account field value if set, zero value otherwise.

func (*RegistryCredentialAllOf) GetAccountOk

func (o *RegistryCredentialAllOf) GetAccountOk() (*ObjectReference, bool)

GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCredentialAllOf) GetCreatedAt

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

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*RegistryCredentialAllOf) GetCreatedAtOk

func (o *RegistryCredentialAllOf) 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 (*RegistryCredentialAllOf) GetExternalResourceId

func (o *RegistryCredentialAllOf) GetExternalResourceId() string

GetExternalResourceId returns the ExternalResourceId field value if set, zero value otherwise.

func (*RegistryCredentialAllOf) GetExternalResourceIdOk

func (o *RegistryCredentialAllOf) GetExternalResourceIdOk() (*string, bool)

GetExternalResourceIdOk returns a tuple with the ExternalResourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCredentialAllOf) GetRegistry

func (o *RegistryCredentialAllOf) GetRegistry() ObjectReference

GetRegistry returns the Registry field value if set, zero value otherwise.

func (*RegistryCredentialAllOf) GetRegistryOk

func (o *RegistryCredentialAllOf) GetRegistryOk() (*ObjectReference, bool)

GetRegistryOk returns a tuple with the Registry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCredentialAllOf) GetToken

func (o *RegistryCredentialAllOf) GetToken() string

GetToken returns the Token field value if set, zero value otherwise.

func (*RegistryCredentialAllOf) GetTokenOk

func (o *RegistryCredentialAllOf) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCredentialAllOf) GetUpdatedAt

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

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*RegistryCredentialAllOf) GetUpdatedAtOk

func (o *RegistryCredentialAllOf) 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 (*RegistryCredentialAllOf) GetUsername

func (o *RegistryCredentialAllOf) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*RegistryCredentialAllOf) GetUsernameOk

func (o *RegistryCredentialAllOf) 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 (*RegistryCredentialAllOf) HasAccount

func (o *RegistryCredentialAllOf) HasAccount() bool

HasAccount returns a boolean if a field has been set.

func (*RegistryCredentialAllOf) HasCreatedAt

func (o *RegistryCredentialAllOf) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*RegistryCredentialAllOf) HasExternalResourceId

func (o *RegistryCredentialAllOf) HasExternalResourceId() bool

HasExternalResourceId returns a boolean if a field has been set.

func (*RegistryCredentialAllOf) HasRegistry

func (o *RegistryCredentialAllOf) HasRegistry() bool

HasRegistry returns a boolean if a field has been set.

func (*RegistryCredentialAllOf) HasToken

func (o *RegistryCredentialAllOf) HasToken() bool

HasToken returns a boolean if a field has been set.

func (*RegistryCredentialAllOf) HasUpdatedAt

func (o *RegistryCredentialAllOf) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*RegistryCredentialAllOf) HasUsername

func (o *RegistryCredentialAllOf) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (RegistryCredentialAllOf) MarshalJSON

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

func (*RegistryCredentialAllOf) SetAccount

func (o *RegistryCredentialAllOf) SetAccount(v ObjectReference)

SetAccount gets a reference to the given ObjectReference and assigns it to the Account field.

func (*RegistryCredentialAllOf) SetCreatedAt

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

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*RegistryCredentialAllOf) SetExternalResourceId

func (o *RegistryCredentialAllOf) SetExternalResourceId(v string)

SetExternalResourceId gets a reference to the given string and assigns it to the ExternalResourceId field.

func (*RegistryCredentialAllOf) SetRegistry

func (o *RegistryCredentialAllOf) SetRegistry(v ObjectReference)

SetRegistry gets a reference to the given ObjectReference and assigns it to the Registry field.

func (*RegistryCredentialAllOf) SetToken

func (o *RegistryCredentialAllOf) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field.

func (*RegistryCredentialAllOf) SetUpdatedAt

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

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*RegistryCredentialAllOf) SetUsername

func (o *RegistryCredentialAllOf) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

type RegistryCredentialList

type RegistryCredentialList struct {
	Kind  string               `json:"kind"`
	Page  int32                `json:"page"`
	Size  int32                `json:"size"`
	Total int32                `json:"total"`
	Items []RegistryCredential `json:"items"`
}

RegistryCredentialList struct for RegistryCredentialList

func NewRegistryCredentialList

func NewRegistryCredentialList(kind string, page int32, size int32, total int32, items []RegistryCredential) *RegistryCredentialList

NewRegistryCredentialList instantiates a new RegistryCredentialList 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 NewRegistryCredentialListWithDefaults

func NewRegistryCredentialListWithDefaults() *RegistryCredentialList

NewRegistryCredentialListWithDefaults instantiates a new RegistryCredentialList 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 (*RegistryCredentialList) GetItems

GetItems returns the Items field value

func (*RegistryCredentialList) GetItemsOk

func (o *RegistryCredentialList) GetItemsOk() (*[]RegistryCredential, bool)

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

func (*RegistryCredentialList) GetKind

func (o *RegistryCredentialList) GetKind() string

GetKind returns the Kind field value

func (*RegistryCredentialList) GetKindOk

func (o *RegistryCredentialList) GetKindOk() (*string, bool)

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

func (*RegistryCredentialList) GetPage

func (o *RegistryCredentialList) GetPage() int32

GetPage returns the Page field value

func (*RegistryCredentialList) GetPageOk

func (o *RegistryCredentialList) GetPageOk() (*int32, bool)

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

func (*RegistryCredentialList) GetSize

func (o *RegistryCredentialList) GetSize() int32

GetSize returns the Size field value

func (*RegistryCredentialList) GetSizeOk

func (o *RegistryCredentialList) GetSizeOk() (*int32, bool)

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

func (*RegistryCredentialList) GetTotal

func (o *RegistryCredentialList) GetTotal() int32

GetTotal returns the Total field value

func (*RegistryCredentialList) GetTotalOk

func (o *RegistryCredentialList) GetTotalOk() (*int32, bool)

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

func (RegistryCredentialList) MarshalJSON

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

func (*RegistryCredentialList) SetItems

func (o *RegistryCredentialList) SetItems(v []RegistryCredential)

SetItems sets field value

func (*RegistryCredentialList) SetKind

func (o *RegistryCredentialList) SetKind(v string)

SetKind sets field value

func (*RegistryCredentialList) SetPage

func (o *RegistryCredentialList) SetPage(v int32)

SetPage sets field value

func (*RegistryCredentialList) SetSize

func (o *RegistryCredentialList) SetSize(v int32)

SetSize sets field value

func (*RegistryCredentialList) SetTotal

func (o *RegistryCredentialList) SetTotal(v int32)

SetTotal sets field value

type RegistryCredentialListAllOf

type RegistryCredentialListAllOf struct {
	Items *[]RegistryCredential `json:"items,omitempty"`
}

RegistryCredentialListAllOf struct for RegistryCredentialListAllOf

func NewRegistryCredentialListAllOf

func NewRegistryCredentialListAllOf() *RegistryCredentialListAllOf

NewRegistryCredentialListAllOf instantiates a new RegistryCredentialListAllOf 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 NewRegistryCredentialListAllOfWithDefaults

func NewRegistryCredentialListAllOfWithDefaults() *RegistryCredentialListAllOf

NewRegistryCredentialListAllOfWithDefaults instantiates a new RegistryCredentialListAllOf 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 (*RegistryCredentialListAllOf) GetItems

GetItems returns the Items field value if set, zero value otherwise.

func (*RegistryCredentialListAllOf) GetItemsOk

func (o *RegistryCredentialListAllOf) GetItemsOk() (*[]RegistryCredential, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCredentialListAllOf) HasItems

func (o *RegistryCredentialListAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (RegistryCredentialListAllOf) MarshalJSON

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

func (*RegistryCredentialListAllOf) SetItems

SetItems gets a reference to the given []RegistryCredential and assigns it to the Items field.

type RegistryCredentialPatchRequest

type RegistryCredentialPatchRequest struct {
	AccountId          *string `json:"account_id,omitempty"`
	ExternalResourceId *string `json:"external_resource_id,omitempty"`
	RegistryId         *string `json:"registry_id,omitempty"`
	Token              *string `json:"token,omitempty"`
	Username           *string `json:"username,omitempty"`
}

RegistryCredentialPatchRequest struct for RegistryCredentialPatchRequest

func NewRegistryCredentialPatchRequest

func NewRegistryCredentialPatchRequest() *RegistryCredentialPatchRequest

NewRegistryCredentialPatchRequest instantiates a new RegistryCredentialPatchRequest 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 NewRegistryCredentialPatchRequestWithDefaults

func NewRegistryCredentialPatchRequestWithDefaults() *RegistryCredentialPatchRequest

NewRegistryCredentialPatchRequestWithDefaults instantiates a new RegistryCredentialPatchRequest 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 (*RegistryCredentialPatchRequest) GetAccountId

func (o *RegistryCredentialPatchRequest) GetAccountId() string

GetAccountId returns the AccountId field value if set, zero value otherwise.

func (*RegistryCredentialPatchRequest) GetAccountIdOk

func (o *RegistryCredentialPatchRequest) GetAccountIdOk() (*string, bool)

GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCredentialPatchRequest) GetExternalResourceId

func (o *RegistryCredentialPatchRequest) GetExternalResourceId() string

GetExternalResourceId returns the ExternalResourceId field value if set, zero value otherwise.

func (*RegistryCredentialPatchRequest) GetExternalResourceIdOk

func (o *RegistryCredentialPatchRequest) GetExternalResourceIdOk() (*string, bool)

GetExternalResourceIdOk returns a tuple with the ExternalResourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCredentialPatchRequest) GetRegistryId

func (o *RegistryCredentialPatchRequest) GetRegistryId() string

GetRegistryId returns the RegistryId field value if set, zero value otherwise.

func (*RegistryCredentialPatchRequest) GetRegistryIdOk

func (o *RegistryCredentialPatchRequest) GetRegistryIdOk() (*string, bool)

GetRegistryIdOk returns a tuple with the RegistryId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCredentialPatchRequest) GetToken

func (o *RegistryCredentialPatchRequest) GetToken() string

GetToken returns the Token field value if set, zero value otherwise.

func (*RegistryCredentialPatchRequest) GetTokenOk

func (o *RegistryCredentialPatchRequest) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryCredentialPatchRequest) GetUsername

func (o *RegistryCredentialPatchRequest) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*RegistryCredentialPatchRequest) GetUsernameOk

func (o *RegistryCredentialPatchRequest) 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 (*RegistryCredentialPatchRequest) HasAccountId

func (o *RegistryCredentialPatchRequest) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

func (*RegistryCredentialPatchRequest) HasExternalResourceId

func (o *RegistryCredentialPatchRequest) HasExternalResourceId() bool

HasExternalResourceId returns a boolean if a field has been set.

func (*RegistryCredentialPatchRequest) HasRegistryId

func (o *RegistryCredentialPatchRequest) HasRegistryId() bool

HasRegistryId returns a boolean if a field has been set.

func (*RegistryCredentialPatchRequest) HasToken

func (o *RegistryCredentialPatchRequest) HasToken() bool

HasToken returns a boolean if a field has been set.

func (*RegistryCredentialPatchRequest) HasUsername

func (o *RegistryCredentialPatchRequest) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (RegistryCredentialPatchRequest) MarshalJSON

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

func (*RegistryCredentialPatchRequest) SetAccountId

func (o *RegistryCredentialPatchRequest) SetAccountId(v string)

SetAccountId gets a reference to the given string and assigns it to the AccountId field.

func (*RegistryCredentialPatchRequest) SetExternalResourceId

func (o *RegistryCredentialPatchRequest) SetExternalResourceId(v string)

SetExternalResourceId gets a reference to the given string and assigns it to the ExternalResourceId field.

func (*RegistryCredentialPatchRequest) SetRegistryId

func (o *RegistryCredentialPatchRequest) SetRegistryId(v string)

SetRegistryId gets a reference to the given string and assigns it to the RegistryId field.

func (*RegistryCredentialPatchRequest) SetToken

func (o *RegistryCredentialPatchRequest) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field.

func (*RegistryCredentialPatchRequest) SetUsername

func (o *RegistryCredentialPatchRequest) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

type RegistryList

type RegistryList struct {
	Kind  string     `json:"kind"`
	Page  int32      `json:"page"`
	Size  int32      `json:"size"`
	Total int32      `json:"total"`
	Items []Registry `json:"items"`
}

RegistryList struct for RegistryList

func NewRegistryList

func NewRegistryList(kind string, page int32, size int32, total int32, items []Registry) *RegistryList

NewRegistryList instantiates a new RegistryList 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 NewRegistryListWithDefaults

func NewRegistryListWithDefaults() *RegistryList

NewRegistryListWithDefaults instantiates a new RegistryList 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 (*RegistryList) GetItems

func (o *RegistryList) GetItems() []Registry

GetItems returns the Items field value

func (*RegistryList) GetItemsOk

func (o *RegistryList) GetItemsOk() (*[]Registry, bool)

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

func (*RegistryList) GetKind

func (o *RegistryList) GetKind() string

GetKind returns the Kind field value

func (*RegistryList) GetKindOk

func (o *RegistryList) GetKindOk() (*string, bool)

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

func (*RegistryList) GetPage

func (o *RegistryList) GetPage() int32

GetPage returns the Page field value

func (*RegistryList) GetPageOk

func (o *RegistryList) GetPageOk() (*int32, bool)

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

func (*RegistryList) GetSize

func (o *RegistryList) GetSize() int32

GetSize returns the Size field value

func (*RegistryList) GetSizeOk

func (o *RegistryList) GetSizeOk() (*int32, bool)

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

func (*RegistryList) GetTotal

func (o *RegistryList) GetTotal() int32

GetTotal returns the Total field value

func (*RegistryList) GetTotalOk

func (o *RegistryList) GetTotalOk() (*int32, bool)

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

func (RegistryList) MarshalJSON

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

func (*RegistryList) SetItems

func (o *RegistryList) SetItems(v []Registry)

SetItems sets field value

func (*RegistryList) SetKind

func (o *RegistryList) SetKind(v string)

SetKind sets field value

func (*RegistryList) SetPage

func (o *RegistryList) SetPage(v int32)

SetPage sets field value

func (*RegistryList) SetSize

func (o *RegistryList) SetSize(v int32)

SetSize sets field value

func (*RegistryList) SetTotal

func (o *RegistryList) SetTotal(v int32)

SetTotal sets field value

type RegistryListAllOf

type RegistryListAllOf struct {
	Items *[]Registry `json:"items,omitempty"`
}

RegistryListAllOf struct for RegistryListAllOf

func NewRegistryListAllOf

func NewRegistryListAllOf() *RegistryListAllOf

NewRegistryListAllOf instantiates a new RegistryListAllOf 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 NewRegistryListAllOfWithDefaults

func NewRegistryListAllOfWithDefaults() *RegistryListAllOf

NewRegistryListAllOfWithDefaults instantiates a new RegistryListAllOf 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 (*RegistryListAllOf) GetItems

func (o *RegistryListAllOf) GetItems() []Registry

GetItems returns the Items field value if set, zero value otherwise.

func (*RegistryListAllOf) GetItemsOk

func (o *RegistryListAllOf) GetItemsOk() (*[]Registry, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryListAllOf) HasItems

func (o *RegistryListAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (RegistryListAllOf) MarshalJSON

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

func (*RegistryListAllOf) SetItems

func (o *RegistryListAllOf) SetItems(v []Registry)

SetItems gets a reference to the given []Registry and assigns it to the Items field.

type RegistryRequest

type RegistryRequest struct {
	CloudAlias *bool   `json:"cloudAlias,omitempty"`
	Name       *string `json:"name,omitempty"`
	OrgName    *string `json:"org_name,omitempty"`
	TeamName   *string `json:"team_name,omitempty"`
	Type       *string `json:"type,omitempty"`
	Url        *string `json:"url,omitempty"`
}

RegistryRequest struct for RegistryRequest

func NewRegistryRequest

func NewRegistryRequest() *RegistryRequest

NewRegistryRequest instantiates a new RegistryRequest 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 NewRegistryRequestWithDefaults

func NewRegistryRequestWithDefaults() *RegistryRequest

NewRegistryRequestWithDefaults instantiates a new RegistryRequest 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 (*RegistryRequest) GetCloudAlias

func (o *RegistryRequest) GetCloudAlias() bool

GetCloudAlias returns the CloudAlias field value if set, zero value otherwise.

func (*RegistryRequest) GetCloudAliasOk

func (o *RegistryRequest) GetCloudAliasOk() (*bool, bool)

GetCloudAliasOk returns a tuple with the CloudAlias field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryRequest) GetName

func (o *RegistryRequest) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RegistryRequest) GetNameOk

func (o *RegistryRequest) 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 (*RegistryRequest) GetOrgName

func (o *RegistryRequest) GetOrgName() string

GetOrgName returns the OrgName field value if set, zero value otherwise.

func (*RegistryRequest) GetOrgNameOk

func (o *RegistryRequest) GetOrgNameOk() (*string, bool)

GetOrgNameOk returns a tuple with the OrgName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryRequest) GetTeamName

func (o *RegistryRequest) GetTeamName() string

GetTeamName returns the TeamName field value if set, zero value otherwise.

func (*RegistryRequest) GetTeamNameOk

func (o *RegistryRequest) GetTeamNameOk() (*string, bool)

GetTeamNameOk returns a tuple with the TeamName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryRequest) GetType

func (o *RegistryRequest) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*RegistryRequest) GetTypeOk

func (o *RegistryRequest) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryRequest) GetUrl

func (o *RegistryRequest) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*RegistryRequest) GetUrlOk

func (o *RegistryRequest) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegistryRequest) HasCloudAlias

func (o *RegistryRequest) HasCloudAlias() bool

HasCloudAlias returns a boolean if a field has been set.

func (*RegistryRequest) HasName

func (o *RegistryRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (*RegistryRequest) HasOrgName

func (o *RegistryRequest) HasOrgName() bool

HasOrgName returns a boolean if a field has been set.

func (*RegistryRequest) HasTeamName

func (o *RegistryRequest) HasTeamName() bool

HasTeamName returns a boolean if a field has been set.

func (*RegistryRequest) HasType

func (o *RegistryRequest) HasType() bool

HasType returns a boolean if a field has been set.

func (*RegistryRequest) HasUrl

func (o *RegistryRequest) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (RegistryRequest) MarshalJSON

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

func (*RegistryRequest) SetCloudAlias

func (o *RegistryRequest) SetCloudAlias(v bool)

SetCloudAlias gets a reference to the given bool and assigns it to the CloudAlias field.

func (*RegistryRequest) SetName

func (o *RegistryRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RegistryRequest) SetOrgName

func (o *RegistryRequest) SetOrgName(v string)

SetOrgName gets a reference to the given string and assigns it to the OrgName field.

func (*RegistryRequest) SetTeamName

func (o *RegistryRequest) SetTeamName(v string)

SetTeamName gets a reference to the given string and assigns it to the TeamName field.

func (*RegistryRequest) SetType

func (o *RegistryRequest) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*RegistryRequest) SetUrl

func (o *RegistryRequest) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

type RelatedResource

type RelatedResource struct {
	Href                 *string `json:"href,omitempty"`
	Id                   *string `json:"id,omitempty"`
	Kind                 *string `json:"kind,omitempty"`
	AvailabilityZoneType string  `json:"availability_zone_type"`
	BillingModel         string  `json:"billing_model"`
	Byoc                 string  `json:"byoc"`
	CloudProvider        string  `json:"cloud_provider"`
	Cost                 int32   `json:"cost"`
	Product              string  `json:"product"`
	ProductId            *string `json:"product_id,omitempty"`
	ResourceName         *string `json:"resource_name,omitempty"`
	ResourceType         string  `json:"resource_type"`
}

RelatedResource struct for RelatedResource

func NewRelatedResource

func NewRelatedResource(availabilityZoneType string, billingModel string, byoc string, cloudProvider string, cost int32, product string, resourceType string) *RelatedResource

NewRelatedResource instantiates a new RelatedResource 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 NewRelatedResourceWithDefaults

func NewRelatedResourceWithDefaults() *RelatedResource

NewRelatedResourceWithDefaults instantiates a new RelatedResource 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 (*RelatedResource) GetAvailabilityZoneType

func (o *RelatedResource) GetAvailabilityZoneType() string

GetAvailabilityZoneType returns the AvailabilityZoneType field value

func (*RelatedResource) GetAvailabilityZoneTypeOk

func (o *RelatedResource) GetAvailabilityZoneTypeOk() (*string, bool)

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

func (*RelatedResource) GetBillingModel

func (o *RelatedResource) GetBillingModel() string

GetBillingModel returns the BillingModel field value

func (*RelatedResource) GetBillingModelOk

func (o *RelatedResource) GetBillingModelOk() (*string, bool)

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

func (*RelatedResource) GetByoc

func (o *RelatedResource) GetByoc() string

GetByoc returns the Byoc field value

func (*RelatedResource) GetByocOk

func (o *RelatedResource) GetByocOk() (*string, bool)

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

func (*RelatedResource) GetCloudProvider

func (o *RelatedResource) GetCloudProvider() string

GetCloudProvider returns the CloudProvider field value

func (*RelatedResource) GetCloudProviderOk

func (o *RelatedResource) GetCloudProviderOk() (*string, bool)

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

func (*RelatedResource) GetCost

func (o *RelatedResource) GetCost() int32

GetCost returns the Cost field value

func (*RelatedResource) GetCostOk

func (o *RelatedResource) GetCostOk() (*int32, bool)

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

func (*RelatedResource) GetHref

func (o *RelatedResource) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*RelatedResource) GetHrefOk

func (o *RelatedResource) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelatedResource) GetId

func (o *RelatedResource) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*RelatedResource) GetIdOk

func (o *RelatedResource) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelatedResource) GetKind

func (o *RelatedResource) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*RelatedResource) GetKindOk

func (o *RelatedResource) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelatedResource) GetProduct

func (o *RelatedResource) GetProduct() string

GetProduct returns the Product field value

func (*RelatedResource) GetProductId

func (o *RelatedResource) GetProductId() string

GetProductId returns the ProductId field value if set, zero value otherwise.

func (*RelatedResource) GetProductIdOk

func (o *RelatedResource) GetProductIdOk() (*string, bool)

GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelatedResource) GetProductOk

func (o *RelatedResource) GetProductOk() (*string, bool)

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

func (*RelatedResource) GetResourceName

func (o *RelatedResource) GetResourceName() string

GetResourceName returns the ResourceName field value if set, zero value otherwise.

func (*RelatedResource) GetResourceNameOk

func (o *RelatedResource) GetResourceNameOk() (*string, bool)

GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelatedResource) GetResourceType

func (o *RelatedResource) GetResourceType() string

GetResourceType returns the ResourceType field value

func (*RelatedResource) GetResourceTypeOk

func (o *RelatedResource) GetResourceTypeOk() (*string, bool)

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

func (*RelatedResource) HasHref

func (o *RelatedResource) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*RelatedResource) HasId

func (o *RelatedResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*RelatedResource) HasKind

func (o *RelatedResource) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*RelatedResource) HasProductId

func (o *RelatedResource) HasProductId() bool

HasProductId returns a boolean if a field has been set.

func (*RelatedResource) HasResourceName

func (o *RelatedResource) HasResourceName() bool

HasResourceName returns a boolean if a field has been set.

func (RelatedResource) MarshalJSON

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

func (*RelatedResource) SetAvailabilityZoneType

func (o *RelatedResource) SetAvailabilityZoneType(v string)

SetAvailabilityZoneType sets field value

func (*RelatedResource) SetBillingModel

func (o *RelatedResource) SetBillingModel(v string)

SetBillingModel sets field value

func (*RelatedResource) SetByoc

func (o *RelatedResource) SetByoc(v string)

SetByoc sets field value

func (*RelatedResource) SetCloudProvider

func (o *RelatedResource) SetCloudProvider(v string)

SetCloudProvider sets field value

func (*RelatedResource) SetCost

func (o *RelatedResource) SetCost(v int32)

SetCost sets field value

func (*RelatedResource) SetHref

func (o *RelatedResource) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*RelatedResource) SetId

func (o *RelatedResource) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*RelatedResource) SetKind

func (o *RelatedResource) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*RelatedResource) SetProduct

func (o *RelatedResource) SetProduct(v string)

SetProduct sets field value

func (*RelatedResource) SetProductId

func (o *RelatedResource) SetProductId(v string)

SetProductId gets a reference to the given string and assigns it to the ProductId field.

func (*RelatedResource) SetResourceName

func (o *RelatedResource) SetResourceName(v string)

SetResourceName gets a reference to the given string and assigns it to the ResourceName field.

func (*RelatedResource) SetResourceType

func (o *RelatedResource) SetResourceType(v string)

SetResourceType sets field value

type RelatedResourceAllOf

type RelatedResourceAllOf struct {
	AvailabilityZoneType string  `json:"availability_zone_type"`
	BillingModel         string  `json:"billing_model"`
	Byoc                 string  `json:"byoc"`
	CloudProvider        string  `json:"cloud_provider"`
	Cost                 int32   `json:"cost"`
	Product              string  `json:"product"`
	ProductId            *string `json:"product_id,omitempty"`
	ResourceName         *string `json:"resource_name,omitempty"`
	ResourceType         string  `json:"resource_type"`
}

RelatedResourceAllOf struct for RelatedResourceAllOf

func NewRelatedResourceAllOf

func NewRelatedResourceAllOf(availabilityZoneType string, billingModel string, byoc string, cloudProvider string, cost int32, product string, resourceType string) *RelatedResourceAllOf

NewRelatedResourceAllOf instantiates a new RelatedResourceAllOf 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 NewRelatedResourceAllOfWithDefaults

func NewRelatedResourceAllOfWithDefaults() *RelatedResourceAllOf

NewRelatedResourceAllOfWithDefaults instantiates a new RelatedResourceAllOf 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 (*RelatedResourceAllOf) GetAvailabilityZoneType

func (o *RelatedResourceAllOf) GetAvailabilityZoneType() string

GetAvailabilityZoneType returns the AvailabilityZoneType field value

func (*RelatedResourceAllOf) GetAvailabilityZoneTypeOk

func (o *RelatedResourceAllOf) GetAvailabilityZoneTypeOk() (*string, bool)

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

func (*RelatedResourceAllOf) GetBillingModel

func (o *RelatedResourceAllOf) GetBillingModel() string

GetBillingModel returns the BillingModel field value

func (*RelatedResourceAllOf) GetBillingModelOk

func (o *RelatedResourceAllOf) GetBillingModelOk() (*string, bool)

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

func (*RelatedResourceAllOf) GetByoc

func (o *RelatedResourceAllOf) GetByoc() string

GetByoc returns the Byoc field value

func (*RelatedResourceAllOf) GetByocOk

func (o *RelatedResourceAllOf) GetByocOk() (*string, bool)

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

func (*RelatedResourceAllOf) GetCloudProvider

func (o *RelatedResourceAllOf) GetCloudProvider() string

GetCloudProvider returns the CloudProvider field value

func (*RelatedResourceAllOf) GetCloudProviderOk

func (o *RelatedResourceAllOf) GetCloudProviderOk() (*string, bool)

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

func (*RelatedResourceAllOf) GetCost

func (o *RelatedResourceAllOf) GetCost() int32

GetCost returns the Cost field value

func (*RelatedResourceAllOf) GetCostOk

func (o *RelatedResourceAllOf) GetCostOk() (*int32, bool)

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

func (*RelatedResourceAllOf) GetProduct

func (o *RelatedResourceAllOf) GetProduct() string

GetProduct returns the Product field value

func (*RelatedResourceAllOf) GetProductId

func (o *RelatedResourceAllOf) GetProductId() string

GetProductId returns the ProductId field value if set, zero value otherwise.

func (*RelatedResourceAllOf) GetProductIdOk

func (o *RelatedResourceAllOf) GetProductIdOk() (*string, bool)

GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelatedResourceAllOf) GetProductOk

func (o *RelatedResourceAllOf) GetProductOk() (*string, bool)

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

func (*RelatedResourceAllOf) GetResourceName

func (o *RelatedResourceAllOf) GetResourceName() string

GetResourceName returns the ResourceName field value if set, zero value otherwise.

func (*RelatedResourceAllOf) GetResourceNameOk

func (o *RelatedResourceAllOf) GetResourceNameOk() (*string, bool)

GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelatedResourceAllOf) GetResourceType

func (o *RelatedResourceAllOf) GetResourceType() string

GetResourceType returns the ResourceType field value

func (*RelatedResourceAllOf) GetResourceTypeOk

func (o *RelatedResourceAllOf) GetResourceTypeOk() (*string, bool)

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

func (*RelatedResourceAllOf) HasProductId

func (o *RelatedResourceAllOf) HasProductId() bool

HasProductId returns a boolean if a field has been set.

func (*RelatedResourceAllOf) HasResourceName

func (o *RelatedResourceAllOf) HasResourceName() bool

HasResourceName returns a boolean if a field has been set.

func (RelatedResourceAllOf) MarshalJSON

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

func (*RelatedResourceAllOf) SetAvailabilityZoneType

func (o *RelatedResourceAllOf) SetAvailabilityZoneType(v string)

SetAvailabilityZoneType sets field value

func (*RelatedResourceAllOf) SetBillingModel

func (o *RelatedResourceAllOf) SetBillingModel(v string)

SetBillingModel sets field value

func (*RelatedResourceAllOf) SetByoc

func (o *RelatedResourceAllOf) SetByoc(v string)

SetByoc sets field value

func (*RelatedResourceAllOf) SetCloudProvider

func (o *RelatedResourceAllOf) SetCloudProvider(v string)

SetCloudProvider sets field value

func (*RelatedResourceAllOf) SetCost

func (o *RelatedResourceAllOf) SetCost(v int32)

SetCost sets field value

func (*RelatedResourceAllOf) SetProduct

func (o *RelatedResourceAllOf) SetProduct(v string)

SetProduct sets field value

func (*RelatedResourceAllOf) SetProductId

func (o *RelatedResourceAllOf) SetProductId(v string)

SetProductId gets a reference to the given string and assigns it to the ProductId field.

func (*RelatedResourceAllOf) SetResourceName

func (o *RelatedResourceAllOf) SetResourceName(v string)

SetResourceName gets a reference to the given string and assigns it to the ResourceName field.

func (*RelatedResourceAllOf) SetResourceType

func (o *RelatedResourceAllOf) SetResourceType(v string)

SetResourceType sets field value

type ReservedResource

type ReservedResource struct {
	Href                 *string          `json:"href,omitempty"`
	Id                   *string          `json:"id,omitempty"`
	Kind                 *string          `json:"kind,omitempty"`
	AvailabilityZoneType *string          `json:"availability_zone_type,omitempty"`
	BillingModel         *string          `json:"billing_model,omitempty"`
	Byoc                 bool             `json:"byoc"`
	Cluster              *bool            `json:"cluster,omitempty"`
	Count                *int32           `json:"count,omitempty"`
	CreatedAt            *time.Time       `json:"created_at,omitempty"`
	ResourceName         *string          `json:"resource_name,omitempty"`
	ResourceType         *string          `json:"resource_type,omitempty"`
	Subscription         *ObjectReference `json:"subscription,omitempty"`
	UpdatedAt            *time.Time       `json:"updated_at,omitempty"`
}

ReservedResource struct for ReservedResource

func NewReservedResource

func NewReservedResource(byoc bool) *ReservedResource

NewReservedResource instantiates a new ReservedResource 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 NewReservedResourceWithDefaults

func NewReservedResourceWithDefaults() *ReservedResource

NewReservedResourceWithDefaults instantiates a new ReservedResource 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 (*ReservedResource) GetAvailabilityZoneType

func (o *ReservedResource) GetAvailabilityZoneType() string

GetAvailabilityZoneType returns the AvailabilityZoneType field value if set, zero value otherwise.

func (*ReservedResource) GetAvailabilityZoneTypeOk

func (o *ReservedResource) GetAvailabilityZoneTypeOk() (*string, bool)

GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservedResource) GetBillingModel

func (o *ReservedResource) GetBillingModel() string

GetBillingModel returns the BillingModel field value if set, zero value otherwise.

func (*ReservedResource) GetBillingModelOk

func (o *ReservedResource) GetBillingModelOk() (*string, bool)

GetBillingModelOk returns a tuple with the BillingModel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservedResource) GetByoc

func (o *ReservedResource) GetByoc() bool

GetByoc returns the Byoc field value

func (*ReservedResource) GetByocOk

func (o *ReservedResource) GetByocOk() (*bool, bool)

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

func (*ReservedResource) GetCluster

func (o *ReservedResource) GetCluster() bool

GetCluster returns the Cluster field value if set, zero value otherwise.

func (*ReservedResource) GetClusterOk

func (o *ReservedResource) GetClusterOk() (*bool, bool)

GetClusterOk returns a tuple with the Cluster field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservedResource) GetCount

func (o *ReservedResource) GetCount() int32

GetCount returns the Count field value if set, zero value otherwise.

func (*ReservedResource) GetCountOk

func (o *ReservedResource) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservedResource) GetCreatedAt

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

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*ReservedResource) GetCreatedAtOk

func (o *ReservedResource) 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 (*ReservedResource) GetHref

func (o *ReservedResource) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*ReservedResource) GetHrefOk

func (o *ReservedResource) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservedResource) GetId

func (o *ReservedResource) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ReservedResource) GetIdOk

func (o *ReservedResource) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservedResource) GetKind

func (o *ReservedResource) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*ReservedResource) GetKindOk

func (o *ReservedResource) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservedResource) GetResourceName

func (o *ReservedResource) GetResourceName() string

GetResourceName returns the ResourceName field value if set, zero value otherwise.

func (*ReservedResource) GetResourceNameOk

func (o *ReservedResource) GetResourceNameOk() (*string, bool)

GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservedResource) GetResourceType

func (o *ReservedResource) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*ReservedResource) GetResourceTypeOk

func (o *ReservedResource) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservedResource) GetSubscription

func (o *ReservedResource) GetSubscription() ObjectReference

GetSubscription returns the Subscription field value if set, zero value otherwise.

func (*ReservedResource) GetSubscriptionOk

func (o *ReservedResource) GetSubscriptionOk() (*ObjectReference, bool)

GetSubscriptionOk returns a tuple with the Subscription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservedResource) GetUpdatedAt

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

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*ReservedResource) GetUpdatedAtOk

func (o *ReservedResource) 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 (*ReservedResource) HasAvailabilityZoneType

func (o *ReservedResource) HasAvailabilityZoneType() bool

HasAvailabilityZoneType returns a boolean if a field has been set.

func (*ReservedResource) HasBillingModel

func (o *ReservedResource) HasBillingModel() bool

HasBillingModel returns a boolean if a field has been set.

func (*ReservedResource) HasCluster

func (o *ReservedResource) HasCluster() bool

HasCluster returns a boolean if a field has been set.

func (*ReservedResource) HasCount

func (o *ReservedResource) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*ReservedResource) HasCreatedAt

func (o *ReservedResource) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*ReservedResource) HasHref

func (o *ReservedResource) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*ReservedResource) HasId

func (o *ReservedResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ReservedResource) HasKind

func (o *ReservedResource) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*ReservedResource) HasResourceName

func (o *ReservedResource) HasResourceName() bool

HasResourceName returns a boolean if a field has been set.

func (*ReservedResource) HasResourceType

func (o *ReservedResource) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (*ReservedResource) HasSubscription

func (o *ReservedResource) HasSubscription() bool

HasSubscription returns a boolean if a field has been set.

func (*ReservedResource) HasUpdatedAt

func (o *ReservedResource) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (ReservedResource) MarshalJSON

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

func (*ReservedResource) SetAvailabilityZoneType

func (o *ReservedResource) SetAvailabilityZoneType(v string)

SetAvailabilityZoneType gets a reference to the given string and assigns it to the AvailabilityZoneType field.

func (*ReservedResource) SetBillingModel

func (o *ReservedResource) SetBillingModel(v string)

SetBillingModel gets a reference to the given string and assigns it to the BillingModel field.

func (*ReservedResource) SetByoc

func (o *ReservedResource) SetByoc(v bool)

SetByoc sets field value

func (*ReservedResource) SetCluster

func (o *ReservedResource) SetCluster(v bool)

SetCluster gets a reference to the given bool and assigns it to the Cluster field.

func (*ReservedResource) SetCount

func (o *ReservedResource) SetCount(v int32)

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (*ReservedResource) SetCreatedAt

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

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*ReservedResource) SetHref

func (o *ReservedResource) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*ReservedResource) SetId

func (o *ReservedResource) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ReservedResource) SetKind

func (o *ReservedResource) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*ReservedResource) SetResourceName

func (o *ReservedResource) SetResourceName(v string)

SetResourceName gets a reference to the given string and assigns it to the ResourceName field.

func (*ReservedResource) SetResourceType

func (o *ReservedResource) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

func (*ReservedResource) SetSubscription

func (o *ReservedResource) SetSubscription(v ObjectReference)

SetSubscription gets a reference to the given ObjectReference and assigns it to the Subscription field.

func (*ReservedResource) SetUpdatedAt

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

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

type ReservedResourceAllOf

type ReservedResourceAllOf struct {
	AvailabilityZoneType *string          `json:"availability_zone_type,omitempty"`
	BillingModel         *string          `json:"billing_model,omitempty"`
	Byoc                 bool             `json:"byoc"`
	Cluster              *bool            `json:"cluster,omitempty"`
	Count                *int32           `json:"count,omitempty"`
	CreatedAt            *time.Time       `json:"created_at,omitempty"`
	ResourceName         *string          `json:"resource_name,omitempty"`
	ResourceType         *string          `json:"resource_type,omitempty"`
	Subscription         *ObjectReference `json:"subscription,omitempty"`
	UpdatedAt            *time.Time       `json:"updated_at,omitempty"`
}

ReservedResourceAllOf struct for ReservedResourceAllOf

func NewReservedResourceAllOf

func NewReservedResourceAllOf(byoc bool) *ReservedResourceAllOf

NewReservedResourceAllOf instantiates a new ReservedResourceAllOf 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 NewReservedResourceAllOfWithDefaults

func NewReservedResourceAllOfWithDefaults() *ReservedResourceAllOf

NewReservedResourceAllOfWithDefaults instantiates a new ReservedResourceAllOf 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 (*ReservedResourceAllOf) GetAvailabilityZoneType

func (o *ReservedResourceAllOf) GetAvailabilityZoneType() string

GetAvailabilityZoneType returns the AvailabilityZoneType field value if set, zero value otherwise.

func (*ReservedResourceAllOf) GetAvailabilityZoneTypeOk

func (o *ReservedResourceAllOf) GetAvailabilityZoneTypeOk() (*string, bool)

GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservedResourceAllOf) GetBillingModel

func (o *ReservedResourceAllOf) GetBillingModel() string

GetBillingModel returns the BillingModel field value if set, zero value otherwise.

func (*ReservedResourceAllOf) GetBillingModelOk

func (o *ReservedResourceAllOf) GetBillingModelOk() (*string, bool)

GetBillingModelOk returns a tuple with the BillingModel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservedResourceAllOf) GetByoc

func (o *ReservedResourceAllOf) GetByoc() bool

GetByoc returns the Byoc field value

func (*ReservedResourceAllOf) GetByocOk

func (o *ReservedResourceAllOf) GetByocOk() (*bool, bool)

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

func (*ReservedResourceAllOf) GetCluster

func (o *ReservedResourceAllOf) GetCluster() bool

GetCluster returns the Cluster field value if set, zero value otherwise.

func (*ReservedResourceAllOf) GetClusterOk

func (o *ReservedResourceAllOf) GetClusterOk() (*bool, bool)

GetClusterOk returns a tuple with the Cluster field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservedResourceAllOf) GetCount

func (o *ReservedResourceAllOf) GetCount() int32

GetCount returns the Count field value if set, zero value otherwise.

func (*ReservedResourceAllOf) GetCountOk

func (o *ReservedResourceAllOf) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservedResourceAllOf) GetCreatedAt

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

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*ReservedResourceAllOf) GetCreatedAtOk

func (o *ReservedResourceAllOf) 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 (*ReservedResourceAllOf) GetResourceName

func (o *ReservedResourceAllOf) GetResourceName() string

GetResourceName returns the ResourceName field value if set, zero value otherwise.

func (*ReservedResourceAllOf) GetResourceNameOk

func (o *ReservedResourceAllOf) GetResourceNameOk() (*string, bool)

GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservedResourceAllOf) GetResourceType

func (o *ReservedResourceAllOf) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*ReservedResourceAllOf) GetResourceTypeOk

func (o *ReservedResourceAllOf) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservedResourceAllOf) GetSubscription

func (o *ReservedResourceAllOf) GetSubscription() ObjectReference

GetSubscription returns the Subscription field value if set, zero value otherwise.

func (*ReservedResourceAllOf) GetSubscriptionOk

func (o *ReservedResourceAllOf) GetSubscriptionOk() (*ObjectReference, bool)

GetSubscriptionOk returns a tuple with the Subscription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservedResourceAllOf) GetUpdatedAt

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

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*ReservedResourceAllOf) GetUpdatedAtOk

func (o *ReservedResourceAllOf) 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 (*ReservedResourceAllOf) HasAvailabilityZoneType

func (o *ReservedResourceAllOf) HasAvailabilityZoneType() bool

HasAvailabilityZoneType returns a boolean if a field has been set.

func (*ReservedResourceAllOf) HasBillingModel

func (o *ReservedResourceAllOf) HasBillingModel() bool

HasBillingModel returns a boolean if a field has been set.

func (*ReservedResourceAllOf) HasCluster

func (o *ReservedResourceAllOf) HasCluster() bool

HasCluster returns a boolean if a field has been set.

func (*ReservedResourceAllOf) HasCount

func (o *ReservedResourceAllOf) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*ReservedResourceAllOf) HasCreatedAt

func (o *ReservedResourceAllOf) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*ReservedResourceAllOf) HasResourceName

func (o *ReservedResourceAllOf) HasResourceName() bool

HasResourceName returns a boolean if a field has been set.

func (*ReservedResourceAllOf) HasResourceType

func (o *ReservedResourceAllOf) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (*ReservedResourceAllOf) HasSubscription

func (o *ReservedResourceAllOf) HasSubscription() bool

HasSubscription returns a boolean if a field has been set.

func (*ReservedResourceAllOf) HasUpdatedAt

func (o *ReservedResourceAllOf) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (ReservedResourceAllOf) MarshalJSON

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

func (*ReservedResourceAllOf) SetAvailabilityZoneType

func (o *ReservedResourceAllOf) SetAvailabilityZoneType(v string)

SetAvailabilityZoneType gets a reference to the given string and assigns it to the AvailabilityZoneType field.

func (*ReservedResourceAllOf) SetBillingModel

func (o *ReservedResourceAllOf) SetBillingModel(v string)

SetBillingModel gets a reference to the given string and assigns it to the BillingModel field.

func (*ReservedResourceAllOf) SetByoc

func (o *ReservedResourceAllOf) SetByoc(v bool)

SetByoc sets field value

func (*ReservedResourceAllOf) SetCluster

func (o *ReservedResourceAllOf) SetCluster(v bool)

SetCluster gets a reference to the given bool and assigns it to the Cluster field.

func (*ReservedResourceAllOf) SetCount

func (o *ReservedResourceAllOf) SetCount(v int32)

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (*ReservedResourceAllOf) SetCreatedAt

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

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*ReservedResourceAllOf) SetResourceName

func (o *ReservedResourceAllOf) SetResourceName(v string)

SetResourceName gets a reference to the given string and assigns it to the ResourceName field.

func (*ReservedResourceAllOf) SetResourceType

func (o *ReservedResourceAllOf) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

func (*ReservedResourceAllOf) SetSubscription

func (o *ReservedResourceAllOf) SetSubscription(v ObjectReference)

SetSubscription gets a reference to the given ObjectReference and assigns it to the Subscription field.

func (*ReservedResourceAllOf) SetUpdatedAt

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

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

type ReservedResourceList

type ReservedResourceList struct {
	Kind  string             `json:"kind"`
	Page  int32              `json:"page"`
	Size  int32              `json:"size"`
	Total int32              `json:"total"`
	Items []ReservedResource `json:"items"`
}

ReservedResourceList struct for ReservedResourceList

func NewReservedResourceList

func NewReservedResourceList(kind string, page int32, size int32, total int32, items []ReservedResource) *ReservedResourceList

NewReservedResourceList instantiates a new ReservedResourceList 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 NewReservedResourceListWithDefaults

func NewReservedResourceListWithDefaults() *ReservedResourceList

NewReservedResourceListWithDefaults instantiates a new ReservedResourceList 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 (*ReservedResourceList) GetItems

func (o *ReservedResourceList) GetItems() []ReservedResource

GetItems returns the Items field value

func (*ReservedResourceList) GetItemsOk

func (o *ReservedResourceList) GetItemsOk() (*[]ReservedResource, bool)

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

func (*ReservedResourceList) GetKind

func (o *ReservedResourceList) GetKind() string

GetKind returns the Kind field value

func (*ReservedResourceList) GetKindOk

func (o *ReservedResourceList) GetKindOk() (*string, bool)

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

func (*ReservedResourceList) GetPage

func (o *ReservedResourceList) GetPage() int32

GetPage returns the Page field value

func (*ReservedResourceList) GetPageOk

func (o *ReservedResourceList) GetPageOk() (*int32, bool)

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

func (*ReservedResourceList) GetSize

func (o *ReservedResourceList) GetSize() int32

GetSize returns the Size field value

func (*ReservedResourceList) GetSizeOk

func (o *ReservedResourceList) GetSizeOk() (*int32, bool)

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

func (*ReservedResourceList) GetTotal

func (o *ReservedResourceList) GetTotal() int32

GetTotal returns the Total field value

func (*ReservedResourceList) GetTotalOk

func (o *ReservedResourceList) GetTotalOk() (*int32, bool)

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

func (ReservedResourceList) MarshalJSON

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

func (*ReservedResourceList) SetItems

func (o *ReservedResourceList) SetItems(v []ReservedResource)

SetItems sets field value

func (*ReservedResourceList) SetKind

func (o *ReservedResourceList) SetKind(v string)

SetKind sets field value

func (*ReservedResourceList) SetPage

func (o *ReservedResourceList) SetPage(v int32)

SetPage sets field value

func (*ReservedResourceList) SetSize

func (o *ReservedResourceList) SetSize(v int32)

SetSize sets field value

func (*ReservedResourceList) SetTotal

func (o *ReservedResourceList) SetTotal(v int32)

SetTotal sets field value

type ReservedResourceListAllOf

type ReservedResourceListAllOf struct {
	Items *[]ReservedResource `json:"items,omitempty"`
}

ReservedResourceListAllOf struct for ReservedResourceListAllOf

func NewReservedResourceListAllOf

func NewReservedResourceListAllOf() *ReservedResourceListAllOf

NewReservedResourceListAllOf instantiates a new ReservedResourceListAllOf 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 NewReservedResourceListAllOfWithDefaults

func NewReservedResourceListAllOfWithDefaults() *ReservedResourceListAllOf

NewReservedResourceListAllOfWithDefaults instantiates a new ReservedResourceListAllOf 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 (*ReservedResourceListAllOf) GetItems

GetItems returns the Items field value if set, zero value otherwise.

func (*ReservedResourceListAllOf) GetItemsOk

func (o *ReservedResourceListAllOf) GetItemsOk() (*[]ReservedResource, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservedResourceListAllOf) HasItems

func (o *ReservedResourceListAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (ReservedResourceListAllOf) MarshalJSON

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

func (*ReservedResourceListAllOf) SetItems

SetItems gets a reference to the given []ReservedResource and assigns it to the Items field.

type ResourceQuota

type ResourceQuota struct {
	Href                 *string    `json:"href,omitempty"`
	Id                   *string    `json:"id,omitempty"`
	Kind                 *string    `json:"kind,omitempty"`
	Allowed              int32      `json:"allowed"`
	AvailabilityZoneType *string    `json:"availability_zone_type,omitempty"`
	Byoc                 bool       `json:"byoc"`
	CreatedAt            *time.Time `json:"created_at,omitempty"`
	OrganizationId       *string    `json:"organization_id,omitempty"`
	ResourceName         string     `json:"resource_name"`
	ResourceType         string     `json:"resource_type"`
	Sku                  *string    `json:"sku,omitempty"`
	SkuCount             *int32     `json:"sku_count,omitempty"`
	Type                 *string    `json:"type,omitempty"`
	UpdatedAt            *time.Time `json:"updated_at,omitempty"`
}

ResourceQuota struct for ResourceQuota

func NewResourceQuota

func NewResourceQuota(allowed int32, byoc bool, resourceName string, resourceType string) *ResourceQuota

NewResourceQuota instantiates a new ResourceQuota 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 NewResourceQuotaWithDefaults

func NewResourceQuotaWithDefaults() *ResourceQuota

NewResourceQuotaWithDefaults instantiates a new ResourceQuota 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 (*ResourceQuota) GetAllowed

func (o *ResourceQuota) GetAllowed() int32

GetAllowed returns the Allowed field value

func (*ResourceQuota) GetAllowedOk

func (o *ResourceQuota) GetAllowedOk() (*int32, bool)

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

func (*ResourceQuota) GetAvailabilityZoneType

func (o *ResourceQuota) GetAvailabilityZoneType() string

GetAvailabilityZoneType returns the AvailabilityZoneType field value if set, zero value otherwise.

func (*ResourceQuota) GetAvailabilityZoneTypeOk

func (o *ResourceQuota) GetAvailabilityZoneTypeOk() (*string, bool)

GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceQuota) GetByoc

func (o *ResourceQuota) GetByoc() bool

GetByoc returns the Byoc field value

func (*ResourceQuota) GetByocOk

func (o *ResourceQuota) GetByocOk() (*bool, bool)

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

func (*ResourceQuota) GetCreatedAt

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

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*ResourceQuota) GetCreatedAtOk

func (o *ResourceQuota) 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 (*ResourceQuota) GetHref

func (o *ResourceQuota) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*ResourceQuota) GetHrefOk

func (o *ResourceQuota) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceQuota) GetId

func (o *ResourceQuota) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ResourceQuota) GetIdOk

func (o *ResourceQuota) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceQuota) GetKind

func (o *ResourceQuota) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*ResourceQuota) GetKindOk

func (o *ResourceQuota) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceQuota) GetOrganizationId

func (o *ResourceQuota) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*ResourceQuota) GetOrganizationIdOk

func (o *ResourceQuota) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceQuota) GetResourceName

func (o *ResourceQuota) GetResourceName() string

GetResourceName returns the ResourceName field value

func (*ResourceQuota) GetResourceNameOk

func (o *ResourceQuota) GetResourceNameOk() (*string, bool)

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

func (*ResourceQuota) GetResourceType

func (o *ResourceQuota) GetResourceType() string

GetResourceType returns the ResourceType field value

func (*ResourceQuota) GetResourceTypeOk

func (o *ResourceQuota) GetResourceTypeOk() (*string, bool)

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

func (*ResourceQuota) GetSku

func (o *ResourceQuota) GetSku() string

GetSku returns the Sku field value if set, zero value otherwise.

func (*ResourceQuota) GetSkuCount

func (o *ResourceQuota) GetSkuCount() int32

GetSkuCount returns the SkuCount field value if set, zero value otherwise.

func (*ResourceQuota) GetSkuCountOk

func (o *ResourceQuota) GetSkuCountOk() (*int32, bool)

GetSkuCountOk returns a tuple with the SkuCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceQuota) GetSkuOk

func (o *ResourceQuota) GetSkuOk() (*string, bool)

GetSkuOk returns a tuple with the Sku field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceQuota) GetType

func (o *ResourceQuota) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ResourceQuota) GetTypeOk

func (o *ResourceQuota) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceQuota) GetUpdatedAt

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

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*ResourceQuota) GetUpdatedAtOk

func (o *ResourceQuota) 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 (*ResourceQuota) HasAvailabilityZoneType

func (o *ResourceQuota) HasAvailabilityZoneType() bool

HasAvailabilityZoneType returns a boolean if a field has been set.

func (*ResourceQuota) HasCreatedAt

func (o *ResourceQuota) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*ResourceQuota) HasHref

func (o *ResourceQuota) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*ResourceQuota) HasId

func (o *ResourceQuota) HasId() bool

HasId returns a boolean if a field has been set.

func (*ResourceQuota) HasKind

func (o *ResourceQuota) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*ResourceQuota) HasOrganizationId

func (o *ResourceQuota) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*ResourceQuota) HasSku

func (o *ResourceQuota) HasSku() bool

HasSku returns a boolean if a field has been set.

func (*ResourceQuota) HasSkuCount

func (o *ResourceQuota) HasSkuCount() bool

HasSkuCount returns a boolean if a field has been set.

func (*ResourceQuota) HasType

func (o *ResourceQuota) HasType() bool

HasType returns a boolean if a field has been set.

func (*ResourceQuota) HasUpdatedAt

func (o *ResourceQuota) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (ResourceQuota) MarshalJSON

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

func (*ResourceQuota) SetAllowed

func (o *ResourceQuota) SetAllowed(v int32)

SetAllowed sets field value

func (*ResourceQuota) SetAvailabilityZoneType

func (o *ResourceQuota) SetAvailabilityZoneType(v string)

SetAvailabilityZoneType gets a reference to the given string and assigns it to the AvailabilityZoneType field.

func (*ResourceQuota) SetByoc

func (o *ResourceQuota) SetByoc(v bool)

SetByoc sets field value

func (*ResourceQuota) SetCreatedAt

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

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*ResourceQuota) SetHref

func (o *ResourceQuota) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*ResourceQuota) SetId

func (o *ResourceQuota) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ResourceQuota) SetKind

func (o *ResourceQuota) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*ResourceQuota) SetOrganizationId

func (o *ResourceQuota) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*ResourceQuota) SetResourceName

func (o *ResourceQuota) SetResourceName(v string)

SetResourceName sets field value

func (*ResourceQuota) SetResourceType

func (o *ResourceQuota) SetResourceType(v string)

SetResourceType sets field value

func (*ResourceQuota) SetSku

func (o *ResourceQuota) SetSku(v string)

SetSku gets a reference to the given string and assigns it to the Sku field.

func (*ResourceQuota) SetSkuCount

func (o *ResourceQuota) SetSkuCount(v int32)

SetSkuCount gets a reference to the given int32 and assigns it to the SkuCount field.

func (*ResourceQuota) SetType

func (o *ResourceQuota) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ResourceQuota) SetUpdatedAt

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

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

type ResourceQuotaAllOf

type ResourceQuotaAllOf struct {
	Allowed              int32      `json:"allowed"`
	AvailabilityZoneType *string    `json:"availability_zone_type,omitempty"`
	Byoc                 bool       `json:"byoc"`
	CreatedAt            *time.Time `json:"created_at,omitempty"`
	OrganizationId       *string    `json:"organization_id,omitempty"`
	ResourceName         string     `json:"resource_name"`
	ResourceType         string     `json:"resource_type"`
	Sku                  *string    `json:"sku,omitempty"`
	SkuCount             *int32     `json:"sku_count,omitempty"`
	Type                 *string    `json:"type,omitempty"`
	UpdatedAt            *time.Time `json:"updated_at,omitempty"`
}

ResourceQuotaAllOf struct for ResourceQuotaAllOf

func NewResourceQuotaAllOf

func NewResourceQuotaAllOf(allowed int32, byoc bool, resourceName string, resourceType string) *ResourceQuotaAllOf

NewResourceQuotaAllOf instantiates a new ResourceQuotaAllOf 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 NewResourceQuotaAllOfWithDefaults

func NewResourceQuotaAllOfWithDefaults() *ResourceQuotaAllOf

NewResourceQuotaAllOfWithDefaults instantiates a new ResourceQuotaAllOf 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 (*ResourceQuotaAllOf) GetAllowed

func (o *ResourceQuotaAllOf) GetAllowed() int32

GetAllowed returns the Allowed field value

func (*ResourceQuotaAllOf) GetAllowedOk

func (o *ResourceQuotaAllOf) GetAllowedOk() (*int32, bool)

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

func (*ResourceQuotaAllOf) GetAvailabilityZoneType

func (o *ResourceQuotaAllOf) GetAvailabilityZoneType() string

GetAvailabilityZoneType returns the AvailabilityZoneType field value if set, zero value otherwise.

func (*ResourceQuotaAllOf) GetAvailabilityZoneTypeOk

func (o *ResourceQuotaAllOf) GetAvailabilityZoneTypeOk() (*string, bool)

GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceQuotaAllOf) GetByoc

func (o *ResourceQuotaAllOf) GetByoc() bool

GetByoc returns the Byoc field value

func (*ResourceQuotaAllOf) GetByocOk

func (o *ResourceQuotaAllOf) GetByocOk() (*bool, bool)

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

func (*ResourceQuotaAllOf) GetCreatedAt

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

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*ResourceQuotaAllOf) GetCreatedAtOk

func (o *ResourceQuotaAllOf) 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 (*ResourceQuotaAllOf) GetOrganizationId

func (o *ResourceQuotaAllOf) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*ResourceQuotaAllOf) GetOrganizationIdOk

func (o *ResourceQuotaAllOf) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceQuotaAllOf) GetResourceName

func (o *ResourceQuotaAllOf) GetResourceName() string

GetResourceName returns the ResourceName field value

func (*ResourceQuotaAllOf) GetResourceNameOk

func (o *ResourceQuotaAllOf) GetResourceNameOk() (*string, bool)

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

func (*ResourceQuotaAllOf) GetResourceType

func (o *ResourceQuotaAllOf) GetResourceType() string

GetResourceType returns the ResourceType field value

func (*ResourceQuotaAllOf) GetResourceTypeOk

func (o *ResourceQuotaAllOf) GetResourceTypeOk() (*string, bool)

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

func (*ResourceQuotaAllOf) GetSku

func (o *ResourceQuotaAllOf) GetSku() string

GetSku returns the Sku field value if set, zero value otherwise.

func (*ResourceQuotaAllOf) GetSkuCount

func (o *ResourceQuotaAllOf) GetSkuCount() int32

GetSkuCount returns the SkuCount field value if set, zero value otherwise.

func (*ResourceQuotaAllOf) GetSkuCountOk

func (o *ResourceQuotaAllOf) GetSkuCountOk() (*int32, bool)

GetSkuCountOk returns a tuple with the SkuCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceQuotaAllOf) GetSkuOk

func (o *ResourceQuotaAllOf) GetSkuOk() (*string, bool)

GetSkuOk returns a tuple with the Sku field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceQuotaAllOf) GetType

func (o *ResourceQuotaAllOf) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ResourceQuotaAllOf) GetTypeOk

func (o *ResourceQuotaAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceQuotaAllOf) GetUpdatedAt

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

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*ResourceQuotaAllOf) GetUpdatedAtOk

func (o *ResourceQuotaAllOf) 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 (*ResourceQuotaAllOf) HasAvailabilityZoneType

func (o *ResourceQuotaAllOf) HasAvailabilityZoneType() bool

HasAvailabilityZoneType returns a boolean if a field has been set.

func (*ResourceQuotaAllOf) HasCreatedAt

func (o *ResourceQuotaAllOf) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*ResourceQuotaAllOf) HasOrganizationId

func (o *ResourceQuotaAllOf) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*ResourceQuotaAllOf) HasSku

func (o *ResourceQuotaAllOf) HasSku() bool

HasSku returns a boolean if a field has been set.

func (*ResourceQuotaAllOf) HasSkuCount

func (o *ResourceQuotaAllOf) HasSkuCount() bool

HasSkuCount returns a boolean if a field has been set.

func (*ResourceQuotaAllOf) HasType

func (o *ResourceQuotaAllOf) HasType() bool

HasType returns a boolean if a field has been set.

func (*ResourceQuotaAllOf) HasUpdatedAt

func (o *ResourceQuotaAllOf) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (ResourceQuotaAllOf) MarshalJSON

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

func (*ResourceQuotaAllOf) SetAllowed

func (o *ResourceQuotaAllOf) SetAllowed(v int32)

SetAllowed sets field value

func (*ResourceQuotaAllOf) SetAvailabilityZoneType

func (o *ResourceQuotaAllOf) SetAvailabilityZoneType(v string)

SetAvailabilityZoneType gets a reference to the given string and assigns it to the AvailabilityZoneType field.

func (*ResourceQuotaAllOf) SetByoc

func (o *ResourceQuotaAllOf) SetByoc(v bool)

SetByoc sets field value

func (*ResourceQuotaAllOf) SetCreatedAt

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

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*ResourceQuotaAllOf) SetOrganizationId

func (o *ResourceQuotaAllOf) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*ResourceQuotaAllOf) SetResourceName

func (o *ResourceQuotaAllOf) SetResourceName(v string)

SetResourceName sets field value

func (*ResourceQuotaAllOf) SetResourceType

func (o *ResourceQuotaAllOf) SetResourceType(v string)

SetResourceType sets field value

func (*ResourceQuotaAllOf) SetSku

func (o *ResourceQuotaAllOf) SetSku(v string)

SetSku gets a reference to the given string and assigns it to the Sku field.

func (*ResourceQuotaAllOf) SetSkuCount

func (o *ResourceQuotaAllOf) SetSkuCount(v int32)

SetSkuCount gets a reference to the given int32 and assigns it to the SkuCount field.

func (*ResourceQuotaAllOf) SetType

func (o *ResourceQuotaAllOf) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ResourceQuotaAllOf) SetUpdatedAt

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

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

type ResourceQuotaList

type ResourceQuotaList struct {
	Kind  string          `json:"kind"`
	Page  int32           `json:"page"`
	Size  int32           `json:"size"`
	Total int32           `json:"total"`
	Items []ResourceQuota `json:"items"`
}

ResourceQuotaList struct for ResourceQuotaList

func NewResourceQuotaList

func NewResourceQuotaList(kind string, page int32, size int32, total int32, items []ResourceQuota) *ResourceQuotaList

NewResourceQuotaList instantiates a new ResourceQuotaList 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 NewResourceQuotaListWithDefaults

func NewResourceQuotaListWithDefaults() *ResourceQuotaList

NewResourceQuotaListWithDefaults instantiates a new ResourceQuotaList 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 (*ResourceQuotaList) GetItems

func (o *ResourceQuotaList) GetItems() []ResourceQuota

GetItems returns the Items field value

func (*ResourceQuotaList) GetItemsOk

func (o *ResourceQuotaList) GetItemsOk() (*[]ResourceQuota, bool)

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

func (*ResourceQuotaList) GetKind

func (o *ResourceQuotaList) GetKind() string

GetKind returns the Kind field value

func (*ResourceQuotaList) GetKindOk

func (o *ResourceQuotaList) GetKindOk() (*string, bool)

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

func (*ResourceQuotaList) GetPage

func (o *ResourceQuotaList) GetPage() int32

GetPage returns the Page field value

func (*ResourceQuotaList) GetPageOk

func (o *ResourceQuotaList) GetPageOk() (*int32, bool)

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

func (*ResourceQuotaList) GetSize

func (o *ResourceQuotaList) GetSize() int32

GetSize returns the Size field value

func (*ResourceQuotaList) GetSizeOk

func (o *ResourceQuotaList) GetSizeOk() (*int32, bool)

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

func (*ResourceQuotaList) GetTotal

func (o *ResourceQuotaList) GetTotal() int32

GetTotal returns the Total field value

func (*ResourceQuotaList) GetTotalOk

func (o *ResourceQuotaList) GetTotalOk() (*int32, bool)

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

func (ResourceQuotaList) MarshalJSON

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

func (*ResourceQuotaList) SetItems

func (o *ResourceQuotaList) SetItems(v []ResourceQuota)

SetItems sets field value

func (*ResourceQuotaList) SetKind

func (o *ResourceQuotaList) SetKind(v string)

SetKind sets field value

func (*ResourceQuotaList) SetPage

func (o *ResourceQuotaList) SetPage(v int32)

SetPage sets field value

func (*ResourceQuotaList) SetSize

func (o *ResourceQuotaList) SetSize(v int32)

SetSize sets field value

func (*ResourceQuotaList) SetTotal

func (o *ResourceQuotaList) SetTotal(v int32)

SetTotal sets field value

type ResourceQuotaListAllOf

type ResourceQuotaListAllOf struct {
	Items *[]ResourceQuota `json:"items,omitempty"`
}

ResourceQuotaListAllOf struct for ResourceQuotaListAllOf

func NewResourceQuotaListAllOf

func NewResourceQuotaListAllOf() *ResourceQuotaListAllOf

NewResourceQuotaListAllOf instantiates a new ResourceQuotaListAllOf 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 NewResourceQuotaListAllOfWithDefaults

func NewResourceQuotaListAllOfWithDefaults() *ResourceQuotaListAllOf

NewResourceQuotaListAllOfWithDefaults instantiates a new ResourceQuotaListAllOf 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 (*ResourceQuotaListAllOf) GetItems

func (o *ResourceQuotaListAllOf) GetItems() []ResourceQuota

GetItems returns the Items field value if set, zero value otherwise.

func (*ResourceQuotaListAllOf) GetItemsOk

func (o *ResourceQuotaListAllOf) GetItemsOk() (*[]ResourceQuota, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceQuotaListAllOf) HasItems

func (o *ResourceQuotaListAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (ResourceQuotaListAllOf) MarshalJSON

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

func (*ResourceQuotaListAllOf) SetItems

func (o *ResourceQuotaListAllOf) SetItems(v []ResourceQuota)

SetItems gets a reference to the given []ResourceQuota and assigns it to the Items field.

type ResourceQuotaRequest

type ResourceQuotaRequest struct {
	Allowed  *int32  `json:"allowed,omitempty"`
	Sku      string  `json:"sku"`
	SkuCount *int32  `json:"sku_count,omitempty"`
	Type     *string `json:"type,omitempty"`
}

ResourceQuotaRequest struct for ResourceQuotaRequest

func NewResourceQuotaRequest

func NewResourceQuotaRequest(sku string) *ResourceQuotaRequest

NewResourceQuotaRequest instantiates a new ResourceQuotaRequest 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 NewResourceQuotaRequestWithDefaults

func NewResourceQuotaRequestWithDefaults() *ResourceQuotaRequest

NewResourceQuotaRequestWithDefaults instantiates a new ResourceQuotaRequest 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 (*ResourceQuotaRequest) GetAllowed

func (o *ResourceQuotaRequest) GetAllowed() int32

GetAllowed returns the Allowed field value if set, zero value otherwise.

func (*ResourceQuotaRequest) GetAllowedOk

func (o *ResourceQuotaRequest) GetAllowedOk() (*int32, bool)

GetAllowedOk returns a tuple with the Allowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceQuotaRequest) GetSku

func (o *ResourceQuotaRequest) GetSku() string

GetSku returns the Sku field value

func (*ResourceQuotaRequest) GetSkuCount

func (o *ResourceQuotaRequest) GetSkuCount() int32

GetSkuCount returns the SkuCount field value if set, zero value otherwise.

func (*ResourceQuotaRequest) GetSkuCountOk

func (o *ResourceQuotaRequest) GetSkuCountOk() (*int32, bool)

GetSkuCountOk returns a tuple with the SkuCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceQuotaRequest) GetSkuOk

func (o *ResourceQuotaRequest) GetSkuOk() (*string, bool)

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

func (*ResourceQuotaRequest) GetType

func (o *ResourceQuotaRequest) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ResourceQuotaRequest) GetTypeOk

func (o *ResourceQuotaRequest) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceQuotaRequest) HasAllowed

func (o *ResourceQuotaRequest) HasAllowed() bool

HasAllowed returns a boolean if a field has been set.

func (*ResourceQuotaRequest) HasSkuCount

func (o *ResourceQuotaRequest) HasSkuCount() bool

HasSkuCount returns a boolean if a field has been set.

func (*ResourceQuotaRequest) HasType

func (o *ResourceQuotaRequest) HasType() bool

HasType returns a boolean if a field has been set.

func (ResourceQuotaRequest) MarshalJSON

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

func (*ResourceQuotaRequest) SetAllowed

func (o *ResourceQuotaRequest) SetAllowed(v int32)

SetAllowed gets a reference to the given int32 and assigns it to the Allowed field.

func (*ResourceQuotaRequest) SetSku

func (o *ResourceQuotaRequest) SetSku(v string)

SetSku sets field value

func (*ResourceQuotaRequest) SetSkuCount

func (o *ResourceQuotaRequest) SetSkuCount(v int32)

SetSkuCount gets a reference to the given int32 and assigns it to the SkuCount field.

func (*ResourceQuotaRequest) SetType

func (o *ResourceQuotaRequest) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type ResourceReview

type ResourceReview struct {
	AccountUsername string   `json:"account_username"`
	Action          string   `json:"action"`
	ClusterIds      []string `json:"cluster_ids"`
	ClusterUuids    []string `json:"cluster_uuids"`
	OrganizationIds []string `json:"organization_ids"`
	ResourceType    string   `json:"resource_type"`
	SubscriptionIds []string `json:"subscription_ids"`
}

ResourceReview struct for ResourceReview

func NewResourceReview

func NewResourceReview(accountUsername string, action string, clusterIds []string, clusterUuids []string, organizationIds []string, resourceType string, subscriptionIds []string) *ResourceReview

NewResourceReview instantiates a new ResourceReview 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 NewResourceReviewWithDefaults

func NewResourceReviewWithDefaults() *ResourceReview

NewResourceReviewWithDefaults instantiates a new ResourceReview 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 (*ResourceReview) GetAccountUsername

func (o *ResourceReview) GetAccountUsername() string

GetAccountUsername returns the AccountUsername field value

func (*ResourceReview) GetAccountUsernameOk

func (o *ResourceReview) GetAccountUsernameOk() (*string, bool)

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

func (*ResourceReview) GetAction

func (o *ResourceReview) GetAction() string

GetAction returns the Action field value

func (*ResourceReview) GetActionOk

func (o *ResourceReview) GetActionOk() (*string, bool)

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

func (*ResourceReview) GetClusterIds

func (o *ResourceReview) GetClusterIds() []string

GetClusterIds returns the ClusterIds field value

func (*ResourceReview) GetClusterIdsOk

func (o *ResourceReview) GetClusterIdsOk() (*[]string, bool)

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

func (*ResourceReview) GetClusterUuids

func (o *ResourceReview) GetClusterUuids() []string

GetClusterUuids returns the ClusterUuids field value

func (*ResourceReview) GetClusterUuidsOk

func (o *ResourceReview) GetClusterUuidsOk() (*[]string, bool)

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

func (*ResourceReview) GetOrganizationIds

func (o *ResourceReview) GetOrganizationIds() []string

GetOrganizationIds returns the OrganizationIds field value

func (*ResourceReview) GetOrganizationIdsOk

func (o *ResourceReview) GetOrganizationIdsOk() (*[]string, bool)

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

func (*ResourceReview) GetResourceType

func (o *ResourceReview) GetResourceType() string

GetResourceType returns the ResourceType field value

func (*ResourceReview) GetResourceTypeOk

func (o *ResourceReview) GetResourceTypeOk() (*string, bool)

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

func (*ResourceReview) GetSubscriptionIds

func (o *ResourceReview) GetSubscriptionIds() []string

GetSubscriptionIds returns the SubscriptionIds field value

func (*ResourceReview) GetSubscriptionIdsOk

func (o *ResourceReview) GetSubscriptionIdsOk() (*[]string, bool)

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

func (ResourceReview) MarshalJSON

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

func (*ResourceReview) SetAccountUsername

func (o *ResourceReview) SetAccountUsername(v string)

SetAccountUsername sets field value

func (*ResourceReview) SetAction

func (o *ResourceReview) SetAction(v string)

SetAction sets field value

func (*ResourceReview) SetClusterIds

func (o *ResourceReview) SetClusterIds(v []string)

SetClusterIds sets field value

func (*ResourceReview) SetClusterUuids

func (o *ResourceReview) SetClusterUuids(v []string)

SetClusterUuids sets field value

func (*ResourceReview) SetOrganizationIds

func (o *ResourceReview) SetOrganizationIds(v []string)

SetOrganizationIds sets field value

func (*ResourceReview) SetResourceType

func (o *ResourceReview) SetResourceType(v string)

SetResourceType sets field value

func (*ResourceReview) SetSubscriptionIds

func (o *ResourceReview) SetSubscriptionIds(v []string)

SetSubscriptionIds sets field value

type ResourceReviewRequest

type ResourceReviewRequest struct {
	AccountUsername *string `json:"account_username,omitempty"`
	Action          *string `json:"action,omitempty"`
	ResourceType    *string `json:"resource_type,omitempty"`
}

ResourceReviewRequest struct for ResourceReviewRequest

func NewResourceReviewRequest

func NewResourceReviewRequest() *ResourceReviewRequest

NewResourceReviewRequest instantiates a new ResourceReviewRequest 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 NewResourceReviewRequestWithDefaults

func NewResourceReviewRequestWithDefaults() *ResourceReviewRequest

NewResourceReviewRequestWithDefaults instantiates a new ResourceReviewRequest 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 (*ResourceReviewRequest) GetAccountUsername

func (o *ResourceReviewRequest) GetAccountUsername() string

GetAccountUsername returns the AccountUsername field value if set, zero value otherwise.

func (*ResourceReviewRequest) GetAccountUsernameOk

func (o *ResourceReviewRequest) GetAccountUsernameOk() (*string, bool)

GetAccountUsernameOk returns a tuple with the AccountUsername field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceReviewRequest) GetAction

func (o *ResourceReviewRequest) GetAction() string

GetAction returns the Action field value if set, zero value otherwise.

func (*ResourceReviewRequest) GetActionOk

func (o *ResourceReviewRequest) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceReviewRequest) GetResourceType

func (o *ResourceReviewRequest) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*ResourceReviewRequest) GetResourceTypeOk

func (o *ResourceReviewRequest) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceReviewRequest) HasAccountUsername

func (o *ResourceReviewRequest) HasAccountUsername() bool

HasAccountUsername returns a boolean if a field has been set.

func (*ResourceReviewRequest) HasAction

func (o *ResourceReviewRequest) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*ResourceReviewRequest) HasResourceType

func (o *ResourceReviewRequest) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (ResourceReviewRequest) MarshalJSON

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

func (*ResourceReviewRequest) SetAccountUsername

func (o *ResourceReviewRequest) SetAccountUsername(v string)

SetAccountUsername gets a reference to the given string and assigns it to the AccountUsername field.

func (*ResourceReviewRequest) SetAction

func (o *ResourceReviewRequest) SetAction(v string)

SetAction gets a reference to the given string and assigns it to the Action field.

func (*ResourceReviewRequest) SetResourceType

func (o *ResourceReviewRequest) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

type Role

type Role struct {
	Href        *string       `json:"href,omitempty"`
	Id          *string       `json:"id,omitempty"`
	Kind        *string       `json:"kind,omitempty"`
	Name        *string       `json:"name,omitempty"`
	Permissions *[]Permission `json:"permissions,omitempty"`
}

Role struct for Role

func NewRole

func NewRole() *Role

NewRole instantiates a new Role 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 NewRoleWithDefaults

func NewRoleWithDefaults() *Role

NewRoleWithDefaults instantiates a new Role 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 (*Role) GetHref

func (o *Role) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*Role) GetHrefOk

func (o *Role) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Role) GetId

func (o *Role) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Role) GetIdOk

func (o *Role) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Role) GetKind

func (o *Role) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*Role) GetKindOk

func (o *Role) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Role) GetName

func (o *Role) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Role) GetNameOk

func (o *Role) 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 (*Role) GetPermissions

func (o *Role) GetPermissions() []Permission

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*Role) GetPermissionsOk

func (o *Role) GetPermissionsOk() (*[]Permission, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Role) HasHref

func (o *Role) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*Role) HasId

func (o *Role) HasId() bool

HasId returns a boolean if a field has been set.

func (*Role) HasKind

func (o *Role) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*Role) HasName

func (o *Role) HasName() bool

HasName returns a boolean if a field has been set.

func (*Role) HasPermissions

func (o *Role) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (Role) MarshalJSON

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

func (*Role) SetHref

func (o *Role) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*Role) SetId

func (o *Role) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Role) SetKind

func (o *Role) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*Role) SetName

func (o *Role) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Role) SetPermissions

func (o *Role) SetPermissions(v []Permission)

SetPermissions gets a reference to the given []Permission and assigns it to the Permissions field.

type RoleAllOf

type RoleAllOf struct {
	Name        *string       `json:"name,omitempty"`
	Permissions *[]Permission `json:"permissions,omitempty"`
}

RoleAllOf struct for RoleAllOf

func NewRoleAllOf

func NewRoleAllOf() *RoleAllOf

NewRoleAllOf instantiates a new RoleAllOf 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 NewRoleAllOfWithDefaults

func NewRoleAllOfWithDefaults() *RoleAllOf

NewRoleAllOfWithDefaults instantiates a new RoleAllOf 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 (*RoleAllOf) GetName

func (o *RoleAllOf) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RoleAllOf) GetNameOk

func (o *RoleAllOf) 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 (*RoleAllOf) GetPermissions

func (o *RoleAllOf) GetPermissions() []Permission

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*RoleAllOf) GetPermissionsOk

func (o *RoleAllOf) GetPermissionsOk() (*[]Permission, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleAllOf) HasName

func (o *RoleAllOf) HasName() bool

HasName returns a boolean if a field has been set.

func (*RoleAllOf) HasPermissions

func (o *RoleAllOf) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (RoleAllOf) MarshalJSON

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

func (*RoleAllOf) SetName

func (o *RoleAllOf) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RoleAllOf) SetPermissions

func (o *RoleAllOf) SetPermissions(v []Permission)

SetPermissions gets a reference to the given []Permission and assigns it to the Permissions field.

type RoleBinding

type RoleBinding struct {
	Href          *string          `json:"href,omitempty"`
	Id            *string          `json:"id,omitempty"`
	Kind          *string          `json:"kind,omitempty"`
	Account       *ObjectReference `json:"account,omitempty"`
	ConfigManaged *bool            `json:"config_managed,omitempty"`
	CreatedAt     *time.Time       `json:"created_at,omitempty"`
	Organization  *ObjectReference `json:"organization,omitempty"`
	Role          *ObjectReference `json:"role,omitempty"`
	Subscription  *ObjectReference `json:"subscription,omitempty"`
	Type          *string          `json:"type,omitempty"`
	UpdatedAt     *time.Time       `json:"updated_at,omitempty"`
}

RoleBinding struct for RoleBinding

func NewRoleBinding

func NewRoleBinding() *RoleBinding

NewRoleBinding instantiates a new RoleBinding 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 NewRoleBindingWithDefaults

func NewRoleBindingWithDefaults() *RoleBinding

NewRoleBindingWithDefaults instantiates a new RoleBinding 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 (*RoleBinding) GetAccount

func (o *RoleBinding) GetAccount() ObjectReference

GetAccount returns the Account field value if set, zero value otherwise.

func (*RoleBinding) GetAccountOk

func (o *RoleBinding) GetAccountOk() (*ObjectReference, bool)

GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBinding) GetConfigManaged

func (o *RoleBinding) GetConfigManaged() bool

GetConfigManaged returns the ConfigManaged field value if set, zero value otherwise.

func (*RoleBinding) GetConfigManagedOk

func (o *RoleBinding) GetConfigManagedOk() (*bool, bool)

GetConfigManagedOk returns a tuple with the ConfigManaged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBinding) GetCreatedAt

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

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*RoleBinding) GetCreatedAtOk

func (o *RoleBinding) 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 (*RoleBinding) GetHref

func (o *RoleBinding) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*RoleBinding) GetHrefOk

func (o *RoleBinding) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBinding) GetId

func (o *RoleBinding) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*RoleBinding) GetIdOk

func (o *RoleBinding) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBinding) GetKind

func (o *RoleBinding) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*RoleBinding) GetKindOk

func (o *RoleBinding) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBinding) GetOrganization

func (o *RoleBinding) GetOrganization() ObjectReference

GetOrganization returns the Organization field value if set, zero value otherwise.

func (*RoleBinding) GetOrganizationOk

func (o *RoleBinding) GetOrganizationOk() (*ObjectReference, bool)

GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBinding) GetRole

func (o *RoleBinding) GetRole() ObjectReference

GetRole returns the Role field value if set, zero value otherwise.

func (*RoleBinding) GetRoleOk

func (o *RoleBinding) GetRoleOk() (*ObjectReference, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBinding) GetSubscription

func (o *RoleBinding) GetSubscription() ObjectReference

GetSubscription returns the Subscription field value if set, zero value otherwise.

func (*RoleBinding) GetSubscriptionOk

func (o *RoleBinding) GetSubscriptionOk() (*ObjectReference, bool)

GetSubscriptionOk returns a tuple with the Subscription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBinding) GetType

func (o *RoleBinding) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*RoleBinding) GetTypeOk

func (o *RoleBinding) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBinding) GetUpdatedAt

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

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*RoleBinding) GetUpdatedAtOk

func (o *RoleBinding) 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 (*RoleBinding) HasAccount

func (o *RoleBinding) HasAccount() bool

HasAccount returns a boolean if a field has been set.

func (*RoleBinding) HasConfigManaged

func (o *RoleBinding) HasConfigManaged() bool

HasConfigManaged returns a boolean if a field has been set.

func (*RoleBinding) HasCreatedAt

func (o *RoleBinding) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*RoleBinding) HasHref

func (o *RoleBinding) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*RoleBinding) HasId

func (o *RoleBinding) HasId() bool

HasId returns a boolean if a field has been set.

func (*RoleBinding) HasKind

func (o *RoleBinding) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*RoleBinding) HasOrganization

func (o *RoleBinding) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

func (*RoleBinding) HasRole

func (o *RoleBinding) HasRole() bool

HasRole returns a boolean if a field has been set.

func (*RoleBinding) HasSubscription

func (o *RoleBinding) HasSubscription() bool

HasSubscription returns a boolean if a field has been set.

func (*RoleBinding) HasType

func (o *RoleBinding) HasType() bool

HasType returns a boolean if a field has been set.

func (*RoleBinding) HasUpdatedAt

func (o *RoleBinding) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (RoleBinding) MarshalJSON

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

func (*RoleBinding) SetAccount

func (o *RoleBinding) SetAccount(v ObjectReference)

SetAccount gets a reference to the given ObjectReference and assigns it to the Account field.

func (*RoleBinding) SetConfigManaged

func (o *RoleBinding) SetConfigManaged(v bool)

SetConfigManaged gets a reference to the given bool and assigns it to the ConfigManaged field.

func (*RoleBinding) SetCreatedAt

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

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*RoleBinding) SetHref

func (o *RoleBinding) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*RoleBinding) SetId

func (o *RoleBinding) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*RoleBinding) SetKind

func (o *RoleBinding) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*RoleBinding) SetOrganization

func (o *RoleBinding) SetOrganization(v ObjectReference)

SetOrganization gets a reference to the given ObjectReference and assigns it to the Organization field.

func (*RoleBinding) SetRole

func (o *RoleBinding) SetRole(v ObjectReference)

SetRole gets a reference to the given ObjectReference and assigns it to the Role field.

func (*RoleBinding) SetSubscription

func (o *RoleBinding) SetSubscription(v ObjectReference)

SetSubscription gets a reference to the given ObjectReference and assigns it to the Subscription field.

func (*RoleBinding) SetType

func (o *RoleBinding) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*RoleBinding) SetUpdatedAt

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

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

type RoleBindingAllOf

type RoleBindingAllOf struct {
	Account       *ObjectReference `json:"account,omitempty"`
	ConfigManaged *bool            `json:"config_managed,omitempty"`
	CreatedAt     *time.Time       `json:"created_at,omitempty"`
	Organization  *ObjectReference `json:"organization,omitempty"`
	Role          *ObjectReference `json:"role,omitempty"`
	Subscription  *ObjectReference `json:"subscription,omitempty"`
	Type          *string          `json:"type,omitempty"`
	UpdatedAt     *time.Time       `json:"updated_at,omitempty"`
}

RoleBindingAllOf struct for RoleBindingAllOf

func NewRoleBindingAllOf

func NewRoleBindingAllOf() *RoleBindingAllOf

NewRoleBindingAllOf instantiates a new RoleBindingAllOf 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 NewRoleBindingAllOfWithDefaults

func NewRoleBindingAllOfWithDefaults() *RoleBindingAllOf

NewRoleBindingAllOfWithDefaults instantiates a new RoleBindingAllOf 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 (*RoleBindingAllOf) GetAccount

func (o *RoleBindingAllOf) GetAccount() ObjectReference

GetAccount returns the Account field value if set, zero value otherwise.

func (*RoleBindingAllOf) GetAccountOk

func (o *RoleBindingAllOf) GetAccountOk() (*ObjectReference, bool)

GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBindingAllOf) GetConfigManaged

func (o *RoleBindingAllOf) GetConfigManaged() bool

GetConfigManaged returns the ConfigManaged field value if set, zero value otherwise.

func (*RoleBindingAllOf) GetConfigManagedOk

func (o *RoleBindingAllOf) GetConfigManagedOk() (*bool, bool)

GetConfigManagedOk returns a tuple with the ConfigManaged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBindingAllOf) GetCreatedAt

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

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*RoleBindingAllOf) GetCreatedAtOk

func (o *RoleBindingAllOf) 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 (*RoleBindingAllOf) GetOrganization

func (o *RoleBindingAllOf) GetOrganization() ObjectReference

GetOrganization returns the Organization field value if set, zero value otherwise.

func (*RoleBindingAllOf) GetOrganizationOk

func (o *RoleBindingAllOf) GetOrganizationOk() (*ObjectReference, bool)

GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBindingAllOf) GetRole

func (o *RoleBindingAllOf) GetRole() ObjectReference

GetRole returns the Role field value if set, zero value otherwise.

func (*RoleBindingAllOf) GetRoleOk

func (o *RoleBindingAllOf) GetRoleOk() (*ObjectReference, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBindingAllOf) GetSubscription

func (o *RoleBindingAllOf) GetSubscription() ObjectReference

GetSubscription returns the Subscription field value if set, zero value otherwise.

func (*RoleBindingAllOf) GetSubscriptionOk

func (o *RoleBindingAllOf) GetSubscriptionOk() (*ObjectReference, bool)

GetSubscriptionOk returns a tuple with the Subscription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBindingAllOf) GetType

func (o *RoleBindingAllOf) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*RoleBindingAllOf) GetTypeOk

func (o *RoleBindingAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBindingAllOf) GetUpdatedAt

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

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*RoleBindingAllOf) GetUpdatedAtOk

func (o *RoleBindingAllOf) 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 (*RoleBindingAllOf) HasAccount

func (o *RoleBindingAllOf) HasAccount() bool

HasAccount returns a boolean if a field has been set.

func (*RoleBindingAllOf) HasConfigManaged

func (o *RoleBindingAllOf) HasConfigManaged() bool

HasConfigManaged returns a boolean if a field has been set.

func (*RoleBindingAllOf) HasCreatedAt

func (o *RoleBindingAllOf) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*RoleBindingAllOf) HasOrganization

func (o *RoleBindingAllOf) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

func (*RoleBindingAllOf) HasRole

func (o *RoleBindingAllOf) HasRole() bool

HasRole returns a boolean if a field has been set.

func (*RoleBindingAllOf) HasSubscription

func (o *RoleBindingAllOf) HasSubscription() bool

HasSubscription returns a boolean if a field has been set.

func (*RoleBindingAllOf) HasType

func (o *RoleBindingAllOf) HasType() bool

HasType returns a boolean if a field has been set.

func (*RoleBindingAllOf) HasUpdatedAt

func (o *RoleBindingAllOf) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (RoleBindingAllOf) MarshalJSON

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

func (*RoleBindingAllOf) SetAccount

func (o *RoleBindingAllOf) SetAccount(v ObjectReference)

SetAccount gets a reference to the given ObjectReference and assigns it to the Account field.

func (*RoleBindingAllOf) SetConfigManaged

func (o *RoleBindingAllOf) SetConfigManaged(v bool)

SetConfigManaged gets a reference to the given bool and assigns it to the ConfigManaged field.

func (*RoleBindingAllOf) SetCreatedAt

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

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*RoleBindingAllOf) SetOrganization

func (o *RoleBindingAllOf) SetOrganization(v ObjectReference)

SetOrganization gets a reference to the given ObjectReference and assigns it to the Organization field.

func (*RoleBindingAllOf) SetRole

func (o *RoleBindingAllOf) SetRole(v ObjectReference)

SetRole gets a reference to the given ObjectReference and assigns it to the Role field.

func (*RoleBindingAllOf) SetSubscription

func (o *RoleBindingAllOf) SetSubscription(v ObjectReference)

SetSubscription gets a reference to the given ObjectReference and assigns it to the Subscription field.

func (*RoleBindingAllOf) SetType

func (o *RoleBindingAllOf) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*RoleBindingAllOf) SetUpdatedAt

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

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

type RoleBindingCreateRequest

type RoleBindingCreateRequest struct {
	AccountId      string  `json:"account_id"`
	ConfigManaged  *bool   `json:"config_managed,omitempty"`
	OrganizationId *string `json:"organization_id,omitempty"`
	RoleId         string  `json:"role_id"`
	SubscriptionId *string `json:"subscription_id,omitempty"`
	Type           string  `json:"type"`
}

RoleBindingCreateRequest struct for RoleBindingCreateRequest

func NewRoleBindingCreateRequest

func NewRoleBindingCreateRequest(accountId string, roleId string, type_ string) *RoleBindingCreateRequest

NewRoleBindingCreateRequest instantiates a new RoleBindingCreateRequest 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 NewRoleBindingCreateRequestWithDefaults

func NewRoleBindingCreateRequestWithDefaults() *RoleBindingCreateRequest

NewRoleBindingCreateRequestWithDefaults instantiates a new RoleBindingCreateRequest 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 (*RoleBindingCreateRequest) GetAccountId

func (o *RoleBindingCreateRequest) GetAccountId() string

GetAccountId returns the AccountId field value

func (*RoleBindingCreateRequest) GetAccountIdOk

func (o *RoleBindingCreateRequest) GetAccountIdOk() (*string, bool)

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

func (*RoleBindingCreateRequest) GetConfigManaged

func (o *RoleBindingCreateRequest) GetConfigManaged() bool

GetConfigManaged returns the ConfigManaged field value if set, zero value otherwise.

func (*RoleBindingCreateRequest) GetConfigManagedOk

func (o *RoleBindingCreateRequest) GetConfigManagedOk() (*bool, bool)

GetConfigManagedOk returns a tuple with the ConfigManaged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBindingCreateRequest) GetOrganizationId

func (o *RoleBindingCreateRequest) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*RoleBindingCreateRequest) GetOrganizationIdOk

func (o *RoleBindingCreateRequest) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBindingCreateRequest) GetRoleId

func (o *RoleBindingCreateRequest) GetRoleId() string

GetRoleId returns the RoleId field value

func (*RoleBindingCreateRequest) GetRoleIdOk

func (o *RoleBindingCreateRequest) GetRoleIdOk() (*string, bool)

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

func (*RoleBindingCreateRequest) GetSubscriptionId

func (o *RoleBindingCreateRequest) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.

func (*RoleBindingCreateRequest) GetSubscriptionIdOk

func (o *RoleBindingCreateRequest) GetSubscriptionIdOk() (*string, bool)

GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBindingCreateRequest) GetType

func (o *RoleBindingCreateRequest) GetType() string

GetType returns the Type field value

func (*RoleBindingCreateRequest) GetTypeOk

func (o *RoleBindingCreateRequest) GetTypeOk() (*string, bool)

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

func (*RoleBindingCreateRequest) HasConfigManaged

func (o *RoleBindingCreateRequest) HasConfigManaged() bool

HasConfigManaged returns a boolean if a field has been set.

func (*RoleBindingCreateRequest) HasOrganizationId

func (o *RoleBindingCreateRequest) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*RoleBindingCreateRequest) HasSubscriptionId

func (o *RoleBindingCreateRequest) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

func (RoleBindingCreateRequest) MarshalJSON

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

func (*RoleBindingCreateRequest) SetAccountId

func (o *RoleBindingCreateRequest) SetAccountId(v string)

SetAccountId sets field value

func (*RoleBindingCreateRequest) SetConfigManaged

func (o *RoleBindingCreateRequest) SetConfigManaged(v bool)

SetConfigManaged gets a reference to the given bool and assigns it to the ConfigManaged field.

func (*RoleBindingCreateRequest) SetOrganizationId

func (o *RoleBindingCreateRequest) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*RoleBindingCreateRequest) SetRoleId

func (o *RoleBindingCreateRequest) SetRoleId(v string)

SetRoleId sets field value

func (*RoleBindingCreateRequest) SetSubscriptionId

func (o *RoleBindingCreateRequest) SetSubscriptionId(v string)

SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.

func (*RoleBindingCreateRequest) SetType

func (o *RoleBindingCreateRequest) SetType(v string)

SetType sets field value

type RoleBindingList

type RoleBindingList struct {
	Kind  string        `json:"kind"`
	Page  int32         `json:"page"`
	Size  int32         `json:"size"`
	Total int32         `json:"total"`
	Items []RoleBinding `json:"items"`
}

RoleBindingList struct for RoleBindingList

func NewRoleBindingList

func NewRoleBindingList(kind string, page int32, size int32, total int32, items []RoleBinding) *RoleBindingList

NewRoleBindingList instantiates a new RoleBindingList 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 NewRoleBindingListWithDefaults

func NewRoleBindingListWithDefaults() *RoleBindingList

NewRoleBindingListWithDefaults instantiates a new RoleBindingList 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 (*RoleBindingList) GetItems

func (o *RoleBindingList) GetItems() []RoleBinding

GetItems returns the Items field value

func (*RoleBindingList) GetItemsOk

func (o *RoleBindingList) GetItemsOk() (*[]RoleBinding, bool)

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

func (*RoleBindingList) GetKind

func (o *RoleBindingList) GetKind() string

GetKind returns the Kind field value

func (*RoleBindingList) GetKindOk

func (o *RoleBindingList) GetKindOk() (*string, bool)

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

func (*RoleBindingList) GetPage

func (o *RoleBindingList) GetPage() int32

GetPage returns the Page field value

func (*RoleBindingList) GetPageOk

func (o *RoleBindingList) GetPageOk() (*int32, bool)

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

func (*RoleBindingList) GetSize

func (o *RoleBindingList) GetSize() int32

GetSize returns the Size field value

func (*RoleBindingList) GetSizeOk

func (o *RoleBindingList) GetSizeOk() (*int32, bool)

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

func (*RoleBindingList) GetTotal

func (o *RoleBindingList) GetTotal() int32

GetTotal returns the Total field value

func (*RoleBindingList) GetTotalOk

func (o *RoleBindingList) GetTotalOk() (*int32, bool)

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

func (RoleBindingList) MarshalJSON

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

func (*RoleBindingList) SetItems

func (o *RoleBindingList) SetItems(v []RoleBinding)

SetItems sets field value

func (*RoleBindingList) SetKind

func (o *RoleBindingList) SetKind(v string)

SetKind sets field value

func (*RoleBindingList) SetPage

func (o *RoleBindingList) SetPage(v int32)

SetPage sets field value

func (*RoleBindingList) SetSize

func (o *RoleBindingList) SetSize(v int32)

SetSize sets field value

func (*RoleBindingList) SetTotal

func (o *RoleBindingList) SetTotal(v int32)

SetTotal sets field value

type RoleBindingListAllOf

type RoleBindingListAllOf struct {
	Items *[]RoleBinding `json:"items,omitempty"`
}

RoleBindingListAllOf struct for RoleBindingListAllOf

func NewRoleBindingListAllOf

func NewRoleBindingListAllOf() *RoleBindingListAllOf

NewRoleBindingListAllOf instantiates a new RoleBindingListAllOf 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 NewRoleBindingListAllOfWithDefaults

func NewRoleBindingListAllOfWithDefaults() *RoleBindingListAllOf

NewRoleBindingListAllOfWithDefaults instantiates a new RoleBindingListAllOf 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 (*RoleBindingListAllOf) GetItems

func (o *RoleBindingListAllOf) GetItems() []RoleBinding

GetItems returns the Items field value if set, zero value otherwise.

func (*RoleBindingListAllOf) GetItemsOk

func (o *RoleBindingListAllOf) GetItemsOk() (*[]RoleBinding, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBindingListAllOf) HasItems

func (o *RoleBindingListAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (RoleBindingListAllOf) MarshalJSON

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

func (*RoleBindingListAllOf) SetItems

func (o *RoleBindingListAllOf) SetItems(v []RoleBinding)

SetItems gets a reference to the given []RoleBinding and assigns it to the Items field.

type RoleBindingRequest

type RoleBindingRequest struct {
	AccountId      *string `json:"account_id,omitempty"`
	ConfigManaged  *bool   `json:"config_managed,omitempty"`
	OrganizationId *string `json:"organization_id,omitempty"`
	RoleId         *string `json:"role_id,omitempty"`
	SubscriptionId *string `json:"subscription_id,omitempty"`
	Type           *string `json:"type,omitempty"`
}

RoleBindingRequest struct for RoleBindingRequest

func NewRoleBindingRequest

func NewRoleBindingRequest() *RoleBindingRequest

NewRoleBindingRequest instantiates a new RoleBindingRequest 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 NewRoleBindingRequestWithDefaults

func NewRoleBindingRequestWithDefaults() *RoleBindingRequest

NewRoleBindingRequestWithDefaults instantiates a new RoleBindingRequest 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 (*RoleBindingRequest) GetAccountId

func (o *RoleBindingRequest) GetAccountId() string

GetAccountId returns the AccountId field value if set, zero value otherwise.

func (*RoleBindingRequest) GetAccountIdOk

func (o *RoleBindingRequest) GetAccountIdOk() (*string, bool)

GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBindingRequest) GetConfigManaged

func (o *RoleBindingRequest) GetConfigManaged() bool

GetConfigManaged returns the ConfigManaged field value if set, zero value otherwise.

func (*RoleBindingRequest) GetConfigManagedOk

func (o *RoleBindingRequest) GetConfigManagedOk() (*bool, bool)

GetConfigManagedOk returns a tuple with the ConfigManaged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBindingRequest) GetOrganizationId

func (o *RoleBindingRequest) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*RoleBindingRequest) GetOrganizationIdOk

func (o *RoleBindingRequest) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBindingRequest) GetRoleId

func (o *RoleBindingRequest) GetRoleId() string

GetRoleId returns the RoleId field value if set, zero value otherwise.

func (*RoleBindingRequest) GetRoleIdOk

func (o *RoleBindingRequest) GetRoleIdOk() (*string, bool)

GetRoleIdOk returns a tuple with the RoleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBindingRequest) GetSubscriptionId

func (o *RoleBindingRequest) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.

func (*RoleBindingRequest) GetSubscriptionIdOk

func (o *RoleBindingRequest) GetSubscriptionIdOk() (*string, bool)

GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBindingRequest) GetType

func (o *RoleBindingRequest) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*RoleBindingRequest) GetTypeOk

func (o *RoleBindingRequest) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleBindingRequest) HasAccountId

func (o *RoleBindingRequest) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

func (*RoleBindingRequest) HasConfigManaged

func (o *RoleBindingRequest) HasConfigManaged() bool

HasConfigManaged returns a boolean if a field has been set.

func (*RoleBindingRequest) HasOrganizationId

func (o *RoleBindingRequest) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*RoleBindingRequest) HasRoleId

func (o *RoleBindingRequest) HasRoleId() bool

HasRoleId returns a boolean if a field has been set.

func (*RoleBindingRequest) HasSubscriptionId

func (o *RoleBindingRequest) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

func (*RoleBindingRequest) HasType

func (o *RoleBindingRequest) HasType() bool

HasType returns a boolean if a field has been set.

func (RoleBindingRequest) MarshalJSON

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

func (*RoleBindingRequest) SetAccountId

func (o *RoleBindingRequest) SetAccountId(v string)

SetAccountId gets a reference to the given string and assigns it to the AccountId field.

func (*RoleBindingRequest) SetConfigManaged

func (o *RoleBindingRequest) SetConfigManaged(v bool)

SetConfigManaged gets a reference to the given bool and assigns it to the ConfigManaged field.

func (*RoleBindingRequest) SetOrganizationId

func (o *RoleBindingRequest) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*RoleBindingRequest) SetRoleId

func (o *RoleBindingRequest) SetRoleId(v string)

SetRoleId gets a reference to the given string and assigns it to the RoleId field.

func (*RoleBindingRequest) SetSubscriptionId

func (o *RoleBindingRequest) SetSubscriptionId(v string)

SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.

func (*RoleBindingRequest) SetType

func (o *RoleBindingRequest) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type RoleList

type RoleList struct {
	Kind  string `json:"kind"`
	Page  int32  `json:"page"`
	Size  int32  `json:"size"`
	Total int32  `json:"total"`
	Items []Role `json:"items"`
}

RoleList struct for RoleList

func NewRoleList

func NewRoleList(kind string, page int32, size int32, total int32, items []Role) *RoleList

NewRoleList instantiates a new RoleList 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 NewRoleListWithDefaults

func NewRoleListWithDefaults() *RoleList

NewRoleListWithDefaults instantiates a new RoleList 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 (*RoleList) GetItems

func (o *RoleList) GetItems() []Role

GetItems returns the Items field value

func (*RoleList) GetItemsOk

func (o *RoleList) GetItemsOk() (*[]Role, bool)

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

func (*RoleList) GetKind

func (o *RoleList) GetKind() string

GetKind returns the Kind field value

func (*RoleList) GetKindOk

func (o *RoleList) GetKindOk() (*string, bool)

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

func (*RoleList) GetPage

func (o *RoleList) GetPage() int32

GetPage returns the Page field value

func (*RoleList) GetPageOk

func (o *RoleList) GetPageOk() (*int32, bool)

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

func (*RoleList) GetSize

func (o *RoleList) GetSize() int32

GetSize returns the Size field value

func (*RoleList) GetSizeOk

func (o *RoleList) GetSizeOk() (*int32, bool)

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

func (*RoleList) GetTotal

func (o *RoleList) GetTotal() int32

GetTotal returns the Total field value

func (*RoleList) GetTotalOk

func (o *RoleList) GetTotalOk() (*int32, bool)

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

func (RoleList) MarshalJSON

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

func (*RoleList) SetItems

func (o *RoleList) SetItems(v []Role)

SetItems sets field value

func (*RoleList) SetKind

func (o *RoleList) SetKind(v string)

SetKind sets field value

func (*RoleList) SetPage

func (o *RoleList) SetPage(v int32)

SetPage sets field value

func (*RoleList) SetSize

func (o *RoleList) SetSize(v int32)

SetSize sets field value

func (*RoleList) SetTotal

func (o *RoleList) SetTotal(v int32)

SetTotal sets field value

type RoleListAllOf

type RoleListAllOf struct {
	Items *[]Role `json:"items,omitempty"`
}

RoleListAllOf struct for RoleListAllOf

func NewRoleListAllOf

func NewRoleListAllOf() *RoleListAllOf

NewRoleListAllOf instantiates a new RoleListAllOf 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 NewRoleListAllOfWithDefaults

func NewRoleListAllOfWithDefaults() *RoleListAllOf

NewRoleListAllOfWithDefaults instantiates a new RoleListAllOf 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 (*RoleListAllOf) GetItems

func (o *RoleListAllOf) GetItems() []Role

GetItems returns the Items field value if set, zero value otherwise.

func (*RoleListAllOf) GetItemsOk

func (o *RoleListAllOf) GetItemsOk() (*[]Role, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleListAllOf) HasItems

func (o *RoleListAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (RoleListAllOf) MarshalJSON

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

func (*RoleListAllOf) SetItems

func (o *RoleListAllOf) SetItems(v []Role)

SetItems gets a reference to the given []Role and assigns it to the Items field.

type SKU

type SKU struct {
	Href                 *string                   `json:"href,omitempty"`
	Id                   *string                   `json:"id,omitempty"`
	Kind                 *string                   `json:"kind,omitempty"`
	AvailabilityZoneType *string                   `json:"availability_zone_type,omitempty"`
	Byoc                 bool                      `json:"byoc"`
	ResourceName         *string                   `json:"resource_name,omitempty"`
	ResourceType         *string                   `json:"resource_type,omitempty"`
	Resources            *[]EphemeralResourceQuota `json:"resources,omitempty"`
}

SKU struct for SKU

func NewSKU

func NewSKU(byoc bool) *SKU

NewSKU instantiates a new SKU 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 NewSKUWithDefaults

func NewSKUWithDefaults() *SKU

NewSKUWithDefaults instantiates a new SKU 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 (*SKU) GetAvailabilityZoneType

func (o *SKU) GetAvailabilityZoneType() string

GetAvailabilityZoneType returns the AvailabilityZoneType field value if set, zero value otherwise.

func (*SKU) GetAvailabilityZoneTypeOk

func (o *SKU) GetAvailabilityZoneTypeOk() (*string, bool)

GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SKU) GetByoc

func (o *SKU) GetByoc() bool

GetByoc returns the Byoc field value

func (*SKU) GetByocOk

func (o *SKU) GetByocOk() (*bool, bool)

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

func (*SKU) GetHref

func (o *SKU) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*SKU) GetHrefOk

func (o *SKU) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SKU) GetId

func (o *SKU) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*SKU) GetIdOk

func (o *SKU) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SKU) GetKind

func (o *SKU) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*SKU) GetKindOk

func (o *SKU) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SKU) GetResourceName

func (o *SKU) GetResourceName() string

GetResourceName returns the ResourceName field value if set, zero value otherwise.

func (*SKU) GetResourceNameOk

func (o *SKU) GetResourceNameOk() (*string, bool)

GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SKU) GetResourceType

func (o *SKU) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*SKU) GetResourceTypeOk

func (o *SKU) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SKU) GetResources

func (o *SKU) GetResources() []EphemeralResourceQuota

GetResources returns the Resources field value if set, zero value otherwise.

func (*SKU) GetResourcesOk

func (o *SKU) GetResourcesOk() (*[]EphemeralResourceQuota, bool)

GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SKU) HasAvailabilityZoneType

func (o *SKU) HasAvailabilityZoneType() bool

HasAvailabilityZoneType returns a boolean if a field has been set.

func (*SKU) HasHref

func (o *SKU) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*SKU) HasId

func (o *SKU) HasId() bool

HasId returns a boolean if a field has been set.

func (*SKU) HasKind

func (o *SKU) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*SKU) HasResourceName

func (o *SKU) HasResourceName() bool

HasResourceName returns a boolean if a field has been set.

func (*SKU) HasResourceType

func (o *SKU) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (*SKU) HasResources

func (o *SKU) HasResources() bool

HasResources returns a boolean if a field has been set.

func (SKU) MarshalJSON

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

func (*SKU) SetAvailabilityZoneType

func (o *SKU) SetAvailabilityZoneType(v string)

SetAvailabilityZoneType gets a reference to the given string and assigns it to the AvailabilityZoneType field.

func (*SKU) SetByoc

func (o *SKU) SetByoc(v bool)

SetByoc sets field value

func (*SKU) SetHref

func (o *SKU) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*SKU) SetId

func (o *SKU) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*SKU) SetKind

func (o *SKU) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*SKU) SetResourceName

func (o *SKU) SetResourceName(v string)

SetResourceName gets a reference to the given string and assigns it to the ResourceName field.

func (*SKU) SetResourceType

func (o *SKU) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

func (*SKU) SetResources

func (o *SKU) SetResources(v []EphemeralResourceQuota)

SetResources gets a reference to the given []EphemeralResourceQuota and assigns it to the Resources field.

type SKUAllOf

type SKUAllOf struct {
	AvailabilityZoneType *string                   `json:"availability_zone_type,omitempty"`
	Byoc                 bool                      `json:"byoc"`
	Id                   *string                   `json:"id,omitempty"`
	ResourceName         *string                   `json:"resource_name,omitempty"`
	ResourceType         *string                   `json:"resource_type,omitempty"`
	Resources            *[]EphemeralResourceQuota `json:"resources,omitempty"`
}

SKUAllOf struct for SKUAllOf

func NewSKUAllOf

func NewSKUAllOf(byoc bool) *SKUAllOf

NewSKUAllOf instantiates a new SKUAllOf 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 NewSKUAllOfWithDefaults

func NewSKUAllOfWithDefaults() *SKUAllOf

NewSKUAllOfWithDefaults instantiates a new SKUAllOf 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 (*SKUAllOf) GetAvailabilityZoneType

func (o *SKUAllOf) GetAvailabilityZoneType() string

GetAvailabilityZoneType returns the AvailabilityZoneType field value if set, zero value otherwise.

func (*SKUAllOf) GetAvailabilityZoneTypeOk

func (o *SKUAllOf) GetAvailabilityZoneTypeOk() (*string, bool)

GetAvailabilityZoneTypeOk returns a tuple with the AvailabilityZoneType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SKUAllOf) GetByoc

func (o *SKUAllOf) GetByoc() bool

GetByoc returns the Byoc field value

func (*SKUAllOf) GetByocOk

func (o *SKUAllOf) GetByocOk() (*bool, bool)

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

func (*SKUAllOf) GetId

func (o *SKUAllOf) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*SKUAllOf) GetIdOk

func (o *SKUAllOf) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SKUAllOf) GetResourceName

func (o *SKUAllOf) GetResourceName() string

GetResourceName returns the ResourceName field value if set, zero value otherwise.

func (*SKUAllOf) GetResourceNameOk

func (o *SKUAllOf) GetResourceNameOk() (*string, bool)

GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SKUAllOf) GetResourceType

func (o *SKUAllOf) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*SKUAllOf) GetResourceTypeOk

func (o *SKUAllOf) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SKUAllOf) GetResources

func (o *SKUAllOf) GetResources() []EphemeralResourceQuota

GetResources returns the Resources field value if set, zero value otherwise.

func (*SKUAllOf) GetResourcesOk

func (o *SKUAllOf) GetResourcesOk() (*[]EphemeralResourceQuota, bool)

GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SKUAllOf) HasAvailabilityZoneType

func (o *SKUAllOf) HasAvailabilityZoneType() bool

HasAvailabilityZoneType returns a boolean if a field has been set.

func (*SKUAllOf) HasId

func (o *SKUAllOf) HasId() bool

HasId returns a boolean if a field has been set.

func (*SKUAllOf) HasResourceName

func (o *SKUAllOf) HasResourceName() bool

HasResourceName returns a boolean if a field has been set.

func (*SKUAllOf) HasResourceType

func (o *SKUAllOf) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (*SKUAllOf) HasResources

func (o *SKUAllOf) HasResources() bool

HasResources returns a boolean if a field has been set.

func (SKUAllOf) MarshalJSON

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

func (*SKUAllOf) SetAvailabilityZoneType

func (o *SKUAllOf) SetAvailabilityZoneType(v string)

SetAvailabilityZoneType gets a reference to the given string and assigns it to the AvailabilityZoneType field.

func (*SKUAllOf) SetByoc

func (o *SKUAllOf) SetByoc(v bool)

SetByoc sets field value

func (*SKUAllOf) SetId

func (o *SKUAllOf) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*SKUAllOf) SetResourceName

func (o *SKUAllOf) SetResourceName(v string)

SetResourceName gets a reference to the given string and assigns it to the ResourceName field.

func (*SKUAllOf) SetResourceType

func (o *SKUAllOf) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

func (*SKUAllOf) SetResources

func (o *SKUAllOf) SetResources(v []EphemeralResourceQuota)

SetResources gets a reference to the given []EphemeralResourceQuota and assigns it to the Resources field.

type SelfAccessReview

type SelfAccessReview struct {
	Action         string  `json:"action"`
	ClusterId      *string `json:"cluster_id,omitempty"`
	ClusterUuid    *string `json:"cluster_uuid,omitempty"`
	OrganizationId *string `json:"organization_id,omitempty"`
	ResourceType   string  `json:"resource_type"`
	SubscriptionId *string `json:"subscription_id,omitempty"`
}

SelfAccessReview struct for SelfAccessReview

func NewSelfAccessReview

func NewSelfAccessReview(action string, resourceType string) *SelfAccessReview

NewSelfAccessReview instantiates a new SelfAccessReview 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 NewSelfAccessReviewWithDefaults

func NewSelfAccessReviewWithDefaults() *SelfAccessReview

NewSelfAccessReviewWithDefaults instantiates a new SelfAccessReview 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 (*SelfAccessReview) GetAction

func (o *SelfAccessReview) GetAction() string

GetAction returns the Action field value

func (*SelfAccessReview) GetActionOk

func (o *SelfAccessReview) GetActionOk() (*string, bool)

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

func (*SelfAccessReview) GetClusterId

func (o *SelfAccessReview) GetClusterId() string

GetClusterId returns the ClusterId field value if set, zero value otherwise.

func (*SelfAccessReview) GetClusterIdOk

func (o *SelfAccessReview) GetClusterIdOk() (*string, bool)

GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelfAccessReview) GetClusterUuid

func (o *SelfAccessReview) GetClusterUuid() string

GetClusterUuid returns the ClusterUuid field value if set, zero value otherwise.

func (*SelfAccessReview) GetClusterUuidOk

func (o *SelfAccessReview) GetClusterUuidOk() (*string, bool)

GetClusterUuidOk returns a tuple with the ClusterUuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelfAccessReview) GetOrganizationId

func (o *SelfAccessReview) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*SelfAccessReview) GetOrganizationIdOk

func (o *SelfAccessReview) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelfAccessReview) GetResourceType

func (o *SelfAccessReview) GetResourceType() string

GetResourceType returns the ResourceType field value

func (*SelfAccessReview) GetResourceTypeOk

func (o *SelfAccessReview) GetResourceTypeOk() (*string, bool)

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

func (*SelfAccessReview) GetSubscriptionId

func (o *SelfAccessReview) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.

func (*SelfAccessReview) GetSubscriptionIdOk

func (o *SelfAccessReview) GetSubscriptionIdOk() (*string, bool)

GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelfAccessReview) HasClusterId

func (o *SelfAccessReview) HasClusterId() bool

HasClusterId returns a boolean if a field has been set.

func (*SelfAccessReview) HasClusterUuid

func (o *SelfAccessReview) HasClusterUuid() bool

HasClusterUuid returns a boolean if a field has been set.

func (*SelfAccessReview) HasOrganizationId

func (o *SelfAccessReview) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*SelfAccessReview) HasSubscriptionId

func (o *SelfAccessReview) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

func (SelfAccessReview) MarshalJSON

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

func (*SelfAccessReview) SetAction

func (o *SelfAccessReview) SetAction(v string)

SetAction sets field value

func (*SelfAccessReview) SetClusterId

func (o *SelfAccessReview) SetClusterId(v string)

SetClusterId gets a reference to the given string and assigns it to the ClusterId field.

func (*SelfAccessReview) SetClusterUuid

func (o *SelfAccessReview) SetClusterUuid(v string)

SetClusterUuid gets a reference to the given string and assigns it to the ClusterUuid field.

func (*SelfAccessReview) SetOrganizationId

func (o *SelfAccessReview) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*SelfAccessReview) SetResourceType

func (o *SelfAccessReview) SetResourceType(v string)

SetResourceType sets field value

func (*SelfAccessReview) SetSubscriptionId

func (o *SelfAccessReview) SetSubscriptionId(v string)

SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.

type SelfResourceReview

type SelfResourceReview struct {
	Action          string   `json:"action"`
	ClusterIds      []string `json:"cluster_ids"`
	ClusterUuids    []string `json:"cluster_uuids"`
	OrganizationIds []string `json:"organization_ids"`
	ResourceType    string   `json:"resource_type"`
	SubscriptionIds []string `json:"subscription_ids"`
}

SelfResourceReview struct for SelfResourceReview

func NewSelfResourceReview

func NewSelfResourceReview(action string, clusterIds []string, clusterUuids []string, organizationIds []string, resourceType string, subscriptionIds []string) *SelfResourceReview

NewSelfResourceReview instantiates a new SelfResourceReview 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 NewSelfResourceReviewWithDefaults

func NewSelfResourceReviewWithDefaults() *SelfResourceReview

NewSelfResourceReviewWithDefaults instantiates a new SelfResourceReview 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 (*SelfResourceReview) GetAction

func (o *SelfResourceReview) GetAction() string

GetAction returns the Action field value

func (*SelfResourceReview) GetActionOk

func (o *SelfResourceReview) GetActionOk() (*string, bool)

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

func (*SelfResourceReview) GetClusterIds

func (o *SelfResourceReview) GetClusterIds() []string

GetClusterIds returns the ClusterIds field value

func (*SelfResourceReview) GetClusterIdsOk

func (o *SelfResourceReview) GetClusterIdsOk() (*[]string, bool)

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

func (*SelfResourceReview) GetClusterUuids

func (o *SelfResourceReview) GetClusterUuids() []string

GetClusterUuids returns the ClusterUuids field value

func (*SelfResourceReview) GetClusterUuidsOk

func (o *SelfResourceReview) GetClusterUuidsOk() (*[]string, bool)

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

func (*SelfResourceReview) GetOrganizationIds

func (o *SelfResourceReview) GetOrganizationIds() []string

GetOrganizationIds returns the OrganizationIds field value

func (*SelfResourceReview) GetOrganizationIdsOk

func (o *SelfResourceReview) GetOrganizationIdsOk() (*[]string, bool)

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

func (*SelfResourceReview) GetResourceType

func (o *SelfResourceReview) GetResourceType() string

GetResourceType returns the ResourceType field value

func (*SelfResourceReview) GetResourceTypeOk

func (o *SelfResourceReview) GetResourceTypeOk() (*string, bool)

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

func (*SelfResourceReview) GetSubscriptionIds

func (o *SelfResourceReview) GetSubscriptionIds() []string

GetSubscriptionIds returns the SubscriptionIds field value

func (*SelfResourceReview) GetSubscriptionIdsOk

func (o *SelfResourceReview) GetSubscriptionIdsOk() (*[]string, bool)

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

func (SelfResourceReview) MarshalJSON

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

func (*SelfResourceReview) SetAction

func (o *SelfResourceReview) SetAction(v string)

SetAction sets field value

func (*SelfResourceReview) SetClusterIds

func (o *SelfResourceReview) SetClusterIds(v []string)

SetClusterIds sets field value

func (*SelfResourceReview) SetClusterUuids

func (o *SelfResourceReview) SetClusterUuids(v []string)

SetClusterUuids sets field value

func (*SelfResourceReview) SetOrganizationIds

func (o *SelfResourceReview) SetOrganizationIds(v []string)

SetOrganizationIds sets field value

func (*SelfResourceReview) SetResourceType

func (o *SelfResourceReview) SetResourceType(v string)

SetResourceType sets field value

func (*SelfResourceReview) SetSubscriptionIds

func (o *SelfResourceReview) SetSubscriptionIds(v []string)

SetSubscriptionIds sets field value

type SelfResourceReviewRequest

type SelfResourceReviewRequest struct {
	Action       *string `json:"action,omitempty"`
	ResourceType *string `json:"resource_type,omitempty"`
}

SelfResourceReviewRequest struct for SelfResourceReviewRequest

func NewSelfResourceReviewRequest

func NewSelfResourceReviewRequest() *SelfResourceReviewRequest

NewSelfResourceReviewRequest instantiates a new SelfResourceReviewRequest 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 NewSelfResourceReviewRequestWithDefaults

func NewSelfResourceReviewRequestWithDefaults() *SelfResourceReviewRequest

NewSelfResourceReviewRequestWithDefaults instantiates a new SelfResourceReviewRequest 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 (*SelfResourceReviewRequest) GetAction

func (o *SelfResourceReviewRequest) GetAction() string

GetAction returns the Action field value if set, zero value otherwise.

func (*SelfResourceReviewRequest) GetActionOk

func (o *SelfResourceReviewRequest) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelfResourceReviewRequest) GetResourceType

func (o *SelfResourceReviewRequest) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*SelfResourceReviewRequest) GetResourceTypeOk

func (o *SelfResourceReviewRequest) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelfResourceReviewRequest) HasAction

func (o *SelfResourceReviewRequest) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*SelfResourceReviewRequest) HasResourceType

func (o *SelfResourceReviewRequest) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (SelfResourceReviewRequest) MarshalJSON

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

func (*SelfResourceReviewRequest) SetAction

func (o *SelfResourceReviewRequest) SetAction(v string)

SetAction gets a reference to the given string and assigns it to the Action field.

func (*SelfResourceReviewRequest) SetResourceType

func (o *SelfResourceReviewRequest) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

type SelfTermsReview

type SelfTermsReview struct {
	EventCode *string `json:"event_code,omitempty"`
	SiteCode  *string `json:"site_code,omitempty"`
}

SelfTermsReview struct for SelfTermsReview

func NewSelfTermsReview

func NewSelfTermsReview() *SelfTermsReview

NewSelfTermsReview instantiates a new SelfTermsReview 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 NewSelfTermsReviewWithDefaults

func NewSelfTermsReviewWithDefaults() *SelfTermsReview

NewSelfTermsReviewWithDefaults instantiates a new SelfTermsReview 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 (*SelfTermsReview) GetEventCode

func (o *SelfTermsReview) GetEventCode() string

GetEventCode returns the EventCode field value if set, zero value otherwise.

func (*SelfTermsReview) GetEventCodeOk

func (o *SelfTermsReview) GetEventCodeOk() (*string, bool)

GetEventCodeOk returns a tuple with the EventCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelfTermsReview) GetSiteCode

func (o *SelfTermsReview) GetSiteCode() string

GetSiteCode returns the SiteCode field value if set, zero value otherwise.

func (*SelfTermsReview) GetSiteCodeOk

func (o *SelfTermsReview) GetSiteCodeOk() (*string, bool)

GetSiteCodeOk returns a tuple with the SiteCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelfTermsReview) HasEventCode

func (o *SelfTermsReview) HasEventCode() bool

HasEventCode returns a boolean if a field has been set.

func (*SelfTermsReview) HasSiteCode

func (o *SelfTermsReview) HasSiteCode() bool

HasSiteCode returns a boolean if a field has been set.

func (SelfTermsReview) MarshalJSON

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

func (*SelfTermsReview) SetEventCode

func (o *SelfTermsReview) SetEventCode(v string)

SetEventCode gets a reference to the given string and assigns it to the EventCode field.

func (*SelfTermsReview) SetSiteCode

func (o *SelfTermsReview) SetSiteCode(v string)

SetSiteCode gets a reference to the given string and assigns it to the SiteCode field.

type ServerConfiguration

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type SkuList

type SkuList struct {
	Kind  string `json:"kind"`
	Page  int32  `json:"page"`
	Size  int32  `json:"size"`
	Total int32  `json:"total"`
	Items []SKU  `json:"items"`
}

SkuList struct for SkuList

func NewSkuList

func NewSkuList(kind string, page int32, size int32, total int32, items []SKU) *SkuList

NewSkuList instantiates a new SkuList 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 NewSkuListWithDefaults

func NewSkuListWithDefaults() *SkuList

NewSkuListWithDefaults instantiates a new SkuList 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 (*SkuList) GetItems

func (o *SkuList) GetItems() []SKU

GetItems returns the Items field value

func (*SkuList) GetItemsOk

func (o *SkuList) GetItemsOk() (*[]SKU, bool)

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

func (*SkuList) GetKind

func (o *SkuList) GetKind() string

GetKind returns the Kind field value

func (*SkuList) GetKindOk

func (o *SkuList) GetKindOk() (*string, bool)

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

func (*SkuList) GetPage

func (o *SkuList) GetPage() int32

GetPage returns the Page field value

func (*SkuList) GetPageOk

func (o *SkuList) GetPageOk() (*int32, bool)

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

func (*SkuList) GetSize

func (o *SkuList) GetSize() int32

GetSize returns the Size field value

func (*SkuList) GetSizeOk

func (o *SkuList) GetSizeOk() (*int32, bool)

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

func (*SkuList) GetTotal

func (o *SkuList) GetTotal() int32

GetTotal returns the Total field value

func (*SkuList) GetTotalOk

func (o *SkuList) GetTotalOk() (*int32, bool)

GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.

func (SkuList) MarshalJSON

func (o SkuList) MarshalJSON() ([]byte, error)

func (*SkuList) SetItems

func (o *SkuList) SetItems(v []SKU)

SetItems sets field value

func (*SkuList) SetKind

func (o *SkuList) SetKind(v string)

SetKind sets field value

func (*SkuList) SetPage

func (o *SkuList) SetPage(v int32)

SetPage sets field value

func (*SkuList) SetSize

func (o *SkuList) SetSize(v int32)

SetSize sets field value

func (*SkuList) SetTotal

func (o *SkuList) SetTotal(v int32)

SetTotal sets field value

type SkuListAllOf

type SkuListAllOf struct {
	Items *[]SKU `json:"items,omitempty"`
}

SkuListAllOf struct for SkuListAllOf

func NewSkuListAllOf

func NewSkuListAllOf() *SkuListAllOf

NewSkuListAllOf instantiates a new SkuListAllOf 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 NewSkuListAllOfWithDefaults

func NewSkuListAllOfWithDefaults() *SkuListAllOf

NewSkuListAllOfWithDefaults instantiates a new SkuListAllOf 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 (*SkuListAllOf) GetItems

func (o *SkuListAllOf) GetItems() []SKU

GetItems returns the Items field value if set, zero value otherwise.

func (*SkuListAllOf) GetItemsOk

func (o *SkuListAllOf) GetItemsOk() (*[]SKU, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SkuListAllOf) HasItems

func (o *SkuListAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (SkuListAllOf) MarshalJSON

func (o SkuListAllOf) MarshalJSON() ([]byte, error)

func (*SkuListAllOf) SetItems

func (o *SkuListAllOf) SetItems(v []SKU)

SetItems gets a reference to the given []SKU and assigns it to the Items field.

type SkuRules

type SkuRules struct {
	Href    *string `json:"href,omitempty"`
	Id      *string `json:"id,omitempty"`
	Kind    *string `json:"kind,omitempty"`
	Allowed *int32  `json:"allowed,omitempty"`
	QuotaId *string `json:"quota_id,omitempty"`
	Sku     *string `json:"sku,omitempty"`
}

SkuRules struct for SkuRules

func NewSkuRules

func NewSkuRules() *SkuRules

NewSkuRules instantiates a new SkuRules 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 NewSkuRulesWithDefaults

func NewSkuRulesWithDefaults() *SkuRules

NewSkuRulesWithDefaults instantiates a new SkuRules 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 (*SkuRules) GetAllowed

func (o *SkuRules) GetAllowed() int32

GetAllowed returns the Allowed field value if set, zero value otherwise.

func (*SkuRules) GetAllowedOk

func (o *SkuRules) GetAllowedOk() (*int32, bool)

GetAllowedOk returns a tuple with the Allowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SkuRules) GetHref

func (o *SkuRules) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*SkuRules) GetHrefOk

func (o *SkuRules) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SkuRules) GetId

func (o *SkuRules) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*SkuRules) GetIdOk

func (o *SkuRules) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SkuRules) GetKind

func (o *SkuRules) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*SkuRules) GetKindOk

func (o *SkuRules) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SkuRules) GetQuotaId

func (o *SkuRules) GetQuotaId() string

GetQuotaId returns the QuotaId field value if set, zero value otherwise.

func (*SkuRules) GetQuotaIdOk

func (o *SkuRules) 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 (*SkuRules) GetSku

func (o *SkuRules) GetSku() string

GetSku returns the Sku field value if set, zero value otherwise.

func (*SkuRules) GetSkuOk

func (o *SkuRules) GetSkuOk() (*string, bool)

GetSkuOk returns a tuple with the Sku field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SkuRules) HasAllowed

func (o *SkuRules) HasAllowed() bool

HasAllowed returns a boolean if a field has been set.

func (*SkuRules) HasHref

func (o *SkuRules) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*SkuRules) HasId

func (o *SkuRules) HasId() bool

HasId returns a boolean if a field has been set.

func (*SkuRules) HasKind

func (o *SkuRules) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*SkuRules) HasQuotaId

func (o *SkuRules) HasQuotaId() bool

HasQuotaId returns a boolean if a field has been set.

func (*SkuRules) HasSku

func (o *SkuRules) HasSku() bool

HasSku returns a boolean if a field has been set.

func (SkuRules) MarshalJSON

func (o SkuRules) MarshalJSON() ([]byte, error)

func (*SkuRules) SetAllowed

func (o *SkuRules) SetAllowed(v int32)

SetAllowed gets a reference to the given int32 and assigns it to the Allowed field.

func (*SkuRules) SetHref

func (o *SkuRules) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*SkuRules) SetId

func (o *SkuRules) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*SkuRules) SetKind

func (o *SkuRules) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*SkuRules) SetQuotaId

func (o *SkuRules) SetQuotaId(v string)

SetQuotaId gets a reference to the given string and assigns it to the QuotaId field.

func (*SkuRules) SetSku

func (o *SkuRules) SetSku(v string)

SetSku gets a reference to the given string and assigns it to the Sku field.

type SkuRulesAllOf

type SkuRulesAllOf struct {
	Allowed *int32  `json:"allowed,omitempty"`
	QuotaId *string `json:"quota_id,omitempty"`
	Sku     *string `json:"sku,omitempty"`
}

SkuRulesAllOf struct for SkuRulesAllOf

func NewSkuRulesAllOf

func NewSkuRulesAllOf() *SkuRulesAllOf

NewSkuRulesAllOf instantiates a new SkuRulesAllOf 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 NewSkuRulesAllOfWithDefaults

func NewSkuRulesAllOfWithDefaults() *SkuRulesAllOf

NewSkuRulesAllOfWithDefaults instantiates a new SkuRulesAllOf 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 (*SkuRulesAllOf) GetAllowed

func (o *SkuRulesAllOf) GetAllowed() int32

GetAllowed returns the Allowed field value if set, zero value otherwise.

func (*SkuRulesAllOf) GetAllowedOk

func (o *SkuRulesAllOf) GetAllowedOk() (*int32, bool)

GetAllowedOk returns a tuple with the Allowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SkuRulesAllOf) GetQuotaId

func (o *SkuRulesAllOf) GetQuotaId() string

GetQuotaId returns the QuotaId field value if set, zero value otherwise.

func (*SkuRulesAllOf) GetQuotaIdOk

func (o *SkuRulesAllOf) 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 (*SkuRulesAllOf) GetSku

func (o *SkuRulesAllOf) GetSku() string

GetSku returns the Sku field value if set, zero value otherwise.

func (*SkuRulesAllOf) GetSkuOk

func (o *SkuRulesAllOf) GetSkuOk() (*string, bool)

GetSkuOk returns a tuple with the Sku field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SkuRulesAllOf) HasAllowed

func (o *SkuRulesAllOf) HasAllowed() bool

HasAllowed returns a boolean if a field has been set.

func (*SkuRulesAllOf) HasQuotaId

func (o *SkuRulesAllOf) HasQuotaId() bool

HasQuotaId returns a boolean if a field has been set.

func (*SkuRulesAllOf) HasSku

func (o *SkuRulesAllOf) HasSku() bool

HasSku returns a boolean if a field has been set.

func (SkuRulesAllOf) MarshalJSON

func (o SkuRulesAllOf) MarshalJSON() ([]byte, error)

func (*SkuRulesAllOf) SetAllowed

func (o *SkuRulesAllOf) SetAllowed(v int32)

SetAllowed gets a reference to the given int32 and assigns it to the Allowed field.

func (*SkuRulesAllOf) SetQuotaId

func (o *SkuRulesAllOf) SetQuotaId(v string)

SetQuotaId gets a reference to the given string and assigns it to the QuotaId field.

func (*SkuRulesAllOf) SetSku

func (o *SkuRulesAllOf) SetSku(v string)

SetSku gets a reference to the given string and assigns it to the Sku field.

type SkuRulesList

type SkuRulesList struct {
	Kind  string     `json:"kind"`
	Page  int32      `json:"page"`
	Size  int32      `json:"size"`
	Total int32      `json:"total"`
	Items []SkuRules `json:"items"`
}

SkuRulesList struct for SkuRulesList

func NewSkuRulesList

func NewSkuRulesList(kind string, page int32, size int32, total int32, items []SkuRules) *SkuRulesList

NewSkuRulesList instantiates a new SkuRulesList 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 NewSkuRulesListWithDefaults

func NewSkuRulesListWithDefaults() *SkuRulesList

NewSkuRulesListWithDefaults instantiates a new SkuRulesList 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 (*SkuRulesList) GetItems

func (o *SkuRulesList) GetItems() []SkuRules

GetItems returns the Items field value

func (*SkuRulesList) GetItemsOk

func (o *SkuRulesList) GetItemsOk() (*[]SkuRules, bool)

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*SkuRulesList) GetKind

func (o *SkuRulesList) GetKind() string

GetKind returns the Kind field value

func (*SkuRulesList) GetKindOk

func (o *SkuRulesList) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.

func (*SkuRulesList) GetPage

func (o *SkuRulesList) GetPage() int32

GetPage returns the Page field value

func (*SkuRulesList) GetPageOk

func (o *SkuRulesList) GetPageOk() (*int32, bool)

GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.

func (*SkuRulesList) GetSize

func (o *SkuRulesList) GetSize() int32

GetSize returns the Size field value

func (*SkuRulesList) GetSizeOk

func (o *SkuRulesList) GetSizeOk() (*int32, bool)

GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.

func (*SkuRulesList) GetTotal

func (o *SkuRulesList) GetTotal() int32

GetTotal returns the Total field value

func (*SkuRulesList) GetTotalOk

func (o *SkuRulesList) GetTotalOk() (*int32, bool)

GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.

func (SkuRulesList) MarshalJSON

func (o SkuRulesList) MarshalJSON() ([]byte, error)

func (*SkuRulesList) SetItems

func (o *SkuRulesList) SetItems(v []SkuRules)

SetItems sets field value

func (*SkuRulesList) SetKind

func (o *SkuRulesList) SetKind(v string)

SetKind sets field value

func (*SkuRulesList) SetPage

func (o *SkuRulesList) SetPage(v int32)

SetPage sets field value

func (*SkuRulesList) SetSize

func (o *SkuRulesList) SetSize(v int32)

SetSize sets field value

func (*SkuRulesList) SetTotal

func (o *SkuRulesList) SetTotal(v int32)

SetTotal sets field value

type SkuRulesListAllOf

type SkuRulesListAllOf struct {
	Items *[]SkuRules `json:"items,omitempty"`
}

SkuRulesListAllOf struct for SkuRulesListAllOf

func NewSkuRulesListAllOf

func NewSkuRulesListAllOf() *SkuRulesListAllOf

NewSkuRulesListAllOf instantiates a new SkuRulesListAllOf 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 NewSkuRulesListAllOfWithDefaults

func NewSkuRulesListAllOfWithDefaults() *SkuRulesListAllOf

NewSkuRulesListAllOfWithDefaults instantiates a new SkuRulesListAllOf 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 (*SkuRulesListAllOf) GetItems

func (o *SkuRulesListAllOf) GetItems() []SkuRules

GetItems returns the Items field value if set, zero value otherwise.

func (*SkuRulesListAllOf) GetItemsOk

func (o *SkuRulesListAllOf) GetItemsOk() (*[]SkuRules, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SkuRulesListAllOf) HasItems

func (o *SkuRulesListAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (SkuRulesListAllOf) MarshalJSON

func (o SkuRulesListAllOf) MarshalJSON() ([]byte, error)

func (*SkuRulesListAllOf) SetItems

func (o *SkuRulesListAllOf) SetItems(v []SkuRules)

SetItems gets a reference to the given []SkuRules and assigns it to the Items field.

type Subscription

type Subscription struct {
	Href                *string           `json:"href,omitempty"`
	Id                  *string           `json:"id,omitempty"`
	Kind                *string           `json:"kind,omitempty"`
	Capabilities        *[]Capability     `json:"capabilities,omitempty"`
	CloudAccountId      *string           `json:"cloud_account_id,omitempty"`
	CloudProviderId     *string           `json:"cloud_provider_id,omitempty"`
	ClusterBillingModel *string           `json:"cluster_billing_model,omitempty"`
	ClusterId           *string           `json:"cluster_id,omitempty"`
	ConsoleUrl          *string           `json:"console_url,omitempty"`
	ConsumerUuid        *string           `json:"consumer_uuid,omitempty"`
	CpuTotal            *int32            `json:"cpu_total,omitempty"`
	CreatedAt           *time.Time        `json:"created_at,omitempty"`
	Creator             *AccountReference `json:"creator,omitempty"`
	DisplayName         *string           `json:"display_name,omitempty"`
	ExternalClusterId   *string           `json:"external_cluster_id,omitempty"`
	Labels              *[]Label          `json:"labels,omitempty"`
	// Last time this subscription were reconciled about cluster usage
	LastReconcileDate *time.Time `json:"last_reconcile_date,omitempty"`
	// Last time status was set to Released for this cluster/subscription in Unix time
	LastReleasedAt *time.Time `json:"last_released_at,omitempty"`
	// Last telemetry authorization request for this cluster/subscription in Unix time
	LastTelemetryDate    *time.Time   `json:"last_telemetry_date,omitempty"`
	Managed              bool         `json:"managed"`
	Metrics              *[]OneMetric `json:"metrics,omitempty"`
	NotificationContacts *[]Account   `json:"notification_contacts,omitempty"`
	OrganizationId       *string      `json:"organization_id,omitempty"`
	Plan                 *Plan        `json:"plan,omitempty"`
	ProductBundle        *string      `json:"product_bundle,omitempty"`
	Provenance           *string      `json:"provenance,omitempty"`
	RegionId             *string      `json:"region_id,omitempty"`
	Released             *bool        `json:"released,omitempty"`
	ServiceLevel         *string      `json:"service_level,omitempty"`
	SocketTotal          *int32       `json:"socket_total,omitempty"`
	Status               *string      `json:"status,omitempty"`
	SupportLevel         *string      `json:"support_level,omitempty"`
	SystemUnits          *string      `json:"system_units,omitempty"`
	// If the subscription is a trial, date the trial ends
	TrialEndDate *time.Time `json:"trial_end_date,omitempty"`
	UpdatedAt    *time.Time `json:"updated_at,omitempty"`
	Usage        *string    `json:"usage,omitempty"`
}

Subscription struct for Subscription

func NewSubscription

func NewSubscription(managed bool) *Subscription

NewSubscription instantiates a new Subscription 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 NewSubscriptionWithDefaults

func NewSubscriptionWithDefaults() *Subscription

NewSubscriptionWithDefaults instantiates a new Subscription 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 (*Subscription) GetCapabilities

func (o *Subscription) GetCapabilities() []Capability

GetCapabilities returns the Capabilities field value if set, zero value otherwise.

func (*Subscription) GetCapabilitiesOk

func (o *Subscription) GetCapabilitiesOk() (*[]Capability, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetCloudAccountId

func (o *Subscription) GetCloudAccountId() string

GetCloudAccountId returns the CloudAccountId field value if set, zero value otherwise.

func (*Subscription) GetCloudAccountIdOk

func (o *Subscription) GetCloudAccountIdOk() (*string, bool)

GetCloudAccountIdOk returns a tuple with the CloudAccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetCloudProviderId

func (o *Subscription) GetCloudProviderId() string

GetCloudProviderId returns the CloudProviderId field value if set, zero value otherwise.

func (*Subscription) GetCloudProviderIdOk

func (o *Subscription) GetCloudProviderIdOk() (*string, bool)

GetCloudProviderIdOk returns a tuple with the CloudProviderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetClusterBillingModel

func (o *Subscription) GetClusterBillingModel() string

GetClusterBillingModel returns the ClusterBillingModel field value if set, zero value otherwise.

func (*Subscription) GetClusterBillingModelOk

func (o *Subscription) GetClusterBillingModelOk() (*string, bool)

GetClusterBillingModelOk returns a tuple with the ClusterBillingModel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetClusterId

func (o *Subscription) GetClusterId() string

GetClusterId returns the ClusterId field value if set, zero value otherwise.

func (*Subscription) GetClusterIdOk

func (o *Subscription) GetClusterIdOk() (*string, bool)

GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetConsoleUrl

func (o *Subscription) GetConsoleUrl() string

GetConsoleUrl returns the ConsoleUrl field value if set, zero value otherwise.

func (*Subscription) GetConsoleUrlOk

func (o *Subscription) 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 (*Subscription) GetConsumerUuid

func (o *Subscription) GetConsumerUuid() string

GetConsumerUuid returns the ConsumerUuid field value if set, zero value otherwise.

func (*Subscription) GetConsumerUuidOk

func (o *Subscription) GetConsumerUuidOk() (*string, bool)

GetConsumerUuidOk returns a tuple with the ConsumerUuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetCpuTotal

func (o *Subscription) GetCpuTotal() int32

GetCpuTotal returns the CpuTotal field value if set, zero value otherwise.

func (*Subscription) GetCpuTotalOk

func (o *Subscription) GetCpuTotalOk() (*int32, bool)

GetCpuTotalOk returns a tuple with the CpuTotal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetCreatedAt

func (o *Subscription) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*Subscription) GetCreatedAtOk

func (o *Subscription) 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 (*Subscription) GetCreator

func (o *Subscription) GetCreator() AccountReference

GetCreator returns the Creator field value if set, zero value otherwise.

func (*Subscription) GetCreatorOk

func (o *Subscription) GetCreatorOk() (*AccountReference, bool)

GetCreatorOk returns a tuple with the Creator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetDisplayName

func (o *Subscription) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*Subscription) GetDisplayNameOk

func (o *Subscription) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetExternalClusterId

func (o *Subscription) GetExternalClusterId() string

GetExternalClusterId returns the ExternalClusterId field value if set, zero value otherwise.

func (*Subscription) GetExternalClusterIdOk

func (o *Subscription) GetExternalClusterIdOk() (*string, bool)

GetExternalClusterIdOk returns a tuple with the ExternalClusterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetHref

func (o *Subscription) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*Subscription) GetHrefOk

func (o *Subscription) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetId

func (o *Subscription) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Subscription) GetIdOk

func (o *Subscription) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetKind

func (o *Subscription) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*Subscription) GetKindOk

func (o *Subscription) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetLabels

func (o *Subscription) GetLabels() []Label

GetLabels returns the Labels field value if set, zero value otherwise.

func (*Subscription) GetLabelsOk

func (o *Subscription) GetLabelsOk() (*[]Label, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetLastReconcileDate

func (o *Subscription) GetLastReconcileDate() time.Time

GetLastReconcileDate returns the LastReconcileDate field value if set, zero value otherwise.

func (*Subscription) GetLastReconcileDateOk

func (o *Subscription) GetLastReconcileDateOk() (*time.Time, bool)

GetLastReconcileDateOk returns a tuple with the LastReconcileDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetLastReleasedAt

func (o *Subscription) GetLastReleasedAt() time.Time

GetLastReleasedAt returns the LastReleasedAt field value if set, zero value otherwise.

func (*Subscription) GetLastReleasedAtOk

func (o *Subscription) GetLastReleasedAtOk() (*time.Time, bool)

GetLastReleasedAtOk returns a tuple with the LastReleasedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetLastTelemetryDate

func (o *Subscription) GetLastTelemetryDate() time.Time

GetLastTelemetryDate returns the LastTelemetryDate field value if set, zero value otherwise.

func (*Subscription) GetLastTelemetryDateOk

func (o *Subscription) GetLastTelemetryDateOk() (*time.Time, bool)

GetLastTelemetryDateOk returns a tuple with the LastTelemetryDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetManaged

func (o *Subscription) GetManaged() bool

GetManaged returns the Managed field value

func (*Subscription) GetManagedOk

func (o *Subscription) GetManagedOk() (*bool, bool)

GetManagedOk returns a tuple with the Managed field value and a boolean to check if the value has been set.

func (*Subscription) GetMetrics

func (o *Subscription) GetMetrics() []OneMetric

GetMetrics returns the Metrics field value if set, zero value otherwise.

func (*Subscription) GetMetricsOk

func (o *Subscription) GetMetricsOk() (*[]OneMetric, bool)

GetMetricsOk returns a tuple with the Metrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetNotificationContacts

func (o *Subscription) GetNotificationContacts() []Account

GetNotificationContacts returns the NotificationContacts field value if set, zero value otherwise.

func (*Subscription) GetNotificationContactsOk

func (o *Subscription) GetNotificationContactsOk() (*[]Account, bool)

GetNotificationContactsOk returns a tuple with the NotificationContacts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetOrganizationId

func (o *Subscription) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*Subscription) GetOrganizationIdOk

func (o *Subscription) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetPlan

func (o *Subscription) GetPlan() Plan

GetPlan returns the Plan field value if set, zero value otherwise.

func (*Subscription) GetPlanOk

func (o *Subscription) GetPlanOk() (*Plan, bool)

GetPlanOk returns a tuple with the Plan field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetProductBundle

func (o *Subscription) GetProductBundle() string

GetProductBundle returns the ProductBundle field value if set, zero value otherwise.

func (*Subscription) GetProductBundleOk

func (o *Subscription) GetProductBundleOk() (*string, bool)

GetProductBundleOk returns a tuple with the ProductBundle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetProvenance

func (o *Subscription) GetProvenance() string

GetProvenance returns the Provenance field value if set, zero value otherwise.

func (*Subscription) GetProvenanceOk

func (o *Subscription) GetProvenanceOk() (*string, bool)

GetProvenanceOk returns a tuple with the Provenance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetRegionId

func (o *Subscription) GetRegionId() string

GetRegionId returns the RegionId field value if set, zero value otherwise.

func (*Subscription) GetRegionIdOk

func (o *Subscription) GetRegionIdOk() (*string, bool)

GetRegionIdOk returns a tuple with the RegionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetReleased

func (o *Subscription) GetReleased() bool

GetReleased returns the Released field value if set, zero value otherwise.

func (*Subscription) GetReleasedOk

func (o *Subscription) GetReleasedOk() (*bool, bool)

GetReleasedOk returns a tuple with the Released field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetServiceLevel

func (o *Subscription) GetServiceLevel() string

GetServiceLevel returns the ServiceLevel field value if set, zero value otherwise.

func (*Subscription) GetServiceLevelOk

func (o *Subscription) GetServiceLevelOk() (*string, bool)

GetServiceLevelOk returns a tuple with the ServiceLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetSocketTotal

func (o *Subscription) GetSocketTotal() int32

GetSocketTotal returns the SocketTotal field value if set, zero value otherwise.

func (*Subscription) GetSocketTotalOk

func (o *Subscription) GetSocketTotalOk() (*int32, bool)

GetSocketTotalOk returns a tuple with the SocketTotal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetStatus

func (o *Subscription) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*Subscription) GetStatusOk

func (o *Subscription) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetSupportLevel

func (o *Subscription) GetSupportLevel() string

GetSupportLevel returns the SupportLevel field value if set, zero value otherwise.

func (*Subscription) GetSupportLevelOk

func (o *Subscription) GetSupportLevelOk() (*string, bool)

GetSupportLevelOk returns a tuple with the SupportLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetSystemUnits

func (o *Subscription) GetSystemUnits() string

GetSystemUnits returns the SystemUnits field value if set, zero value otherwise.

func (*Subscription) GetSystemUnitsOk

func (o *Subscription) GetSystemUnitsOk() (*string, bool)

GetSystemUnitsOk returns a tuple with the SystemUnits field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetTrialEndDate

func (o *Subscription) GetTrialEndDate() time.Time

GetTrialEndDate returns the TrialEndDate field value if set, zero value otherwise.

func (*Subscription) GetTrialEndDateOk

func (o *Subscription) GetTrialEndDateOk() (*time.Time, bool)

GetTrialEndDateOk returns a tuple with the TrialEndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetUpdatedAt

func (o *Subscription) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*Subscription) GetUpdatedAtOk

func (o *Subscription) 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 (*Subscription) GetUsage

func (o *Subscription) GetUsage() string

GetUsage returns the Usage field value if set, zero value otherwise.

func (*Subscription) GetUsageOk

func (o *Subscription) GetUsageOk() (*string, bool)

GetUsageOk returns a tuple with the Usage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) HasCapabilities

func (o *Subscription) HasCapabilities() bool

HasCapabilities returns a boolean if a field has been set.

func (*Subscription) HasCloudAccountId

func (o *Subscription) HasCloudAccountId() bool

HasCloudAccountId returns a boolean if a field has been set.

func (*Subscription) HasCloudProviderId

func (o *Subscription) HasCloudProviderId() bool

HasCloudProviderId returns a boolean if a field has been set.

func (*Subscription) HasClusterBillingModel

func (o *Subscription) HasClusterBillingModel() bool

HasClusterBillingModel returns a boolean if a field has been set.

func (*Subscription) HasClusterId

func (o *Subscription) HasClusterId() bool

HasClusterId returns a boolean if a field has been set.

func (*Subscription) HasConsoleUrl

func (o *Subscription) HasConsoleUrl() bool

HasConsoleUrl returns a boolean if a field has been set.

func (*Subscription) HasConsumerUuid

func (o *Subscription) HasConsumerUuid() bool

HasConsumerUuid returns a boolean if a field has been set.

func (*Subscription) HasCpuTotal

func (o *Subscription) HasCpuTotal() bool

HasCpuTotal returns a boolean if a field has been set.

func (*Subscription) HasCreatedAt

func (o *Subscription) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*Subscription) HasCreator

func (o *Subscription) HasCreator() bool

HasCreator returns a boolean if a field has been set.

func (*Subscription) HasDisplayName

func (o *Subscription) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*Subscription) HasExternalClusterId

func (o *Subscription) HasExternalClusterId() bool

HasExternalClusterId returns a boolean if a field has been set.

func (*Subscription) HasHref

func (o *Subscription) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*Subscription) HasId

func (o *Subscription) HasId() bool

HasId returns a boolean if a field has been set.

func (*Subscription) HasKind

func (o *Subscription) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*Subscription) HasLabels

func (o *Subscription) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*Subscription) HasLastReconcileDate

func (o *Subscription) HasLastReconcileDate() bool

HasLastReconcileDate returns a boolean if a field has been set.

func (*Subscription) HasLastReleasedAt

func (o *Subscription) HasLastReleasedAt() bool

HasLastReleasedAt returns a boolean if a field has been set.

func (*Subscription) HasLastTelemetryDate

func (o *Subscription) HasLastTelemetryDate() bool

HasLastTelemetryDate returns a boolean if a field has been set.

func (*Subscription) HasMetrics

func (o *Subscription) HasMetrics() bool

HasMetrics returns a boolean if a field has been set.

func (*Subscription) HasNotificationContacts

func (o *Subscription) HasNotificationContacts() bool

HasNotificationContacts returns a boolean if a field has been set.

func (*Subscription) HasOrganizationId

func (o *Subscription) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*Subscription) HasPlan

func (o *Subscription) HasPlan() bool

HasPlan returns a boolean if a field has been set.

func (*Subscription) HasProductBundle

func (o *Subscription) HasProductBundle() bool

HasProductBundle returns a boolean if a field has been set.

func (*Subscription) HasProvenance

func (o *Subscription) HasProvenance() bool

HasProvenance returns a boolean if a field has been set.

func (*Subscription) HasRegionId

func (o *Subscription) HasRegionId() bool

HasRegionId returns a boolean if a field has been set.

func (*Subscription) HasReleased

func (o *Subscription) HasReleased() bool

HasReleased returns a boolean if a field has been set.

func (*Subscription) HasServiceLevel

func (o *Subscription) HasServiceLevel() bool

HasServiceLevel returns a boolean if a field has been set.

func (*Subscription) HasSocketTotal

func (o *Subscription) HasSocketTotal() bool

HasSocketTotal returns a boolean if a field has been set.

func (*Subscription) HasStatus

func (o *Subscription) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*Subscription) HasSupportLevel

func (o *Subscription) HasSupportLevel() bool

HasSupportLevel returns a boolean if a field has been set.

func (*Subscription) HasSystemUnits

func (o *Subscription) HasSystemUnits() bool

HasSystemUnits returns a boolean if a field has been set.

func (*Subscription) HasTrialEndDate

func (o *Subscription) HasTrialEndDate() bool

HasTrialEndDate returns a boolean if a field has been set.

func (*Subscription) HasUpdatedAt

func (o *Subscription) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*Subscription) HasUsage

func (o *Subscription) HasUsage() bool

HasUsage returns a boolean if a field has been set.

func (Subscription) MarshalJSON

func (o Subscription) MarshalJSON() ([]byte, error)

func (*Subscription) SetCapabilities

func (o *Subscription) SetCapabilities(v []Capability)

SetCapabilities gets a reference to the given []Capability and assigns it to the Capabilities field.

func (*Subscription) SetCloudAccountId

func (o *Subscription) SetCloudAccountId(v string)

SetCloudAccountId gets a reference to the given string and assigns it to the CloudAccountId field.

func (*Subscription) SetCloudProviderId

func (o *Subscription) SetCloudProviderId(v string)

SetCloudProviderId gets a reference to the given string and assigns it to the CloudProviderId field.

func (*Subscription) SetClusterBillingModel

func (o *Subscription) SetClusterBillingModel(v string)

SetClusterBillingModel gets a reference to the given string and assigns it to the ClusterBillingModel field.

func (*Subscription) SetClusterId

func (o *Subscription) SetClusterId(v string)

SetClusterId gets a reference to the given string and assigns it to the ClusterId field.

func (*Subscription) SetConsoleUrl

func (o *Subscription) SetConsoleUrl(v string)

SetConsoleUrl gets a reference to the given string and assigns it to the ConsoleUrl field.

func (*Subscription) SetConsumerUuid

func (o *Subscription) SetConsumerUuid(v string)

SetConsumerUuid gets a reference to the given string and assigns it to the ConsumerUuid field.

func (*Subscription) SetCpuTotal

func (o *Subscription) SetCpuTotal(v int32)

SetCpuTotal gets a reference to the given int32 and assigns it to the CpuTotal field.

func (*Subscription) SetCreatedAt

func (o *Subscription) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*Subscription) SetCreator

func (o *Subscription) SetCreator(v AccountReference)

SetCreator gets a reference to the given AccountReference and assigns it to the Creator field.

func (*Subscription) SetDisplayName

func (o *Subscription) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*Subscription) SetExternalClusterId

func (o *Subscription) SetExternalClusterId(v string)

SetExternalClusterId gets a reference to the given string and assigns it to the ExternalClusterId field.

func (*Subscription) SetHref

func (o *Subscription) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*Subscription) SetId

func (o *Subscription) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Subscription) SetKind

func (o *Subscription) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*Subscription) SetLabels

func (o *Subscription) SetLabels(v []Label)

SetLabels gets a reference to the given []Label and assigns it to the Labels field.

func (*Subscription) SetLastReconcileDate

func (o *Subscription) SetLastReconcileDate(v time.Time)

SetLastReconcileDate gets a reference to the given time.Time and assigns it to the LastReconcileDate field.

func (*Subscription) SetLastReleasedAt

func (o *Subscription) SetLastReleasedAt(v time.Time)

SetLastReleasedAt gets a reference to the given time.Time and assigns it to the LastReleasedAt field.

func (*Subscription) SetLastTelemetryDate

func (o *Subscription) SetLastTelemetryDate(v time.Time)

SetLastTelemetryDate gets a reference to the given time.Time and assigns it to the LastTelemetryDate field.

func (*Subscription) SetManaged

func (o *Subscription) SetManaged(v bool)

SetManaged sets field value

func (*Subscription) SetMetrics

func (o *Subscription) SetMetrics(v []OneMetric)

SetMetrics gets a reference to the given []OneMetric and assigns it to the Metrics field.

func (*Subscription) SetNotificationContacts

func (o *Subscription) SetNotificationContacts(v []Account)

SetNotificationContacts gets a reference to the given []Account and assigns it to the NotificationContacts field.

func (*Subscription) SetOrganizationId

func (o *Subscription) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*Subscription) SetPlan

func (o *Subscription) SetPlan(v Plan)

SetPlan gets a reference to the given Plan and assigns it to the Plan field.

func (*Subscription) SetProductBundle

func (o *Subscription) SetProductBundle(v string)

SetProductBundle gets a reference to the given string and assigns it to the ProductBundle field.

func (*Subscription) SetProvenance

func (o *Subscription) SetProvenance(v string)

SetProvenance gets a reference to the given string and assigns it to the Provenance field.

func (*Subscription) SetRegionId

func (o *Subscription) SetRegionId(v string)

SetRegionId gets a reference to the given string and assigns it to the RegionId field.

func (*Subscription) SetReleased

func (o *Subscription) SetReleased(v bool)

SetReleased gets a reference to the given bool and assigns it to the Released field.

func (*Subscription) SetServiceLevel

func (o *Subscription) SetServiceLevel(v string)

SetServiceLevel gets a reference to the given string and assigns it to the ServiceLevel field.

func (*Subscription) SetSocketTotal

func (o *Subscription) SetSocketTotal(v int32)

SetSocketTotal gets a reference to the given int32 and assigns it to the SocketTotal field.

func (*Subscription) SetStatus

func (o *Subscription) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*Subscription) SetSupportLevel

func (o *Subscription) SetSupportLevel(v string)

SetSupportLevel gets a reference to the given string and assigns it to the SupportLevel field.

func (*Subscription) SetSystemUnits

func (o *Subscription) SetSystemUnits(v string)

SetSystemUnits gets a reference to the given string and assigns it to the SystemUnits field.

func (*Subscription) SetTrialEndDate

func (o *Subscription) SetTrialEndDate(v time.Time)

SetTrialEndDate gets a reference to the given time.Time and assigns it to the TrialEndDate field.

func (*Subscription) SetUpdatedAt

func (o *Subscription) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*Subscription) SetUsage

func (o *Subscription) SetUsage(v string)

SetUsage gets a reference to the given string and assigns it to the Usage field.

type SubscriptionAllOf

type SubscriptionAllOf struct {
	Capabilities        *[]Capability     `json:"capabilities,omitempty"`
	CloudAccountId      *string           `json:"cloud_account_id,omitempty"`
	CloudProviderId     *string           `json:"cloud_provider_id,omitempty"`
	ClusterBillingModel *string           `json:"cluster_billing_model,omitempty"`
	ClusterId           *string           `json:"cluster_id,omitempty"`
	ConsoleUrl          *string           `json:"console_url,omitempty"`
	ConsumerUuid        *string           `json:"consumer_uuid,omitempty"`
	CpuTotal            *int32            `json:"cpu_total,omitempty"`
	CreatedAt           *time.Time        `json:"created_at,omitempty"`
	Creator             *AccountReference `json:"creator,omitempty"`
	DisplayName         *string           `json:"display_name,omitempty"`
	ExternalClusterId   *string           `json:"external_cluster_id,omitempty"`
	Labels              *[]Label          `json:"labels,omitempty"`
	// Last time this subscription were reconciled about cluster usage
	LastReconcileDate *time.Time `json:"last_reconcile_date,omitempty"`
	// Last time status was set to Released for this cluster/subscription in Unix time
	LastReleasedAt *time.Time `json:"last_released_at,omitempty"`
	// Last telemetry authorization request for this cluster/subscription in Unix time
	LastTelemetryDate    *time.Time   `json:"last_telemetry_date,omitempty"`
	Managed              bool         `json:"managed"`
	Metrics              *[]OneMetric `json:"metrics,omitempty"`
	NotificationContacts *[]Account   `json:"notification_contacts,omitempty"`
	OrganizationId       *string      `json:"organization_id,omitempty"`
	Plan                 *Plan        `json:"plan,omitempty"`
	ProductBundle        *string      `json:"product_bundle,omitempty"`
	Provenance           *string      `json:"provenance,omitempty"`
	RegionId             *string      `json:"region_id,omitempty"`
	Released             *bool        `json:"released,omitempty"`
	ServiceLevel         *string      `json:"service_level,omitempty"`
	SocketTotal          *int32       `json:"socket_total,omitempty"`
	Status               *string      `json:"status,omitempty"`
	SupportLevel         *string      `json:"support_level,omitempty"`
	SystemUnits          *string      `json:"system_units,omitempty"`
	// If the subscription is a trial, date the trial ends
	TrialEndDate *time.Time `json:"trial_end_date,omitempty"`
	UpdatedAt    *time.Time `json:"updated_at,omitempty"`
	Usage        *string    `json:"usage,omitempty"`
}

SubscriptionAllOf struct for SubscriptionAllOf

func NewSubscriptionAllOf

func NewSubscriptionAllOf(managed bool) *SubscriptionAllOf

NewSubscriptionAllOf instantiates a new SubscriptionAllOf 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 NewSubscriptionAllOfWithDefaults

func NewSubscriptionAllOfWithDefaults() *SubscriptionAllOf

NewSubscriptionAllOfWithDefaults instantiates a new SubscriptionAllOf 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 (*SubscriptionAllOf) GetCapabilities

func (o *SubscriptionAllOf) GetCapabilities() []Capability

GetCapabilities returns the Capabilities field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetCapabilitiesOk

func (o *SubscriptionAllOf) GetCapabilitiesOk() (*[]Capability, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetCloudAccountId

func (o *SubscriptionAllOf) GetCloudAccountId() string

GetCloudAccountId returns the CloudAccountId field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetCloudAccountIdOk

func (o *SubscriptionAllOf) GetCloudAccountIdOk() (*string, bool)

GetCloudAccountIdOk returns a tuple with the CloudAccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetCloudProviderId

func (o *SubscriptionAllOf) GetCloudProviderId() string

GetCloudProviderId returns the CloudProviderId field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetCloudProviderIdOk

func (o *SubscriptionAllOf) GetCloudProviderIdOk() (*string, bool)

GetCloudProviderIdOk returns a tuple with the CloudProviderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetClusterBillingModel

func (o *SubscriptionAllOf) GetClusterBillingModel() string

GetClusterBillingModel returns the ClusterBillingModel field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetClusterBillingModelOk

func (o *SubscriptionAllOf) GetClusterBillingModelOk() (*string, bool)

GetClusterBillingModelOk returns a tuple with the ClusterBillingModel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetClusterId

func (o *SubscriptionAllOf) GetClusterId() string

GetClusterId returns the ClusterId field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetClusterIdOk

func (o *SubscriptionAllOf) GetClusterIdOk() (*string, bool)

GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetConsoleUrl

func (o *SubscriptionAllOf) GetConsoleUrl() string

GetConsoleUrl returns the ConsoleUrl field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetConsoleUrlOk

func (o *SubscriptionAllOf) 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 (*SubscriptionAllOf) GetConsumerUuid

func (o *SubscriptionAllOf) GetConsumerUuid() string

GetConsumerUuid returns the ConsumerUuid field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetConsumerUuidOk

func (o *SubscriptionAllOf) GetConsumerUuidOk() (*string, bool)

GetConsumerUuidOk returns a tuple with the ConsumerUuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetCpuTotal

func (o *SubscriptionAllOf) GetCpuTotal() int32

GetCpuTotal returns the CpuTotal field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetCpuTotalOk

func (o *SubscriptionAllOf) GetCpuTotalOk() (*int32, bool)

GetCpuTotalOk returns a tuple with the CpuTotal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetCreatedAt

func (o *SubscriptionAllOf) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetCreatedAtOk

func (o *SubscriptionAllOf) 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 (*SubscriptionAllOf) GetCreator

func (o *SubscriptionAllOf) GetCreator() AccountReference

GetCreator returns the Creator field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetCreatorOk

func (o *SubscriptionAllOf) GetCreatorOk() (*AccountReference, bool)

GetCreatorOk returns a tuple with the Creator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetDisplayName

func (o *SubscriptionAllOf) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetDisplayNameOk

func (o *SubscriptionAllOf) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetExternalClusterId

func (o *SubscriptionAllOf) GetExternalClusterId() string

GetExternalClusterId returns the ExternalClusterId field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetExternalClusterIdOk

func (o *SubscriptionAllOf) GetExternalClusterIdOk() (*string, bool)

GetExternalClusterIdOk returns a tuple with the ExternalClusterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetLabels

func (o *SubscriptionAllOf) GetLabels() []Label

GetLabels returns the Labels field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetLabelsOk

func (o *SubscriptionAllOf) GetLabelsOk() (*[]Label, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetLastReconcileDate

func (o *SubscriptionAllOf) GetLastReconcileDate() time.Time

GetLastReconcileDate returns the LastReconcileDate field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetLastReconcileDateOk

func (o *SubscriptionAllOf) GetLastReconcileDateOk() (*time.Time, bool)

GetLastReconcileDateOk returns a tuple with the LastReconcileDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetLastReleasedAt

func (o *SubscriptionAllOf) GetLastReleasedAt() time.Time

GetLastReleasedAt returns the LastReleasedAt field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetLastReleasedAtOk

func (o *SubscriptionAllOf) GetLastReleasedAtOk() (*time.Time, bool)

GetLastReleasedAtOk returns a tuple with the LastReleasedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetLastTelemetryDate

func (o *SubscriptionAllOf) GetLastTelemetryDate() time.Time

GetLastTelemetryDate returns the LastTelemetryDate field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetLastTelemetryDateOk

func (o *SubscriptionAllOf) GetLastTelemetryDateOk() (*time.Time, bool)

GetLastTelemetryDateOk returns a tuple with the LastTelemetryDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetManaged

func (o *SubscriptionAllOf) GetManaged() bool

GetManaged returns the Managed field value

func (*SubscriptionAllOf) GetManagedOk

func (o *SubscriptionAllOf) GetManagedOk() (*bool, bool)

GetManagedOk returns a tuple with the Managed field value and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetMetrics

func (o *SubscriptionAllOf) GetMetrics() []OneMetric

GetMetrics returns the Metrics field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetMetricsOk

func (o *SubscriptionAllOf) GetMetricsOk() (*[]OneMetric, bool)

GetMetricsOk returns a tuple with the Metrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetNotificationContacts

func (o *SubscriptionAllOf) GetNotificationContacts() []Account

GetNotificationContacts returns the NotificationContacts field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetNotificationContactsOk

func (o *SubscriptionAllOf) GetNotificationContactsOk() (*[]Account, bool)

GetNotificationContactsOk returns a tuple with the NotificationContacts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetOrganizationId

func (o *SubscriptionAllOf) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetOrganizationIdOk

func (o *SubscriptionAllOf) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetPlan

func (o *SubscriptionAllOf) GetPlan() Plan

GetPlan returns the Plan field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetPlanOk

func (o *SubscriptionAllOf) GetPlanOk() (*Plan, bool)

GetPlanOk returns a tuple with the Plan field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetProductBundle

func (o *SubscriptionAllOf) GetProductBundle() string

GetProductBundle returns the ProductBundle field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetProductBundleOk

func (o *SubscriptionAllOf) GetProductBundleOk() (*string, bool)

GetProductBundleOk returns a tuple with the ProductBundle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetProvenance

func (o *SubscriptionAllOf) GetProvenance() string

GetProvenance returns the Provenance field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetProvenanceOk

func (o *SubscriptionAllOf) GetProvenanceOk() (*string, bool)

GetProvenanceOk returns a tuple with the Provenance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetRegionId

func (o *SubscriptionAllOf) GetRegionId() string

GetRegionId returns the RegionId field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetRegionIdOk

func (o *SubscriptionAllOf) GetRegionIdOk() (*string, bool)

GetRegionIdOk returns a tuple with the RegionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetReleased

func (o *SubscriptionAllOf) GetReleased() bool

GetReleased returns the Released field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetReleasedOk

func (o *SubscriptionAllOf) GetReleasedOk() (*bool, bool)

GetReleasedOk returns a tuple with the Released field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetServiceLevel

func (o *SubscriptionAllOf) GetServiceLevel() string

GetServiceLevel returns the ServiceLevel field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetServiceLevelOk

func (o *SubscriptionAllOf) GetServiceLevelOk() (*string, bool)

GetServiceLevelOk returns a tuple with the ServiceLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetSocketTotal

func (o *SubscriptionAllOf) GetSocketTotal() int32

GetSocketTotal returns the SocketTotal field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetSocketTotalOk

func (o *SubscriptionAllOf) GetSocketTotalOk() (*int32, bool)

GetSocketTotalOk returns a tuple with the SocketTotal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetStatus

func (o *SubscriptionAllOf) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetStatusOk

func (o *SubscriptionAllOf) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetSupportLevel

func (o *SubscriptionAllOf) GetSupportLevel() string

GetSupportLevel returns the SupportLevel field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetSupportLevelOk

func (o *SubscriptionAllOf) GetSupportLevelOk() (*string, bool)

GetSupportLevelOk returns a tuple with the SupportLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetSystemUnits

func (o *SubscriptionAllOf) GetSystemUnits() string

GetSystemUnits returns the SystemUnits field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetSystemUnitsOk

func (o *SubscriptionAllOf) GetSystemUnitsOk() (*string, bool)

GetSystemUnitsOk returns a tuple with the SystemUnits field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetTrialEndDate

func (o *SubscriptionAllOf) GetTrialEndDate() time.Time

GetTrialEndDate returns the TrialEndDate field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetTrialEndDateOk

func (o *SubscriptionAllOf) GetTrialEndDateOk() (*time.Time, bool)

GetTrialEndDateOk returns a tuple with the TrialEndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) GetUpdatedAt

func (o *SubscriptionAllOf) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetUpdatedAtOk

func (o *SubscriptionAllOf) 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 (*SubscriptionAllOf) GetUsage

func (o *SubscriptionAllOf) GetUsage() string

GetUsage returns the Usage field value if set, zero value otherwise.

func (*SubscriptionAllOf) GetUsageOk

func (o *SubscriptionAllOf) GetUsageOk() (*string, bool)

GetUsageOk returns a tuple with the Usage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionAllOf) HasCapabilities

func (o *SubscriptionAllOf) HasCapabilities() bool

HasCapabilities returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasCloudAccountId

func (o *SubscriptionAllOf) HasCloudAccountId() bool

HasCloudAccountId returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasCloudProviderId

func (o *SubscriptionAllOf) HasCloudProviderId() bool

HasCloudProviderId returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasClusterBillingModel

func (o *SubscriptionAllOf) HasClusterBillingModel() bool

HasClusterBillingModel returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasClusterId

func (o *SubscriptionAllOf) HasClusterId() bool

HasClusterId returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasConsoleUrl

func (o *SubscriptionAllOf) HasConsoleUrl() bool

HasConsoleUrl returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasConsumerUuid

func (o *SubscriptionAllOf) HasConsumerUuid() bool

HasConsumerUuid returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasCpuTotal

func (o *SubscriptionAllOf) HasCpuTotal() bool

HasCpuTotal returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasCreatedAt

func (o *SubscriptionAllOf) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasCreator

func (o *SubscriptionAllOf) HasCreator() bool

HasCreator returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasDisplayName

func (o *SubscriptionAllOf) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasExternalClusterId

func (o *SubscriptionAllOf) HasExternalClusterId() bool

HasExternalClusterId returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasLabels

func (o *SubscriptionAllOf) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasLastReconcileDate

func (o *SubscriptionAllOf) HasLastReconcileDate() bool

HasLastReconcileDate returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasLastReleasedAt

func (o *SubscriptionAllOf) HasLastReleasedAt() bool

HasLastReleasedAt returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasLastTelemetryDate

func (o *SubscriptionAllOf) HasLastTelemetryDate() bool

HasLastTelemetryDate returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasMetrics

func (o *SubscriptionAllOf) HasMetrics() bool

HasMetrics returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasNotificationContacts

func (o *SubscriptionAllOf) HasNotificationContacts() bool

HasNotificationContacts returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasOrganizationId

func (o *SubscriptionAllOf) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasPlan

func (o *SubscriptionAllOf) HasPlan() bool

HasPlan returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasProductBundle

func (o *SubscriptionAllOf) HasProductBundle() bool

HasProductBundle returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasProvenance

func (o *SubscriptionAllOf) HasProvenance() bool

HasProvenance returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasRegionId

func (o *SubscriptionAllOf) HasRegionId() bool

HasRegionId returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasReleased

func (o *SubscriptionAllOf) HasReleased() bool

HasReleased returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasServiceLevel

func (o *SubscriptionAllOf) HasServiceLevel() bool

HasServiceLevel returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasSocketTotal

func (o *SubscriptionAllOf) HasSocketTotal() bool

HasSocketTotal returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasStatus

func (o *SubscriptionAllOf) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasSupportLevel

func (o *SubscriptionAllOf) HasSupportLevel() bool

HasSupportLevel returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasSystemUnits

func (o *SubscriptionAllOf) HasSystemUnits() bool

HasSystemUnits returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasTrialEndDate

func (o *SubscriptionAllOf) HasTrialEndDate() bool

HasTrialEndDate returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasUpdatedAt

func (o *SubscriptionAllOf) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*SubscriptionAllOf) HasUsage

func (o *SubscriptionAllOf) HasUsage() bool

HasUsage returns a boolean if a field has been set.

func (SubscriptionAllOf) MarshalJSON

func (o SubscriptionAllOf) MarshalJSON() ([]byte, error)

func (*SubscriptionAllOf) SetCapabilities

func (o *SubscriptionAllOf) SetCapabilities(v []Capability)

SetCapabilities gets a reference to the given []Capability and assigns it to the Capabilities field.

func (*SubscriptionAllOf) SetCloudAccountId

func (o *SubscriptionAllOf) SetCloudAccountId(v string)

SetCloudAccountId gets a reference to the given string and assigns it to the CloudAccountId field.

func (*SubscriptionAllOf) SetCloudProviderId

func (o *SubscriptionAllOf) SetCloudProviderId(v string)

SetCloudProviderId gets a reference to the given string and assigns it to the CloudProviderId field.

func (*SubscriptionAllOf) SetClusterBillingModel

func (o *SubscriptionAllOf) SetClusterBillingModel(v string)

SetClusterBillingModel gets a reference to the given string and assigns it to the ClusterBillingModel field.

func (*SubscriptionAllOf) SetClusterId

func (o *SubscriptionAllOf) SetClusterId(v string)

SetClusterId gets a reference to the given string and assigns it to the ClusterId field.

func (*SubscriptionAllOf) SetConsoleUrl

func (o *SubscriptionAllOf) SetConsoleUrl(v string)

SetConsoleUrl gets a reference to the given string and assigns it to the ConsoleUrl field.

func (*SubscriptionAllOf) SetConsumerUuid

func (o *SubscriptionAllOf) SetConsumerUuid(v string)

SetConsumerUuid gets a reference to the given string and assigns it to the ConsumerUuid field.

func (*SubscriptionAllOf) SetCpuTotal

func (o *SubscriptionAllOf) SetCpuTotal(v int32)

SetCpuTotal gets a reference to the given int32 and assigns it to the CpuTotal field.

func (*SubscriptionAllOf) SetCreatedAt

func (o *SubscriptionAllOf) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*SubscriptionAllOf) SetCreator

func (o *SubscriptionAllOf) SetCreator(v AccountReference)

SetCreator gets a reference to the given AccountReference and assigns it to the Creator field.

func (*SubscriptionAllOf) SetDisplayName

func (o *SubscriptionAllOf) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*SubscriptionAllOf) SetExternalClusterId

func (o *SubscriptionAllOf) SetExternalClusterId(v string)

SetExternalClusterId gets a reference to the given string and assigns it to the ExternalClusterId field.

func (*SubscriptionAllOf) SetLabels

func (o *SubscriptionAllOf) SetLabels(v []Label)

SetLabels gets a reference to the given []Label and assigns it to the Labels field.

func (*SubscriptionAllOf) SetLastReconcileDate

func (o *SubscriptionAllOf) SetLastReconcileDate(v time.Time)

SetLastReconcileDate gets a reference to the given time.Time and assigns it to the LastReconcileDate field.

func (*SubscriptionAllOf) SetLastReleasedAt

func (o *SubscriptionAllOf) SetLastReleasedAt(v time.Time)

SetLastReleasedAt gets a reference to the given time.Time and assigns it to the LastReleasedAt field.

func (*SubscriptionAllOf) SetLastTelemetryDate

func (o *SubscriptionAllOf) SetLastTelemetryDate(v time.Time)

SetLastTelemetryDate gets a reference to the given time.Time and assigns it to the LastTelemetryDate field.

func (*SubscriptionAllOf) SetManaged

func (o *SubscriptionAllOf) SetManaged(v bool)

SetManaged sets field value

func (*SubscriptionAllOf) SetMetrics

func (o *SubscriptionAllOf) SetMetrics(v []OneMetric)

SetMetrics gets a reference to the given []OneMetric and assigns it to the Metrics field.

func (*SubscriptionAllOf) SetNotificationContacts

func (o *SubscriptionAllOf) SetNotificationContacts(v []Account)

SetNotificationContacts gets a reference to the given []Account and assigns it to the NotificationContacts field.

func (*SubscriptionAllOf) SetOrganizationId

func (o *SubscriptionAllOf) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*SubscriptionAllOf) SetPlan

func (o *SubscriptionAllOf) SetPlan(v Plan)

SetPlan gets a reference to the given Plan and assigns it to the Plan field.

func (*SubscriptionAllOf) SetProductBundle

func (o *SubscriptionAllOf) SetProductBundle(v string)

SetProductBundle gets a reference to the given string and assigns it to the ProductBundle field.

func (*SubscriptionAllOf) SetProvenance

func (o *SubscriptionAllOf) SetProvenance(v string)

SetProvenance gets a reference to the given string and assigns it to the Provenance field.

func (*SubscriptionAllOf) SetRegionId

func (o *SubscriptionAllOf) SetRegionId(v string)

SetRegionId gets a reference to the given string and assigns it to the RegionId field.

func (*SubscriptionAllOf) SetReleased

func (o *SubscriptionAllOf) SetReleased(v bool)

SetReleased gets a reference to the given bool and assigns it to the Released field.

func (*SubscriptionAllOf) SetServiceLevel

func (o *SubscriptionAllOf) SetServiceLevel(v string)

SetServiceLevel gets a reference to the given string and assigns it to the ServiceLevel field.

func (*SubscriptionAllOf) SetSocketTotal

func (o *SubscriptionAllOf) SetSocketTotal(v int32)

SetSocketTotal gets a reference to the given int32 and assigns it to the SocketTotal field.

func (*SubscriptionAllOf) SetStatus

func (o *SubscriptionAllOf) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*SubscriptionAllOf) SetSupportLevel

func (o *SubscriptionAllOf) SetSupportLevel(v string)

SetSupportLevel gets a reference to the given string and assigns it to the SupportLevel field.

func (*SubscriptionAllOf) SetSystemUnits

func (o *SubscriptionAllOf) SetSystemUnits(v string)

SetSystemUnits gets a reference to the given string and assigns it to the SystemUnits field.

func (*SubscriptionAllOf) SetTrialEndDate

func (o *SubscriptionAllOf) SetTrialEndDate(v time.Time)

SetTrialEndDate gets a reference to the given time.Time and assigns it to the TrialEndDate field.

func (*SubscriptionAllOf) SetUpdatedAt

func (o *SubscriptionAllOf) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*SubscriptionAllOf) SetUsage

func (o *SubscriptionAllOf) SetUsage(v string)

SetUsage gets a reference to the given string and assigns it to the Usage field.

type SubscriptionCreateRequest

type SubscriptionCreateRequest struct {
	ClusterUuid string  `json:"cluster_uuid"`
	ConsoleUrl  *string `json:"console_url,omitempty"`
	DisplayName *string `json:"display_name,omitempty"`
	PlanId      string  `json:"plan_id"`
	Status      string  `json:"status"`
}

SubscriptionCreateRequest struct for SubscriptionCreateRequest

func NewSubscriptionCreateRequest

func NewSubscriptionCreateRequest(clusterUuid string, planId string, status string) *SubscriptionCreateRequest

NewSubscriptionCreateRequest instantiates a new SubscriptionCreateRequest 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 NewSubscriptionCreateRequestWithDefaults

func NewSubscriptionCreateRequestWithDefaults() *SubscriptionCreateRequest

NewSubscriptionCreateRequestWithDefaults instantiates a new SubscriptionCreateRequest 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 (*SubscriptionCreateRequest) GetClusterUuid

func (o *SubscriptionCreateRequest) GetClusterUuid() string

GetClusterUuid returns the ClusterUuid field value

func (*SubscriptionCreateRequest) GetClusterUuidOk

func (o *SubscriptionCreateRequest) GetClusterUuidOk() (*string, bool)

GetClusterUuidOk returns a tuple with the ClusterUuid field value and a boolean to check if the value has been set.

func (*SubscriptionCreateRequest) GetConsoleUrl

func (o *SubscriptionCreateRequest) GetConsoleUrl() string

GetConsoleUrl returns the ConsoleUrl field value if set, zero value otherwise.

func (*SubscriptionCreateRequest) GetConsoleUrlOk

func (o *SubscriptionCreateRequest) 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 (*SubscriptionCreateRequest) GetDisplayName

func (o *SubscriptionCreateRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*SubscriptionCreateRequest) GetDisplayNameOk

func (o *SubscriptionCreateRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionCreateRequest) GetPlanId

func (o *SubscriptionCreateRequest) GetPlanId() string

GetPlanId returns the PlanId field value

func (*SubscriptionCreateRequest) GetPlanIdOk

func (o *SubscriptionCreateRequest) GetPlanIdOk() (*string, bool)

GetPlanIdOk returns a tuple with the PlanId field value and a boolean to check if the value has been set.

func (*SubscriptionCreateRequest) GetStatus

func (o *SubscriptionCreateRequest) GetStatus() string

GetStatus returns the Status field value

func (*SubscriptionCreateRequest) GetStatusOk

func (o *SubscriptionCreateRequest) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*SubscriptionCreateRequest) HasConsoleUrl

func (o *SubscriptionCreateRequest) HasConsoleUrl() bool

HasConsoleUrl returns a boolean if a field has been set.

func (*SubscriptionCreateRequest) HasDisplayName

func (o *SubscriptionCreateRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (SubscriptionCreateRequest) MarshalJSON

func (o SubscriptionCreateRequest) MarshalJSON() ([]byte, error)

func (*SubscriptionCreateRequest) SetClusterUuid

func (o *SubscriptionCreateRequest) SetClusterUuid(v string)

SetClusterUuid sets field value

func (*SubscriptionCreateRequest) SetConsoleUrl

func (o *SubscriptionCreateRequest) SetConsoleUrl(v string)

SetConsoleUrl gets a reference to the given string and assigns it to the ConsoleUrl field.

func (*SubscriptionCreateRequest) SetDisplayName

func (o *SubscriptionCreateRequest) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*SubscriptionCreateRequest) SetPlanId

func (o *SubscriptionCreateRequest) SetPlanId(v string)

SetPlanId sets field value

func (*SubscriptionCreateRequest) SetStatus

func (o *SubscriptionCreateRequest) SetStatus(v string)

SetStatus sets field value

type SubscriptionList

type SubscriptionList struct {
	Kind  string         `json:"kind"`
	Page  int32          `json:"page"`
	Size  int32          `json:"size"`
	Total int32          `json:"total"`
	Items []Subscription `json:"items"`
}

SubscriptionList struct for SubscriptionList

func NewSubscriptionList

func NewSubscriptionList(kind string, page int32, size int32, total int32, items []Subscription) *SubscriptionList

NewSubscriptionList instantiates a new SubscriptionList 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 NewSubscriptionListWithDefaults

func NewSubscriptionListWithDefaults() *SubscriptionList

NewSubscriptionListWithDefaults instantiates a new SubscriptionList 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 (*SubscriptionList) GetItems

func (o *SubscriptionList) GetItems() []Subscription

GetItems returns the Items field value

func (*SubscriptionList) GetItemsOk

func (o *SubscriptionList) GetItemsOk() (*[]Subscription, bool)

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*SubscriptionList) GetKind

func (o *SubscriptionList) GetKind() string

GetKind returns the Kind field value

func (*SubscriptionList) GetKindOk

func (o *SubscriptionList) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.

func (*SubscriptionList) GetPage

func (o *SubscriptionList) GetPage() int32

GetPage returns the Page field value

func (*SubscriptionList) GetPageOk

func (o *SubscriptionList) GetPageOk() (*int32, bool)

GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.

func (*SubscriptionList) GetSize

func (o *SubscriptionList) GetSize() int32

GetSize returns the Size field value

func (*SubscriptionList) GetSizeOk

func (o *SubscriptionList) GetSizeOk() (*int32, bool)

GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.

func (*SubscriptionList) GetTotal

func (o *SubscriptionList) GetTotal() int32

GetTotal returns the Total field value

func (*SubscriptionList) GetTotalOk

func (o *SubscriptionList) GetTotalOk() (*int32, bool)

GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.

func (SubscriptionList) MarshalJSON

func (o SubscriptionList) MarshalJSON() ([]byte, error)

func (*SubscriptionList) SetItems

func (o *SubscriptionList) SetItems(v []Subscription)

SetItems sets field value

func (*SubscriptionList) SetKind

func (o *SubscriptionList) SetKind(v string)

SetKind sets field value

func (*SubscriptionList) SetPage

func (o *SubscriptionList) SetPage(v int32)

SetPage sets field value

func (*SubscriptionList) SetSize

func (o *SubscriptionList) SetSize(v int32)

SetSize sets field value

func (*SubscriptionList) SetTotal

func (o *SubscriptionList) SetTotal(v int32)

SetTotal sets field value

type SubscriptionListAllOf

type SubscriptionListAllOf struct {
	Items *[]Subscription `json:"items,omitempty"`
}

SubscriptionListAllOf struct for SubscriptionListAllOf

func NewSubscriptionListAllOf

func NewSubscriptionListAllOf() *SubscriptionListAllOf

NewSubscriptionListAllOf instantiates a new SubscriptionListAllOf 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 NewSubscriptionListAllOfWithDefaults

func NewSubscriptionListAllOfWithDefaults() *SubscriptionListAllOf

NewSubscriptionListAllOfWithDefaults instantiates a new SubscriptionListAllOf 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 (*SubscriptionListAllOf) GetItems

func (o *SubscriptionListAllOf) GetItems() []Subscription

GetItems returns the Items field value if set, zero value otherwise.

func (*SubscriptionListAllOf) GetItemsOk

func (o *SubscriptionListAllOf) GetItemsOk() (*[]Subscription, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionListAllOf) HasItems

func (o *SubscriptionListAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (SubscriptionListAllOf) MarshalJSON

func (o SubscriptionListAllOf) MarshalJSON() ([]byte, error)

func (*SubscriptionListAllOf) SetItems

func (o *SubscriptionListAllOf) SetItems(v []Subscription)

SetItems gets a reference to the given []Subscription and assigns it to the Items field.

type SubscriptionPatchRequest

type SubscriptionPatchRequest struct {
	CloudAccountId      *string    `json:"cloud_account_id,omitempty"`
	CloudProviderId     *string    `json:"cloud_provider_id,omitempty"`
	ClusterBillingModel *string    `json:"cluster_billing_model,omitempty"`
	ClusterId           *string    `json:"cluster_id,omitempty"`
	ConsoleUrl          *string    `json:"console_url,omitempty"`
	ConsumerUuid        *string    `json:"consumer_uuid,omitempty"`
	CpuTotal            *int32     `json:"cpu_total,omitempty"`
	CreatorId           *string    `json:"creator_id,omitempty"`
	DisplayName         *string    `json:"display_name,omitempty"`
	ExternalClusterId   *string    `json:"external_cluster_id,omitempty"`
	Managed             *bool      `json:"managed,omitempty"`
	OrganizationId      *string    `json:"organization_id,omitempty"`
	PlanId              *string    `json:"plan_id,omitempty"`
	ProductBundle       *string    `json:"product_bundle,omitempty"`
	Provenance          *string    `json:"provenance,omitempty"`
	RegionId            *string    `json:"region_id,omitempty"`
	Released            *bool      `json:"released,omitempty"`
	ServiceLevel        *string    `json:"service_level,omitempty"`
	SocketTotal         *int32     `json:"socket_total,omitempty"`
	Status              *string    `json:"status,omitempty"`
	SupportLevel        *string    `json:"support_level,omitempty"`
	SystemUnits         *string    `json:"system_units,omitempty"`
	TrialEndDate        *time.Time `json:"trial_end_date,omitempty"`
	Usage               *string    `json:"usage,omitempty"`
}

SubscriptionPatchRequest struct for SubscriptionPatchRequest

func NewSubscriptionPatchRequest

func NewSubscriptionPatchRequest() *SubscriptionPatchRequest

NewSubscriptionPatchRequest instantiates a new SubscriptionPatchRequest 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 NewSubscriptionPatchRequestWithDefaults

func NewSubscriptionPatchRequestWithDefaults() *SubscriptionPatchRequest

NewSubscriptionPatchRequestWithDefaults instantiates a new SubscriptionPatchRequest 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 (*SubscriptionPatchRequest) GetCloudAccountId

func (o *SubscriptionPatchRequest) GetCloudAccountId() string

GetCloudAccountId returns the CloudAccountId field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetCloudAccountIdOk

func (o *SubscriptionPatchRequest) GetCloudAccountIdOk() (*string, bool)

GetCloudAccountIdOk returns a tuple with the CloudAccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetCloudProviderId

func (o *SubscriptionPatchRequest) GetCloudProviderId() string

GetCloudProviderId returns the CloudProviderId field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetCloudProviderIdOk

func (o *SubscriptionPatchRequest) GetCloudProviderIdOk() (*string, bool)

GetCloudProviderIdOk returns a tuple with the CloudProviderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetClusterBillingModel

func (o *SubscriptionPatchRequest) GetClusterBillingModel() string

GetClusterBillingModel returns the ClusterBillingModel field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetClusterBillingModelOk

func (o *SubscriptionPatchRequest) GetClusterBillingModelOk() (*string, bool)

GetClusterBillingModelOk returns a tuple with the ClusterBillingModel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetClusterId

func (o *SubscriptionPatchRequest) GetClusterId() string

GetClusterId returns the ClusterId field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetClusterIdOk

func (o *SubscriptionPatchRequest) GetClusterIdOk() (*string, bool)

GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetConsoleUrl

func (o *SubscriptionPatchRequest) GetConsoleUrl() string

GetConsoleUrl returns the ConsoleUrl field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetConsoleUrlOk

func (o *SubscriptionPatchRequest) 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 (*SubscriptionPatchRequest) GetConsumerUuid

func (o *SubscriptionPatchRequest) GetConsumerUuid() string

GetConsumerUuid returns the ConsumerUuid field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetConsumerUuidOk

func (o *SubscriptionPatchRequest) GetConsumerUuidOk() (*string, bool)

GetConsumerUuidOk returns a tuple with the ConsumerUuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetCpuTotal

func (o *SubscriptionPatchRequest) GetCpuTotal() int32

GetCpuTotal returns the CpuTotal field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetCpuTotalOk

func (o *SubscriptionPatchRequest) GetCpuTotalOk() (*int32, bool)

GetCpuTotalOk returns a tuple with the CpuTotal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetCreatorId

func (o *SubscriptionPatchRequest) GetCreatorId() string

GetCreatorId returns the CreatorId field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetCreatorIdOk

func (o *SubscriptionPatchRequest) GetCreatorIdOk() (*string, bool)

GetCreatorIdOk returns a tuple with the CreatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetDisplayName

func (o *SubscriptionPatchRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetDisplayNameOk

func (o *SubscriptionPatchRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetExternalClusterId

func (o *SubscriptionPatchRequest) GetExternalClusterId() string

GetExternalClusterId returns the ExternalClusterId field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetExternalClusterIdOk

func (o *SubscriptionPatchRequest) GetExternalClusterIdOk() (*string, bool)

GetExternalClusterIdOk returns a tuple with the ExternalClusterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetManaged

func (o *SubscriptionPatchRequest) GetManaged() bool

GetManaged returns the Managed field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetManagedOk

func (o *SubscriptionPatchRequest) GetManagedOk() (*bool, bool)

GetManagedOk returns a tuple with the Managed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetOrganizationId

func (o *SubscriptionPatchRequest) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetOrganizationIdOk

func (o *SubscriptionPatchRequest) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetPlanId

func (o *SubscriptionPatchRequest) GetPlanId() string

GetPlanId returns the PlanId field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetPlanIdOk

func (o *SubscriptionPatchRequest) GetPlanIdOk() (*string, bool)

GetPlanIdOk returns a tuple with the PlanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetProductBundle

func (o *SubscriptionPatchRequest) GetProductBundle() string

GetProductBundle returns the ProductBundle field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetProductBundleOk

func (o *SubscriptionPatchRequest) GetProductBundleOk() (*string, bool)

GetProductBundleOk returns a tuple with the ProductBundle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetProvenance

func (o *SubscriptionPatchRequest) GetProvenance() string

GetProvenance returns the Provenance field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetProvenanceOk

func (o *SubscriptionPatchRequest) GetProvenanceOk() (*string, bool)

GetProvenanceOk returns a tuple with the Provenance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetRegionId

func (o *SubscriptionPatchRequest) GetRegionId() string

GetRegionId returns the RegionId field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetRegionIdOk

func (o *SubscriptionPatchRequest) GetRegionIdOk() (*string, bool)

GetRegionIdOk returns a tuple with the RegionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetReleased

func (o *SubscriptionPatchRequest) GetReleased() bool

GetReleased returns the Released field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetReleasedOk

func (o *SubscriptionPatchRequest) GetReleasedOk() (*bool, bool)

GetReleasedOk returns a tuple with the Released field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetServiceLevel

func (o *SubscriptionPatchRequest) GetServiceLevel() string

GetServiceLevel returns the ServiceLevel field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetServiceLevelOk

func (o *SubscriptionPatchRequest) GetServiceLevelOk() (*string, bool)

GetServiceLevelOk returns a tuple with the ServiceLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetSocketTotal

func (o *SubscriptionPatchRequest) GetSocketTotal() int32

GetSocketTotal returns the SocketTotal field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetSocketTotalOk

func (o *SubscriptionPatchRequest) GetSocketTotalOk() (*int32, bool)

GetSocketTotalOk returns a tuple with the SocketTotal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetStatus

func (o *SubscriptionPatchRequest) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetStatusOk

func (o *SubscriptionPatchRequest) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetSupportLevel

func (o *SubscriptionPatchRequest) GetSupportLevel() string

GetSupportLevel returns the SupportLevel field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetSupportLevelOk

func (o *SubscriptionPatchRequest) GetSupportLevelOk() (*string, bool)

GetSupportLevelOk returns a tuple with the SupportLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetSystemUnits

func (o *SubscriptionPatchRequest) GetSystemUnits() string

GetSystemUnits returns the SystemUnits field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetSystemUnitsOk

func (o *SubscriptionPatchRequest) GetSystemUnitsOk() (*string, bool)

GetSystemUnitsOk returns a tuple with the SystemUnits field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetTrialEndDate

func (o *SubscriptionPatchRequest) GetTrialEndDate() time.Time

GetTrialEndDate returns the TrialEndDate field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetTrialEndDateOk

func (o *SubscriptionPatchRequest) GetTrialEndDateOk() (*time.Time, bool)

GetTrialEndDateOk returns a tuple with the TrialEndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) GetUsage

func (o *SubscriptionPatchRequest) GetUsage() string

GetUsage returns the Usage field value if set, zero value otherwise.

func (*SubscriptionPatchRequest) GetUsageOk

func (o *SubscriptionPatchRequest) GetUsageOk() (*string, bool)

GetUsageOk returns a tuple with the Usage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionPatchRequest) HasCloudAccountId

func (o *SubscriptionPatchRequest) HasCloudAccountId() bool

HasCloudAccountId returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasCloudProviderId

func (o *SubscriptionPatchRequest) HasCloudProviderId() bool

HasCloudProviderId returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasClusterBillingModel

func (o *SubscriptionPatchRequest) HasClusterBillingModel() bool

HasClusterBillingModel returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasClusterId

func (o *SubscriptionPatchRequest) HasClusterId() bool

HasClusterId returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasConsoleUrl

func (o *SubscriptionPatchRequest) HasConsoleUrl() bool

HasConsoleUrl returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasConsumerUuid

func (o *SubscriptionPatchRequest) HasConsumerUuid() bool

HasConsumerUuid returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasCpuTotal

func (o *SubscriptionPatchRequest) HasCpuTotal() bool

HasCpuTotal returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasCreatorId

func (o *SubscriptionPatchRequest) HasCreatorId() bool

HasCreatorId returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasDisplayName

func (o *SubscriptionPatchRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasExternalClusterId

func (o *SubscriptionPatchRequest) HasExternalClusterId() bool

HasExternalClusterId returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasManaged

func (o *SubscriptionPatchRequest) HasManaged() bool

HasManaged returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasOrganizationId

func (o *SubscriptionPatchRequest) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasPlanId

func (o *SubscriptionPatchRequest) HasPlanId() bool

HasPlanId returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasProductBundle

func (o *SubscriptionPatchRequest) HasProductBundle() bool

HasProductBundle returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasProvenance

func (o *SubscriptionPatchRequest) HasProvenance() bool

HasProvenance returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasRegionId

func (o *SubscriptionPatchRequest) HasRegionId() bool

HasRegionId returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasReleased

func (o *SubscriptionPatchRequest) HasReleased() bool

HasReleased returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasServiceLevel

func (o *SubscriptionPatchRequest) HasServiceLevel() bool

HasServiceLevel returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasSocketTotal

func (o *SubscriptionPatchRequest) HasSocketTotal() bool

HasSocketTotal returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasStatus

func (o *SubscriptionPatchRequest) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasSupportLevel

func (o *SubscriptionPatchRequest) HasSupportLevel() bool

HasSupportLevel returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasSystemUnits

func (o *SubscriptionPatchRequest) HasSystemUnits() bool

HasSystemUnits returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasTrialEndDate

func (o *SubscriptionPatchRequest) HasTrialEndDate() bool

HasTrialEndDate returns a boolean if a field has been set.

func (*SubscriptionPatchRequest) HasUsage

func (o *SubscriptionPatchRequest) HasUsage() bool

HasUsage returns a boolean if a field has been set.

func (SubscriptionPatchRequest) MarshalJSON

func (o SubscriptionPatchRequest) MarshalJSON() ([]byte, error)

func (*SubscriptionPatchRequest) SetCloudAccountId

func (o *SubscriptionPatchRequest) SetCloudAccountId(v string)

SetCloudAccountId gets a reference to the given string and assigns it to the CloudAccountId field.

func (*SubscriptionPatchRequest) SetCloudProviderId

func (o *SubscriptionPatchRequest) SetCloudProviderId(v string)

SetCloudProviderId gets a reference to the given string and assigns it to the CloudProviderId field.

func (*SubscriptionPatchRequest) SetClusterBillingModel

func (o *SubscriptionPatchRequest) SetClusterBillingModel(v string)

SetClusterBillingModel gets a reference to the given string and assigns it to the ClusterBillingModel field.

func (*SubscriptionPatchRequest) SetClusterId

func (o *SubscriptionPatchRequest) SetClusterId(v string)

SetClusterId gets a reference to the given string and assigns it to the ClusterId field.

func (*SubscriptionPatchRequest) SetConsoleUrl

func (o *SubscriptionPatchRequest) SetConsoleUrl(v string)

SetConsoleUrl gets a reference to the given string and assigns it to the ConsoleUrl field.

func (*SubscriptionPatchRequest) SetConsumerUuid

func (o *SubscriptionPatchRequest) SetConsumerUuid(v string)

SetConsumerUuid gets a reference to the given string and assigns it to the ConsumerUuid field.

func (*SubscriptionPatchRequest) SetCpuTotal

func (o *SubscriptionPatchRequest) SetCpuTotal(v int32)

SetCpuTotal gets a reference to the given int32 and assigns it to the CpuTotal field.

func (*SubscriptionPatchRequest) SetCreatorId

func (o *SubscriptionPatchRequest) SetCreatorId(v string)

SetCreatorId gets a reference to the given string and assigns it to the CreatorId field.

func (*SubscriptionPatchRequest) SetDisplayName

func (o *SubscriptionPatchRequest) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*SubscriptionPatchRequest) SetExternalClusterId

func (o *SubscriptionPatchRequest) SetExternalClusterId(v string)

SetExternalClusterId gets a reference to the given string and assigns it to the ExternalClusterId field.

func (*SubscriptionPatchRequest) SetManaged

func (o *SubscriptionPatchRequest) SetManaged(v bool)

SetManaged gets a reference to the given bool and assigns it to the Managed field.

func (*SubscriptionPatchRequest) SetOrganizationId

func (o *SubscriptionPatchRequest) SetOrganizationId(v string)

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.

func (*SubscriptionPatchRequest) SetPlanId

func (o *SubscriptionPatchRequest) SetPlanId(v string)

SetPlanId gets a reference to the given string and assigns it to the PlanId field.

func (*SubscriptionPatchRequest) SetProductBundle

func (o *SubscriptionPatchRequest) SetProductBundle(v string)

SetProductBundle gets a reference to the given string and assigns it to the ProductBundle field.

func (*SubscriptionPatchRequest) SetProvenance

func (o *SubscriptionPatchRequest) SetProvenance(v string)

SetProvenance gets a reference to the given string and assigns it to the Provenance field.

func (*SubscriptionPatchRequest) SetRegionId

func (o *SubscriptionPatchRequest) SetRegionId(v string)

SetRegionId gets a reference to the given string and assigns it to the RegionId field.

func (*SubscriptionPatchRequest) SetReleased

func (o *SubscriptionPatchRequest) SetReleased(v bool)

SetReleased gets a reference to the given bool and assigns it to the Released field.

func (*SubscriptionPatchRequest) SetServiceLevel

func (o *SubscriptionPatchRequest) SetServiceLevel(v string)

SetServiceLevel gets a reference to the given string and assigns it to the ServiceLevel field.

func (*SubscriptionPatchRequest) SetSocketTotal

func (o *SubscriptionPatchRequest) SetSocketTotal(v int32)

SetSocketTotal gets a reference to the given int32 and assigns it to the SocketTotal field.

func (*SubscriptionPatchRequest) SetStatus

func (o *SubscriptionPatchRequest) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*SubscriptionPatchRequest) SetSupportLevel

func (o *SubscriptionPatchRequest) SetSupportLevel(v string)

SetSupportLevel gets a reference to the given string and assigns it to the SupportLevel field.

func (*SubscriptionPatchRequest) SetSystemUnits

func (o *SubscriptionPatchRequest) SetSystemUnits(v string)

SetSystemUnits gets a reference to the given string and assigns it to the SystemUnits field.

func (*SubscriptionPatchRequest) SetTrialEndDate

func (o *SubscriptionPatchRequest) SetTrialEndDate(v time.Time)

SetTrialEndDate gets a reference to the given time.Time and assigns it to the TrialEndDate field.

func (*SubscriptionPatchRequest) SetUsage

func (o *SubscriptionPatchRequest) SetUsage(v string)

SetUsage gets a reference to the given string and assigns it to the Usage field.

type Summary

type Summary struct {
	Href    *string          `json:"href,omitempty"`
	Id      *string          `json:"id,omitempty"`
	Kind    *string          `json:"kind,omitempty"`
	Metrics []SummaryMetrics `json:"metrics"`
	Name    *string          `json:"name,omitempty"`
}

Summary struct for Summary

func NewSummary

func NewSummary(metrics []SummaryMetrics) *Summary

NewSummary instantiates a new Summary 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 NewSummaryWithDefaults

func NewSummaryWithDefaults() *Summary

NewSummaryWithDefaults instantiates a new Summary 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 (*Summary) GetHref

func (o *Summary) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*Summary) GetHrefOk

func (o *Summary) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Summary) GetId

func (o *Summary) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Summary) GetIdOk

func (o *Summary) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Summary) GetKind

func (o *Summary) GetKind() string

GetKind returns the Kind field value if set, zero value otherwise.

func (*Summary) GetKindOk

func (o *Summary) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Summary) GetMetrics

func (o *Summary) GetMetrics() []SummaryMetrics

GetMetrics returns the Metrics field value

func (*Summary) GetMetricsOk

func (o *Summary) GetMetricsOk() (*[]SummaryMetrics, bool)

GetMetricsOk returns a tuple with the Metrics field value and a boolean to check if the value has been set.

func (*Summary) GetName

func (o *Summary) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Summary) GetNameOk

func (o *Summary) 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 (*Summary) HasHref

func (o *Summary) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*Summary) HasId

func (o *Summary) HasId() bool

HasId returns a boolean if a field has been set.

func (*Summary) HasKind

func (o *Summary) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*Summary) HasName

func (o *Summary) HasName() bool

HasName returns a boolean if a field has been set.

func (Summary) MarshalJSON

func (o Summary) MarshalJSON() ([]byte, error)

func (*Summary) SetHref

func (o *Summary) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*Summary) SetId

func (o *Summary) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Summary) SetKind

func (o *Summary) SetKind(v string)

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*Summary) SetMetrics

func (o *Summary) SetMetrics(v []SummaryMetrics)

SetMetrics sets field value

func (*Summary) SetName

func (o *Summary) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

type SummaryAllOf

type SummaryAllOf struct {
	Metrics []SummaryMetrics `json:"metrics"`
	Name    *string          `json:"name,omitempty"`
}

SummaryAllOf struct for SummaryAllOf

func NewSummaryAllOf

func NewSummaryAllOf(metrics []SummaryMetrics) *SummaryAllOf

NewSummaryAllOf instantiates a new SummaryAllOf 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 NewSummaryAllOfWithDefaults

func NewSummaryAllOfWithDefaults() *SummaryAllOf

NewSummaryAllOfWithDefaults instantiates a new SummaryAllOf 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 (*SummaryAllOf) GetMetrics

func (o *SummaryAllOf) GetMetrics() []SummaryMetrics

GetMetrics returns the Metrics field value

func (*SummaryAllOf) GetMetricsOk

func (o *SummaryAllOf) GetMetricsOk() (*[]SummaryMetrics, bool)

GetMetricsOk returns a tuple with the Metrics field value and a boolean to check if the value has been set.

func (*SummaryAllOf) GetName

func (o *SummaryAllOf) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*SummaryAllOf) GetNameOk

func (o *SummaryAllOf) 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 (*SummaryAllOf) HasName

func (o *SummaryAllOf) HasName() bool

HasName returns a boolean if a field has been set.

func (SummaryAllOf) MarshalJSON

func (o SummaryAllOf) MarshalJSON() ([]byte, error)

func (*SummaryAllOf) SetMetrics

func (o *SummaryAllOf) SetMetrics(v []SummaryMetrics)

SetMetrics sets field value

func (*SummaryAllOf) SetName

func (o *SummaryAllOf) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

type SummaryMetrics

type SummaryMetrics struct {
	Name   *string          `json:"name,omitempty"`
	Vector *[]SummaryVector `json:"vector,omitempty"`
}

SummaryMetrics struct for SummaryMetrics

func NewSummaryMetrics

func NewSummaryMetrics() *SummaryMetrics

NewSummaryMetrics instantiates a new SummaryMetrics 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 NewSummaryMetricsWithDefaults

func NewSummaryMetricsWithDefaults() *SummaryMetrics

NewSummaryMetricsWithDefaults instantiates a new SummaryMetrics 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 (*SummaryMetrics) GetName

func (o *SummaryMetrics) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*SummaryMetrics) GetNameOk

func (o *SummaryMetrics) 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 (*SummaryMetrics) GetVector

func (o *SummaryMetrics) GetVector() []SummaryVector

GetVector returns the Vector field value if set, zero value otherwise.

func (*SummaryMetrics) GetVectorOk

func (o *SummaryMetrics) GetVectorOk() (*[]SummaryVector, bool)

GetVectorOk returns a tuple with the Vector field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SummaryMetrics) HasName

func (o *SummaryMetrics) HasName() bool

HasName returns a boolean if a field has been set.

func (*SummaryMetrics) HasVector

func (o *SummaryMetrics) HasVector() bool

HasVector returns a boolean if a field has been set.

func (SummaryMetrics) MarshalJSON

func (o SummaryMetrics) MarshalJSON() ([]byte, error)

func (*SummaryMetrics) SetName

func (o *SummaryMetrics) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*SummaryMetrics) SetVector

func (o *SummaryMetrics) SetVector(v []SummaryVector)

SetVector gets a reference to the given []SummaryVector and assigns it to the Vector field.

type SummaryMetricsAllOf

type SummaryMetricsAllOf struct {
	Name   *string          `json:"name,omitempty"`
	Vector *[]SummaryVector `json:"vector,omitempty"`
}

SummaryMetricsAllOf struct for SummaryMetricsAllOf

func NewSummaryMetricsAllOf

func NewSummaryMetricsAllOf() *SummaryMetricsAllOf

NewSummaryMetricsAllOf instantiates a new SummaryMetricsAllOf 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 NewSummaryMetricsAllOfWithDefaults

func NewSummaryMetricsAllOfWithDefaults() *SummaryMetricsAllOf

NewSummaryMetricsAllOfWithDefaults instantiates a new SummaryMetricsAllOf 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 (*SummaryMetricsAllOf) GetName

func (o *SummaryMetricsAllOf) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*SummaryMetricsAllOf) GetNameOk

func (o *SummaryMetricsAllOf) 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 (*SummaryMetricsAllOf) GetVector

func (o *SummaryMetricsAllOf) GetVector() []SummaryVector

GetVector returns the Vector field value if set, zero value otherwise.

func (*SummaryMetricsAllOf) GetVectorOk

func (o *SummaryMetricsAllOf) GetVectorOk() (*[]SummaryVector, bool)

GetVectorOk returns a tuple with the Vector field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SummaryMetricsAllOf) HasName

func (o *SummaryMetricsAllOf) HasName() bool

HasName returns a boolean if a field has been set.

func (*SummaryMetricsAllOf) HasVector

func (o *SummaryMetricsAllOf) HasVector() bool

HasVector returns a boolean if a field has been set.

func (SummaryMetricsAllOf) MarshalJSON

func (o SummaryMetricsAllOf) MarshalJSON() ([]byte, error)

func (*SummaryMetricsAllOf) SetName

func (o *SummaryMetricsAllOf) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*SummaryMetricsAllOf) SetVector

func (o *SummaryMetricsAllOf) SetVector(v []SummaryVector)

SetVector gets a reference to the given []SummaryVector and assigns it to the Vector field.

type SummaryVector

type SummaryVector struct {
	Time  *time.Time `json:"time,omitempty"`
	Value *float64   `json:"value,omitempty"`
}

SummaryVector struct for SummaryVector

func NewSummaryVector

func NewSummaryVector() *SummaryVector

NewSummaryVector instantiates a new SummaryVector 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 NewSummaryVectorWithDefaults

func NewSummaryVectorWithDefaults() *SummaryVector

NewSummaryVectorWithDefaults instantiates a new SummaryVector 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 (*SummaryVector) GetTime

func (o *SummaryVector) GetTime() time.Time

GetTime returns the Time field value if set, zero value otherwise.

func (*SummaryVector) GetTimeOk

func (o *SummaryVector) GetTimeOk() (*time.Time, bool)

GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SummaryVector) GetValue

func (o *SummaryVector) GetValue() float64

GetValue returns the Value field value if set, zero value otherwise.

func (*SummaryVector) GetValueOk

func (o *SummaryVector) GetValueOk() (*float64, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SummaryVector) HasTime

func (o *SummaryVector) HasTime() bool

HasTime returns a boolean if a field has been set.

func (*SummaryVector) HasValue

func (o *SummaryVector) HasValue() bool

HasValue returns a boolean if a field has been set.

func (SummaryVector) MarshalJSON

func (o SummaryVector) MarshalJSON() ([]byte, error)

func (*SummaryVector) SetTime

func (o *SummaryVector) SetTime(v time.Time)

SetTime gets a reference to the given time.Time and assigns it to the Time field.

func (*SummaryVector) SetValue

func (o *SummaryVector) SetValue(v float64)

SetValue gets a reference to the given float64 and assigns it to the Value field.

type SummaryVectorAllOf

type SummaryVectorAllOf struct {
	Time  *time.Time `json:"time,omitempty"`
	Value *float64   `json:"value,omitempty"`
}

SummaryVectorAllOf struct for SummaryVectorAllOf

func NewSummaryVectorAllOf

func NewSummaryVectorAllOf() *SummaryVectorAllOf

NewSummaryVectorAllOf instantiates a new SummaryVectorAllOf 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 NewSummaryVectorAllOfWithDefaults

func NewSummaryVectorAllOfWithDefaults() *SummaryVectorAllOf

NewSummaryVectorAllOfWithDefaults instantiates a new SummaryVectorAllOf 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 (*SummaryVectorAllOf) GetTime

func (o *SummaryVectorAllOf) GetTime() time.Time

GetTime returns the Time field value if set, zero value otherwise.

func (*SummaryVectorAllOf) GetTimeOk

func (o *SummaryVectorAllOf) GetTimeOk() (*time.Time, bool)

GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SummaryVectorAllOf) GetValue

func (o *SummaryVectorAllOf) GetValue() float64

GetValue returns the Value field value if set, zero value otherwise.

func (*SummaryVectorAllOf) GetValueOk

func (o *SummaryVectorAllOf) GetValueOk() (*float64, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SummaryVectorAllOf) HasTime

func (o *SummaryVectorAllOf) HasTime() bool

HasTime returns a boolean if a field has been set.

func (*SummaryVectorAllOf) HasValue

func (o *SummaryVectorAllOf) HasValue() bool

HasValue returns a boolean if a field has been set.

func (SummaryVectorAllOf) MarshalJSON

func (o SummaryVectorAllOf) MarshalJSON() ([]byte, error)

func (*SummaryVectorAllOf) SetTime

func (o *SummaryVectorAllOf) SetTime(v time.Time)

SetTime gets a reference to the given time.Time and assigns it to the Time field.

func (*SummaryVectorAllOf) SetValue

func (o *SummaryVectorAllOf) SetValue(v float64)

SetValue gets a reference to the given float64 and assigns it to the Value field.

type SupportCasesCreatedResponse

type SupportCasesCreatedResponse struct {
	CaseNumber     *string `json:"caseNumber,omitempty"`
	ClusterId      *string `json:"cluster_id,omitempty"`
	ClusterUuid    *string `json:"cluster_uuid,omitempty"`
	Description    *string `json:"description,omitempty"`
	Severity       *string `json:"severity,omitempty"`
	Status         *string `json:"status,omitempty"`
	SubscriptionId *string `json:"subscription_id,omitempty"`
	Summary        *string `json:"summary,omitempty"`
	Uri            *string `json:"uri,omitempty"`
}

SupportCasesCreatedResponse struct for SupportCasesCreatedResponse

func NewSupportCasesCreatedResponse

func NewSupportCasesCreatedResponse() *SupportCasesCreatedResponse

NewSupportCasesCreatedResponse instantiates a new SupportCasesCreatedResponse 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 NewSupportCasesCreatedResponseWithDefaults

func NewSupportCasesCreatedResponseWithDefaults() *SupportCasesCreatedResponse

NewSupportCasesCreatedResponseWithDefaults instantiates a new SupportCasesCreatedResponse 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 (*SupportCasesCreatedResponse) GetCaseNumber

func (o *SupportCasesCreatedResponse) GetCaseNumber() string

GetCaseNumber returns the CaseNumber field value if set, zero value otherwise.

func (*SupportCasesCreatedResponse) GetCaseNumberOk

func (o *SupportCasesCreatedResponse) GetCaseNumberOk() (*string, bool)

GetCaseNumberOk returns a tuple with the CaseNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesCreatedResponse) GetClusterId

func (o *SupportCasesCreatedResponse) GetClusterId() string

GetClusterId returns the ClusterId field value if set, zero value otherwise.

func (*SupportCasesCreatedResponse) GetClusterIdOk

func (o *SupportCasesCreatedResponse) GetClusterIdOk() (*string, bool)

GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesCreatedResponse) GetClusterUuid

func (o *SupportCasesCreatedResponse) GetClusterUuid() string

GetClusterUuid returns the ClusterUuid field value if set, zero value otherwise.

func (*SupportCasesCreatedResponse) GetClusterUuidOk

func (o *SupportCasesCreatedResponse) GetClusterUuidOk() (*string, bool)

GetClusterUuidOk returns a tuple with the ClusterUuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesCreatedResponse) GetDescription

func (o *SupportCasesCreatedResponse) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*SupportCasesCreatedResponse) GetDescriptionOk

func (o *SupportCasesCreatedResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesCreatedResponse) GetSeverity

func (o *SupportCasesCreatedResponse) GetSeverity() string

GetSeverity returns the Severity field value if set, zero value otherwise.

func (*SupportCasesCreatedResponse) GetSeverityOk

func (o *SupportCasesCreatedResponse) GetSeverityOk() (*string, bool)

GetSeverityOk returns a tuple with the Severity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesCreatedResponse) GetStatus

func (o *SupportCasesCreatedResponse) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*SupportCasesCreatedResponse) GetStatusOk

func (o *SupportCasesCreatedResponse) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesCreatedResponse) GetSubscriptionId

func (o *SupportCasesCreatedResponse) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.

func (*SupportCasesCreatedResponse) GetSubscriptionIdOk

func (o *SupportCasesCreatedResponse) GetSubscriptionIdOk() (*string, bool)

GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesCreatedResponse) GetSummary

func (o *SupportCasesCreatedResponse) GetSummary() string

GetSummary returns the Summary field value if set, zero value otherwise.

func (*SupportCasesCreatedResponse) GetSummaryOk

func (o *SupportCasesCreatedResponse) GetSummaryOk() (*string, bool)

GetSummaryOk returns a tuple with the Summary field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesCreatedResponse) GetUri

func (o *SupportCasesCreatedResponse) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*SupportCasesCreatedResponse) GetUriOk

func (o *SupportCasesCreatedResponse) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesCreatedResponse) HasCaseNumber

func (o *SupportCasesCreatedResponse) HasCaseNumber() bool

HasCaseNumber returns a boolean if a field has been set.

func (*SupportCasesCreatedResponse) HasClusterId

func (o *SupportCasesCreatedResponse) HasClusterId() bool

HasClusterId returns a boolean if a field has been set.

func (*SupportCasesCreatedResponse) HasClusterUuid

func (o *SupportCasesCreatedResponse) HasClusterUuid() bool

HasClusterUuid returns a boolean if a field has been set.

func (*SupportCasesCreatedResponse) HasDescription

func (o *SupportCasesCreatedResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*SupportCasesCreatedResponse) HasSeverity

func (o *SupportCasesCreatedResponse) HasSeverity() bool

HasSeverity returns a boolean if a field has been set.

func (*SupportCasesCreatedResponse) HasStatus

func (o *SupportCasesCreatedResponse) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*SupportCasesCreatedResponse) HasSubscriptionId

func (o *SupportCasesCreatedResponse) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

func (*SupportCasesCreatedResponse) HasSummary

func (o *SupportCasesCreatedResponse) HasSummary() bool

HasSummary returns a boolean if a field has been set.

func (*SupportCasesCreatedResponse) HasUri

func (o *SupportCasesCreatedResponse) HasUri() bool

HasUri returns a boolean if a field has been set.

func (SupportCasesCreatedResponse) MarshalJSON

func (o SupportCasesCreatedResponse) MarshalJSON() ([]byte, error)

func (*SupportCasesCreatedResponse) SetCaseNumber

func (o *SupportCasesCreatedResponse) SetCaseNumber(v string)

SetCaseNumber gets a reference to the given string and assigns it to the CaseNumber field.

func (*SupportCasesCreatedResponse) SetClusterId

func (o *SupportCasesCreatedResponse) SetClusterId(v string)

SetClusterId gets a reference to the given string and assigns it to the ClusterId field.

func (*SupportCasesCreatedResponse) SetClusterUuid

func (o *SupportCasesCreatedResponse) SetClusterUuid(v string)

SetClusterUuid gets a reference to the given string and assigns it to the ClusterUuid field.

func (*SupportCasesCreatedResponse) SetDescription

func (o *SupportCasesCreatedResponse) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*SupportCasesCreatedResponse) SetSeverity

func (o *SupportCasesCreatedResponse) SetSeverity(v string)

SetSeverity gets a reference to the given string and assigns it to the Severity field.

func (*SupportCasesCreatedResponse) SetStatus

func (o *SupportCasesCreatedResponse) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*SupportCasesCreatedResponse) SetSubscriptionId

func (o *SupportCasesCreatedResponse) SetSubscriptionId(v string)

SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.

func (*SupportCasesCreatedResponse) SetSummary

func (o *SupportCasesCreatedResponse) SetSummary(v string)

SetSummary gets a reference to the given string and assigns it to the Summary field.

func (*SupportCasesCreatedResponse) SetUri

func (o *SupportCasesCreatedResponse) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

type SupportCasesRequest

type SupportCasesRequest struct {
	AccountNumber      *string `json:"account_number,omitempty"`
	CaseLanguage       *string `json:"case_language,omitempty"`
	ClusterId          *string `json:"cluster_id,omitempty"`
	ClusterUuid        *string `json:"cluster_uuid,omitempty"`
	ContactSsoName     *string `json:"contact_sso_name,omitempty"`
	Description        string  `json:"description"`
	EventStreamId      *string `json:"event_stream_id,omitempty"`
	OpenshiftClusterId *string `json:"openshift_cluster_id,omitempty"`
	Product            *string `json:"product,omitempty"`
	Severity           string  `json:"severity"`
	SubscriptionId     *string `json:"subscription_id,omitempty"`
	Summary            string  `json:"summary"`
	Version            *string `json:"version,omitempty"`
}

SupportCasesRequest struct for SupportCasesRequest

func NewSupportCasesRequest

func NewSupportCasesRequest(description string, severity string, summary string) *SupportCasesRequest

NewSupportCasesRequest instantiates a new SupportCasesRequest 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 NewSupportCasesRequestWithDefaults

func NewSupportCasesRequestWithDefaults() *SupportCasesRequest

NewSupportCasesRequestWithDefaults instantiates a new SupportCasesRequest 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 (*SupportCasesRequest) GetAccountNumber

func (o *SupportCasesRequest) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value if set, zero value otherwise.

func (*SupportCasesRequest) GetAccountNumberOk

func (o *SupportCasesRequest) GetAccountNumberOk() (*string, bool)

GetAccountNumberOk returns a tuple with the AccountNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesRequest) GetCaseLanguage

func (o *SupportCasesRequest) GetCaseLanguage() string

GetCaseLanguage returns the CaseLanguage field value if set, zero value otherwise.

func (*SupportCasesRequest) GetCaseLanguageOk

func (o *SupportCasesRequest) GetCaseLanguageOk() (*string, bool)

GetCaseLanguageOk returns a tuple with the CaseLanguage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesRequest) GetClusterId

func (o *SupportCasesRequest) GetClusterId() string

GetClusterId returns the ClusterId field value if set, zero value otherwise.

func (*SupportCasesRequest) GetClusterIdOk

func (o *SupportCasesRequest) GetClusterIdOk() (*string, bool)

GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesRequest) GetClusterUuid

func (o *SupportCasesRequest) GetClusterUuid() string

GetClusterUuid returns the ClusterUuid field value if set, zero value otherwise.

func (*SupportCasesRequest) GetClusterUuidOk

func (o *SupportCasesRequest) GetClusterUuidOk() (*string, bool)

GetClusterUuidOk returns a tuple with the ClusterUuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesRequest) GetContactSsoName

func (o *SupportCasesRequest) GetContactSsoName() string

GetContactSsoName returns the ContactSsoName field value if set, zero value otherwise.

func (*SupportCasesRequest) GetContactSsoNameOk

func (o *SupportCasesRequest) GetContactSsoNameOk() (*string, bool)

GetContactSsoNameOk returns a tuple with the ContactSsoName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesRequest) GetDescription

func (o *SupportCasesRequest) GetDescription() string

GetDescription returns the Description field value

func (*SupportCasesRequest) GetDescriptionOk

func (o *SupportCasesRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*SupportCasesRequest) GetEventStreamId

func (o *SupportCasesRequest) GetEventStreamId() string

GetEventStreamId returns the EventStreamId field value if set, zero value otherwise.

func (*SupportCasesRequest) GetEventStreamIdOk

func (o *SupportCasesRequest) GetEventStreamIdOk() (*string, bool)

GetEventStreamIdOk returns a tuple with the EventStreamId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesRequest) GetOpenshiftClusterId

func (o *SupportCasesRequest) GetOpenshiftClusterId() string

GetOpenshiftClusterId returns the OpenshiftClusterId field value if set, zero value otherwise.

func (*SupportCasesRequest) GetOpenshiftClusterIdOk

func (o *SupportCasesRequest) GetOpenshiftClusterIdOk() (*string, bool)

GetOpenshiftClusterIdOk returns a tuple with the OpenshiftClusterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesRequest) GetProduct

func (o *SupportCasesRequest) GetProduct() string

GetProduct returns the Product field value if set, zero value otherwise.

func (*SupportCasesRequest) GetProductOk

func (o *SupportCasesRequest) GetProductOk() (*string, bool)

GetProductOk returns a tuple with the Product field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesRequest) GetSeverity

func (o *SupportCasesRequest) GetSeverity() string

GetSeverity returns the Severity field value

func (*SupportCasesRequest) GetSeverityOk

func (o *SupportCasesRequest) GetSeverityOk() (*string, bool)

GetSeverityOk returns a tuple with the Severity field value and a boolean to check if the value has been set.

func (*SupportCasesRequest) GetSubscriptionId

func (o *SupportCasesRequest) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.

func (*SupportCasesRequest) GetSubscriptionIdOk

func (o *SupportCasesRequest) GetSubscriptionIdOk() (*string, bool)

GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesRequest) GetSummary

func (o *SupportCasesRequest) GetSummary() string

GetSummary returns the Summary field value

func (*SupportCasesRequest) GetSummaryOk

func (o *SupportCasesRequest) GetSummaryOk() (*string, bool)

GetSummaryOk returns a tuple with the Summary field value and a boolean to check if the value has been set.

func (*SupportCasesRequest) GetVersion

func (o *SupportCasesRequest) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*SupportCasesRequest) GetVersionOk

func (o *SupportCasesRequest) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportCasesRequest) HasAccountNumber

func (o *SupportCasesRequest) HasAccountNumber() bool

HasAccountNumber returns a boolean if a field has been set.

func (*SupportCasesRequest) HasCaseLanguage

func (o *SupportCasesRequest) HasCaseLanguage() bool

HasCaseLanguage returns a boolean if a field has been set.

func (*SupportCasesRequest) HasClusterId

func (o *SupportCasesRequest) HasClusterId() bool

HasClusterId returns a boolean if a field has been set.

func (*SupportCasesRequest) HasClusterUuid

func (o *SupportCasesRequest) HasClusterUuid() bool

HasClusterUuid returns a boolean if a field has been set.

func (*SupportCasesRequest) HasContactSsoName

func (o *SupportCasesRequest) HasContactSsoName() bool

HasContactSsoName returns a boolean if a field has been set.

func (*SupportCasesRequest) HasEventStreamId

func (o *SupportCasesRequest) HasEventStreamId() bool

HasEventStreamId returns a boolean if a field has been set.

func (*SupportCasesRequest) HasOpenshiftClusterId

func (o *SupportCasesRequest) HasOpenshiftClusterId() bool

HasOpenshiftClusterId returns a boolean if a field has been set.

func (*SupportCasesRequest) HasProduct

func (o *SupportCasesRequest) HasProduct() bool

HasProduct returns a boolean if a field has been set.

func (*SupportCasesRequest) HasSubscriptionId

func (o *SupportCasesRequest) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

func (*SupportCasesRequest) HasVersion

func (o *SupportCasesRequest) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (SupportCasesRequest) MarshalJSON

func (o SupportCasesRequest) MarshalJSON() ([]byte, error)

func (*SupportCasesRequest) SetAccountNumber

func (o *SupportCasesRequest) SetAccountNumber(v string)

SetAccountNumber gets a reference to the given string and assigns it to the AccountNumber field.

func (*SupportCasesRequest) SetCaseLanguage

func (o *SupportCasesRequest) SetCaseLanguage(v string)

SetCaseLanguage gets a reference to the given string and assigns it to the CaseLanguage field.

func (*SupportCasesRequest) SetClusterId

func (o *SupportCasesRequest) SetClusterId(v string)

SetClusterId gets a reference to the given string and assigns it to the ClusterId field.

func (*SupportCasesRequest) SetClusterUuid

func (o *SupportCasesRequest) SetClusterUuid(v string)

SetClusterUuid gets a reference to the given string and assigns it to the ClusterUuid field.

func (*SupportCasesRequest) SetContactSsoName

func (o *SupportCasesRequest) SetContactSsoName(v string)

SetContactSsoName gets a reference to the given string and assigns it to the ContactSsoName field.

func (*SupportCasesRequest) SetDescription

func (o *SupportCasesRequest) SetDescription(v string)

SetDescription sets field value

func (*SupportCasesRequest) SetEventStreamId

func (o *SupportCasesRequest) SetEventStreamId(v string)

SetEventStreamId gets a reference to the given string and assigns it to the EventStreamId field.

func (*SupportCasesRequest) SetOpenshiftClusterId

func (o *SupportCasesRequest) SetOpenshiftClusterId(v string)

SetOpenshiftClusterId gets a reference to the given string and assigns it to the OpenshiftClusterId field.

func (*SupportCasesRequest) SetProduct

func (o *SupportCasesRequest) SetProduct(v string)

SetProduct gets a reference to the given string and assigns it to the Product field.

func (*SupportCasesRequest) SetSeverity

func (o *SupportCasesRequest) SetSeverity(v string)

SetSeverity sets field value

func (*SupportCasesRequest) SetSubscriptionId

func (o *SupportCasesRequest) SetSubscriptionId(v string)

SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.

func (*SupportCasesRequest) SetSummary

func (o *SupportCasesRequest) SetSummary(v string)

SetSummary sets field value

func (*SupportCasesRequest) SetVersion

func (o *SupportCasesRequest) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

type TemplateParameter

type TemplateParameter struct {
	Content string `json:"content"`
	Name    string `json:"name"`
}

TemplateParameter struct for TemplateParameter

func NewTemplateParameter

func NewTemplateParameter(content string, name string) *TemplateParameter

NewTemplateParameter instantiates a new TemplateParameter 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 NewTemplateParameterWithDefaults

func NewTemplateParameterWithDefaults() *TemplateParameter

NewTemplateParameterWithDefaults instantiates a new TemplateParameter 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 (*TemplateParameter) GetContent

func (o *TemplateParameter) GetContent() string

GetContent returns the Content field value

func (*TemplateParameter) GetContentOk

func (o *TemplateParameter) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value and a boolean to check if the value has been set.

func (*TemplateParameter) GetName

func (o *TemplateParameter) GetName() string

GetName returns the Name field value

func (*TemplateParameter) GetNameOk

func (o *TemplateParameter) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (TemplateParameter) MarshalJSON

func (o TemplateParameter) MarshalJSON() ([]byte, error)

func (*TemplateParameter) SetContent

func (o *TemplateParameter) SetContent(v string)

SetContent sets field value

func (*TemplateParameter) SetName

func (o *TemplateParameter) SetName(v string)

SetName sets field value

type TermsReview

type TermsReview struct {
	AccountUsername string  `json:"account_username"`
	EventCode       *string `json:"event_code,omitempty"`
	SiteCode        *string `json:"site_code,omitempty"`
}

TermsReview struct for TermsReview

func NewTermsReview

func NewTermsReview(accountUsername string) *TermsReview

NewTermsReview instantiates a new TermsReview 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 NewTermsReviewWithDefaults

func NewTermsReviewWithDefaults() *TermsReview

NewTermsReviewWithDefaults instantiates a new TermsReview 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 (*TermsReview) GetAccountUsername

func (o *TermsReview) GetAccountUsername() string

GetAccountUsername returns the AccountUsername field value

func (*TermsReview) GetAccountUsernameOk

func (o *TermsReview) GetAccountUsernameOk() (*string, bool)

GetAccountUsernameOk returns a tuple with the AccountUsername field value and a boolean to check if the value has been set.

func (*TermsReview) GetEventCode

func (o *TermsReview) GetEventCode() string

GetEventCode returns the EventCode field value if set, zero value otherwise.

func (*TermsReview) GetEventCodeOk

func (o *TermsReview) GetEventCodeOk() (*string, bool)

GetEventCodeOk returns a tuple with the EventCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TermsReview) GetSiteCode

func (o *TermsReview) GetSiteCode() string

GetSiteCode returns the SiteCode field value if set, zero value otherwise.

func (*TermsReview) GetSiteCodeOk

func (o *TermsReview) GetSiteCodeOk() (*string, bool)

GetSiteCodeOk returns a tuple with the SiteCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TermsReview) HasEventCode

func (o *TermsReview) HasEventCode() bool

HasEventCode returns a boolean if a field has been set.

func (*TermsReview) HasSiteCode

func (o *TermsReview) HasSiteCode() bool

HasSiteCode returns a boolean if a field has been set.

func (TermsReview) MarshalJSON

func (o TermsReview) MarshalJSON() ([]byte, error)

func (*TermsReview) SetAccountUsername

func (o *TermsReview) SetAccountUsername(v string)

SetAccountUsername sets field value

func (*TermsReview) SetEventCode

func (o *TermsReview) SetEventCode(v string)

SetEventCode gets a reference to the given string and assigns it to the EventCode field.

func (*TermsReview) SetSiteCode

func (o *TermsReview) SetSiteCode(v string)

SetSiteCode gets a reference to the given string and assigns it to the SiteCode field.

type TermsReviewResponse

type TermsReviewResponse struct {
	AccountId      string  `json:"account_id"`
	OrganizationId string  `json:"organization_id"`
	RedirectUrl    *string `json:"redirect_url,omitempty"`
	TermsAvailable bool    `json:"terms_available"`
	TermsRequired  bool    `json:"terms_required"`
}

TermsReviewResponse struct for TermsReviewResponse

func NewTermsReviewResponse

func NewTermsReviewResponse(accountId string, organizationId string, termsAvailable bool, termsRequired bool) *TermsReviewResponse

NewTermsReviewResponse instantiates a new TermsReviewResponse 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 NewTermsReviewResponseWithDefaults

func NewTermsReviewResponseWithDefaults() *TermsReviewResponse

NewTermsReviewResponseWithDefaults instantiates a new TermsReviewResponse 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 (*TermsReviewResponse) GetAccountId

func (o *TermsReviewResponse) GetAccountId() string

GetAccountId returns the AccountId field value

func (*TermsReviewResponse) GetAccountIdOk

func (o *TermsReviewResponse) GetAccountIdOk() (*string, bool)

GetAccountIdOk returns a tuple with the AccountId field value and a boolean to check if the value has been set.

func (*TermsReviewResponse) GetOrganizationId

func (o *TermsReviewResponse) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value

func (*TermsReviewResponse) GetOrganizationIdOk

func (o *TermsReviewResponse) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.

func (*TermsReviewResponse) GetRedirectUrl

func (o *TermsReviewResponse) GetRedirectUrl() string

GetRedirectUrl returns the RedirectUrl field value if set, zero value otherwise.

func (*TermsReviewResponse) GetRedirectUrlOk

func (o *TermsReviewResponse) GetRedirectUrlOk() (*string, bool)

GetRedirectUrlOk returns a tuple with the RedirectUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TermsReviewResponse) GetTermsAvailable

func (o *TermsReviewResponse) GetTermsAvailable() bool

GetTermsAvailable returns the TermsAvailable field value

func (*TermsReviewResponse) GetTermsAvailableOk

func (o *TermsReviewResponse) GetTermsAvailableOk() (*bool, bool)

GetTermsAvailableOk returns a tuple with the TermsAvailable field value and a boolean to check if the value has been set.

func (*TermsReviewResponse) GetTermsRequired

func (o *TermsReviewResponse) GetTermsRequired() bool

GetTermsRequired returns the TermsRequired field value

func (*TermsReviewResponse) GetTermsRequiredOk

func (o *TermsReviewResponse) GetTermsRequiredOk() (*bool, bool)

GetTermsRequiredOk returns a tuple with the TermsRequired field value and a boolean to check if the value has been set.

func (*TermsReviewResponse) HasRedirectUrl

func (o *TermsReviewResponse) HasRedirectUrl() bool

HasRedirectUrl returns a boolean if a field has been set.

func (TermsReviewResponse) MarshalJSON

func (o TermsReviewResponse) MarshalJSON() ([]byte, error)

func (*TermsReviewResponse) SetAccountId

func (o *TermsReviewResponse) SetAccountId(v string)

SetAccountId sets field value

func (*TermsReviewResponse) SetOrganizationId

func (o *TermsReviewResponse) SetOrganizationId(v string)

SetOrganizationId sets field value

func (*TermsReviewResponse) SetRedirectUrl

func (o *TermsReviewResponse) SetRedirectUrl(v string)

SetRedirectUrl gets a reference to the given string and assigns it to the RedirectUrl field.

func (*TermsReviewResponse) SetTermsAvailable

func (o *TermsReviewResponse) SetTermsAvailable(v bool)

SetTermsAvailable sets field value

func (*TermsReviewResponse) SetTermsRequired

func (o *TermsReviewResponse) SetTermsRequired(v bool)

SetTermsRequired sets field value

type TokenAuthorizationRequest

type TokenAuthorizationRequest struct {
	AuthorizationToken *string `json:"authorization_token,omitempty"`
}

TokenAuthorizationRequest struct for TokenAuthorizationRequest

func NewTokenAuthorizationRequest

func NewTokenAuthorizationRequest() *TokenAuthorizationRequest

NewTokenAuthorizationRequest instantiates a new TokenAuthorizationRequest 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 NewTokenAuthorizationRequestWithDefaults

func NewTokenAuthorizationRequestWithDefaults() *TokenAuthorizationRequest

NewTokenAuthorizationRequestWithDefaults instantiates a new TokenAuthorizationRequest 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 (*TokenAuthorizationRequest) GetAuthorizationToken

func (o *TokenAuthorizationRequest) GetAuthorizationToken() string

GetAuthorizationToken returns the AuthorizationToken field value if set, zero value otherwise.

func (*TokenAuthorizationRequest) GetAuthorizationTokenOk

func (o *TokenAuthorizationRequest) GetAuthorizationTokenOk() (*string, bool)

GetAuthorizationTokenOk returns a tuple with the AuthorizationToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenAuthorizationRequest) HasAuthorizationToken

func (o *TokenAuthorizationRequest) HasAuthorizationToken() bool

HasAuthorizationToken returns a boolean if a field has been set.

func (TokenAuthorizationRequest) MarshalJSON

func (o TokenAuthorizationRequest) MarshalJSON() ([]byte, error)

func (*TokenAuthorizationRequest) SetAuthorizationToken

func (o *TokenAuthorizationRequest) SetAuthorizationToken(v string)

SetAuthorizationToken gets a reference to the given string and assigns it to the AuthorizationToken field.

type TokenAuthorizationResponse

type TokenAuthorizationResponse struct {
	Account *Account `json:"account,omitempty"`
}

TokenAuthorizationResponse struct for TokenAuthorizationResponse

func NewTokenAuthorizationResponse

func NewTokenAuthorizationResponse() *TokenAuthorizationResponse

NewTokenAuthorizationResponse instantiates a new TokenAuthorizationResponse 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 NewTokenAuthorizationResponseWithDefaults

func NewTokenAuthorizationResponseWithDefaults() *TokenAuthorizationResponse

NewTokenAuthorizationResponseWithDefaults instantiates a new TokenAuthorizationResponse 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 (*TokenAuthorizationResponse) GetAccount

func (o *TokenAuthorizationResponse) GetAccount() Account

GetAccount returns the Account field value if set, zero value otherwise.

func (*TokenAuthorizationResponse) GetAccountOk

func (o *TokenAuthorizationResponse) GetAccountOk() (*Account, bool)

GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenAuthorizationResponse) HasAccount

func (o *TokenAuthorizationResponse) HasAccount() bool

HasAccount returns a boolean if a field has been set.

func (TokenAuthorizationResponse) MarshalJSON

func (o TokenAuthorizationResponse) MarshalJSON() ([]byte, error)

func (*TokenAuthorizationResponse) SetAccount

func (o *TokenAuthorizationResponse) SetAccount(v Account)

SetAccount gets a reference to the given Account and assigns it to the Account field.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL