gcom

package module
v0.0.0-...-3446e93 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2025 License: Apache-2.0 Imports: 21 Imported by: 5

README

Go API client for gcom

Grafana.com API (public).

Looking for GCOM API client packages? You can find them at grafana-com-public-clients repository.

If you have any questions, please contact support in the Grafana Cloud UI.

This spec is in Beta stage, so use it with caution:

  • Not all endpoint responses are properly typed for the time being.
  • Some request parameter types may not be precise

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: public
  • Package version: 1.0.0
  • Generator version: 7.7.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/net/context

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

import gcom "github.com/grafana/grafana-com-public-clients/go/gcom"

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 gcom.ContextServerIndex of type int.

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

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

ctx := context.WithValue(context.Background(), gcom.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 identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using gcom.ContextOperationServerIndices and gcom.ContextOperationServerVariables context maps.

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

Documentation for API Endpoints

All URIs are relative to /api

Class Method HTTP request Description
AccesspoliciesAPI DeleteAccessPolicy Delete /v1/accesspolicies/{id} Delete an access policy
AccesspoliciesAPI GetAccessPolicies Get /v1/accesspolicies Get a list of access policies
AccesspoliciesAPI GetAccessPolicy Get /v1/accesspolicies/{id} Get an access policy
AccesspoliciesAPI GetConfig Get /v1/accesspolicies/config Get details about the Cloud Access Policy API
AccesspoliciesAPI PostAccessPolicies Post /v1/accesspolicies Create a new access policy
AccesspoliciesAPI PostAccessPolicy Post /v1/accesspolicies/{id} Update an access policy
InstancesAPI DelInstanceOAuthAzureAD Delete /instances/{instanceId}/oauth-azuread Disable Azure OAuth in an instance
InstancesAPI DelInstanceOAuthGithub Delete /instances/{instanceId}/oauth-github Disable Github OAuth in an instance
InstancesAPI DelInstanceOAuthGoogle Delete /instances/{instanceId}/oauth-google Disable Google OAuth in an instance
InstancesAPI DelInstanceOAuthOkta Delete /instances/{instanceId}/oauth-okta Disable Okta OAuth in an instance
InstancesAPI DeleteInstance Delete /instances/{instanceId} Deletes an instance
InstancesAPI DeleteInstancePlugin Delete /instances/{instanceId}/plugins/{pluginSlugOrId}
InstancesAPI DeleteInstanceServiceAccount Delete /instances/{instanceId}/api/serviceaccounts/{serviceAccountId} Delete a service account on a Grafana instance
InstancesAPI DeleteInstanceServiceAccountToken Delete /instances/{instanceId}/api/serviceaccounts/{serviceAccountId}/tokens/{tokenId} Delete a service account token on a Grafana instance
InstancesAPI GetConnections Get /instances/{instanceId}/connections Gets an instance's connectivity information (InfluxDB, OTEL, AWS private link, etc.)
InstancesAPI GetInstance Get /instances/{instanceId} Gets an instance
InstancesAPI GetInstancePlugin Get /instances/{instanceId}/plugins/{pluginSlugOrId}
InstancesAPI GetInstancePlugins Get /instances/{instanceId}/plugins
InstancesAPI GetInstanceServiceAccount Get /instances/{instanceId}/api/serviceaccounts/{serviceAccountId} Gets a service account on a Grafana instance
InstancesAPI GetInstanceServiceAccountTokens Get /instances/{instanceId}/api/serviceaccounts/{serviceAccountId}/tokens Get a service account's tokens on a Grafana instance
InstancesAPI GetInstanceUsers Get /instances/{instanceId}/users Gets instance active users
InstancesAPI GetInstances Get /instances Get a list of instances
InstancesAPI PostInstance Post /instances/{instanceId} Updates an instance
InstancesAPI PostInstanceOAuthAzureAD Post /instances/{instanceId}/oauth-azuread Configure Azure OAuth in an instance
InstancesAPI PostInstanceOAuthGithub Post /instances/{instanceId}/oauth-github Configure Github OAuth in an instance
InstancesAPI PostInstanceOAuthGoogle Post /instances/{instanceId}/oauth-google Configure Google OAuth in an instance
InstancesAPI PostInstanceOAuthOkta Post /instances/{instanceId}/oauth-okta Configure Okta OAuth in an instance
InstancesAPI PostInstancePlugin Post /instances/{instanceId}/plugins/{pluginSlugOrId}
InstancesAPI PostInstancePlugins Post /instances/{instanceId}/plugins
InstancesAPI PostInstanceServiceAccountTokens Post /instances/{instanceId}/api/serviceaccounts/{serviceAccountId}/tokens Creates a service account token on a Grafana instance
InstancesAPI PostInstanceServiceAccounts Post /instances/{instanceId}/api/serviceaccounts Creates a service account on a Grafana instance
InstancesAPI PostInstances Post /instances Create a new instance
OrgsAPI CheckOrgVisibility Get /orgs/{slugOrId}/check-visibility
OrgsAPI DelApiKey Delete /orgs/{slugOrId}/api-keys/{name} Delete an API key by name
OrgsAPI DeleteOrgMember Delete /orgs/{slugOrId}/members/{usernameOrId}
OrgsAPI GetApiKey Get /orgs/{slugOrId}/api-keys/{name} Get an API key by name
OrgsAPI GetApiKeys Get /orgs/{slugOrId}/api-keys Get an organization's API keys
OrgsAPI GetOrg Get /orgs/{slugOrId}
OrgsAPI GetOrgBilledUsage Get /orgs/{orgSlugOrId}/billed-usage Retrieve an org's billed usage for a specific month
OrgsAPI GetOrgBilledUsageHistory Get /orgs/{orgSlugOrId}/billed-usage-history Retrieve an org's billed usage items for the last 12 months
OrgsAPI GetOrgInstances Get /orgs/{orgSlug}/instances Get the list of instances belonging to the org
OrgsAPI GetOrgMember Get /orgs/{slugOrId}/members/{usernameOrId}
OrgsAPI GetOrgMembers Get /orgs/{slugOrId}/members
OrgsAPI PostApiKeys Post /orgs/{slugOrId}/api-keys Create an API key.
OrgsAPI PostOrgMember Post /orgs/{slugOrId}/members/{usernameOrId}
OrgsAPI PostOrgMembers Post /orgs/{slugOrId}/members
PluginsAPI GetPlugin Get /plugins/{slug} Fetches a plugin by slug or id
StackRegionsAPI GetClosestStackRegion Get /stack-regions/closest
StackRegionsAPI GetStackRegions Get /stack-regions
TokensAPI DeleteToken Delete /v1/tokens/{id} Delete a token
TokensAPI GetToken Get /v1/tokens/{id} Get info for a specific token
TokensAPI GetTokens Get /v1/tokens Get a list of tokens
TokensAPI PostToken Post /v1/tokens/{id} Update a token
TokensAPI PostTokens Post /v1/tokens Create a new token

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

BearerAuth
  • Type: HTTP Bearer token authentication

Example

auth := context.WithValue(context.Background(), gcom.ContextAccessToken, "BEARER_TOKEN_STRING")
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 (
	JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`)
	XmlCheck  = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`)
)
View Source
var (
	// ContextAccessToken takes a string oauth2 access token as authentication for the request.
	ContextAccessToken = contextKey("accesstoken")

	// 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 IsNil

func IsNil(i interface{}) bool

IsNil checks if an input is nil

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 {
	AccesspoliciesAPI *AccesspoliciesAPIService

	InstancesAPI *InstancesAPIService

	OrgsAPI *OrgsAPIService

	PluginsAPI *PluginsAPIService

	StackRegionsAPI *StackRegionsAPIService

	TokensAPI *TokensAPIService
	// contains filtered or unexported fields
}

APIClient manages communication with the GCOM API API vpublic 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 APIResponse object.

func NewAPIResponseWithError

func NewAPIResponseWithError(errorMessage string) *APIResponse

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

type AccessPolicyListResponse

type AccessPolicyListResponse struct {
	Items                []map[string]interface{} `json:"items"`
	Metadata             Metadata                 `json:"metadata"`
	AdditionalProperties map[string]interface{}
}

AccessPolicyListResponse struct for AccessPolicyListResponse

func NewAccessPolicyListResponse

func NewAccessPolicyListResponse(items []map[string]interface{}, metadata Metadata) *AccessPolicyListResponse

NewAccessPolicyListResponse instantiates a new AccessPolicyListResponse 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 NewAccessPolicyListResponseWithDefaults

func NewAccessPolicyListResponseWithDefaults() *AccessPolicyListResponse

NewAccessPolicyListResponseWithDefaults instantiates a new AccessPolicyListResponse 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 (*AccessPolicyListResponse) GetItems

func (o *AccessPolicyListResponse) GetItems() []map[string]interface{}

GetItems returns the Items field value

func (*AccessPolicyListResponse) GetItemsOk

func (o *AccessPolicyListResponse) GetItemsOk() ([]map[string]interface{}, bool)

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

func (*AccessPolicyListResponse) GetMetadata

func (o *AccessPolicyListResponse) GetMetadata() Metadata

GetMetadata returns the Metadata field value

func (*AccessPolicyListResponse) GetMetadataOk

func (o *AccessPolicyListResponse) GetMetadataOk() (*Metadata, bool)

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

func (AccessPolicyListResponse) MarshalJSON

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

func (*AccessPolicyListResponse) SetItems

func (o *AccessPolicyListResponse) SetItems(v []map[string]interface{})

SetItems sets field value

func (*AccessPolicyListResponse) SetMetadata

func (o *AccessPolicyListResponse) SetMetadata(v Metadata)

SetMetadata sets field value

func (AccessPolicyListResponse) ToMap

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

func (*AccessPolicyListResponse) UnmarshalJSON

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

type AccesspoliciesAPIService

type AccesspoliciesAPIService service

AccesspoliciesAPIService AccesspoliciesAPI service

func (*AccesspoliciesAPIService) DeleteAccessPolicy

DeleteAccessPolicy Delete an access policy

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteAccessPolicyRequest

func (*AccesspoliciesAPIService) DeleteAccessPolicyExecute

func (a *AccesspoliciesAPIService) DeleteAccessPolicyExecute(r ApiDeleteAccessPolicyRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*AccesspoliciesAPIService) GetAccessPolicies

GetAccessPolicies Get a list of access policies

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAccessPoliciesRequest

func (*AccesspoliciesAPIService) GetAccessPoliciesExecute

Execute executes the request

@return GetAccessPolicies200Response

func (*AccesspoliciesAPIService) GetAccessPolicy

GetAccessPolicy Get an access policy

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetAccessPolicyRequest

func (*AccesspoliciesAPIService) GetAccessPolicyExecute

Execute executes the request

@return AuthAccessPolicy

func (*AccesspoliciesAPIService) GetConfig

GetConfig Get details about the Cloud Access Policy API

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetConfigRequest

func (*AccesspoliciesAPIService) GetConfigExecute

func (a *AccesspoliciesAPIService) GetConfigExecute(r ApiGetConfigRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*AccesspoliciesAPIService) PostAccessPolicies

PostAccessPolicies Create a new access policy

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPostAccessPoliciesRequest

func (*AccesspoliciesAPIService) PostAccessPoliciesExecute

Execute executes the request

@return AuthAccessPolicy

func (*AccesspoliciesAPIService) PostAccessPolicy

PostAccessPolicy Update an access policy

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiPostAccessPolicyRequest

func (*AccesspoliciesAPIService) PostAccessPolicyExecute

Execute executes the request

@return AuthAccessPolicy

type Api

type Api struct {
	ServiceName          string   `json:"serviceName"`
	PrivateDNS           string   `json:"privateDNS"`
	Regions              []string `json:"regions,omitempty"`
	AdditionalProperties map[string]interface{}
}

Api struct for Api

func NewApi

func NewApi(serviceName string, privateDNS string) *Api

NewApi instantiates a new Api 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 NewApiWithDefaults

func NewApiWithDefaults() *Api

NewApiWithDefaults instantiates a new Api 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 (*Api) GetPrivateDNS

func (o *Api) GetPrivateDNS() string

GetPrivateDNS returns the PrivateDNS field value

func (*Api) GetPrivateDNSOk

func (o *Api) GetPrivateDNSOk() (*string, bool)

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

func (*Api) GetRegions

func (o *Api) GetRegions() []string

GetRegions returns the Regions field value if set, zero value otherwise.

func (*Api) GetRegionsOk

func (o *Api) GetRegionsOk() ([]string, bool)

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

func (*Api) GetServiceName

func (o *Api) GetServiceName() string

GetServiceName returns the ServiceName field value

func (*Api) GetServiceNameOk

func (o *Api) GetServiceNameOk() (*string, bool)

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

func (*Api) HasRegions

func (o *Api) HasRegions() bool

HasRegions returns a boolean if a field has been set.

func (Api) MarshalJSON

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

func (*Api) SetPrivateDNS

func (o *Api) SetPrivateDNS(v string)

SetPrivateDNS sets field value

func (*Api) SetRegions

func (o *Api) SetRegions(v []string)

SetRegions gets a reference to the given []string and assigns it to the Regions field.

func (*Api) SetServiceName

func (o *Api) SetServiceName(v string)

SetServiceName sets field value

func (Api) ToMap

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

func (*Api) UnmarshalJSON

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

type Api1

type Api1 struct {
	PrivateDNS           string   `json:"privateDNS"`
	ServiceName          string   `json:"serviceName"`
	Regions              []string `json:"regions,omitempty"`
	EndpointName         *string  `json:"endpointName,omitempty"`
	ServiceId            *string  `json:"serviceId,omitempty"`
	AdditionalProperties map[string]interface{}
}

Api1 struct for Api1

func NewApi1

func NewApi1(privateDNS string, serviceName string) *Api1

NewApi1 instantiates a new Api1 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 NewApi1WithDefaults

func NewApi1WithDefaults() *Api1

NewApi1WithDefaults instantiates a new Api1 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 (*Api1) GetEndpointName

func (o *Api1) GetEndpointName() string

GetEndpointName returns the EndpointName field value if set, zero value otherwise.

func (*Api1) GetEndpointNameOk

func (o *Api1) GetEndpointNameOk() (*string, bool)

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

func (*Api1) GetPrivateDNS

func (o *Api1) GetPrivateDNS() string

GetPrivateDNS returns the PrivateDNS field value

func (*Api1) GetPrivateDNSOk

func (o *Api1) GetPrivateDNSOk() (*string, bool)

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

func (*Api1) GetRegions

func (o *Api1) GetRegions() []string

GetRegions returns the Regions field value if set, zero value otherwise.

func (*Api1) GetRegionsOk

func (o *Api1) GetRegionsOk() ([]string, bool)

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

func (*Api1) GetServiceId

func (o *Api1) GetServiceId() string

GetServiceId returns the ServiceId field value if set, zero value otherwise.

func (*Api1) GetServiceIdOk

func (o *Api1) GetServiceIdOk() (*string, bool)

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

func (*Api1) GetServiceName

func (o *Api1) GetServiceName() string

GetServiceName returns the ServiceName field value

func (*Api1) GetServiceNameOk

func (o *Api1) GetServiceNameOk() (*string, bool)

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

func (*Api1) HasEndpointName

func (o *Api1) HasEndpointName() bool

HasEndpointName returns a boolean if a field has been set.

func (*Api1) HasRegions

func (o *Api1) HasRegions() bool

HasRegions returns a boolean if a field has been set.

func (*Api1) HasServiceId

func (o *Api1) HasServiceId() bool

HasServiceId returns a boolean if a field has been set.

func (Api1) MarshalJSON

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

func (*Api1) SetEndpointName

func (o *Api1) SetEndpointName(v string)

SetEndpointName gets a reference to the given string and assigns it to the EndpointName field.

func (*Api1) SetPrivateDNS

func (o *Api1) SetPrivateDNS(v string)

SetPrivateDNS sets field value

func (*Api1) SetRegions

func (o *Api1) SetRegions(v []string)

SetRegions gets a reference to the given []string and assigns it to the Regions field.

func (*Api1) SetServiceId

func (o *Api1) SetServiceId(v string)

SetServiceId gets a reference to the given string and assigns it to the ServiceId field.

func (*Api1) SetServiceName

func (o *Api1) SetServiceName(v string)

SetServiceName sets field value

func (Api1) ToMap

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

func (*Api1) UnmarshalJSON

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

type ApiCheckOrgVisibilityRequest

type ApiCheckOrgVisibilityRequest struct {
	ApiService *OrgsAPIService
	// contains filtered or unexported fields
}

func (ApiCheckOrgVisibilityRequest) Execute

type ApiDelApiKeyRequest

type ApiDelApiKeyRequest struct {
	ApiService *OrgsAPIService
	// contains filtered or unexported fields
}

func (ApiDelApiKeyRequest) Execute

func (r ApiDelApiKeyRequest) Execute() (*http.Response, error)

func (ApiDelApiKeyRequest) XRequestId

func (r ApiDelApiKeyRequest) XRequestId(xRequestId string) ApiDelApiKeyRequest

type ApiDelInstanceOAuthAzureADRequest

type ApiDelInstanceOAuthAzureADRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiDelInstanceOAuthAzureADRequest) Execute

func (ApiDelInstanceOAuthAzureADRequest) XRequestId

type ApiDelInstanceOAuthGithubRequest

type ApiDelInstanceOAuthGithubRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiDelInstanceOAuthGithubRequest) Execute

func (ApiDelInstanceOAuthGithubRequest) XRequestId

type ApiDelInstanceOAuthGoogleRequest

type ApiDelInstanceOAuthGoogleRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiDelInstanceOAuthGoogleRequest) Execute

func (ApiDelInstanceOAuthGoogleRequest) XRequestId

type ApiDelInstanceOAuthOktaRequest

type ApiDelInstanceOAuthOktaRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiDelInstanceOAuthOktaRequest) Execute

func (ApiDelInstanceOAuthOktaRequest) XRequestId

type ApiDeleteAccessPolicyRequest

type ApiDeleteAccessPolicyRequest struct {
	ApiService *AccesspoliciesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteAccessPolicyRequest) Execute

func (r ApiDeleteAccessPolicyRequest) Execute() (map[string]interface{}, *http.Response, error)

func (ApiDeleteAccessPolicyRequest) OrgId

func (ApiDeleteAccessPolicyRequest) Region

func (ApiDeleteAccessPolicyRequest) XRequestId

type ApiDeleteInstancePluginRequest

type ApiDeleteInstancePluginRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteInstancePluginRequest) Execute

func (ApiDeleteInstancePluginRequest) XRequestId

type ApiDeleteInstanceRequest

type ApiDeleteInstanceRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteInstanceRequest) Execute

func (ApiDeleteInstanceRequest) XRequestId

func (r ApiDeleteInstanceRequest) XRequestId(xRequestId string) ApiDeleteInstanceRequest

type ApiDeleteInstanceServiceAccountRequest

type ApiDeleteInstanceServiceAccountRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteInstanceServiceAccountRequest) Execute

func (ApiDeleteInstanceServiceAccountRequest) XRequestId

type ApiDeleteInstanceServiceAccountTokenRequest

type ApiDeleteInstanceServiceAccountTokenRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteInstanceServiceAccountTokenRequest) Execute

func (ApiDeleteInstanceServiceAccountTokenRequest) XRequestId

type ApiDeleteOrgMemberRequest

type ApiDeleteOrgMemberRequest struct {
	ApiService *OrgsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteOrgMemberRequest) Execute

func (r ApiDeleteOrgMemberRequest) Execute() (*http.Response, error)

func (ApiDeleteOrgMemberRequest) XRequestId

type ApiDeleteTokenRequest

type ApiDeleteTokenRequest struct {
	ApiService *TokensAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteTokenRequest) Execute

func (r ApiDeleteTokenRequest) Execute() (map[string]interface{}, *http.Response, error)

func (ApiDeleteTokenRequest) OrgId

func (ApiDeleteTokenRequest) Region

func (ApiDeleteTokenRequest) XRequestId

func (r ApiDeleteTokenRequest) XRequestId(xRequestId string) ApiDeleteTokenRequest

type ApiGetAccessPoliciesRequest

type ApiGetAccessPoliciesRequest struct {
	ApiService *AccesspoliciesAPIService
	// contains filtered or unexported fields
}

func (ApiGetAccessPoliciesRequest) Execute

func (ApiGetAccessPoliciesRequest) Name

func (ApiGetAccessPoliciesRequest) OrgId

func (ApiGetAccessPoliciesRequest) PageCursor

func (ApiGetAccessPoliciesRequest) PageSize

func (ApiGetAccessPoliciesRequest) RealmIdentifier

func (r ApiGetAccessPoliciesRequest) RealmIdentifier(realmIdentifier string) ApiGetAccessPoliciesRequest

func (ApiGetAccessPoliciesRequest) RealmType

func (ApiGetAccessPoliciesRequest) Region

func (ApiGetAccessPoliciesRequest) Status

type ApiGetAccessPolicyRequest

type ApiGetAccessPolicyRequest struct {
	ApiService *AccesspoliciesAPIService
	// contains filtered or unexported fields
}

func (ApiGetAccessPolicyRequest) Execute

func (ApiGetAccessPolicyRequest) OrgId

func (ApiGetAccessPolicyRequest) Region

type ApiGetApiKeyRequest

type ApiGetApiKeyRequest struct {
	ApiService *OrgsAPIService
	// contains filtered or unexported fields
}

func (ApiGetApiKeyRequest) Execute

type ApiGetApiKeysRequest

type ApiGetApiKeysRequest struct {
	ApiService *OrgsAPIService
	// contains filtered or unexported fields
}

func (ApiGetApiKeysRequest) ExcludeProvisioned

func (r ApiGetApiKeysRequest) ExcludeProvisioned(excludeProvisioned bool) ApiGetApiKeysRequest

func (ApiGetApiKeysRequest) Execute

type ApiGetClosestStackRegionRequest

type ApiGetClosestStackRegionRequest struct {
	ApiService *StackRegionsAPIService
	// contains filtered or unexported fields
}

func (ApiGetClosestStackRegionRequest) Execute

func (ApiGetClosestStackRegionRequest) Provider

type ApiGetConfigRequest

type ApiGetConfigRequest struct {
	ApiService *AccesspoliciesAPIService
	// contains filtered or unexported fields
}

func (ApiGetConfigRequest) Execute

func (r ApiGetConfigRequest) Execute() (map[string]interface{}, *http.Response, error)

func (ApiGetConfigRequest) Region

type ApiGetConnectionsRequest

type ApiGetConnectionsRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiGetConnectionsRequest) Config

func (ApiGetConnectionsRequest) Execute

type ApiGetInstancePluginRequest

type ApiGetInstancePluginRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiGetInstancePluginRequest) Execute

type ApiGetInstancePluginsRequest

type ApiGetInstancePluginsRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiGetInstancePluginsRequest) Direction

func (ApiGetInstancePluginsRequest) Execute

func (ApiGetInstancePluginsRequest) OrderBy

type ApiGetInstanceRequest

type ApiGetInstanceRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiGetInstanceRequest) Config

func (ApiGetInstanceRequest) Execute

type ApiGetInstanceServiceAccountRequest

type ApiGetInstanceServiceAccountRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiGetInstanceServiceAccountRequest) Execute

type ApiGetInstanceServiceAccountTokensRequest

type ApiGetInstanceServiceAccountTokensRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiGetInstanceServiceAccountTokensRequest) Execute

type ApiGetInstanceUsersRequest

type ApiGetInstanceUsersRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiGetInstanceUsersRequest) Active

func (ApiGetInstanceUsersRequest) ActiveSince

func (ApiGetInstanceUsersRequest) Execute

func (ApiGetInstanceUsersRequest) IncludeInternal

func (r ApiGetInstanceUsersRequest) IncludeInternal(includeInternal bool) ApiGetInstanceUsersRequest

type ApiGetInstancesRequest

type ApiGetInstancesRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiGetInstancesRequest) Cluster

func (ApiGetInstancesRequest) ClusterIdIn

func (r ApiGetInstancesRequest) ClusterIdIn(clusterIdIn []int32) ApiGetInstancesRequest

func (ApiGetInstancesRequest) Cursor

func (ApiGetInstancesRequest) Direction

func (r ApiGetInstancesRequest) Direction(direction string) ApiGetInstancesRequest

func (ApiGetInstancesRequest) Execute

func (ApiGetInstancesRequest) Hosted

func (ApiGetInstancesRequest) Id

func (ApiGetInstancesRequest) IdIn

func (ApiGetInstancesRequest) IdMin

func (ApiGetInstancesRequest) IncludeLabels

func (r ApiGetInstancesRequest) IncludeLabels(includeLabels bool) ApiGetInstancesRequest

func (ApiGetInstancesRequest) IncludePromCurrentActiveSeries

func (r ApiGetInstancesRequest) IncludePromCurrentActiveSeries(includePromCurrentActiveSeries bool) ApiGetInstancesRequest

func (ApiGetInstancesRequest) Labels

func (ApiGetInstancesRequest) Name

func (ApiGetInstancesRequest) NameIn

func (ApiGetInstancesRequest) OrderBy

func (ApiGetInstancesRequest) OrgId

func (ApiGetInstancesRequest) OrgIdIn

func (ApiGetInstancesRequest) OrgSlug

func (ApiGetInstancesRequest) OrgSlugIn

func (r ApiGetInstancesRequest) OrgSlugIn(orgSlugIn string) ApiGetInstancesRequest

func (ApiGetInstancesRequest) Page

func (ApiGetInstancesRequest) PageSize

func (ApiGetInstancesRequest) Plan

func (ApiGetInstancesRequest) PlanIn

func (ApiGetInstancesRequest) PlanNot

func (ApiGetInstancesRequest) Slug

func (ApiGetInstancesRequest) SlugIn

func (ApiGetInstancesRequest) Status

func (ApiGetInstancesRequest) UpdatedOrCreatedAtMin

func (r ApiGetInstancesRequest) UpdatedOrCreatedAtMin(updatedOrCreatedAtMin time.Time) ApiGetInstancesRequest

func (ApiGetInstancesRequest) Url

func (ApiGetInstancesRequest) Version

func (ApiGetInstancesRequest) VersionIn

func (r ApiGetInstancesRequest) VersionIn(versionIn []string) ApiGetInstancesRequest

func (ApiGetInstancesRequest) VersionNot

func (r ApiGetInstancesRequest) VersionNot(versionNot string) ApiGetInstancesRequest

func (ApiGetInstancesRequest) VersionNotIn

func (r ApiGetInstancesRequest) VersionNotIn(versionNotIn []string) ApiGetInstancesRequest

type ApiGetOrgBilledUsageHistoryRequest

type ApiGetOrgBilledUsageHistoryRequest struct {
	ApiService *OrgsAPIService
	// contains filtered or unexported fields
}

func (ApiGetOrgBilledUsageHistoryRequest) Execute

type ApiGetOrgBilledUsageRequest

type ApiGetOrgBilledUsageRequest struct {
	ApiService *OrgsAPIService
	// contains filtered or unexported fields
}

func (ApiGetOrgBilledUsageRequest) Execute

func (ApiGetOrgBilledUsageRequest) Format

func (ApiGetOrgBilledUsageRequest) Month

func (ApiGetOrgBilledUsageRequest) Year

type ApiGetOrgInstancesRequest

type ApiGetOrgInstancesRequest struct {
	ApiService *OrgsAPIService
	// contains filtered or unexported fields
}

func (ApiGetOrgInstancesRequest) Cluster

func (ApiGetOrgInstancesRequest) Direction

func (ApiGetOrgInstancesRequest) Execute

func (ApiGetOrgInstancesRequest) Id

func (ApiGetOrgInstancesRequest) IdIn

func (ApiGetOrgInstancesRequest) Name

func (ApiGetOrgInstancesRequest) NameIn

func (ApiGetOrgInstancesRequest) OrderBy

func (ApiGetOrgInstancesRequest) Plan

func (ApiGetOrgInstancesRequest) PlanIn

func (ApiGetOrgInstancesRequest) PlanNot

func (ApiGetOrgInstancesRequest) Slug

func (ApiGetOrgInstancesRequest) SlugIn

func (ApiGetOrgInstancesRequest) Url

func (ApiGetOrgInstancesRequest) UrlIn

type ApiGetOrgMemberRequest

type ApiGetOrgMemberRequest struct {
	ApiService *OrgsAPIService
	// contains filtered or unexported fields
}

func (ApiGetOrgMemberRequest) Execute

type ApiGetOrgMembersRequest

type ApiGetOrgMembersRequest struct {
	ApiService *OrgsAPIService
	// contains filtered or unexported fields
}

func (ApiGetOrgMembersRequest) Billing

func (ApiGetOrgMembersRequest) Direction

func (ApiGetOrgMembersRequest) Execute

func (ApiGetOrgMembersRequest) OrderBy

func (ApiGetOrgMembersRequest) Privacy

func (ApiGetOrgMembersRequest) PrivacyIn

type ApiGetOrgRequest

type ApiGetOrgRequest struct {
	ApiService *OrgsAPIService
	// contains filtered or unexported fields
}

func (ApiGetOrgRequest) Execute

type ApiGetPluginRequest

type ApiGetPluginRequest struct {
	ApiService *PluginsAPIService
	// contains filtered or unexported fields
}

func (ApiGetPluginRequest) Execute

func (ApiGetPluginRequest) Version

func (r ApiGetPluginRequest) Version(version string) ApiGetPluginRequest

type ApiGetStackRegionsRequest

type ApiGetStackRegionsRequest struct {
	ApiService *StackRegionsAPIService
	// contains filtered or unexported fields
}

func (ApiGetStackRegionsRequest) Direction

func (ApiGetStackRegionsRequest) Execute

func (ApiGetStackRegionsRequest) Id

func (ApiGetStackRegionsRequest) IdIn

func (ApiGetStackRegionsRequest) OrderBy

func (ApiGetStackRegionsRequest) Provider

func (ApiGetStackRegionsRequest) ProviderRegion

func (r ApiGetStackRegionsRequest) ProviderRegion(providerRegion string) ApiGetStackRegionsRequest

func (ApiGetStackRegionsRequest) Slug

func (ApiGetStackRegionsRequest) SlugIn

type ApiGetTokenRequest

type ApiGetTokenRequest struct {
	ApiService *TokensAPIService
	// contains filtered or unexported fields
}

func (ApiGetTokenRequest) Execute

func (r ApiGetTokenRequest) Execute() (*AuthToken, *http.Response, error)

func (ApiGetTokenRequest) OrgId

func (ApiGetTokenRequest) Region

func (r ApiGetTokenRequest) Region(region string) ApiGetTokenRequest

type ApiGetTokensRequest

type ApiGetTokensRequest struct {
	ApiService *TokensAPIService
	// contains filtered or unexported fields
}

func (ApiGetTokensRequest) AccessPolicyId

func (r ApiGetTokensRequest) AccessPolicyId(accessPolicyId string) ApiGetTokensRequest

func (ApiGetTokensRequest) AccessPolicyIds

func (r ApiGetTokensRequest) AccessPolicyIds(accessPolicyIds string) ApiGetTokensRequest

func (ApiGetTokensRequest) AccessPolicyName

func (r ApiGetTokensRequest) AccessPolicyName(accessPolicyName string) ApiGetTokensRequest

func (ApiGetTokensRequest) AccessPolicyRealmIdentifier

func (r ApiGetTokensRequest) AccessPolicyRealmIdentifier(accessPolicyRealmIdentifier string) ApiGetTokensRequest

func (ApiGetTokensRequest) AccessPolicyRealmType

func (r ApiGetTokensRequest) AccessPolicyRealmType(accessPolicyRealmType string) ApiGetTokensRequest

func (ApiGetTokensRequest) AccessPolicyStatus

func (r ApiGetTokensRequest) AccessPolicyStatus(accessPolicyStatus string) ApiGetTokensRequest

func (ApiGetTokensRequest) Execute

func (ApiGetTokensRequest) ExpiresAfter

func (r ApiGetTokensRequest) ExpiresAfter(expiresAfter string) ApiGetTokensRequest

func (ApiGetTokensRequest) ExpiresBefore

func (r ApiGetTokensRequest) ExpiresBefore(expiresBefore string) ApiGetTokensRequest

func (ApiGetTokensRequest) IncludeExpired

func (r ApiGetTokensRequest) IncludeExpired(includeExpired bool) ApiGetTokensRequest

func (ApiGetTokensRequest) Name

func (ApiGetTokensRequest) OrgId

func (ApiGetTokensRequest) PageCursor

func (r ApiGetTokensRequest) PageCursor(pageCursor string) ApiGetTokensRequest

func (ApiGetTokensRequest) PageSize

func (r ApiGetTokensRequest) PageSize(pageSize int32) ApiGetTokensRequest

func (ApiGetTokensRequest) Region

type ApiPostAccessPoliciesRequest

type ApiPostAccessPoliciesRequest struct {
	ApiService *AccesspoliciesAPIService
	// contains filtered or unexported fields
}

func (ApiPostAccessPoliciesRequest) Execute

func (ApiPostAccessPoliciesRequest) OrgId

func (ApiPostAccessPoliciesRequest) PostAccessPoliciesRequest

func (r ApiPostAccessPoliciesRequest) PostAccessPoliciesRequest(postAccessPoliciesRequest PostAccessPoliciesRequest) ApiPostAccessPoliciesRequest

func (ApiPostAccessPoliciesRequest) Region

func (ApiPostAccessPoliciesRequest) XRequestId

type ApiPostAccessPolicyRequest

type ApiPostAccessPolicyRequest struct {
	ApiService *AccesspoliciesAPIService
	// contains filtered or unexported fields
}

func (ApiPostAccessPolicyRequest) Execute

func (ApiPostAccessPolicyRequest) OrgId

func (ApiPostAccessPolicyRequest) PostAccessPolicyRequest

func (r ApiPostAccessPolicyRequest) PostAccessPolicyRequest(postAccessPolicyRequest PostAccessPolicyRequest) ApiPostAccessPolicyRequest

func (ApiPostAccessPolicyRequest) Region

func (ApiPostAccessPolicyRequest) XRequestId

type ApiPostApiKeysRequest

type ApiPostApiKeysRequest struct {
	ApiService *OrgsAPIService
	// contains filtered or unexported fields
}

func (ApiPostApiKeysRequest) Execute

func (ApiPostApiKeysRequest) PostApiKeysRequest

func (r ApiPostApiKeysRequest) PostApiKeysRequest(postApiKeysRequest PostApiKeysRequest) ApiPostApiKeysRequest

func (ApiPostApiKeysRequest) XRequestId

func (r ApiPostApiKeysRequest) XRequestId(xRequestId string) ApiPostApiKeysRequest

type ApiPostInstanceOAuthAzureADRequest

type ApiPostInstanceOAuthAzureADRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiPostInstanceOAuthAzureADRequest) Execute

func (ApiPostInstanceOAuthAzureADRequest) PostInstanceOAuthAzureADRequest

func (r ApiPostInstanceOAuthAzureADRequest) PostInstanceOAuthAzureADRequest(postInstanceOAuthAzureADRequest PostInstanceOAuthAzureADRequest) ApiPostInstanceOAuthAzureADRequest

func (ApiPostInstanceOAuthAzureADRequest) XRequestId

type ApiPostInstanceOAuthGithubRequest

type ApiPostInstanceOAuthGithubRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiPostInstanceOAuthGithubRequest) Execute

func (ApiPostInstanceOAuthGithubRequest) PostInstanceOAuthGithubRequest

func (r ApiPostInstanceOAuthGithubRequest) PostInstanceOAuthGithubRequest(postInstanceOAuthGithubRequest PostInstanceOAuthGithubRequest) ApiPostInstanceOAuthGithubRequest

func (ApiPostInstanceOAuthGithubRequest) XRequestId

type ApiPostInstanceOAuthGoogleRequest

type ApiPostInstanceOAuthGoogleRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiPostInstanceOAuthGoogleRequest) Execute

func (ApiPostInstanceOAuthGoogleRequest) PostInstanceOAuthGoogleRequest

func (r ApiPostInstanceOAuthGoogleRequest) PostInstanceOAuthGoogleRequest(postInstanceOAuthGoogleRequest PostInstanceOAuthGoogleRequest) ApiPostInstanceOAuthGoogleRequest

func (ApiPostInstanceOAuthGoogleRequest) XRequestId

type ApiPostInstanceOAuthOktaRequest

type ApiPostInstanceOAuthOktaRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiPostInstanceOAuthOktaRequest) Execute

func (ApiPostInstanceOAuthOktaRequest) PostInstanceOAuthOktaRequest

func (r ApiPostInstanceOAuthOktaRequest) PostInstanceOAuthOktaRequest(postInstanceOAuthOktaRequest PostInstanceOAuthOktaRequest) ApiPostInstanceOAuthOktaRequest

func (ApiPostInstanceOAuthOktaRequest) XRequestId

type ApiPostInstancePluginRequest

type ApiPostInstancePluginRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiPostInstancePluginRequest) Execute

func (ApiPostInstancePluginRequest) PostInstancePluginRequest

func (r ApiPostInstancePluginRequest) PostInstancePluginRequest(postInstancePluginRequest PostInstancePluginRequest) ApiPostInstancePluginRequest

func (ApiPostInstancePluginRequest) XRequestId

type ApiPostInstancePluginsRequest

type ApiPostInstancePluginsRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiPostInstancePluginsRequest) Execute

func (ApiPostInstancePluginsRequest) PostInstancePluginsRequest

func (r ApiPostInstancePluginsRequest) PostInstancePluginsRequest(postInstancePluginsRequest PostInstancePluginsRequest) ApiPostInstancePluginsRequest

func (ApiPostInstancePluginsRequest) XRequestId

type ApiPostInstanceRequest

type ApiPostInstanceRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiPostInstanceRequest) Execute

func (ApiPostInstanceRequest) PostInstanceRequest

func (r ApiPostInstanceRequest) PostInstanceRequest(postInstanceRequest PostInstanceRequest) ApiPostInstanceRequest

func (ApiPostInstanceRequest) XRequestId

func (r ApiPostInstanceRequest) XRequestId(xRequestId string) ApiPostInstanceRequest

type ApiPostInstanceServiceAccountTokensRequest

type ApiPostInstanceServiceAccountTokensRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiPostInstanceServiceAccountTokensRequest) Execute

func (ApiPostInstanceServiceAccountTokensRequest) PostInstanceServiceAccountTokensRequest

func (r ApiPostInstanceServiceAccountTokensRequest) PostInstanceServiceAccountTokensRequest(postInstanceServiceAccountTokensRequest PostInstanceServiceAccountTokensRequest) ApiPostInstanceServiceAccountTokensRequest

func (ApiPostInstanceServiceAccountTokensRequest) XRequestId

type ApiPostInstanceServiceAccountsRequest

type ApiPostInstanceServiceAccountsRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiPostInstanceServiceAccountsRequest) Execute

func (ApiPostInstanceServiceAccountsRequest) PostInstanceServiceAccountsRequest

func (r ApiPostInstanceServiceAccountsRequest) PostInstanceServiceAccountsRequest(postInstanceServiceAccountsRequest PostInstanceServiceAccountsRequest) ApiPostInstanceServiceAccountsRequest

func (ApiPostInstanceServiceAccountsRequest) XRequestId

type ApiPostInstancesRequest

type ApiPostInstancesRequest struct {
	ApiService *InstancesAPIService
	// contains filtered or unexported fields
}

func (ApiPostInstancesRequest) Execute

func (ApiPostInstancesRequest) PostInstancesRequest

func (r ApiPostInstancesRequest) PostInstancesRequest(postInstancesRequest PostInstancesRequest) ApiPostInstancesRequest

func (ApiPostInstancesRequest) XRequestId

func (r ApiPostInstancesRequest) XRequestId(xRequestId string) ApiPostInstancesRequest

type ApiPostOrgMemberRequest

type ApiPostOrgMemberRequest struct {
	ApiService *OrgsAPIService
	// contains filtered or unexported fields
}

func (ApiPostOrgMemberRequest) Execute

func (ApiPostOrgMemberRequest) PostOrgMemberRequest

func (r ApiPostOrgMemberRequest) PostOrgMemberRequest(postOrgMemberRequest PostOrgMemberRequest) ApiPostOrgMemberRequest

func (ApiPostOrgMemberRequest) XRequestId

func (r ApiPostOrgMemberRequest) XRequestId(xRequestId string) ApiPostOrgMemberRequest

type ApiPostOrgMembersRequest

type ApiPostOrgMembersRequest struct {
	ApiService *OrgsAPIService
	// contains filtered or unexported fields
}

func (ApiPostOrgMembersRequest) Execute

func (ApiPostOrgMembersRequest) PostOrgMembersRequest

func (r ApiPostOrgMembersRequest) PostOrgMembersRequest(postOrgMembersRequest PostOrgMembersRequest) ApiPostOrgMembersRequest

func (ApiPostOrgMembersRequest) XRequestId

func (r ApiPostOrgMembersRequest) XRequestId(xRequestId string) ApiPostOrgMembersRequest

type ApiPostTokenRequest

type ApiPostTokenRequest struct {
	ApiService *TokensAPIService
	// contains filtered or unexported fields
}

func (ApiPostTokenRequest) Execute

func (r ApiPostTokenRequest) Execute() (*AuthToken, *http.Response, error)

func (ApiPostTokenRequest) OrgId

func (ApiPostTokenRequest) PostTokenRequest

func (r ApiPostTokenRequest) PostTokenRequest(postTokenRequest PostTokenRequest) ApiPostTokenRequest

func (ApiPostTokenRequest) Region

func (ApiPostTokenRequest) XRequestId

func (r ApiPostTokenRequest) XRequestId(xRequestId string) ApiPostTokenRequest

type ApiPostTokensRequest

type ApiPostTokensRequest struct {
	ApiService *TokensAPIService
	// contains filtered or unexported fields
}

func (ApiPostTokensRequest) Execute

func (ApiPostTokensRequest) OrgId

func (ApiPostTokensRequest) PostTokensRequest

func (r ApiPostTokensRequest) PostTokensRequest(postTokensRequest PostTokensRequest) ApiPostTokensRequest

func (ApiPostTokensRequest) Region

func (ApiPostTokensRequest) XRequestId

func (r ApiPostTokensRequest) XRequestId(xRequestId string) ApiPostTokensRequest

type AppPlatform

type AppPlatform struct {
	Url                  string         `json:"url"`
	CaData               NullableString `json:"caData,omitempty"`
	AdditionalProperties map[string]interface{}
}

AppPlatform struct for AppPlatform

func NewAppPlatform

func NewAppPlatform(url string) *AppPlatform

NewAppPlatform instantiates a new AppPlatform 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 NewAppPlatformWithDefaults

func NewAppPlatformWithDefaults() *AppPlatform

NewAppPlatformWithDefaults instantiates a new AppPlatform 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 (*AppPlatform) GetCaData

func (o *AppPlatform) GetCaData() string

GetCaData returns the CaData field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AppPlatform) GetCaDataOk

func (o *AppPlatform) GetCaDataOk() (*string, bool)

GetCaDataOk returns a tuple with the CaData field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AppPlatform) GetUrl

func (o *AppPlatform) GetUrl() string

GetUrl returns the Url field value

func (*AppPlatform) GetUrlOk

func (o *AppPlatform) GetUrlOk() (*string, bool)

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

func (*AppPlatform) HasCaData

func (o *AppPlatform) HasCaData() bool

HasCaData returns a boolean if a field has been set.

func (AppPlatform) MarshalJSON

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

func (*AppPlatform) SetCaData

func (o *AppPlatform) SetCaData(v string)

SetCaData gets a reference to the given NullableString and assigns it to the CaData field.

func (*AppPlatform) SetCaDataNil

func (o *AppPlatform) SetCaDataNil()

SetCaDataNil sets the value for CaData to be an explicit nil

func (*AppPlatform) SetUrl

func (o *AppPlatform) SetUrl(v string)

SetUrl sets field value

func (AppPlatform) ToMap

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

func (*AppPlatform) UnmarshalJSON

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

func (*AppPlatform) UnsetCaData

func (o *AppPlatform) UnsetCaData()

UnsetCaData ensures that no value is present for CaData, not even an explicit nil

type AuthAccessPolicy

type AuthAccessPolicy struct {
	Id    *string `json:"id,omitempty"`
	OrgId *string `json:"orgId,omitempty"`
	Name  string  `json:"name"`
	// Will be set to `name` if not provided.
	DisplayName *string `json:"displayName,omitempty"`
	// Source of the Access Policy (requires system token).
	Source     *string                       `json:"source,omitempty"`
	Scopes     []string                      `json:"scopes"`
	Realms     []AuthAccessPolicyRealmsInner `json:"realms"`
	CreatedAt  *time.Time                    `json:"createdAt,omitempty"`
	UpdatedAt  *time.Time                    `json:"updatedAt,omitempty"`
	Conditions *AuthAccessPolicyConditions   `json:"conditions,omitempty"`
	Attributes *AuthAccessPolicyAttributes   `json:"attributes,omitempty"`
	// The status of the access policy.
	Status               *string `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

AuthAccessPolicy struct for AuthAccessPolicy

func NewAuthAccessPolicy

func NewAuthAccessPolicy(name string, scopes []string, realms []AuthAccessPolicyRealmsInner) *AuthAccessPolicy

NewAuthAccessPolicy instantiates a new AuthAccessPolicy 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 NewAuthAccessPolicyWithDefaults

func NewAuthAccessPolicyWithDefaults() *AuthAccessPolicy

NewAuthAccessPolicyWithDefaults instantiates a new AuthAccessPolicy 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 (*AuthAccessPolicy) GetAttributes

func (o *AuthAccessPolicy) GetAttributes() AuthAccessPolicyAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*AuthAccessPolicy) GetAttributesOk

func (o *AuthAccessPolicy) GetAttributesOk() (*AuthAccessPolicyAttributes, bool)

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

func (*AuthAccessPolicy) GetConditions

func (o *AuthAccessPolicy) GetConditions() AuthAccessPolicyConditions

GetConditions returns the Conditions field value if set, zero value otherwise.

func (*AuthAccessPolicy) GetConditionsOk

func (o *AuthAccessPolicy) GetConditionsOk() (*AuthAccessPolicyConditions, bool)

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

func (*AuthAccessPolicy) GetCreatedAt

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

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

func (*AuthAccessPolicy) GetCreatedAtOk

func (o *AuthAccessPolicy) 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 (*AuthAccessPolicy) GetDisplayName

func (o *AuthAccessPolicy) GetDisplayName() string

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

func (*AuthAccessPolicy) GetDisplayNameOk

func (o *AuthAccessPolicy) 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 (*AuthAccessPolicy) GetId

func (o *AuthAccessPolicy) GetId() string

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

func (*AuthAccessPolicy) GetIdOk

func (o *AuthAccessPolicy) 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 (*AuthAccessPolicy) GetName

func (o *AuthAccessPolicy) GetName() string

GetName returns the Name field value

func (*AuthAccessPolicy) GetNameOk

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

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

func (*AuthAccessPolicy) GetOrgId

func (o *AuthAccessPolicy) GetOrgId() string

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

func (*AuthAccessPolicy) GetOrgIdOk

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

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

func (*AuthAccessPolicy) GetRealms

GetRealms returns the Realms field value

func (*AuthAccessPolicy) GetRealmsOk

func (o *AuthAccessPolicy) GetRealmsOk() ([]AuthAccessPolicyRealmsInner, bool)

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

func (*AuthAccessPolicy) GetScopes

func (o *AuthAccessPolicy) GetScopes() []string

GetScopes returns the Scopes field value

func (*AuthAccessPolicy) GetScopesOk

func (o *AuthAccessPolicy) GetScopesOk() ([]string, bool)

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

func (*AuthAccessPolicy) GetSource

func (o *AuthAccessPolicy) GetSource() string

GetSource returns the Source field value if set, zero value otherwise.

func (*AuthAccessPolicy) GetSourceOk

func (o *AuthAccessPolicy) GetSourceOk() (*string, bool)

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

func (*AuthAccessPolicy) GetStatus

func (o *AuthAccessPolicy) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*AuthAccessPolicy) GetStatusOk

func (o *AuthAccessPolicy) 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 (*AuthAccessPolicy) GetUpdatedAt

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

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

func (*AuthAccessPolicy) GetUpdatedAtOk

func (o *AuthAccessPolicy) 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 (*AuthAccessPolicy) HasAttributes

func (o *AuthAccessPolicy) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*AuthAccessPolicy) HasConditions

func (o *AuthAccessPolicy) HasConditions() bool

HasConditions returns a boolean if a field has been set.

func (*AuthAccessPolicy) HasCreatedAt

func (o *AuthAccessPolicy) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*AuthAccessPolicy) HasDisplayName

func (o *AuthAccessPolicy) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*AuthAccessPolicy) HasId

func (o *AuthAccessPolicy) HasId() bool

HasId returns a boolean if a field has been set.

func (*AuthAccessPolicy) HasOrgId

func (o *AuthAccessPolicy) HasOrgId() bool

HasOrgId returns a boolean if a field has been set.

func (*AuthAccessPolicy) HasSource

func (o *AuthAccessPolicy) HasSource() bool

HasSource returns a boolean if a field has been set.

func (*AuthAccessPolicy) HasStatus

func (o *AuthAccessPolicy) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*AuthAccessPolicy) HasUpdatedAt

func (o *AuthAccessPolicy) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (AuthAccessPolicy) MarshalJSON

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

func (*AuthAccessPolicy) SetAttributes

func (o *AuthAccessPolicy) SetAttributes(v AuthAccessPolicyAttributes)

SetAttributes gets a reference to the given AuthAccessPolicyAttributes and assigns it to the Attributes field.

func (*AuthAccessPolicy) SetConditions

func (o *AuthAccessPolicy) SetConditions(v AuthAccessPolicyConditions)

SetConditions gets a reference to the given AuthAccessPolicyConditions and assigns it to the Conditions field.

func (*AuthAccessPolicy) SetCreatedAt

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

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

func (*AuthAccessPolicy) SetDisplayName

func (o *AuthAccessPolicy) SetDisplayName(v string)

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

func (*AuthAccessPolicy) SetId

func (o *AuthAccessPolicy) SetId(v string)

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

func (*AuthAccessPolicy) SetName

func (o *AuthAccessPolicy) SetName(v string)

SetName sets field value

func (*AuthAccessPolicy) SetOrgId

func (o *AuthAccessPolicy) SetOrgId(v string)

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

func (*AuthAccessPolicy) SetRealms

SetRealms sets field value

func (*AuthAccessPolicy) SetScopes

func (o *AuthAccessPolicy) SetScopes(v []string)

SetScopes sets field value

func (*AuthAccessPolicy) SetSource

func (o *AuthAccessPolicy) SetSource(v string)

SetSource gets a reference to the given string and assigns it to the Source field.

func (*AuthAccessPolicy) SetStatus

func (o *AuthAccessPolicy) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*AuthAccessPolicy) SetUpdatedAt

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

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

func (AuthAccessPolicy) ToMap

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

func (*AuthAccessPolicy) UnmarshalJSON

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

type AuthAccessPolicyAttributes

type AuthAccessPolicyAttributes struct {
	LokiQueryPolicy *AuthAccessPolicyAttributesLokiQueryPolicy `json:"lokiQueryPolicy,omitempty"`
	// List of scopes allowed to be signed by an access policy (required if the access policy contains `grafana-id-token:sign`).
	AllowedScopes    []string                                    `json:"allowedScopes,omitempty"`
	PdcConfiguration *AuthAccessPolicyAttributesPdcConfiguration `json:"pdcConfiguration,omitempty"`
	// List of audience claims allowed to be included when signing access tokens.
	AllowedAudiences     []string `json:"allowedAudiences,omitempty"`
	AdditionalProperties map[string]interface{}
}

AuthAccessPolicyAttributes A set of criteria that can be to the backend service via headers through the gateway, or used to make authentication decisions.

func NewAuthAccessPolicyAttributes

func NewAuthAccessPolicyAttributes() *AuthAccessPolicyAttributes

NewAuthAccessPolicyAttributes instantiates a new AuthAccessPolicyAttributes 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 NewAuthAccessPolicyAttributesWithDefaults

func NewAuthAccessPolicyAttributesWithDefaults() *AuthAccessPolicyAttributes

NewAuthAccessPolicyAttributesWithDefaults instantiates a new AuthAccessPolicyAttributes 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 (*AuthAccessPolicyAttributes) GetAllowedAudiences

func (o *AuthAccessPolicyAttributes) GetAllowedAudiences() []string

GetAllowedAudiences returns the AllowedAudiences field value if set, zero value otherwise.

func (*AuthAccessPolicyAttributes) GetAllowedAudiencesOk

func (o *AuthAccessPolicyAttributes) GetAllowedAudiencesOk() ([]string, bool)

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

func (*AuthAccessPolicyAttributes) GetAllowedScopes

func (o *AuthAccessPolicyAttributes) GetAllowedScopes() []string

GetAllowedScopes returns the AllowedScopes field value if set, zero value otherwise.

func (*AuthAccessPolicyAttributes) GetAllowedScopesOk

func (o *AuthAccessPolicyAttributes) GetAllowedScopesOk() ([]string, bool)

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

func (*AuthAccessPolicyAttributes) GetLokiQueryPolicy

GetLokiQueryPolicy returns the LokiQueryPolicy field value if set, zero value otherwise.

func (*AuthAccessPolicyAttributes) GetLokiQueryPolicyOk

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

func (*AuthAccessPolicyAttributes) GetPdcConfiguration

GetPdcConfiguration returns the PdcConfiguration field value if set, zero value otherwise.

func (*AuthAccessPolicyAttributes) GetPdcConfigurationOk

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

func (*AuthAccessPolicyAttributes) HasAllowedAudiences

func (o *AuthAccessPolicyAttributes) HasAllowedAudiences() bool

HasAllowedAudiences returns a boolean if a field has been set.

func (*AuthAccessPolicyAttributes) HasAllowedScopes

func (o *AuthAccessPolicyAttributes) HasAllowedScopes() bool

HasAllowedScopes returns a boolean if a field has been set.

func (*AuthAccessPolicyAttributes) HasLokiQueryPolicy

func (o *AuthAccessPolicyAttributes) HasLokiQueryPolicy() bool

HasLokiQueryPolicy returns a boolean if a field has been set.

func (*AuthAccessPolicyAttributes) HasPdcConfiguration

func (o *AuthAccessPolicyAttributes) HasPdcConfiguration() bool

HasPdcConfiguration returns a boolean if a field has been set.

func (AuthAccessPolicyAttributes) MarshalJSON

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

func (*AuthAccessPolicyAttributes) SetAllowedAudiences

func (o *AuthAccessPolicyAttributes) SetAllowedAudiences(v []string)

SetAllowedAudiences gets a reference to the given []string and assigns it to the AllowedAudiences field.

func (*AuthAccessPolicyAttributes) SetAllowedScopes

func (o *AuthAccessPolicyAttributes) SetAllowedScopes(v []string)

SetAllowedScopes gets a reference to the given []string and assigns it to the AllowedScopes field.

func (*AuthAccessPolicyAttributes) SetLokiQueryPolicy

SetLokiQueryPolicy gets a reference to the given AuthAccessPolicyAttributesLokiQueryPolicy and assigns it to the LokiQueryPolicy field.

func (*AuthAccessPolicyAttributes) SetPdcConfiguration

SetPdcConfiguration gets a reference to the given AuthAccessPolicyAttributesPdcConfiguration and assigns it to the PdcConfiguration field.

func (AuthAccessPolicyAttributes) ToMap

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

func (*AuthAccessPolicyAttributes) UnmarshalJSON

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

type AuthAccessPolicyAttributesLokiQueryPolicy

type AuthAccessPolicyAttributesLokiQueryPolicy struct {
	// String which represents a duration. For example \"10s\", \"2w\", \"5h\".
	QueryTimeout *string `json:"queryTimeout,omitempty"`
	// Ordinary integer.
	MaxEntriesLimitPerQuery *int32 `json:"maxEntriesLimitPerQuery,omitempty"`
	// String which represents a duration. For example \"10s\", \"2w\", \"5h\".
	MaxQueryLookback *string `json:"maxQueryLookback,omitempty"`
	// String which represents a duration. For example \"10s\", \"2w\", \"5h\".
	MaxQueryLength       *string `json:"maxQueryLength,omitempty"`
	AdditionalProperties map[string]interface{}
}

AuthAccessPolicyAttributesLokiQueryPolicy struct for AuthAccessPolicyAttributesLokiQueryPolicy

func NewAuthAccessPolicyAttributesLokiQueryPolicy

func NewAuthAccessPolicyAttributesLokiQueryPolicy() *AuthAccessPolicyAttributesLokiQueryPolicy

NewAuthAccessPolicyAttributesLokiQueryPolicy instantiates a new AuthAccessPolicyAttributesLokiQueryPolicy 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 NewAuthAccessPolicyAttributesLokiQueryPolicyWithDefaults

func NewAuthAccessPolicyAttributesLokiQueryPolicyWithDefaults() *AuthAccessPolicyAttributesLokiQueryPolicy

NewAuthAccessPolicyAttributesLokiQueryPolicyWithDefaults instantiates a new AuthAccessPolicyAttributesLokiQueryPolicy 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 (*AuthAccessPolicyAttributesLokiQueryPolicy) GetMaxEntriesLimitPerQuery

func (o *AuthAccessPolicyAttributesLokiQueryPolicy) GetMaxEntriesLimitPerQuery() int32

GetMaxEntriesLimitPerQuery returns the MaxEntriesLimitPerQuery field value if set, zero value otherwise.

func (*AuthAccessPolicyAttributesLokiQueryPolicy) GetMaxEntriesLimitPerQueryOk

func (o *AuthAccessPolicyAttributesLokiQueryPolicy) GetMaxEntriesLimitPerQueryOk() (*int32, bool)

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

func (*AuthAccessPolicyAttributesLokiQueryPolicy) GetMaxQueryLength

func (o *AuthAccessPolicyAttributesLokiQueryPolicy) GetMaxQueryLength() string

GetMaxQueryLength returns the MaxQueryLength field value if set, zero value otherwise.

func (*AuthAccessPolicyAttributesLokiQueryPolicy) GetMaxQueryLengthOk

func (o *AuthAccessPolicyAttributesLokiQueryPolicy) GetMaxQueryLengthOk() (*string, bool)

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

func (*AuthAccessPolicyAttributesLokiQueryPolicy) GetMaxQueryLookback

func (o *AuthAccessPolicyAttributesLokiQueryPolicy) GetMaxQueryLookback() string

GetMaxQueryLookback returns the MaxQueryLookback field value if set, zero value otherwise.

func (*AuthAccessPolicyAttributesLokiQueryPolicy) GetMaxQueryLookbackOk

func (o *AuthAccessPolicyAttributesLokiQueryPolicy) GetMaxQueryLookbackOk() (*string, bool)

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

func (*AuthAccessPolicyAttributesLokiQueryPolicy) GetQueryTimeout

GetQueryTimeout returns the QueryTimeout field value if set, zero value otherwise.

func (*AuthAccessPolicyAttributesLokiQueryPolicy) GetQueryTimeoutOk

func (o *AuthAccessPolicyAttributesLokiQueryPolicy) GetQueryTimeoutOk() (*string, bool)

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

func (*AuthAccessPolicyAttributesLokiQueryPolicy) HasMaxEntriesLimitPerQuery

func (o *AuthAccessPolicyAttributesLokiQueryPolicy) HasMaxEntriesLimitPerQuery() bool

HasMaxEntriesLimitPerQuery returns a boolean if a field has been set.

func (*AuthAccessPolicyAttributesLokiQueryPolicy) HasMaxQueryLength

func (o *AuthAccessPolicyAttributesLokiQueryPolicy) HasMaxQueryLength() bool

HasMaxQueryLength returns a boolean if a field has been set.

func (*AuthAccessPolicyAttributesLokiQueryPolicy) HasMaxQueryLookback

func (o *AuthAccessPolicyAttributesLokiQueryPolicy) HasMaxQueryLookback() bool

HasMaxQueryLookback returns a boolean if a field has been set.

func (*AuthAccessPolicyAttributesLokiQueryPolicy) HasQueryTimeout

func (o *AuthAccessPolicyAttributesLokiQueryPolicy) HasQueryTimeout() bool

HasQueryTimeout returns a boolean if a field has been set.

func (AuthAccessPolicyAttributesLokiQueryPolicy) MarshalJSON

func (*AuthAccessPolicyAttributesLokiQueryPolicy) SetMaxEntriesLimitPerQuery

func (o *AuthAccessPolicyAttributesLokiQueryPolicy) SetMaxEntriesLimitPerQuery(v int32)

SetMaxEntriesLimitPerQuery gets a reference to the given int32 and assigns it to the MaxEntriesLimitPerQuery field.

func (*AuthAccessPolicyAttributesLokiQueryPolicy) SetMaxQueryLength

func (o *AuthAccessPolicyAttributesLokiQueryPolicy) SetMaxQueryLength(v string)

SetMaxQueryLength gets a reference to the given string and assigns it to the MaxQueryLength field.

func (*AuthAccessPolicyAttributesLokiQueryPolicy) SetMaxQueryLookback

func (o *AuthAccessPolicyAttributesLokiQueryPolicy) SetMaxQueryLookback(v string)

SetMaxQueryLookback gets a reference to the given string and assigns it to the MaxQueryLookback field.

func (*AuthAccessPolicyAttributesLokiQueryPolicy) SetQueryTimeout

func (o *AuthAccessPolicyAttributesLokiQueryPolicy) SetQueryTimeout(v string)

SetQueryTimeout gets a reference to the given string and assigns it to the QueryTimeout field.

func (AuthAccessPolicyAttributesLokiQueryPolicy) ToMap

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

func (*AuthAccessPolicyAttributesLokiQueryPolicy) UnmarshalJSON

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

type AuthAccessPolicyAttributesPdcConfiguration

type AuthAccessPolicyAttributesPdcConfiguration struct {
	// List of hosts that Grafana is able to access through a PDC. All hosts are allowed if not provided.
	LimitedHosts         []string `json:"limitedHosts,omitempty"`
	AdditionalProperties map[string]interface{}
}

AuthAccessPolicyAttributesPdcConfiguration struct for AuthAccessPolicyAttributesPdcConfiguration

func NewAuthAccessPolicyAttributesPdcConfiguration

func NewAuthAccessPolicyAttributesPdcConfiguration() *AuthAccessPolicyAttributesPdcConfiguration

NewAuthAccessPolicyAttributesPdcConfiguration instantiates a new AuthAccessPolicyAttributesPdcConfiguration 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 NewAuthAccessPolicyAttributesPdcConfigurationWithDefaults

func NewAuthAccessPolicyAttributesPdcConfigurationWithDefaults() *AuthAccessPolicyAttributesPdcConfiguration

NewAuthAccessPolicyAttributesPdcConfigurationWithDefaults instantiates a new AuthAccessPolicyAttributesPdcConfiguration 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 (*AuthAccessPolicyAttributesPdcConfiguration) GetLimitedHosts

func (o *AuthAccessPolicyAttributesPdcConfiguration) GetLimitedHosts() []string

GetLimitedHosts returns the LimitedHosts field value if set, zero value otherwise.

func (*AuthAccessPolicyAttributesPdcConfiguration) GetLimitedHostsOk

func (o *AuthAccessPolicyAttributesPdcConfiguration) GetLimitedHostsOk() ([]string, bool)

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

func (*AuthAccessPolicyAttributesPdcConfiguration) HasLimitedHosts

func (o *AuthAccessPolicyAttributesPdcConfiguration) HasLimitedHosts() bool

HasLimitedHosts returns a boolean if a field has been set.

func (AuthAccessPolicyAttributesPdcConfiguration) MarshalJSON

func (*AuthAccessPolicyAttributesPdcConfiguration) SetLimitedHosts

func (o *AuthAccessPolicyAttributesPdcConfiguration) SetLimitedHosts(v []string)

SetLimitedHosts gets a reference to the given []string and assigns it to the LimitedHosts field.

func (AuthAccessPolicyAttributesPdcConfiguration) ToMap

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

func (*AuthAccessPolicyAttributesPdcConfiguration) UnmarshalJSON

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

type AuthAccessPolicyConditions

type AuthAccessPolicyConditions struct {
	// An array of IP addresses with subnet masks in CIDR notation (both IPv4 or IPv6 are supported) that is used to restrict access to only hosts that are part of at least one of the subnets. Providing an empty array is equivalent to providing an empty `conditions` object, and results in the removal of the `conditions` object from the Access Policy. Note that an IP address is not valid CIDR notation. For specifying a single IP address use a subnet mask of `/32` for IPv4 and `/128` for IPv6. Examples: 192.168.0.10/32 2001:db0:82a3:0:0:8a2e:370:1234/128
	AllowedSubnets       []AuthAccessPolicyConditionsAllowedSubnetsInner `json:"allowedSubnets,omitempty"`
	AdditionalProperties map[string]interface{}
}

AuthAccessPolicyConditions A set of criteria that is used to restrict access of the Access Policy and Tokens. Providing an empty object (\"{}\") results in the complete removal of the `conditions` object.

func NewAuthAccessPolicyConditions

func NewAuthAccessPolicyConditions() *AuthAccessPolicyConditions

NewAuthAccessPolicyConditions instantiates a new AuthAccessPolicyConditions 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 NewAuthAccessPolicyConditionsWithDefaults

func NewAuthAccessPolicyConditionsWithDefaults() *AuthAccessPolicyConditions

NewAuthAccessPolicyConditionsWithDefaults instantiates a new AuthAccessPolicyConditions 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 (*AuthAccessPolicyConditions) GetAllowedSubnets

GetAllowedSubnets returns the AllowedSubnets field value if set, zero value otherwise.

func (*AuthAccessPolicyConditions) GetAllowedSubnetsOk

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

func (*AuthAccessPolicyConditions) HasAllowedSubnets

func (o *AuthAccessPolicyConditions) HasAllowedSubnets() bool

HasAllowedSubnets returns a boolean if a field has been set.

func (AuthAccessPolicyConditions) MarshalJSON

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

func (*AuthAccessPolicyConditions) SetAllowedSubnets

SetAllowedSubnets gets a reference to the given []AuthAccessPolicyConditionsAllowedSubnetsInner and assigns it to the AllowedSubnets field.

func (AuthAccessPolicyConditions) ToMap

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

func (*AuthAccessPolicyConditions) UnmarshalJSON

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

type AuthAccessPolicyConditionsAllowedSubnetsInner

type AuthAccessPolicyConditionsAllowedSubnetsInner struct {
	String *string
}

AuthAccessPolicyConditionsAllowedSubnetsInner - struct for AuthAccessPolicyConditionsAllowedSubnetsInner

func StringAsAuthAccessPolicyConditionsAllowedSubnetsInner

func StringAsAuthAccessPolicyConditionsAllowedSubnetsInner(v *string) AuthAccessPolicyConditionsAllowedSubnetsInner

stringAsAuthAccessPolicyConditionsAllowedSubnetsInner is a convenience function that returns string wrapped in AuthAccessPolicyConditionsAllowedSubnetsInner

func (*AuthAccessPolicyConditionsAllowedSubnetsInner) GetActualInstance

func (obj *AuthAccessPolicyConditionsAllowedSubnetsInner) GetActualInstance() interface{}

Get the actual instance

func (AuthAccessPolicyConditionsAllowedSubnetsInner) MarshalJSON

Marshal data from the first non-nil pointers in the struct to JSON

func (*AuthAccessPolicyConditionsAllowedSubnetsInner) UnmarshalJSON

func (dst *AuthAccessPolicyConditionsAllowedSubnetsInner) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type AuthAccessPolicyRealmsInner

type AuthAccessPolicyRealmsInner struct {
	// Type of the realm
	Type *string `json:"type,omitempty"`
	// The unique identifier of a realm (org or stack).
	Identifier           *string                                         `json:"identifier,omitempty"`
	LabelPolicies        []AuthAccessPolicyRealmsInnerLabelPoliciesInner `json:"labelPolicies,omitempty"`
	AdditionalProperties map[string]interface{}
}

AuthAccessPolicyRealmsInner struct for AuthAccessPolicyRealmsInner

func NewAuthAccessPolicyRealmsInner

func NewAuthAccessPolicyRealmsInner() *AuthAccessPolicyRealmsInner

NewAuthAccessPolicyRealmsInner instantiates a new AuthAccessPolicyRealmsInner 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 NewAuthAccessPolicyRealmsInnerWithDefaults

func NewAuthAccessPolicyRealmsInnerWithDefaults() *AuthAccessPolicyRealmsInner

NewAuthAccessPolicyRealmsInnerWithDefaults instantiates a new AuthAccessPolicyRealmsInner 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 (*AuthAccessPolicyRealmsInner) GetIdentifier

func (o *AuthAccessPolicyRealmsInner) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*AuthAccessPolicyRealmsInner) GetIdentifierOk

func (o *AuthAccessPolicyRealmsInner) GetIdentifierOk() (*string, bool)

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

func (*AuthAccessPolicyRealmsInner) GetLabelPolicies

GetLabelPolicies returns the LabelPolicies field value if set, zero value otherwise.

func (*AuthAccessPolicyRealmsInner) GetLabelPoliciesOk

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

func (*AuthAccessPolicyRealmsInner) GetType

func (o *AuthAccessPolicyRealmsInner) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*AuthAccessPolicyRealmsInner) GetTypeOk

func (o *AuthAccessPolicyRealmsInner) 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 (*AuthAccessPolicyRealmsInner) HasIdentifier

func (o *AuthAccessPolicyRealmsInner) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*AuthAccessPolicyRealmsInner) HasLabelPolicies

func (o *AuthAccessPolicyRealmsInner) HasLabelPolicies() bool

HasLabelPolicies returns a boolean if a field has been set.

func (*AuthAccessPolicyRealmsInner) HasType

func (o *AuthAccessPolicyRealmsInner) HasType() bool

HasType returns a boolean if a field has been set.

func (AuthAccessPolicyRealmsInner) MarshalJSON

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

func (*AuthAccessPolicyRealmsInner) SetIdentifier

func (o *AuthAccessPolicyRealmsInner) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*AuthAccessPolicyRealmsInner) SetLabelPolicies

SetLabelPolicies gets a reference to the given []AuthAccessPolicyRealmsInnerLabelPoliciesInner and assigns it to the LabelPolicies field.

func (*AuthAccessPolicyRealmsInner) SetType

func (o *AuthAccessPolicyRealmsInner) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (AuthAccessPolicyRealmsInner) ToMap

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

func (*AuthAccessPolicyRealmsInner) UnmarshalJSON

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

type AuthAccessPolicyRealmsInnerLabelPoliciesInner

type AuthAccessPolicyRealmsInnerLabelPoliciesInner struct {
	// Label selector
	Selector             *string `json:"selector,omitempty"`
	AdditionalProperties map[string]interface{}
}

AuthAccessPolicyRealmsInnerLabelPoliciesInner struct for AuthAccessPolicyRealmsInnerLabelPoliciesInner

func NewAuthAccessPolicyRealmsInnerLabelPoliciesInner

func NewAuthAccessPolicyRealmsInnerLabelPoliciesInner() *AuthAccessPolicyRealmsInnerLabelPoliciesInner

NewAuthAccessPolicyRealmsInnerLabelPoliciesInner instantiates a new AuthAccessPolicyRealmsInnerLabelPoliciesInner 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 NewAuthAccessPolicyRealmsInnerLabelPoliciesInnerWithDefaults

func NewAuthAccessPolicyRealmsInnerLabelPoliciesInnerWithDefaults() *AuthAccessPolicyRealmsInnerLabelPoliciesInner

NewAuthAccessPolicyRealmsInnerLabelPoliciesInnerWithDefaults instantiates a new AuthAccessPolicyRealmsInnerLabelPoliciesInner 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 (*AuthAccessPolicyRealmsInnerLabelPoliciesInner) GetSelector

GetSelector returns the Selector field value if set, zero value otherwise.

func (*AuthAccessPolicyRealmsInnerLabelPoliciesInner) GetSelectorOk

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

func (*AuthAccessPolicyRealmsInnerLabelPoliciesInner) HasSelector

HasSelector returns a boolean if a field has been set.

func (AuthAccessPolicyRealmsInnerLabelPoliciesInner) MarshalJSON

func (*AuthAccessPolicyRealmsInnerLabelPoliciesInner) SetSelector

SetSelector gets a reference to the given string and assigns it to the Selector field.

func (AuthAccessPolicyRealmsInnerLabelPoliciesInner) ToMap

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

func (*AuthAccessPolicyRealmsInnerLabelPoliciesInner) UnmarshalJSON

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

type AuthToken

type AuthToken struct {
	Id             *string `json:"id,omitempty"`
	AccessPolicyId string  `json:"accessPolicyId"`
	Name           string  `json:"name"`
	// Will be set to `name` if not provided.
	DisplayName *string `json:"displayName,omitempty"`
	// Token does not expire if not provided.
	ExpiresAt            *time.Time `json:"expiresAt,omitempty"`
	FirstUsedAt          *time.Time `json:"firstUsedAt,omitempty"`
	LastUsedAt           *time.Time `json:"lastUsedAt,omitempty"`
	CreatedAt            *time.Time `json:"createdAt,omitempty"`
	UpdatedAt            *time.Time `json:"updatedAt,omitempty"`
	OrgId                *string    `json:"orgId,omitempty"`
	AdditionalProperties map[string]interface{}
}

AuthToken struct for AuthToken

func NewAuthToken

func NewAuthToken(accessPolicyId string, name string) *AuthToken

NewAuthToken instantiates a new AuthToken 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 NewAuthTokenWithDefaults

func NewAuthTokenWithDefaults() *AuthToken

NewAuthTokenWithDefaults instantiates a new AuthToken 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 (*AuthToken) GetAccessPolicyId

func (o *AuthToken) GetAccessPolicyId() string

GetAccessPolicyId returns the AccessPolicyId field value

func (*AuthToken) GetAccessPolicyIdOk

func (o *AuthToken) GetAccessPolicyIdOk() (*string, bool)

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

func (*AuthToken) GetCreatedAt

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

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

func (*AuthToken) GetCreatedAtOk

func (o *AuthToken) 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 (*AuthToken) GetDisplayName

func (o *AuthToken) GetDisplayName() string

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

func (*AuthToken) GetDisplayNameOk

func (o *AuthToken) 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 (*AuthToken) GetExpiresAt

func (o *AuthToken) GetExpiresAt() time.Time

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

func (*AuthToken) GetExpiresAtOk

func (o *AuthToken) GetExpiresAtOk() (*time.Time, 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 (*AuthToken) GetFirstUsedAt

func (o *AuthToken) GetFirstUsedAt() time.Time

GetFirstUsedAt returns the FirstUsedAt field value if set, zero value otherwise.

func (*AuthToken) GetFirstUsedAtOk

func (o *AuthToken) GetFirstUsedAtOk() (*time.Time, bool)

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

func (*AuthToken) GetId

func (o *AuthToken) GetId() string

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

func (*AuthToken) GetIdOk

func (o *AuthToken) 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 (*AuthToken) GetLastUsedAt

func (o *AuthToken) GetLastUsedAt() time.Time

GetLastUsedAt returns the LastUsedAt field value if set, zero value otherwise.

func (*AuthToken) GetLastUsedAtOk

func (o *AuthToken) GetLastUsedAtOk() (*time.Time, bool)

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

func (*AuthToken) GetName

func (o *AuthToken) GetName() string

GetName returns the Name field value

func (*AuthToken) GetNameOk

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

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

func (*AuthToken) GetOrgId

func (o *AuthToken) GetOrgId() string

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

func (*AuthToken) GetOrgIdOk

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

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

func (*AuthToken) GetUpdatedAt

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

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

func (*AuthToken) GetUpdatedAtOk

func (o *AuthToken) 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 (*AuthToken) HasCreatedAt

func (o *AuthToken) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*AuthToken) HasDisplayName

func (o *AuthToken) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*AuthToken) HasExpiresAt

func (o *AuthToken) HasExpiresAt() bool

HasExpiresAt returns a boolean if a field has been set.

func (*AuthToken) HasFirstUsedAt

func (o *AuthToken) HasFirstUsedAt() bool

HasFirstUsedAt returns a boolean if a field has been set.

func (*AuthToken) HasId

func (o *AuthToken) HasId() bool

HasId returns a boolean if a field has been set.

func (*AuthToken) HasLastUsedAt

func (o *AuthToken) HasLastUsedAt() bool

HasLastUsedAt returns a boolean if a field has been set.

func (*AuthToken) HasOrgId

func (o *AuthToken) HasOrgId() bool

HasOrgId returns a boolean if a field has been set.

func (*AuthToken) HasUpdatedAt

func (o *AuthToken) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (AuthToken) MarshalJSON

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

func (*AuthToken) SetAccessPolicyId

func (o *AuthToken) SetAccessPolicyId(v string)

SetAccessPolicyId sets field value

func (*AuthToken) SetCreatedAt

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

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

func (*AuthToken) SetDisplayName

func (o *AuthToken) SetDisplayName(v string)

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

func (*AuthToken) SetExpiresAt

func (o *AuthToken) SetExpiresAt(v time.Time)

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

func (*AuthToken) SetFirstUsedAt

func (o *AuthToken) SetFirstUsedAt(v time.Time)

SetFirstUsedAt gets a reference to the given time.Time and assigns it to the FirstUsedAt field.

func (*AuthToken) SetId

func (o *AuthToken) SetId(v string)

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

func (*AuthToken) SetLastUsedAt

func (o *AuthToken) SetLastUsedAt(v time.Time)

SetLastUsedAt gets a reference to the given time.Time and assigns it to the LastUsedAt field.

func (*AuthToken) SetName

func (o *AuthToken) SetName(v string)

SetName sets field value

func (*AuthToken) SetOrgId

func (o *AuthToken) SetOrgId(v string)

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

func (*AuthToken) SetUpdatedAt

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

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

func (AuthToken) ToMap

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

func (*AuthToken) UnmarshalJSON

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

type AuthTokenWithSecret

type AuthTokenWithSecret struct {
	Id             *string `json:"id,omitempty"`
	AccessPolicyId string  `json:"accessPolicyId"`
	Name           string  `json:"name"`
	// Will be set to `name` if not provided.
	DisplayName *string `json:"displayName,omitempty"`
	// Token does not expire if not provided.
	ExpiresAt   *time.Time `json:"expiresAt,omitempty"`
	FirstUsedAt *time.Time `json:"firstUsedAt,omitempty"`
	LastUsedAt  *time.Time `json:"lastUsedAt,omitempty"`
	CreatedAt   *time.Time `json:"createdAt,omitempty"`
	UpdatedAt   *time.Time `json:"updatedAt,omitempty"`
	OrgId       *string    `json:"orgId,omitempty"`
	// This token is auto generated and will be shown only once.
	Token                *string `json:"token,omitempty"`
	AdditionalProperties map[string]interface{}
}

AuthTokenWithSecret struct for AuthTokenWithSecret

func NewAuthTokenWithSecret

func NewAuthTokenWithSecret(accessPolicyId string, name string) *AuthTokenWithSecret

NewAuthTokenWithSecret instantiates a new AuthTokenWithSecret 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 NewAuthTokenWithSecretWithDefaults

func NewAuthTokenWithSecretWithDefaults() *AuthTokenWithSecret

NewAuthTokenWithSecretWithDefaults instantiates a new AuthTokenWithSecret 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 (*AuthTokenWithSecret) GetAccessPolicyId

func (o *AuthTokenWithSecret) GetAccessPolicyId() string

GetAccessPolicyId returns the AccessPolicyId field value

func (*AuthTokenWithSecret) GetAccessPolicyIdOk

func (o *AuthTokenWithSecret) GetAccessPolicyIdOk() (*string, bool)

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

func (*AuthTokenWithSecret) GetCreatedAt

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

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

func (*AuthTokenWithSecret) GetCreatedAtOk

func (o *AuthTokenWithSecret) 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 (*AuthTokenWithSecret) GetDisplayName

func (o *AuthTokenWithSecret) GetDisplayName() string

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

func (*AuthTokenWithSecret) GetDisplayNameOk

func (o *AuthTokenWithSecret) 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 (*AuthTokenWithSecret) GetExpiresAt

func (o *AuthTokenWithSecret) GetExpiresAt() time.Time

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

func (*AuthTokenWithSecret) GetExpiresAtOk

func (o *AuthTokenWithSecret) GetExpiresAtOk() (*time.Time, 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 (*AuthTokenWithSecret) GetFirstUsedAt

func (o *AuthTokenWithSecret) GetFirstUsedAt() time.Time

GetFirstUsedAt returns the FirstUsedAt field value if set, zero value otherwise.

func (*AuthTokenWithSecret) GetFirstUsedAtOk

func (o *AuthTokenWithSecret) GetFirstUsedAtOk() (*time.Time, bool)

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

func (*AuthTokenWithSecret) GetId

func (o *AuthTokenWithSecret) GetId() string

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

func (*AuthTokenWithSecret) GetIdOk

func (o *AuthTokenWithSecret) 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 (*AuthTokenWithSecret) GetLastUsedAt

func (o *AuthTokenWithSecret) GetLastUsedAt() time.Time

GetLastUsedAt returns the LastUsedAt field value if set, zero value otherwise.

func (*AuthTokenWithSecret) GetLastUsedAtOk

func (o *AuthTokenWithSecret) GetLastUsedAtOk() (*time.Time, bool)

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

func (*AuthTokenWithSecret) GetName

func (o *AuthTokenWithSecret) GetName() string

GetName returns the Name field value

func (*AuthTokenWithSecret) GetNameOk

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

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

func (*AuthTokenWithSecret) GetOrgId

func (o *AuthTokenWithSecret) GetOrgId() string

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

func (*AuthTokenWithSecret) GetOrgIdOk

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

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

func (*AuthTokenWithSecret) GetToken

func (o *AuthTokenWithSecret) GetToken() string

GetToken returns the Token field value if set, zero value otherwise.

func (*AuthTokenWithSecret) GetTokenOk

func (o *AuthTokenWithSecret) 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 (*AuthTokenWithSecret) GetUpdatedAt

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

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

func (*AuthTokenWithSecret) GetUpdatedAtOk

func (o *AuthTokenWithSecret) 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 (*AuthTokenWithSecret) HasCreatedAt

func (o *AuthTokenWithSecret) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*AuthTokenWithSecret) HasDisplayName

func (o *AuthTokenWithSecret) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*AuthTokenWithSecret) HasExpiresAt

func (o *AuthTokenWithSecret) HasExpiresAt() bool

HasExpiresAt returns a boolean if a field has been set.

func (*AuthTokenWithSecret) HasFirstUsedAt

func (o *AuthTokenWithSecret) HasFirstUsedAt() bool

HasFirstUsedAt returns a boolean if a field has been set.

func (*AuthTokenWithSecret) HasId

func (o *AuthTokenWithSecret) HasId() bool

HasId returns a boolean if a field has been set.

func (*AuthTokenWithSecret) HasLastUsedAt

func (o *AuthTokenWithSecret) HasLastUsedAt() bool

HasLastUsedAt returns a boolean if a field has been set.

func (*AuthTokenWithSecret) HasOrgId

func (o *AuthTokenWithSecret) HasOrgId() bool

HasOrgId returns a boolean if a field has been set.

func (*AuthTokenWithSecret) HasToken

func (o *AuthTokenWithSecret) HasToken() bool

HasToken returns a boolean if a field has been set.

func (*AuthTokenWithSecret) HasUpdatedAt

func (o *AuthTokenWithSecret) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (AuthTokenWithSecret) MarshalJSON

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

func (*AuthTokenWithSecret) SetAccessPolicyId

func (o *AuthTokenWithSecret) SetAccessPolicyId(v string)

SetAccessPolicyId sets field value

func (*AuthTokenWithSecret) SetCreatedAt

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

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

func (*AuthTokenWithSecret) SetDisplayName

func (o *AuthTokenWithSecret) SetDisplayName(v string)

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

func (*AuthTokenWithSecret) SetExpiresAt

func (o *AuthTokenWithSecret) SetExpiresAt(v time.Time)

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

func (*AuthTokenWithSecret) SetFirstUsedAt

func (o *AuthTokenWithSecret) SetFirstUsedAt(v time.Time)

SetFirstUsedAt gets a reference to the given time.Time and assigns it to the FirstUsedAt field.

func (*AuthTokenWithSecret) SetId

func (o *AuthTokenWithSecret) SetId(v string)

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

func (*AuthTokenWithSecret) SetLastUsedAt

func (o *AuthTokenWithSecret) SetLastUsedAt(v time.Time)

SetLastUsedAt gets a reference to the given time.Time and assigns it to the LastUsedAt field.

func (*AuthTokenWithSecret) SetName

func (o *AuthTokenWithSecret) SetName(v string)

SetName sets field value

func (*AuthTokenWithSecret) SetOrgId

func (o *AuthTokenWithSecret) SetOrgId(v string)

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

func (*AuthTokenWithSecret) SetToken

func (o *AuthTokenWithSecret) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field.

func (*AuthTokenWithSecret) SetUpdatedAt

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

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

func (AuthTokenWithSecret) ToMap

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

func (*AuthTokenWithSecret) UnmarshalJSON

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

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

type Current struct {
	Product                interface{}            `json:"product"`
	IsTrial                bool                   `json:"isTrial"`
	StartDate              interface{}            `json:"startDate"`
	EndDate                interface{}            `json:"endDate"`
	Payload                map[string]interface{} `json:"payload"`
	Plan                   interface{}            `json:"plan"`
	PublicName             interface{}            `json:"publicName"`
	EnterprisePluginsAdded bool                   `json:"enterprisePluginsAdded"`
	PlanBillingCycle       interface{}            `json:"planBillingCycle"`
	AdditionalProperties   map[string]interface{}
}

Current struct for Current

func NewCurrent

func NewCurrent(product interface{}, isTrial bool, startDate interface{}, endDate interface{}, payload map[string]interface{}, plan interface{}, publicName interface{}, enterprisePluginsAdded bool, planBillingCycle interface{}) *Current

NewCurrent instantiates a new Current 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 NewCurrentWithDefaults

func NewCurrentWithDefaults() *Current

NewCurrentWithDefaults instantiates a new Current 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 (*Current) GetEndDate

func (o *Current) GetEndDate() interface{}

GetEndDate returns the EndDate field value If the value is explicit nil, the zero value for interface{} will be returned

func (*Current) GetEndDateOk

func (o *Current) GetEndDateOk() (*interface{}, bool)

GetEndDateOk returns a tuple with the EndDate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Current) GetEnterprisePluginsAdded

func (o *Current) GetEnterprisePluginsAdded() bool

GetEnterprisePluginsAdded returns the EnterprisePluginsAdded field value

func (*Current) GetEnterprisePluginsAddedOk

func (o *Current) GetEnterprisePluginsAddedOk() (*bool, bool)

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

func (*Current) GetIsTrial

func (o *Current) GetIsTrial() bool

GetIsTrial returns the IsTrial field value

func (*Current) GetIsTrialOk

func (o *Current) GetIsTrialOk() (*bool, bool)

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

func (*Current) GetPayload

func (o *Current) GetPayload() map[string]interface{}

GetPayload returns the Payload field value

func (*Current) GetPayloadOk

func (o *Current) GetPayloadOk() (map[string]interface{}, bool)

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

func (*Current) GetPlan

func (o *Current) GetPlan() interface{}

GetPlan returns the Plan field value If the value is explicit nil, the zero value for interface{} will be returned

func (*Current) GetPlanBillingCycle

func (o *Current) GetPlanBillingCycle() interface{}

GetPlanBillingCycle returns the PlanBillingCycle field value If the value is explicit nil, the zero value for interface{} will be returned

func (*Current) GetPlanBillingCycleOk

func (o *Current) GetPlanBillingCycleOk() (*interface{}, bool)

GetPlanBillingCycleOk returns a tuple with the PlanBillingCycle field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Current) GetPlanOk

func (o *Current) GetPlanOk() (*interface{}, bool)

GetPlanOk returns a tuple with the Plan field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Current) GetProduct

func (o *Current) GetProduct() interface{}

GetProduct returns the Product field value If the value is explicit nil, the zero value for interface{} will be returned

func (*Current) GetProductOk

func (o *Current) GetProductOk() (*interface{}, bool)

GetProductOk returns a tuple with the Product field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Current) GetPublicName

func (o *Current) GetPublicName() interface{}

GetPublicName returns the PublicName field value If the value is explicit nil, the zero value for interface{} will be returned

func (*Current) GetPublicNameOk

func (o *Current) GetPublicNameOk() (*interface{}, bool)

GetPublicNameOk returns a tuple with the PublicName field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Current) GetStartDate

func (o *Current) GetStartDate() interface{}

GetStartDate returns the StartDate field value If the value is explicit nil, the zero value for interface{} will be returned

func (*Current) GetStartDateOk

func (o *Current) GetStartDateOk() (*interface{}, bool)

GetStartDateOk returns a tuple with the StartDate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (Current) MarshalJSON

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

func (*Current) SetEndDate

func (o *Current) SetEndDate(v interface{})

SetEndDate sets field value

func (*Current) SetEnterprisePluginsAdded

func (o *Current) SetEnterprisePluginsAdded(v bool)

SetEnterprisePluginsAdded sets field value

func (*Current) SetIsTrial

func (o *Current) SetIsTrial(v bool)

SetIsTrial sets field value

func (*Current) SetPayload

func (o *Current) SetPayload(v map[string]interface{})

SetPayload sets field value

func (*Current) SetPlan

func (o *Current) SetPlan(v interface{})

SetPlan sets field value

func (*Current) SetPlanBillingCycle

func (o *Current) SetPlanBillingCycle(v interface{})

SetPlanBillingCycle sets field value

func (*Current) SetProduct

func (o *Current) SetProduct(v interface{})

SetProduct sets field value

func (*Current) SetPublicName

func (o *Current) SetPublicName(v interface{})

SetPublicName sets field value

func (*Current) SetStartDate

func (o *Current) SetStartDate(v interface{})

SetStartDate sets field value

func (Current) ToMap

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

func (*Current) UnmarshalJSON

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

type Current1

type Current1 struct {
	Product                string         `json:"product"`
	IsTrial                bool           `json:"isTrial"`
	StartDate              time.Time      `json:"startDate"`
	EndDate                time.Time      `json:"endDate"`
	Payload                Payload        `json:"payload"`
	Plan                   NullableString `json:"plan"`
	PublicName             NullableString `json:"publicName"`
	EnterprisePluginsAdded bool           `json:"enterprisePluginsAdded"`
	PlanBillingCycle       string         `json:"planBillingCycle"`
	AdditionalProperties   map[string]interface{}
}

Current1 struct for Current1

func NewCurrent1

func NewCurrent1(product string, isTrial bool, startDate time.Time, endDate time.Time, payload Payload, plan NullableString, publicName NullableString, enterprisePluginsAdded bool, planBillingCycle string) *Current1

NewCurrent1 instantiates a new Current1 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 NewCurrent1WithDefaults

func NewCurrent1WithDefaults() *Current1

NewCurrent1WithDefaults instantiates a new Current1 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 (*Current1) GetEndDate

func (o *Current1) GetEndDate() time.Time

GetEndDate returns the EndDate field value

func (*Current1) GetEndDateOk

func (o *Current1) GetEndDateOk() (*time.Time, bool)

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

func (*Current1) GetEnterprisePluginsAdded

func (o *Current1) GetEnterprisePluginsAdded() bool

GetEnterprisePluginsAdded returns the EnterprisePluginsAdded field value

func (*Current1) GetEnterprisePluginsAddedOk

func (o *Current1) GetEnterprisePluginsAddedOk() (*bool, bool)

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

func (*Current1) GetIsTrial

func (o *Current1) GetIsTrial() bool

GetIsTrial returns the IsTrial field value

func (*Current1) GetIsTrialOk

func (o *Current1) GetIsTrialOk() (*bool, bool)

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

func (*Current1) GetPayload

func (o *Current1) GetPayload() Payload

GetPayload returns the Payload field value

func (*Current1) GetPayloadOk

func (o *Current1) GetPayloadOk() (*Payload, bool)

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

func (*Current1) GetPlan

func (o *Current1) GetPlan() string

GetPlan returns the Plan field value If the value is explicit nil, the zero value for string will be returned

func (*Current1) GetPlanBillingCycle

func (o *Current1) GetPlanBillingCycle() string

GetPlanBillingCycle returns the PlanBillingCycle field value

func (*Current1) GetPlanBillingCycleOk

func (o *Current1) GetPlanBillingCycleOk() (*string, bool)

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

func (*Current1) GetPlanOk

func (o *Current1) GetPlanOk() (*string, bool)

GetPlanOk returns a tuple with the Plan field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Current1) GetProduct

func (o *Current1) GetProduct() string

GetProduct returns the Product field value

func (*Current1) GetProductOk

func (o *Current1) GetProductOk() (*string, bool)

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

func (*Current1) GetPublicName

func (o *Current1) GetPublicName() string

GetPublicName returns the PublicName field value If the value is explicit nil, the zero value for string will be returned

func (*Current1) GetPublicNameOk

func (o *Current1) GetPublicNameOk() (*string, bool)

GetPublicNameOk returns a tuple with the PublicName field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Current1) GetStartDate

func (o *Current1) GetStartDate() time.Time

GetStartDate returns the StartDate field value

func (*Current1) GetStartDateOk

func (o *Current1) GetStartDateOk() (*time.Time, bool)

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

func (Current1) MarshalJSON

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

func (*Current1) SetEndDate

func (o *Current1) SetEndDate(v time.Time)

SetEndDate sets field value

func (*Current1) SetEnterprisePluginsAdded

func (o *Current1) SetEnterprisePluginsAdded(v bool)

SetEnterprisePluginsAdded sets field value

func (*Current1) SetIsTrial

func (o *Current1) SetIsTrial(v bool)

SetIsTrial sets field value

func (*Current1) SetPayload

func (o *Current1) SetPayload(v Payload)

SetPayload sets field value

func (*Current1) SetPlan

func (o *Current1) SetPlan(v string)

SetPlan sets field value

func (*Current1) SetPlanBillingCycle

func (o *Current1) SetPlanBillingCycle(v string)

SetPlanBillingCycle sets field value

func (*Current1) SetProduct

func (o *Current1) SetProduct(v string)

SetProduct sets field value

func (*Current1) SetPublicName

func (o *Current1) SetPublicName(v string)

SetPublicName sets field value

func (*Current1) SetStartDate

func (o *Current1) SetStartDate(v time.Time)

SetStartDate sets field value

func (Current1) ToMap

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

func (*Current1) UnmarshalJSON

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

type Current2

type Current2 struct {
	Product                string         `json:"product"`
	IsTrial                bool           `json:"isTrial"`
	StartDate              time.Time      `json:"startDate"`
	EndDate                interface{}    `json:"endDate"`
	Payload                Payload        `json:"payload"`
	Plan                   NullableString `json:"plan"`
	PublicName             NullableString `json:"publicName"`
	EnterprisePluginsAdded bool           `json:"enterprisePluginsAdded"`
	PlanBillingCycle       string         `json:"planBillingCycle"`
	AdditionalProperties   map[string]interface{}
}

Current2 struct for Current2

func NewCurrent2

func NewCurrent2(product string, isTrial bool, startDate time.Time, endDate interface{}, payload Payload, plan NullableString, publicName NullableString, enterprisePluginsAdded bool, planBillingCycle string) *Current2

NewCurrent2 instantiates a new Current2 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 NewCurrent2WithDefaults

func NewCurrent2WithDefaults() *Current2

NewCurrent2WithDefaults instantiates a new Current2 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 (*Current2) GetEndDate

func (o *Current2) GetEndDate() interface{}

GetEndDate returns the EndDate field value If the value is explicit nil, the zero value for interface{} will be returned

func (*Current2) GetEndDateOk

func (o *Current2) GetEndDateOk() (*interface{}, bool)

GetEndDateOk returns a tuple with the EndDate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Current2) GetEnterprisePluginsAdded

func (o *Current2) GetEnterprisePluginsAdded() bool

GetEnterprisePluginsAdded returns the EnterprisePluginsAdded field value

func (*Current2) GetEnterprisePluginsAddedOk

func (o *Current2) GetEnterprisePluginsAddedOk() (*bool, bool)

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

func (*Current2) GetIsTrial

func (o *Current2) GetIsTrial() bool

GetIsTrial returns the IsTrial field value

func (*Current2) GetIsTrialOk

func (o *Current2) GetIsTrialOk() (*bool, bool)

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

func (*Current2) GetPayload

func (o *Current2) GetPayload() Payload

GetPayload returns the Payload field value

func (*Current2) GetPayloadOk

func (o *Current2) GetPayloadOk() (*Payload, bool)

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

func (*Current2) GetPlan

func (o *Current2) GetPlan() string

GetPlan returns the Plan field value If the value is explicit nil, the zero value for string will be returned

func (*Current2) GetPlanBillingCycle

func (o *Current2) GetPlanBillingCycle() string

GetPlanBillingCycle returns the PlanBillingCycle field value

func (*Current2) GetPlanBillingCycleOk

func (o *Current2) GetPlanBillingCycleOk() (*string, bool)

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

func (*Current2) GetPlanOk

func (o *Current2) GetPlanOk() (*string, bool)

GetPlanOk returns a tuple with the Plan field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Current2) GetProduct

func (o *Current2) GetProduct() string

GetProduct returns the Product field value

func (*Current2) GetProductOk

func (o *Current2) GetProductOk() (*string, bool)

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

func (*Current2) GetPublicName

func (o *Current2) GetPublicName() string

GetPublicName returns the PublicName field value If the value is explicit nil, the zero value for string will be returned

func (*Current2) GetPublicNameOk

func (o *Current2) GetPublicNameOk() (*string, bool)

GetPublicNameOk returns a tuple with the PublicName field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Current2) GetStartDate

func (o *Current2) GetStartDate() time.Time

GetStartDate returns the StartDate field value

func (*Current2) GetStartDateOk

func (o *Current2) GetStartDateOk() (*time.Time, bool)

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

func (Current2) MarshalJSON

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

func (*Current2) SetEndDate

func (o *Current2) SetEndDate(v interface{})

SetEndDate sets field value

func (*Current2) SetEnterprisePluginsAdded

func (o *Current2) SetEnterprisePluginsAdded(v bool)

SetEnterprisePluginsAdded sets field value

func (*Current2) SetIsTrial

func (o *Current2) SetIsTrial(v bool)

SetIsTrial sets field value

func (*Current2) SetPayload

func (o *Current2) SetPayload(v Payload)

SetPayload sets field value

func (*Current2) SetPlan

func (o *Current2) SetPlan(v string)

SetPlan sets field value

func (*Current2) SetPlanBillingCycle

func (o *Current2) SetPlanBillingCycle(v string)

SetPlanBillingCycle sets field value

func (*Current2) SetProduct

func (o *Current2) SetProduct(v string)

SetProduct sets field value

func (*Current2) SetPublicName

func (o *Current2) SetPublicName(v string)

SetPublicName sets field value

func (*Current2) SetStartDate

func (o *Current2) SetStartDate(v time.Time)

SetStartDate sets field value

func (Current2) ToMap

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

func (*Current2) UnmarshalJSON

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

type ErrorConflict

type ErrorConflict struct {
	Message              *string `json:"message,omitempty"`
	Code                 *string `json:"code,omitempty"`
	AdditionalProperties map[string]interface{}
}

ErrorConflict struct for ErrorConflict

func NewErrorConflict

func NewErrorConflict() *ErrorConflict

NewErrorConflict instantiates a new ErrorConflict 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 NewErrorConflictWithDefaults

func NewErrorConflictWithDefaults() *ErrorConflict

NewErrorConflictWithDefaults instantiates a new ErrorConflict 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 (*ErrorConflict) GetCode

func (o *ErrorConflict) GetCode() string

GetCode returns the Code field value if set, zero value otherwise.

func (*ErrorConflict) GetCodeOk

func (o *ErrorConflict) 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 (*ErrorConflict) GetMessage

func (o *ErrorConflict) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*ErrorConflict) GetMessageOk

func (o *ErrorConflict) GetMessageOk() (*string, bool)

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

func (*ErrorConflict) HasCode

func (o *ErrorConflict) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*ErrorConflict) HasMessage

func (o *ErrorConflict) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (ErrorConflict) MarshalJSON

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

func (*ErrorConflict) SetCode

func (o *ErrorConflict) SetCode(v string)

SetCode gets a reference to the given string and assigns it to the Code field.

func (*ErrorConflict) SetMessage

func (o *ErrorConflict) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (ErrorConflict) ToMap

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

func (*ErrorConflict) UnmarshalJSON

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

type ErrorForbidden

type ErrorForbidden struct {
	Message              *string `json:"message,omitempty"`
	Code                 *string `json:"code,omitempty"`
	AdditionalProperties map[string]interface{}
}

ErrorForbidden struct for ErrorForbidden

func NewErrorForbidden

func NewErrorForbidden() *ErrorForbidden

NewErrorForbidden instantiates a new ErrorForbidden 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 NewErrorForbiddenWithDefaults

func NewErrorForbiddenWithDefaults() *ErrorForbidden

NewErrorForbiddenWithDefaults instantiates a new ErrorForbidden 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 (*ErrorForbidden) GetCode

func (o *ErrorForbidden) GetCode() string

GetCode returns the Code field value if set, zero value otherwise.

func (*ErrorForbidden) GetCodeOk

func (o *ErrorForbidden) 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 (*ErrorForbidden) GetMessage

func (o *ErrorForbidden) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*ErrorForbidden) GetMessageOk

func (o *ErrorForbidden) GetMessageOk() (*string, bool)

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

func (*ErrorForbidden) HasCode

func (o *ErrorForbidden) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*ErrorForbidden) HasMessage

func (o *ErrorForbidden) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (ErrorForbidden) MarshalJSON

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

func (*ErrorForbidden) SetCode

func (o *ErrorForbidden) SetCode(v string)

SetCode gets a reference to the given string and assigns it to the Code field.

func (*ErrorForbidden) SetMessage

func (o *ErrorForbidden) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (ErrorForbidden) ToMap

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

func (*ErrorForbidden) UnmarshalJSON

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

type ErrorInvalidCredentials

type ErrorInvalidCredentials struct {
	Message              *string `json:"message,omitempty"`
	Code                 *string `json:"code,omitempty"`
	AdditionalProperties map[string]interface{}
}

ErrorInvalidCredentials struct for ErrorInvalidCredentials

func NewErrorInvalidCredentials

func NewErrorInvalidCredentials() *ErrorInvalidCredentials

NewErrorInvalidCredentials instantiates a new ErrorInvalidCredentials 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 NewErrorInvalidCredentialsWithDefaults

func NewErrorInvalidCredentialsWithDefaults() *ErrorInvalidCredentials

NewErrorInvalidCredentialsWithDefaults instantiates a new ErrorInvalidCredentials 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 (*ErrorInvalidCredentials) GetCode

func (o *ErrorInvalidCredentials) GetCode() string

GetCode returns the Code field value if set, zero value otherwise.

func (*ErrorInvalidCredentials) GetCodeOk

func (o *ErrorInvalidCredentials) 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 (*ErrorInvalidCredentials) GetMessage

func (o *ErrorInvalidCredentials) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*ErrorInvalidCredentials) GetMessageOk

func (o *ErrorInvalidCredentials) GetMessageOk() (*string, bool)

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

func (*ErrorInvalidCredentials) HasCode

func (o *ErrorInvalidCredentials) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*ErrorInvalidCredentials) HasMessage

func (o *ErrorInvalidCredentials) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (ErrorInvalidCredentials) MarshalJSON

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

func (*ErrorInvalidCredentials) SetCode

func (o *ErrorInvalidCredentials) SetCode(v string)

SetCode gets a reference to the given string and assigns it to the Code field.

func (*ErrorInvalidCredentials) SetMessage

func (o *ErrorInvalidCredentials) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (ErrorInvalidCredentials) ToMap

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

func (*ErrorInvalidCredentials) UnmarshalJSON

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

type ErrorNotFound

type ErrorNotFound struct {
	Message              *string `json:"message,omitempty"`
	Code                 *string `json:"code,omitempty"`
	AdditionalProperties map[string]interface{}
}

ErrorNotFound struct for ErrorNotFound

func NewErrorNotFound

func NewErrorNotFound() *ErrorNotFound

NewErrorNotFound instantiates a new ErrorNotFound 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 NewErrorNotFoundWithDefaults

func NewErrorNotFoundWithDefaults() *ErrorNotFound

NewErrorNotFoundWithDefaults instantiates a new ErrorNotFound 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 (*ErrorNotFound) GetCode

func (o *ErrorNotFound) GetCode() string

GetCode returns the Code field value if set, zero value otherwise.

func (*ErrorNotFound) GetCodeOk

func (o *ErrorNotFound) 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 (*ErrorNotFound) GetMessage

func (o *ErrorNotFound) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*ErrorNotFound) GetMessageOk

func (o *ErrorNotFound) GetMessageOk() (*string, bool)

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

func (*ErrorNotFound) HasCode

func (o *ErrorNotFound) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*ErrorNotFound) HasMessage

func (o *ErrorNotFound) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (ErrorNotFound) MarshalJSON

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

func (*ErrorNotFound) SetCode

func (o *ErrorNotFound) SetCode(v string)

SetCode gets a reference to the given string and assigns it to the Code field.

func (*ErrorNotFound) SetMessage

func (o *ErrorNotFound) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (ErrorNotFound) ToMap

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

func (*ErrorNotFound) UnmarshalJSON

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

type ErrorServiceUnavailable

type ErrorServiceUnavailable struct {
	Message              *string `json:"message,omitempty"`
	Code                 *string `json:"code,omitempty"`
	AdditionalProperties map[string]interface{}
}

ErrorServiceUnavailable struct for ErrorServiceUnavailable

func NewErrorServiceUnavailable

func NewErrorServiceUnavailable() *ErrorServiceUnavailable

NewErrorServiceUnavailable instantiates a new ErrorServiceUnavailable 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 NewErrorServiceUnavailableWithDefaults

func NewErrorServiceUnavailableWithDefaults() *ErrorServiceUnavailable

NewErrorServiceUnavailableWithDefaults instantiates a new ErrorServiceUnavailable 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 (*ErrorServiceUnavailable) GetCode

func (o *ErrorServiceUnavailable) GetCode() string

GetCode returns the Code field value if set, zero value otherwise.

func (*ErrorServiceUnavailable) GetCodeOk

func (o *ErrorServiceUnavailable) 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 (*ErrorServiceUnavailable) GetMessage

func (o *ErrorServiceUnavailable) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*ErrorServiceUnavailable) GetMessageOk

func (o *ErrorServiceUnavailable) GetMessageOk() (*string, bool)

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

func (*ErrorServiceUnavailable) HasCode

func (o *ErrorServiceUnavailable) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*ErrorServiceUnavailable) HasMessage

func (o *ErrorServiceUnavailable) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (ErrorServiceUnavailable) MarshalJSON

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

func (*ErrorServiceUnavailable) SetCode

func (o *ErrorServiceUnavailable) SetCode(v string)

SetCode gets a reference to the given string and assigns it to the Code field.

func (*ErrorServiceUnavailable) SetMessage

func (o *ErrorServiceUnavailable) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (ErrorServiceUnavailable) ToMap

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

func (*ErrorServiceUnavailable) UnmarshalJSON

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

type FormattedApiApiKey

type FormattedApiApiKey struct {
	Id                   ItemsInnerId    `json:"id"`
	AccessPolicyId       string          `json:"accessPolicyId"`
	OrgId                float32         `json:"orgId"`
	OrgSlug              string          `json:"orgSlug"`
	OrgName              string          `json:"orgName"`
	InstanceId           NullableFloat32 `json:"instanceId"`
	Name                 string          `json:"name"`
	Role                 string          `json:"role"`
	CreatedAt            string          `json:"createdAt"`
	UpdatedAt            NullableString  `json:"updatedAt"`
	FirstUsed            NullableString  `json:"firstUsed"`
	Token                *string         `json:"token,omitempty"`
	Links                []LinksInner    `json:"links"`
	AdditionalProperties map[string]interface{}
}

FormattedApiApiKey struct for FormattedApiApiKey

func NewFormattedApiApiKey

func NewFormattedApiApiKey(id ItemsInnerId, accessPolicyId string, orgId float32, orgSlug string, orgName string, instanceId NullableFloat32, name string, role string, createdAt string, updatedAt NullableString, firstUsed NullableString, links []LinksInner) *FormattedApiApiKey

NewFormattedApiApiKey instantiates a new FormattedApiApiKey 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 NewFormattedApiApiKeyWithDefaults

func NewFormattedApiApiKeyWithDefaults() *FormattedApiApiKey

NewFormattedApiApiKeyWithDefaults instantiates a new FormattedApiApiKey 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 (*FormattedApiApiKey) GetAccessPolicyId

func (o *FormattedApiApiKey) GetAccessPolicyId() string

GetAccessPolicyId returns the AccessPolicyId field value

func (*FormattedApiApiKey) GetAccessPolicyIdOk

func (o *FormattedApiApiKey) GetAccessPolicyIdOk() (*string, bool)

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

func (*FormattedApiApiKey) GetCreatedAt

func (o *FormattedApiApiKey) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*FormattedApiApiKey) GetCreatedAtOk

func (o *FormattedApiApiKey) GetCreatedAtOk() (*string, bool)

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

func (*FormattedApiApiKey) GetFirstUsed

func (o *FormattedApiApiKey) GetFirstUsed() string

GetFirstUsed returns the FirstUsed field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiApiKey) GetFirstUsedOk

func (o *FormattedApiApiKey) GetFirstUsedOk() (*string, bool)

GetFirstUsedOk returns a tuple with the FirstUsed field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiApiKey) GetId

func (o *FormattedApiApiKey) GetId() ItemsInnerId

GetId returns the Id field value

func (*FormattedApiApiKey) GetIdOk

func (o *FormattedApiApiKey) GetIdOk() (*ItemsInnerId, bool)

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

func (*FormattedApiApiKey) GetInstanceId

func (o *FormattedApiApiKey) GetInstanceId() float32

GetInstanceId returns the InstanceId field value If the value is explicit nil, the zero value for float32 will be returned

func (*FormattedApiApiKey) GetInstanceIdOk

func (o *FormattedApiApiKey) GetInstanceIdOk() (*float32, bool)

GetInstanceIdOk returns a tuple with the InstanceId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (o *FormattedApiApiKey) GetLinks() []LinksInner

GetLinks returns the Links field value

func (*FormattedApiApiKey) GetLinksOk

func (o *FormattedApiApiKey) GetLinksOk() ([]LinksInner, bool)

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

func (*FormattedApiApiKey) GetName

func (o *FormattedApiApiKey) GetName() string

GetName returns the Name field value

func (*FormattedApiApiKey) GetNameOk

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

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

func (*FormattedApiApiKey) GetOrgId

func (o *FormattedApiApiKey) GetOrgId() float32

GetOrgId returns the OrgId field value

func (*FormattedApiApiKey) GetOrgIdOk

func (o *FormattedApiApiKey) GetOrgIdOk() (*float32, bool)

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

func (*FormattedApiApiKey) GetOrgName

func (o *FormattedApiApiKey) GetOrgName() string

GetOrgName returns the OrgName field value

func (*FormattedApiApiKey) GetOrgNameOk

func (o *FormattedApiApiKey) GetOrgNameOk() (*string, bool)

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

func (*FormattedApiApiKey) GetOrgSlug

func (o *FormattedApiApiKey) GetOrgSlug() string

GetOrgSlug returns the OrgSlug field value

func (*FormattedApiApiKey) GetOrgSlugOk

func (o *FormattedApiApiKey) GetOrgSlugOk() (*string, bool)

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

func (*FormattedApiApiKey) GetRole

func (o *FormattedApiApiKey) GetRole() string

GetRole returns the Role field value

func (*FormattedApiApiKey) GetRoleOk

func (o *FormattedApiApiKey) GetRoleOk() (*string, bool)

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

func (*FormattedApiApiKey) GetToken

func (o *FormattedApiApiKey) GetToken() string

GetToken returns the Token field value if set, zero value otherwise.

func (*FormattedApiApiKey) GetTokenOk

func (o *FormattedApiApiKey) 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 (*FormattedApiApiKey) GetUpdatedAt

func (o *FormattedApiApiKey) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiApiKey) GetUpdatedAtOk

func (o *FormattedApiApiKey) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiApiKey) HasToken

func (o *FormattedApiApiKey) HasToken() bool

HasToken returns a boolean if a field has been set.

func (FormattedApiApiKey) MarshalJSON

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

func (*FormattedApiApiKey) SetAccessPolicyId

func (o *FormattedApiApiKey) SetAccessPolicyId(v string)

SetAccessPolicyId sets field value

func (*FormattedApiApiKey) SetCreatedAt

func (o *FormattedApiApiKey) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*FormattedApiApiKey) SetFirstUsed

func (o *FormattedApiApiKey) SetFirstUsed(v string)

SetFirstUsed sets field value

func (*FormattedApiApiKey) SetId

func (o *FormattedApiApiKey) SetId(v ItemsInnerId)

SetId sets field value

func (*FormattedApiApiKey) SetInstanceId

func (o *FormattedApiApiKey) SetInstanceId(v float32)

SetInstanceId sets field value

func (o *FormattedApiApiKey) SetLinks(v []LinksInner)

SetLinks sets field value

func (*FormattedApiApiKey) SetName

func (o *FormattedApiApiKey) SetName(v string)

SetName sets field value

func (*FormattedApiApiKey) SetOrgId

func (o *FormattedApiApiKey) SetOrgId(v float32)

SetOrgId sets field value

func (*FormattedApiApiKey) SetOrgName

func (o *FormattedApiApiKey) SetOrgName(v string)

SetOrgName sets field value

func (*FormattedApiApiKey) SetOrgSlug

func (o *FormattedApiApiKey) SetOrgSlug(v string)

SetOrgSlug sets field value

func (*FormattedApiApiKey) SetRole

func (o *FormattedApiApiKey) SetRole(v string)

SetRole sets field value

func (*FormattedApiApiKey) SetToken

func (o *FormattedApiApiKey) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field.

func (*FormattedApiApiKey) SetUpdatedAt

func (o *FormattedApiApiKey) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (FormattedApiApiKey) ToMap

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

func (*FormattedApiApiKey) UnmarshalJSON

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

type FormattedApiApiKeyListResponse

type FormattedApiApiKeyListResponse struct {
	Items                []ItemsInner  `json:"items"`
	OrderBy              *string       `json:"orderBy,omitempty"`
	Direction            *string       `json:"direction,omitempty"`
	Total                *float32      `json:"total,omitempty"`
	Pages                *float32      `json:"pages,omitempty"`
	PageSize             *float32      `json:"pageSize,omitempty"`
	Page                 *float32      `json:"page,omitempty"`
	Cursor               *float32      `json:"cursor,omitempty"`
	NextCursor           *float32      `json:"nextCursor,omitempty"`
	Links                []LinksInner1 `json:"links,omitempty"`
	AdditionalProperties map[string]interface{}
}

FormattedApiApiKeyListResponse struct for FormattedApiApiKeyListResponse

func NewFormattedApiApiKeyListResponse

func NewFormattedApiApiKeyListResponse(items []ItemsInner) *FormattedApiApiKeyListResponse

NewFormattedApiApiKeyListResponse instantiates a new FormattedApiApiKeyListResponse 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 NewFormattedApiApiKeyListResponseWithDefaults

func NewFormattedApiApiKeyListResponseWithDefaults() *FormattedApiApiKeyListResponse

NewFormattedApiApiKeyListResponseWithDefaults instantiates a new FormattedApiApiKeyListResponse 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 (*FormattedApiApiKeyListResponse) GetCursor

func (o *FormattedApiApiKeyListResponse) GetCursor() float32

GetCursor returns the Cursor field value if set, zero value otherwise.

func (*FormattedApiApiKeyListResponse) GetCursorOk

func (o *FormattedApiApiKeyListResponse) GetCursorOk() (*float32, bool)

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

func (*FormattedApiApiKeyListResponse) GetDirection

func (o *FormattedApiApiKeyListResponse) GetDirection() string

GetDirection returns the Direction field value if set, zero value otherwise.

func (*FormattedApiApiKeyListResponse) GetDirectionOk

func (o *FormattedApiApiKeyListResponse) GetDirectionOk() (*string, bool)

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

func (*FormattedApiApiKeyListResponse) GetItems

GetItems returns the Items field value

func (*FormattedApiApiKeyListResponse) GetItemsOk

func (o *FormattedApiApiKeyListResponse) GetItemsOk() ([]ItemsInner, bool)

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

GetLinks returns the Links field value if set, zero value otherwise.

func (*FormattedApiApiKeyListResponse) GetLinksOk

func (o *FormattedApiApiKeyListResponse) GetLinksOk() ([]LinksInner1, bool)

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

func (*FormattedApiApiKeyListResponse) GetNextCursor

func (o *FormattedApiApiKeyListResponse) GetNextCursor() float32

GetNextCursor returns the NextCursor field value if set, zero value otherwise.

func (*FormattedApiApiKeyListResponse) GetNextCursorOk

func (o *FormattedApiApiKeyListResponse) GetNextCursorOk() (*float32, bool)

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

func (*FormattedApiApiKeyListResponse) GetOrderBy

func (o *FormattedApiApiKeyListResponse) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*FormattedApiApiKeyListResponse) GetOrderByOk

func (o *FormattedApiApiKeyListResponse) GetOrderByOk() (*string, bool)

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

func (*FormattedApiApiKeyListResponse) GetPage

GetPage returns the Page field value if set, zero value otherwise.

func (*FormattedApiApiKeyListResponse) GetPageOk

func (o *FormattedApiApiKeyListResponse) GetPageOk() (*float32, bool)

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

func (*FormattedApiApiKeyListResponse) GetPageSize

func (o *FormattedApiApiKeyListResponse) GetPageSize() float32

GetPageSize returns the PageSize field value if set, zero value otherwise.

func (*FormattedApiApiKeyListResponse) GetPageSizeOk

func (o *FormattedApiApiKeyListResponse) GetPageSizeOk() (*float32, bool)

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

func (*FormattedApiApiKeyListResponse) GetPages

GetPages returns the Pages field value if set, zero value otherwise.

func (*FormattedApiApiKeyListResponse) GetPagesOk

func (o *FormattedApiApiKeyListResponse) GetPagesOk() (*float32, bool)

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

func (*FormattedApiApiKeyListResponse) GetTotal

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

func (*FormattedApiApiKeyListResponse) GetTotalOk

func (o *FormattedApiApiKeyListResponse) GetTotalOk() (*float32, 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 (*FormattedApiApiKeyListResponse) HasCursor

func (o *FormattedApiApiKeyListResponse) HasCursor() bool

HasCursor returns a boolean if a field has been set.

func (*FormattedApiApiKeyListResponse) HasDirection

func (o *FormattedApiApiKeyListResponse) HasDirection() bool

HasDirection returns a boolean if a field has been set.

func (o *FormattedApiApiKeyListResponse) HasLinks() bool

HasLinks returns a boolean if a field has been set.

func (*FormattedApiApiKeyListResponse) HasNextCursor

func (o *FormattedApiApiKeyListResponse) HasNextCursor() bool

HasNextCursor returns a boolean if a field has been set.

func (*FormattedApiApiKeyListResponse) HasOrderBy

func (o *FormattedApiApiKeyListResponse) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*FormattedApiApiKeyListResponse) HasPage

func (o *FormattedApiApiKeyListResponse) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*FormattedApiApiKeyListResponse) HasPageSize

func (o *FormattedApiApiKeyListResponse) HasPageSize() bool

HasPageSize returns a boolean if a field has been set.

func (*FormattedApiApiKeyListResponse) HasPages

func (o *FormattedApiApiKeyListResponse) HasPages() bool

HasPages returns a boolean if a field has been set.

func (*FormattedApiApiKeyListResponse) HasTotal

func (o *FormattedApiApiKeyListResponse) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (FormattedApiApiKeyListResponse) MarshalJSON

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

func (*FormattedApiApiKeyListResponse) SetCursor

func (o *FormattedApiApiKeyListResponse) SetCursor(v float32)

SetCursor gets a reference to the given float32 and assigns it to the Cursor field.

func (*FormattedApiApiKeyListResponse) SetDirection

func (o *FormattedApiApiKeyListResponse) SetDirection(v string)

SetDirection gets a reference to the given string and assigns it to the Direction field.

func (*FormattedApiApiKeyListResponse) SetItems

func (o *FormattedApiApiKeyListResponse) SetItems(v []ItemsInner)

SetItems sets field value

SetLinks gets a reference to the given []LinksInner1 and assigns it to the Links field.

func (*FormattedApiApiKeyListResponse) SetNextCursor

func (o *FormattedApiApiKeyListResponse) SetNextCursor(v float32)

SetNextCursor gets a reference to the given float32 and assigns it to the NextCursor field.

func (*FormattedApiApiKeyListResponse) SetOrderBy

func (o *FormattedApiApiKeyListResponse) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*FormattedApiApiKeyListResponse) SetPage

SetPage gets a reference to the given float32 and assigns it to the Page field.

func (*FormattedApiApiKeyListResponse) SetPageSize

func (o *FormattedApiApiKeyListResponse) SetPageSize(v float32)

SetPageSize gets a reference to the given float32 and assigns it to the PageSize field.

func (*FormattedApiApiKeyListResponse) SetPages

func (o *FormattedApiApiKeyListResponse) SetPages(v float32)

SetPages gets a reference to the given float32 and assigns it to the Pages field.

func (*FormattedApiApiKeyListResponse) SetTotal

func (o *FormattedApiApiKeyListResponse) SetTotal(v float32)

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

func (FormattedApiApiKeyListResponse) ToMap

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

func (*FormattedApiApiKeyListResponse) UnmarshalJSON

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

type FormattedApiInstance

type FormattedApiInstance struct {
	AlertCnt                          float32                `json:"alertCnt"`
	AlertQuota                        float32                `json:"alertQuota"`
	AmInstanceGeneratorUrl            string                 `json:"amInstanceGeneratorUrl"`
	AmInstanceGeneratorUrlDatasource  string                 `json:"amInstanceGeneratorUrlDatasource"`
	AmInstanceId                      float32                `json:"amInstanceId"`
	AmInstanceName                    string                 `json:"amInstanceName"`
	AmInstanceStatus                  string                 `json:"amInstanceStatus"`
	AmInstanceUrl                     string                 `json:"amInstanceUrl"`
	AmInstanceClusterId               float32                `json:"amInstanceClusterId"`
	BillingActiveUsers                float32                `json:"billingActiveUsers"`
	BillingEndDate                    NullableString         `json:"billingEndDate"`
	BillingGrafanaActiveUsers         float32                `json:"billingGrafanaActiveUsers"`
	BillingOnCallActiveUsers          float32                `json:"billingOnCallActiveUsers"`
	BillingStartDate                  string                 `json:"billingStartDate"`
	ClusterId                         float32                `json:"clusterId"`
	ClusterName                       string                 `json:"clusterName"`
	ClusterSlug                       string                 `json:"clusterSlug"`
	CreatedAt                         string                 `json:"createdAt"`
	CreatedBy                         string                 `json:"createdBy"`
	CurrentActiveAdminUsers           float32                `json:"currentActiveAdminUsers"`
	CurrentActiveEditorUsers          float32                `json:"currentActiveEditorUsers"`
	CurrentActiveUsers                float32                `json:"currentActiveUsers"`
	CurrentActiveViewerUsers          float32                `json:"currentActiveViewerUsers"`
	CustomAuth                        bool                   `json:"customAuth"`
	CustomDomain                      bool                   `json:"customDomain"`
	DailyAdminCnt                     float32                `json:"dailyAdminCnt"`
	DailyEditorCnt                    float32                `json:"dailyEditorCnt"`
	DailyUserCnt                      float32                `json:"dailyUserCnt"`
	DailyViewerCnt                    float32                `json:"dailyViewerCnt"`
	DashboardCnt                      float32                `json:"dashboardCnt"`
	DashboardQuota                    float32                `json:"dashboardQuota"`
	DatasourceCnts                    map[string]interface{} `json:"datasourceCnts"`
	Description                       string                 `json:"description"`
	Gateway                           string                 `json:"gateway"`
	HlInstanceCurrentUsage            float32                `json:"hlInstanceCurrentUsage"`
	HlInstanceBillingUsage            float32                `json:"hlInstanceBillingUsage"`
	HlInstanceId                      float32                `json:"hlInstanceId"`
	HlInstanceName                    string                 `json:"hlInstanceName"`
	HlInstanceStatus                  string                 `json:"hlInstanceStatus"`
	HlInstanceUrl                     string                 `json:"hlInstanceUrl"`
	HlInstanceClusterId               float32                `json:"hlInstanceClusterId"`
	HmInstanceGraphiteCurrentUsage    float32                `json:"hmInstanceGraphiteCurrentUsage"`
	HmInstanceGraphiteBillingUsage    float32                `json:"hmInstanceGraphiteBillingUsage"`
	HmInstanceGraphiteId              float32                `json:"hmInstanceGraphiteId"`
	HmInstanceGraphiteName            string                 `json:"hmInstanceGraphiteName"`
	HmInstanceGraphiteStatus          string                 `json:"hmInstanceGraphiteStatus"`
	HmInstanceGraphiteType            string                 `json:"hmInstanceGraphiteType"`
	HmInstanceGraphiteUrl             string                 `json:"hmInstanceGraphiteUrl"`
	HmInstancePromClusterId           float32                `json:"hmInstancePromClusterId"`
	HmInstancePromCurrentActiveSeries NullableFloat32        `json:"hmInstancePromCurrentActiveSeries"`
	HmInstancePromCurrentUsage        float32                `json:"hmInstancePromCurrentUsage"`
	HmInstancePromBillingUsage        float32                `json:"hmInstancePromBillingUsage"`
	HmInstancePromId                  float32                `json:"hmInstancePromId"`
	HmInstancePromName                string                 `json:"hmInstancePromName"`
	HmInstancePromStatus              string                 `json:"hmInstancePromStatus"`
	HmInstancePromUrl                 string                 `json:"hmInstancePromUrl"`
	HmInstanceGraphiteClusterId       float32                `json:"hmInstanceGraphiteClusterId"`
	HtInstanceId                      float32                `json:"htInstanceId"`
	HtInstanceName                    string                 `json:"htInstanceName"`
	HtInstanceStatus                  string                 `json:"htInstanceStatus"`
	HtInstanceUrl                     string                 `json:"htInstanceUrl"`
	HtInstanceClusterId               float32                `json:"htInstanceClusterId"`
	HtInstanceCurrentUsage            float32                `json:"htInstanceCurrentUsage"`
	HtInstanceBillingUsage            float32                `json:"htInstanceBillingUsage"`
	HpInstanceId                      float32                `json:"hpInstanceId"`
	HpInstanceName                    string                 `json:"hpInstanceName"`
	HpInstanceStatus                  string                 `json:"hpInstanceStatus"`
	HpInstanceUrl                     string                 `json:"hpInstanceUrl"`
	HpInstanceClusterId               float32                `json:"hpInstanceClusterId"`
	HpInstanceCurrentUsage            float32                `json:"hpInstanceCurrentUsage"`
	HpInstanceBillingUsage            float32                `json:"hpInstanceBillingUsage"`
	Id                                float32                `json:"id"`
	Incident                          float32                `json:"incident"`
	Labels                            map[string]interface{} `json:"labels,omitempty"`
	MachineLearning                   float32                `json:"machineLearning"`
	Name                              string                 `json:"name"`
	OrgId                             float32                `json:"orgId"`
	OrgName                           string                 `json:"orgName"`
	OrgSlug                           string                 `json:"orgSlug"`
	Plan                              string                 `json:"plan"`
	PlanName                          string                 `json:"planName"`
	RegionId                          float32                `json:"regionId"`
	RegionSlug                        string                 `json:"regionSlug"`
	RegionPublicName                  string                 `json:"regionPublicName"`
	Provider                          string                 `json:"provider"`
	ProviderRegion                    string                 `json:"providerRegion"`
	RunningVersion                    string                 `json:"runningVersion"`
	Slug                              string                 `json:"slug"`
	Ssl                               bool                   `json:"ssl"`
	Status                            string                 `json:"status"`
	Support                           bool                   `json:"support"`
	Trial                             float32                `json:"trial"`
	TrialExpiresAt                    NullableString         `json:"trialExpiresAt"`
	UpdatedAt                         NullableString         `json:"updatedAt"`
	UpdatedBy                         NullableString         `json:"updatedBy"`
	Url                               string                 `json:"url"`
	UserQuota                         float32                `json:"userQuota"`
	Version                           string                 `json:"version"`
	VersionIssueLink                  *string                `json:"versionIssueLink,omitempty"`
	AgentManagementInstanceId         float32                `json:"agentManagementInstanceId"`
	AgentManagementInstanceUrl        string                 `json:"agentManagementInstanceUrl"`
	AgentManagementInstanceName       string                 `json:"agentManagementInstanceName"`
	AgentManagementInstanceStatus     string                 `json:"agentManagementInstanceStatus"`
	AgentManagementInstanceClusterId  float32                `json:"agentManagementInstanceClusterId"`
	Config                            map[string]interface{} `json:"config,omitempty"`
	Type                              string                 `json:"type"`
	K6OrgId                           NullableFloat32        `json:"k6OrgId"`
	MachineLearningLogsToken          string                 `json:"machineLearningLogsToken"`
	UsageStatsId                      string                 `json:"usageStatsId"`
	RegionStackStateServiceUrl        string                 `json:"regionStackStateServiceUrl"`
	RegionSyntheticMonitoringApiUrl   string                 `json:"regionSyntheticMonitoringApiUrl"`
	RegionInsightsApiUrl              string                 `json:"regionInsightsApiUrl"`
	RegionIntegrationsApiUrl          string                 `json:"regionIntegrationsApiUrl"`
	RegionHostedExportersApiUrl       string                 `json:"regionHostedExportersApiUrl"`
	RegionMachineLearningApiUrl       string                 `json:"regionMachineLearningApiUrl"`
	RegionLLMGatewayUrl               string                 `json:"regionLLMGatewayUrl"`
	Links                             []LinksInner1          `json:"links"`
	AdditionalProperties              map[string]interface{}
}

FormattedApiInstance struct for FormattedApiInstance

func NewFormattedApiInstance

func NewFormattedApiInstance(alertCnt float32, alertQuota float32, amInstanceGeneratorUrl string, amInstanceGeneratorUrlDatasource string, amInstanceId float32, amInstanceName string, amInstanceStatus string, amInstanceUrl string, amInstanceClusterId float32, billingActiveUsers float32, billingEndDate NullableString, billingGrafanaActiveUsers float32, billingOnCallActiveUsers float32, billingStartDate string, clusterId float32, clusterName string, clusterSlug string, createdAt string, createdBy string, currentActiveAdminUsers float32, currentActiveEditorUsers float32, currentActiveUsers float32, currentActiveViewerUsers float32, customAuth bool, customDomain bool, dailyAdminCnt float32, dailyEditorCnt float32, dailyUserCnt float32, dailyViewerCnt float32, dashboardCnt float32, dashboardQuota float32, datasourceCnts map[string]interface{}, description string, gateway string, hlInstanceCurrentUsage float32, hlInstanceBillingUsage float32, hlInstanceId float32, hlInstanceName string, hlInstanceStatus string, hlInstanceUrl string, hlInstanceClusterId float32, hmInstanceGraphiteCurrentUsage float32, hmInstanceGraphiteBillingUsage float32, hmInstanceGraphiteId float32, hmInstanceGraphiteName string, hmInstanceGraphiteStatus string, hmInstanceGraphiteType string, hmInstanceGraphiteUrl string, hmInstancePromClusterId float32, hmInstancePromCurrentActiveSeries NullableFloat32, hmInstancePromCurrentUsage float32, hmInstancePromBillingUsage float32, hmInstancePromId float32, hmInstancePromName string, hmInstancePromStatus string, hmInstancePromUrl string, hmInstanceGraphiteClusterId float32, htInstanceId float32, htInstanceName string, htInstanceStatus string, htInstanceUrl string, htInstanceClusterId float32, htInstanceCurrentUsage float32, htInstanceBillingUsage float32, hpInstanceId float32, hpInstanceName string, hpInstanceStatus string, hpInstanceUrl string, hpInstanceClusterId float32, hpInstanceCurrentUsage float32, hpInstanceBillingUsage float32, id float32, incident float32, machineLearning float32, name string, orgId float32, orgName string, orgSlug string, plan string, planName string, regionId float32, regionSlug string, regionPublicName string, provider string, providerRegion string, runningVersion string, slug string, ssl bool, status string, support bool, trial float32, trialExpiresAt NullableString, updatedAt NullableString, updatedBy NullableString, url string, userQuota float32, version string, agentManagementInstanceId float32, agentManagementInstanceUrl string, agentManagementInstanceName string, agentManagementInstanceStatus string, agentManagementInstanceClusterId float32, type_ string, k6OrgId NullableFloat32, machineLearningLogsToken string, usageStatsId string, regionStackStateServiceUrl string, regionSyntheticMonitoringApiUrl string, regionInsightsApiUrl string, regionIntegrationsApiUrl string, regionHostedExportersApiUrl string, regionMachineLearningApiUrl string, regionLLMGatewayUrl string, links []LinksInner1) *FormattedApiInstance

NewFormattedApiInstance instantiates a new FormattedApiInstance 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 NewFormattedApiInstanceWithDefaults

func NewFormattedApiInstanceWithDefaults() *FormattedApiInstance

NewFormattedApiInstanceWithDefaults instantiates a new FormattedApiInstance 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 (*FormattedApiInstance) GetAgentManagementInstanceClusterId

func (o *FormattedApiInstance) GetAgentManagementInstanceClusterId() float32

GetAgentManagementInstanceClusterId returns the AgentManagementInstanceClusterId field value

func (*FormattedApiInstance) GetAgentManagementInstanceClusterIdOk

func (o *FormattedApiInstance) GetAgentManagementInstanceClusterIdOk() (*float32, bool)

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

func (*FormattedApiInstance) GetAgentManagementInstanceId

func (o *FormattedApiInstance) GetAgentManagementInstanceId() float32

GetAgentManagementInstanceId returns the AgentManagementInstanceId field value

func (*FormattedApiInstance) GetAgentManagementInstanceIdOk

func (o *FormattedApiInstance) GetAgentManagementInstanceIdOk() (*float32, bool)

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

func (*FormattedApiInstance) GetAgentManagementInstanceName

func (o *FormattedApiInstance) GetAgentManagementInstanceName() string

GetAgentManagementInstanceName returns the AgentManagementInstanceName field value

func (*FormattedApiInstance) GetAgentManagementInstanceNameOk

func (o *FormattedApiInstance) GetAgentManagementInstanceNameOk() (*string, bool)

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

func (*FormattedApiInstance) GetAgentManagementInstanceStatus

func (o *FormattedApiInstance) GetAgentManagementInstanceStatus() string

GetAgentManagementInstanceStatus returns the AgentManagementInstanceStatus field value

func (*FormattedApiInstance) GetAgentManagementInstanceStatusOk

func (o *FormattedApiInstance) GetAgentManagementInstanceStatusOk() (*string, bool)

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

func (*FormattedApiInstance) GetAgentManagementInstanceUrl

func (o *FormattedApiInstance) GetAgentManagementInstanceUrl() string

GetAgentManagementInstanceUrl returns the AgentManagementInstanceUrl field value

func (*FormattedApiInstance) GetAgentManagementInstanceUrlOk

func (o *FormattedApiInstance) GetAgentManagementInstanceUrlOk() (*string, bool)

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

func (*FormattedApiInstance) GetAlertCnt

func (o *FormattedApiInstance) GetAlertCnt() float32

GetAlertCnt returns the AlertCnt field value

func (*FormattedApiInstance) GetAlertCntOk

func (o *FormattedApiInstance) GetAlertCntOk() (*float32, bool)

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

func (*FormattedApiInstance) GetAlertQuota

func (o *FormattedApiInstance) GetAlertQuota() float32

GetAlertQuota returns the AlertQuota field value

func (*FormattedApiInstance) GetAlertQuotaOk

func (o *FormattedApiInstance) GetAlertQuotaOk() (*float32, bool)

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

func (*FormattedApiInstance) GetAmInstanceClusterId

func (o *FormattedApiInstance) GetAmInstanceClusterId() float32

GetAmInstanceClusterId returns the AmInstanceClusterId field value

func (*FormattedApiInstance) GetAmInstanceClusterIdOk

func (o *FormattedApiInstance) GetAmInstanceClusterIdOk() (*float32, bool)

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

func (*FormattedApiInstance) GetAmInstanceGeneratorUrl

func (o *FormattedApiInstance) GetAmInstanceGeneratorUrl() string

GetAmInstanceGeneratorUrl returns the AmInstanceGeneratorUrl field value

func (*FormattedApiInstance) GetAmInstanceGeneratorUrlDatasource

func (o *FormattedApiInstance) GetAmInstanceGeneratorUrlDatasource() string

GetAmInstanceGeneratorUrlDatasource returns the AmInstanceGeneratorUrlDatasource field value

func (*FormattedApiInstance) GetAmInstanceGeneratorUrlDatasourceOk

func (o *FormattedApiInstance) GetAmInstanceGeneratorUrlDatasourceOk() (*string, bool)

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

func (*FormattedApiInstance) GetAmInstanceGeneratorUrlOk

func (o *FormattedApiInstance) GetAmInstanceGeneratorUrlOk() (*string, bool)

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

func (*FormattedApiInstance) GetAmInstanceId

func (o *FormattedApiInstance) GetAmInstanceId() float32

GetAmInstanceId returns the AmInstanceId field value

func (*FormattedApiInstance) GetAmInstanceIdOk

func (o *FormattedApiInstance) GetAmInstanceIdOk() (*float32, bool)

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

func (*FormattedApiInstance) GetAmInstanceName

func (o *FormattedApiInstance) GetAmInstanceName() string

GetAmInstanceName returns the AmInstanceName field value

func (*FormattedApiInstance) GetAmInstanceNameOk

func (o *FormattedApiInstance) GetAmInstanceNameOk() (*string, bool)

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

func (*FormattedApiInstance) GetAmInstanceStatus

func (o *FormattedApiInstance) GetAmInstanceStatus() string

GetAmInstanceStatus returns the AmInstanceStatus field value

func (*FormattedApiInstance) GetAmInstanceStatusOk

func (o *FormattedApiInstance) GetAmInstanceStatusOk() (*string, bool)

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

func (*FormattedApiInstance) GetAmInstanceUrl

func (o *FormattedApiInstance) GetAmInstanceUrl() string

GetAmInstanceUrl returns the AmInstanceUrl field value

func (*FormattedApiInstance) GetAmInstanceUrlOk

func (o *FormattedApiInstance) GetAmInstanceUrlOk() (*string, bool)

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

func (*FormattedApiInstance) GetBillingActiveUsers

func (o *FormattedApiInstance) GetBillingActiveUsers() float32

GetBillingActiveUsers returns the BillingActiveUsers field value

func (*FormattedApiInstance) GetBillingActiveUsersOk

func (o *FormattedApiInstance) GetBillingActiveUsersOk() (*float32, bool)

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

func (*FormattedApiInstance) GetBillingEndDate

func (o *FormattedApiInstance) GetBillingEndDate() string

GetBillingEndDate returns the BillingEndDate field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiInstance) GetBillingEndDateOk

func (o *FormattedApiInstance) GetBillingEndDateOk() (*string, bool)

GetBillingEndDateOk returns a tuple with the BillingEndDate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiInstance) GetBillingGrafanaActiveUsers

func (o *FormattedApiInstance) GetBillingGrafanaActiveUsers() float32

GetBillingGrafanaActiveUsers returns the BillingGrafanaActiveUsers field value

func (*FormattedApiInstance) GetBillingGrafanaActiveUsersOk

func (o *FormattedApiInstance) GetBillingGrafanaActiveUsersOk() (*float32, bool)

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

func (*FormattedApiInstance) GetBillingOnCallActiveUsers

func (o *FormattedApiInstance) GetBillingOnCallActiveUsers() float32

GetBillingOnCallActiveUsers returns the BillingOnCallActiveUsers field value

func (*FormattedApiInstance) GetBillingOnCallActiveUsersOk

func (o *FormattedApiInstance) GetBillingOnCallActiveUsersOk() (*float32, bool)

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

func (*FormattedApiInstance) GetBillingStartDate

func (o *FormattedApiInstance) GetBillingStartDate() string

GetBillingStartDate returns the BillingStartDate field value

func (*FormattedApiInstance) GetBillingStartDateOk

func (o *FormattedApiInstance) GetBillingStartDateOk() (*string, bool)

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

func (*FormattedApiInstance) GetClusterId

func (o *FormattedApiInstance) GetClusterId() float32

GetClusterId returns the ClusterId field value

func (*FormattedApiInstance) GetClusterIdOk

func (o *FormattedApiInstance) GetClusterIdOk() (*float32, bool)

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

func (*FormattedApiInstance) GetClusterName

func (o *FormattedApiInstance) GetClusterName() string

GetClusterName returns the ClusterName field value

func (*FormattedApiInstance) GetClusterNameOk

func (o *FormattedApiInstance) GetClusterNameOk() (*string, bool)

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

func (*FormattedApiInstance) GetClusterSlug

func (o *FormattedApiInstance) GetClusterSlug() string

GetClusterSlug returns the ClusterSlug field value

func (*FormattedApiInstance) GetClusterSlugOk

func (o *FormattedApiInstance) GetClusterSlugOk() (*string, bool)

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

func (*FormattedApiInstance) GetConfig

func (o *FormattedApiInstance) GetConfig() map[string]interface{}

GetConfig returns the Config field value if set, zero value otherwise.

func (*FormattedApiInstance) GetConfigOk

func (o *FormattedApiInstance) GetConfigOk() (map[string]interface{}, bool)

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

func (*FormattedApiInstance) GetCreatedAt

func (o *FormattedApiInstance) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*FormattedApiInstance) GetCreatedAtOk

func (o *FormattedApiInstance) GetCreatedAtOk() (*string, bool)

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

func (*FormattedApiInstance) GetCreatedBy

func (o *FormattedApiInstance) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field value

func (*FormattedApiInstance) GetCreatedByOk

func (o *FormattedApiInstance) GetCreatedByOk() (*string, bool)

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

func (*FormattedApiInstance) GetCurrentActiveAdminUsers

func (o *FormattedApiInstance) GetCurrentActiveAdminUsers() float32

GetCurrentActiveAdminUsers returns the CurrentActiveAdminUsers field value

func (*FormattedApiInstance) GetCurrentActiveAdminUsersOk

func (o *FormattedApiInstance) GetCurrentActiveAdminUsersOk() (*float32, bool)

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

func (*FormattedApiInstance) GetCurrentActiveEditorUsers

func (o *FormattedApiInstance) GetCurrentActiveEditorUsers() float32

GetCurrentActiveEditorUsers returns the CurrentActiveEditorUsers field value

func (*FormattedApiInstance) GetCurrentActiveEditorUsersOk

func (o *FormattedApiInstance) GetCurrentActiveEditorUsersOk() (*float32, bool)

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

func (*FormattedApiInstance) GetCurrentActiveUsers

func (o *FormattedApiInstance) GetCurrentActiveUsers() float32

GetCurrentActiveUsers returns the CurrentActiveUsers field value

func (*FormattedApiInstance) GetCurrentActiveUsersOk

func (o *FormattedApiInstance) GetCurrentActiveUsersOk() (*float32, bool)

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

func (*FormattedApiInstance) GetCurrentActiveViewerUsers

func (o *FormattedApiInstance) GetCurrentActiveViewerUsers() float32

GetCurrentActiveViewerUsers returns the CurrentActiveViewerUsers field value

func (*FormattedApiInstance) GetCurrentActiveViewerUsersOk

func (o *FormattedApiInstance) GetCurrentActiveViewerUsersOk() (*float32, bool)

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

func (*FormattedApiInstance) GetCustomAuth

func (o *FormattedApiInstance) GetCustomAuth() bool

GetCustomAuth returns the CustomAuth field value

func (*FormattedApiInstance) GetCustomAuthOk

func (o *FormattedApiInstance) GetCustomAuthOk() (*bool, bool)

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

func (*FormattedApiInstance) GetCustomDomain

func (o *FormattedApiInstance) GetCustomDomain() bool

GetCustomDomain returns the CustomDomain field value

func (*FormattedApiInstance) GetCustomDomainOk

func (o *FormattedApiInstance) GetCustomDomainOk() (*bool, bool)

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

func (*FormattedApiInstance) GetDailyAdminCnt

func (o *FormattedApiInstance) GetDailyAdminCnt() float32

GetDailyAdminCnt returns the DailyAdminCnt field value

func (*FormattedApiInstance) GetDailyAdminCntOk

func (o *FormattedApiInstance) GetDailyAdminCntOk() (*float32, bool)

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

func (*FormattedApiInstance) GetDailyEditorCnt

func (o *FormattedApiInstance) GetDailyEditorCnt() float32

GetDailyEditorCnt returns the DailyEditorCnt field value

func (*FormattedApiInstance) GetDailyEditorCntOk

func (o *FormattedApiInstance) GetDailyEditorCntOk() (*float32, bool)

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

func (*FormattedApiInstance) GetDailyUserCnt

func (o *FormattedApiInstance) GetDailyUserCnt() float32

GetDailyUserCnt returns the DailyUserCnt field value

func (*FormattedApiInstance) GetDailyUserCntOk

func (o *FormattedApiInstance) GetDailyUserCntOk() (*float32, bool)

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

func (*FormattedApiInstance) GetDailyViewerCnt

func (o *FormattedApiInstance) GetDailyViewerCnt() float32

GetDailyViewerCnt returns the DailyViewerCnt field value

func (*FormattedApiInstance) GetDailyViewerCntOk

func (o *FormattedApiInstance) GetDailyViewerCntOk() (*float32, bool)

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

func (*FormattedApiInstance) GetDashboardCnt

func (o *FormattedApiInstance) GetDashboardCnt() float32

GetDashboardCnt returns the DashboardCnt field value

func (*FormattedApiInstance) GetDashboardCntOk

func (o *FormattedApiInstance) GetDashboardCntOk() (*float32, bool)

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

func (*FormattedApiInstance) GetDashboardQuota

func (o *FormattedApiInstance) GetDashboardQuota() float32

GetDashboardQuota returns the DashboardQuota field value

func (*FormattedApiInstance) GetDashboardQuotaOk

func (o *FormattedApiInstance) GetDashboardQuotaOk() (*float32, bool)

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

func (*FormattedApiInstance) GetDatasourceCnts

func (o *FormattedApiInstance) GetDatasourceCnts() map[string]interface{}

GetDatasourceCnts returns the DatasourceCnts field value

func (*FormattedApiInstance) GetDatasourceCntsOk

func (o *FormattedApiInstance) GetDatasourceCntsOk() (map[string]interface{}, bool)

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

func (*FormattedApiInstance) GetDescription

func (o *FormattedApiInstance) GetDescription() string

GetDescription returns the Description field value

func (*FormattedApiInstance) GetDescriptionOk

func (o *FormattedApiInstance) GetDescriptionOk() (*string, bool)

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

func (*FormattedApiInstance) GetGateway

func (o *FormattedApiInstance) GetGateway() string

GetGateway returns the Gateway field value

func (*FormattedApiInstance) GetGatewayOk

func (o *FormattedApiInstance) GetGatewayOk() (*string, bool)

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

func (*FormattedApiInstance) GetHlInstanceBillingUsage

func (o *FormattedApiInstance) GetHlInstanceBillingUsage() float32

GetHlInstanceBillingUsage returns the HlInstanceBillingUsage field value

func (*FormattedApiInstance) GetHlInstanceBillingUsageOk

func (o *FormattedApiInstance) GetHlInstanceBillingUsageOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHlInstanceClusterId

func (o *FormattedApiInstance) GetHlInstanceClusterId() float32

GetHlInstanceClusterId returns the HlInstanceClusterId field value

func (*FormattedApiInstance) GetHlInstanceClusterIdOk

func (o *FormattedApiInstance) GetHlInstanceClusterIdOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHlInstanceCurrentUsage

func (o *FormattedApiInstance) GetHlInstanceCurrentUsage() float32

GetHlInstanceCurrentUsage returns the HlInstanceCurrentUsage field value

func (*FormattedApiInstance) GetHlInstanceCurrentUsageOk

func (o *FormattedApiInstance) GetHlInstanceCurrentUsageOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHlInstanceId

func (o *FormattedApiInstance) GetHlInstanceId() float32

GetHlInstanceId returns the HlInstanceId field value

func (*FormattedApiInstance) GetHlInstanceIdOk

func (o *FormattedApiInstance) GetHlInstanceIdOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHlInstanceName

func (o *FormattedApiInstance) GetHlInstanceName() string

GetHlInstanceName returns the HlInstanceName field value

func (*FormattedApiInstance) GetHlInstanceNameOk

func (o *FormattedApiInstance) GetHlInstanceNameOk() (*string, bool)

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

func (*FormattedApiInstance) GetHlInstanceStatus

func (o *FormattedApiInstance) GetHlInstanceStatus() string

GetHlInstanceStatus returns the HlInstanceStatus field value

func (*FormattedApiInstance) GetHlInstanceStatusOk

func (o *FormattedApiInstance) GetHlInstanceStatusOk() (*string, bool)

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

func (*FormattedApiInstance) GetHlInstanceUrl

func (o *FormattedApiInstance) GetHlInstanceUrl() string

GetHlInstanceUrl returns the HlInstanceUrl field value

func (*FormattedApiInstance) GetHlInstanceUrlOk

func (o *FormattedApiInstance) GetHlInstanceUrlOk() (*string, bool)

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

func (*FormattedApiInstance) GetHmInstanceGraphiteBillingUsage

func (o *FormattedApiInstance) GetHmInstanceGraphiteBillingUsage() float32

GetHmInstanceGraphiteBillingUsage returns the HmInstanceGraphiteBillingUsage field value

func (*FormattedApiInstance) GetHmInstanceGraphiteBillingUsageOk

func (o *FormattedApiInstance) GetHmInstanceGraphiteBillingUsageOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHmInstanceGraphiteClusterId

func (o *FormattedApiInstance) GetHmInstanceGraphiteClusterId() float32

GetHmInstanceGraphiteClusterId returns the HmInstanceGraphiteClusterId field value

func (*FormattedApiInstance) GetHmInstanceGraphiteClusterIdOk

func (o *FormattedApiInstance) GetHmInstanceGraphiteClusterIdOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHmInstanceGraphiteCurrentUsage

func (o *FormattedApiInstance) GetHmInstanceGraphiteCurrentUsage() float32

GetHmInstanceGraphiteCurrentUsage returns the HmInstanceGraphiteCurrentUsage field value

func (*FormattedApiInstance) GetHmInstanceGraphiteCurrentUsageOk

func (o *FormattedApiInstance) GetHmInstanceGraphiteCurrentUsageOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHmInstanceGraphiteId

func (o *FormattedApiInstance) GetHmInstanceGraphiteId() float32

GetHmInstanceGraphiteId returns the HmInstanceGraphiteId field value

func (*FormattedApiInstance) GetHmInstanceGraphiteIdOk

func (o *FormattedApiInstance) GetHmInstanceGraphiteIdOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHmInstanceGraphiteName

func (o *FormattedApiInstance) GetHmInstanceGraphiteName() string

GetHmInstanceGraphiteName returns the HmInstanceGraphiteName field value

func (*FormattedApiInstance) GetHmInstanceGraphiteNameOk

func (o *FormattedApiInstance) GetHmInstanceGraphiteNameOk() (*string, bool)

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

func (*FormattedApiInstance) GetHmInstanceGraphiteStatus

func (o *FormattedApiInstance) GetHmInstanceGraphiteStatus() string

GetHmInstanceGraphiteStatus returns the HmInstanceGraphiteStatus field value

func (*FormattedApiInstance) GetHmInstanceGraphiteStatusOk

func (o *FormattedApiInstance) GetHmInstanceGraphiteStatusOk() (*string, bool)

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

func (*FormattedApiInstance) GetHmInstanceGraphiteType

func (o *FormattedApiInstance) GetHmInstanceGraphiteType() string

GetHmInstanceGraphiteType returns the HmInstanceGraphiteType field value

func (*FormattedApiInstance) GetHmInstanceGraphiteTypeOk

func (o *FormattedApiInstance) GetHmInstanceGraphiteTypeOk() (*string, bool)

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

func (*FormattedApiInstance) GetHmInstanceGraphiteUrl

func (o *FormattedApiInstance) GetHmInstanceGraphiteUrl() string

GetHmInstanceGraphiteUrl returns the HmInstanceGraphiteUrl field value

func (*FormattedApiInstance) GetHmInstanceGraphiteUrlOk

func (o *FormattedApiInstance) GetHmInstanceGraphiteUrlOk() (*string, bool)

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

func (*FormattedApiInstance) GetHmInstancePromBillingUsage

func (o *FormattedApiInstance) GetHmInstancePromBillingUsage() float32

GetHmInstancePromBillingUsage returns the HmInstancePromBillingUsage field value

func (*FormattedApiInstance) GetHmInstancePromBillingUsageOk

func (o *FormattedApiInstance) GetHmInstancePromBillingUsageOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHmInstancePromClusterId

func (o *FormattedApiInstance) GetHmInstancePromClusterId() float32

GetHmInstancePromClusterId returns the HmInstancePromClusterId field value

func (*FormattedApiInstance) GetHmInstancePromClusterIdOk

func (o *FormattedApiInstance) GetHmInstancePromClusterIdOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHmInstancePromCurrentActiveSeries

func (o *FormattedApiInstance) GetHmInstancePromCurrentActiveSeries() float32

GetHmInstancePromCurrentActiveSeries returns the HmInstancePromCurrentActiveSeries field value If the value is explicit nil, the zero value for float32 will be returned

func (*FormattedApiInstance) GetHmInstancePromCurrentActiveSeriesOk

func (o *FormattedApiInstance) GetHmInstancePromCurrentActiveSeriesOk() (*float32, bool)

GetHmInstancePromCurrentActiveSeriesOk returns a tuple with the HmInstancePromCurrentActiveSeries field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiInstance) GetHmInstancePromCurrentUsage

func (o *FormattedApiInstance) GetHmInstancePromCurrentUsage() float32

GetHmInstancePromCurrentUsage returns the HmInstancePromCurrentUsage field value

func (*FormattedApiInstance) GetHmInstancePromCurrentUsageOk

func (o *FormattedApiInstance) GetHmInstancePromCurrentUsageOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHmInstancePromId

func (o *FormattedApiInstance) GetHmInstancePromId() float32

GetHmInstancePromId returns the HmInstancePromId field value

func (*FormattedApiInstance) GetHmInstancePromIdOk

func (o *FormattedApiInstance) GetHmInstancePromIdOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHmInstancePromName

func (o *FormattedApiInstance) GetHmInstancePromName() string

GetHmInstancePromName returns the HmInstancePromName field value

func (*FormattedApiInstance) GetHmInstancePromNameOk

func (o *FormattedApiInstance) GetHmInstancePromNameOk() (*string, bool)

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

func (*FormattedApiInstance) GetHmInstancePromStatus

func (o *FormattedApiInstance) GetHmInstancePromStatus() string

GetHmInstancePromStatus returns the HmInstancePromStatus field value

func (*FormattedApiInstance) GetHmInstancePromStatusOk

func (o *FormattedApiInstance) GetHmInstancePromStatusOk() (*string, bool)

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

func (*FormattedApiInstance) GetHmInstancePromUrl

func (o *FormattedApiInstance) GetHmInstancePromUrl() string

GetHmInstancePromUrl returns the HmInstancePromUrl field value

func (*FormattedApiInstance) GetHmInstancePromUrlOk

func (o *FormattedApiInstance) GetHmInstancePromUrlOk() (*string, bool)

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

func (*FormattedApiInstance) GetHpInstanceBillingUsage

func (o *FormattedApiInstance) GetHpInstanceBillingUsage() float32

GetHpInstanceBillingUsage returns the HpInstanceBillingUsage field value

func (*FormattedApiInstance) GetHpInstanceBillingUsageOk

func (o *FormattedApiInstance) GetHpInstanceBillingUsageOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHpInstanceClusterId

func (o *FormattedApiInstance) GetHpInstanceClusterId() float32

GetHpInstanceClusterId returns the HpInstanceClusterId field value

func (*FormattedApiInstance) GetHpInstanceClusterIdOk

func (o *FormattedApiInstance) GetHpInstanceClusterIdOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHpInstanceCurrentUsage

func (o *FormattedApiInstance) GetHpInstanceCurrentUsage() float32

GetHpInstanceCurrentUsage returns the HpInstanceCurrentUsage field value

func (*FormattedApiInstance) GetHpInstanceCurrentUsageOk

func (o *FormattedApiInstance) GetHpInstanceCurrentUsageOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHpInstanceId

func (o *FormattedApiInstance) GetHpInstanceId() float32

GetHpInstanceId returns the HpInstanceId field value

func (*FormattedApiInstance) GetHpInstanceIdOk

func (o *FormattedApiInstance) GetHpInstanceIdOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHpInstanceName

func (o *FormattedApiInstance) GetHpInstanceName() string

GetHpInstanceName returns the HpInstanceName field value

func (*FormattedApiInstance) GetHpInstanceNameOk

func (o *FormattedApiInstance) GetHpInstanceNameOk() (*string, bool)

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

func (*FormattedApiInstance) GetHpInstanceStatus

func (o *FormattedApiInstance) GetHpInstanceStatus() string

GetHpInstanceStatus returns the HpInstanceStatus field value

func (*FormattedApiInstance) GetHpInstanceStatusOk

func (o *FormattedApiInstance) GetHpInstanceStatusOk() (*string, bool)

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

func (*FormattedApiInstance) GetHpInstanceUrl

func (o *FormattedApiInstance) GetHpInstanceUrl() string

GetHpInstanceUrl returns the HpInstanceUrl field value

func (*FormattedApiInstance) GetHpInstanceUrlOk

func (o *FormattedApiInstance) GetHpInstanceUrlOk() (*string, bool)

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

func (*FormattedApiInstance) GetHtInstanceBillingUsage

func (o *FormattedApiInstance) GetHtInstanceBillingUsage() float32

GetHtInstanceBillingUsage returns the HtInstanceBillingUsage field value

func (*FormattedApiInstance) GetHtInstanceBillingUsageOk

func (o *FormattedApiInstance) GetHtInstanceBillingUsageOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHtInstanceClusterId

func (o *FormattedApiInstance) GetHtInstanceClusterId() float32

GetHtInstanceClusterId returns the HtInstanceClusterId field value

func (*FormattedApiInstance) GetHtInstanceClusterIdOk

func (o *FormattedApiInstance) GetHtInstanceClusterIdOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHtInstanceCurrentUsage

func (o *FormattedApiInstance) GetHtInstanceCurrentUsage() float32

GetHtInstanceCurrentUsage returns the HtInstanceCurrentUsage field value

func (*FormattedApiInstance) GetHtInstanceCurrentUsageOk

func (o *FormattedApiInstance) GetHtInstanceCurrentUsageOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHtInstanceId

func (o *FormattedApiInstance) GetHtInstanceId() float32

GetHtInstanceId returns the HtInstanceId field value

func (*FormattedApiInstance) GetHtInstanceIdOk

func (o *FormattedApiInstance) GetHtInstanceIdOk() (*float32, bool)

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

func (*FormattedApiInstance) GetHtInstanceName

func (o *FormattedApiInstance) GetHtInstanceName() string

GetHtInstanceName returns the HtInstanceName field value

func (*FormattedApiInstance) GetHtInstanceNameOk

func (o *FormattedApiInstance) GetHtInstanceNameOk() (*string, bool)

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

func (*FormattedApiInstance) GetHtInstanceStatus

func (o *FormattedApiInstance) GetHtInstanceStatus() string

GetHtInstanceStatus returns the HtInstanceStatus field value

func (*FormattedApiInstance) GetHtInstanceStatusOk

func (o *FormattedApiInstance) GetHtInstanceStatusOk() (*string, bool)

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

func (*FormattedApiInstance) GetHtInstanceUrl

func (o *FormattedApiInstance) GetHtInstanceUrl() string

GetHtInstanceUrl returns the HtInstanceUrl field value

func (*FormattedApiInstance) GetHtInstanceUrlOk

func (o *FormattedApiInstance) GetHtInstanceUrlOk() (*string, bool)

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

func (*FormattedApiInstance) GetId

func (o *FormattedApiInstance) GetId() float32

GetId returns the Id field value

func (*FormattedApiInstance) GetIdOk

func (o *FormattedApiInstance) GetIdOk() (*float32, bool)

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

func (*FormattedApiInstance) GetIncident

func (o *FormattedApiInstance) GetIncident() float32

GetIncident returns the Incident field value

func (*FormattedApiInstance) GetIncidentOk

func (o *FormattedApiInstance) GetIncidentOk() (*float32, bool)

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

func (*FormattedApiInstance) GetK6OrgId

func (o *FormattedApiInstance) GetK6OrgId() float32

GetK6OrgId returns the K6OrgId field value If the value is explicit nil, the zero value for float32 will be returned

func (*FormattedApiInstance) GetK6OrgIdOk

func (o *FormattedApiInstance) GetK6OrgIdOk() (*float32, bool)

GetK6OrgIdOk returns a tuple with the K6OrgId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiInstance) GetLabels

func (o *FormattedApiInstance) GetLabels() map[string]interface{}

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

func (*FormattedApiInstance) GetLabelsOk

func (o *FormattedApiInstance) GetLabelsOk() (map[string]interface{}, 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 (o *FormattedApiInstance) GetLinks() []LinksInner1

GetLinks returns the Links field value

func (*FormattedApiInstance) GetLinksOk

func (o *FormattedApiInstance) GetLinksOk() ([]LinksInner1, bool)

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

func (*FormattedApiInstance) GetMachineLearning

func (o *FormattedApiInstance) GetMachineLearning() float32

GetMachineLearning returns the MachineLearning field value

func (*FormattedApiInstance) GetMachineLearningLogsToken

func (o *FormattedApiInstance) GetMachineLearningLogsToken() string

GetMachineLearningLogsToken returns the MachineLearningLogsToken field value

func (*FormattedApiInstance) GetMachineLearningLogsTokenOk

func (o *FormattedApiInstance) GetMachineLearningLogsTokenOk() (*string, bool)

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

func (*FormattedApiInstance) GetMachineLearningOk

func (o *FormattedApiInstance) GetMachineLearningOk() (*float32, bool)

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

func (*FormattedApiInstance) GetName

func (o *FormattedApiInstance) GetName() string

GetName returns the Name field value

func (*FormattedApiInstance) GetNameOk

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

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

func (*FormattedApiInstance) GetOrgId

func (o *FormattedApiInstance) GetOrgId() float32

GetOrgId returns the OrgId field value

func (*FormattedApiInstance) GetOrgIdOk

func (o *FormattedApiInstance) GetOrgIdOk() (*float32, bool)

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

func (*FormattedApiInstance) GetOrgName

func (o *FormattedApiInstance) GetOrgName() string

GetOrgName returns the OrgName field value

func (*FormattedApiInstance) GetOrgNameOk

func (o *FormattedApiInstance) GetOrgNameOk() (*string, bool)

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

func (*FormattedApiInstance) GetOrgSlug

func (o *FormattedApiInstance) GetOrgSlug() string

GetOrgSlug returns the OrgSlug field value

func (*FormattedApiInstance) GetOrgSlugOk

func (o *FormattedApiInstance) GetOrgSlugOk() (*string, bool)

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

func (*FormattedApiInstance) GetPlan

func (o *FormattedApiInstance) GetPlan() string

GetPlan returns the Plan field value

func (*FormattedApiInstance) GetPlanName

func (o *FormattedApiInstance) GetPlanName() string

GetPlanName returns the PlanName field value

func (*FormattedApiInstance) GetPlanNameOk

func (o *FormattedApiInstance) GetPlanNameOk() (*string, bool)

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

func (*FormattedApiInstance) GetPlanOk

func (o *FormattedApiInstance) GetPlanOk() (*string, bool)

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

func (*FormattedApiInstance) GetProvider

func (o *FormattedApiInstance) GetProvider() string

GetProvider returns the Provider field value

func (*FormattedApiInstance) GetProviderOk

func (o *FormattedApiInstance) GetProviderOk() (*string, bool)

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

func (*FormattedApiInstance) GetProviderRegion

func (o *FormattedApiInstance) GetProviderRegion() string

GetProviderRegion returns the ProviderRegion field value

func (*FormattedApiInstance) GetProviderRegionOk

func (o *FormattedApiInstance) GetProviderRegionOk() (*string, bool)

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

func (*FormattedApiInstance) GetRegionHostedExportersApiUrl

func (o *FormattedApiInstance) GetRegionHostedExportersApiUrl() string

GetRegionHostedExportersApiUrl returns the RegionHostedExportersApiUrl field value

func (*FormattedApiInstance) GetRegionHostedExportersApiUrlOk

func (o *FormattedApiInstance) GetRegionHostedExportersApiUrlOk() (*string, bool)

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

func (*FormattedApiInstance) GetRegionId

func (o *FormattedApiInstance) GetRegionId() float32

GetRegionId returns the RegionId field value

func (*FormattedApiInstance) GetRegionIdOk

func (o *FormattedApiInstance) GetRegionIdOk() (*float32, bool)

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

func (*FormattedApiInstance) GetRegionInsightsApiUrl

func (o *FormattedApiInstance) GetRegionInsightsApiUrl() string

GetRegionInsightsApiUrl returns the RegionInsightsApiUrl field value

func (*FormattedApiInstance) GetRegionInsightsApiUrlOk

func (o *FormattedApiInstance) GetRegionInsightsApiUrlOk() (*string, bool)

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

func (*FormattedApiInstance) GetRegionIntegrationsApiUrl

func (o *FormattedApiInstance) GetRegionIntegrationsApiUrl() string

GetRegionIntegrationsApiUrl returns the RegionIntegrationsApiUrl field value

func (*FormattedApiInstance) GetRegionIntegrationsApiUrlOk

func (o *FormattedApiInstance) GetRegionIntegrationsApiUrlOk() (*string, bool)

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

func (*FormattedApiInstance) GetRegionLLMGatewayUrl

func (o *FormattedApiInstance) GetRegionLLMGatewayUrl() string

GetRegionLLMGatewayUrl returns the RegionLLMGatewayUrl field value

func (*FormattedApiInstance) GetRegionLLMGatewayUrlOk

func (o *FormattedApiInstance) GetRegionLLMGatewayUrlOk() (*string, bool)

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

func (*FormattedApiInstance) GetRegionMachineLearningApiUrl

func (o *FormattedApiInstance) GetRegionMachineLearningApiUrl() string

GetRegionMachineLearningApiUrl returns the RegionMachineLearningApiUrl field value

func (*FormattedApiInstance) GetRegionMachineLearningApiUrlOk

func (o *FormattedApiInstance) GetRegionMachineLearningApiUrlOk() (*string, bool)

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

func (*FormattedApiInstance) GetRegionPublicName

func (o *FormattedApiInstance) GetRegionPublicName() string

GetRegionPublicName returns the RegionPublicName field value

func (*FormattedApiInstance) GetRegionPublicNameOk

func (o *FormattedApiInstance) GetRegionPublicNameOk() (*string, bool)

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

func (*FormattedApiInstance) GetRegionSlug

func (o *FormattedApiInstance) GetRegionSlug() string

GetRegionSlug returns the RegionSlug field value

func (*FormattedApiInstance) GetRegionSlugOk

func (o *FormattedApiInstance) GetRegionSlugOk() (*string, bool)

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

func (*FormattedApiInstance) GetRegionStackStateServiceUrl

func (o *FormattedApiInstance) GetRegionStackStateServiceUrl() string

GetRegionStackStateServiceUrl returns the RegionStackStateServiceUrl field value

func (*FormattedApiInstance) GetRegionStackStateServiceUrlOk

func (o *FormattedApiInstance) GetRegionStackStateServiceUrlOk() (*string, bool)

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

func (*FormattedApiInstance) GetRegionSyntheticMonitoringApiUrl

func (o *FormattedApiInstance) GetRegionSyntheticMonitoringApiUrl() string

GetRegionSyntheticMonitoringApiUrl returns the RegionSyntheticMonitoringApiUrl field value

func (*FormattedApiInstance) GetRegionSyntheticMonitoringApiUrlOk

func (o *FormattedApiInstance) GetRegionSyntheticMonitoringApiUrlOk() (*string, bool)

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

func (*FormattedApiInstance) GetRunningVersion

func (o *FormattedApiInstance) GetRunningVersion() string

GetRunningVersion returns the RunningVersion field value

func (*FormattedApiInstance) GetRunningVersionOk

func (o *FormattedApiInstance) GetRunningVersionOk() (*string, bool)

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

func (*FormattedApiInstance) GetSlug

func (o *FormattedApiInstance) GetSlug() string

GetSlug returns the Slug field value

func (*FormattedApiInstance) GetSlugOk

func (o *FormattedApiInstance) GetSlugOk() (*string, bool)

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

func (*FormattedApiInstance) GetSsl

func (o *FormattedApiInstance) GetSsl() bool

GetSsl returns the Ssl field value

func (*FormattedApiInstance) GetSslOk

func (o *FormattedApiInstance) GetSslOk() (*bool, bool)

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

func (*FormattedApiInstance) GetStatus

func (o *FormattedApiInstance) GetStatus() string

GetStatus returns the Status field value

func (*FormattedApiInstance) GetStatusOk

func (o *FormattedApiInstance) GetStatusOk() (*string, bool)

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

func (*FormattedApiInstance) GetSupport

func (o *FormattedApiInstance) GetSupport() bool

GetSupport returns the Support field value

func (*FormattedApiInstance) GetSupportOk

func (o *FormattedApiInstance) GetSupportOk() (*bool, bool)

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

func (*FormattedApiInstance) GetTrial

func (o *FormattedApiInstance) GetTrial() float32

GetTrial returns the Trial field value

func (*FormattedApiInstance) GetTrialExpiresAt

func (o *FormattedApiInstance) GetTrialExpiresAt() string

GetTrialExpiresAt returns the TrialExpiresAt field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiInstance) GetTrialExpiresAtOk

func (o *FormattedApiInstance) GetTrialExpiresAtOk() (*string, bool)

GetTrialExpiresAtOk returns a tuple with the TrialExpiresAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiInstance) GetTrialOk

func (o *FormattedApiInstance) GetTrialOk() (*float32, bool)

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

func (*FormattedApiInstance) GetType

func (o *FormattedApiInstance) GetType() string

GetType returns the Type field value

func (*FormattedApiInstance) GetTypeOk

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

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

func (*FormattedApiInstance) GetUpdatedAt

func (o *FormattedApiInstance) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiInstance) GetUpdatedAtOk

func (o *FormattedApiInstance) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiInstance) GetUpdatedBy

func (o *FormattedApiInstance) GetUpdatedBy() string

GetUpdatedBy returns the UpdatedBy field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiInstance) GetUpdatedByOk

func (o *FormattedApiInstance) GetUpdatedByOk() (*string, bool)

GetUpdatedByOk returns a tuple with the UpdatedBy field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiInstance) GetUrl

func (o *FormattedApiInstance) GetUrl() string

GetUrl returns the Url field value

func (*FormattedApiInstance) GetUrlOk

func (o *FormattedApiInstance) GetUrlOk() (*string, bool)

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

func (*FormattedApiInstance) GetUsageStatsId

func (o *FormattedApiInstance) GetUsageStatsId() string

GetUsageStatsId returns the UsageStatsId field value

func (*FormattedApiInstance) GetUsageStatsIdOk

func (o *FormattedApiInstance) GetUsageStatsIdOk() (*string, bool)

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

func (*FormattedApiInstance) GetUserQuota

func (o *FormattedApiInstance) GetUserQuota() float32

GetUserQuota returns the UserQuota field value

func (*FormattedApiInstance) GetUserQuotaOk

func (o *FormattedApiInstance) GetUserQuotaOk() (*float32, bool)

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

func (*FormattedApiInstance) GetVersion

func (o *FormattedApiInstance) GetVersion() string

GetVersion returns the Version field value

func (o *FormattedApiInstance) GetVersionIssueLink() string

GetVersionIssueLink returns the VersionIssueLink field value if set, zero value otherwise.

func (*FormattedApiInstance) GetVersionIssueLinkOk

func (o *FormattedApiInstance) GetVersionIssueLinkOk() (*string, bool)

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

func (*FormattedApiInstance) GetVersionOk

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

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

func (*FormattedApiInstance) HasConfig

func (o *FormattedApiInstance) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*FormattedApiInstance) HasLabels

func (o *FormattedApiInstance) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (o *FormattedApiInstance) HasVersionIssueLink() bool

HasVersionIssueLink returns a boolean if a field has been set.

func (FormattedApiInstance) MarshalJSON

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

func (*FormattedApiInstance) SetAgentManagementInstanceClusterId

func (o *FormattedApiInstance) SetAgentManagementInstanceClusterId(v float32)

SetAgentManagementInstanceClusterId sets field value

func (*FormattedApiInstance) SetAgentManagementInstanceId

func (o *FormattedApiInstance) SetAgentManagementInstanceId(v float32)

SetAgentManagementInstanceId sets field value

func (*FormattedApiInstance) SetAgentManagementInstanceName

func (o *FormattedApiInstance) SetAgentManagementInstanceName(v string)

SetAgentManagementInstanceName sets field value

func (*FormattedApiInstance) SetAgentManagementInstanceStatus

func (o *FormattedApiInstance) SetAgentManagementInstanceStatus(v string)

SetAgentManagementInstanceStatus sets field value

func (*FormattedApiInstance) SetAgentManagementInstanceUrl

func (o *FormattedApiInstance) SetAgentManagementInstanceUrl(v string)

SetAgentManagementInstanceUrl sets field value

func (*FormattedApiInstance) SetAlertCnt

func (o *FormattedApiInstance) SetAlertCnt(v float32)

SetAlertCnt sets field value

func (*FormattedApiInstance) SetAlertQuota

func (o *FormattedApiInstance) SetAlertQuota(v float32)

SetAlertQuota sets field value

func (*FormattedApiInstance) SetAmInstanceClusterId

func (o *FormattedApiInstance) SetAmInstanceClusterId(v float32)

SetAmInstanceClusterId sets field value

func (*FormattedApiInstance) SetAmInstanceGeneratorUrl

func (o *FormattedApiInstance) SetAmInstanceGeneratorUrl(v string)

SetAmInstanceGeneratorUrl sets field value

func (*FormattedApiInstance) SetAmInstanceGeneratorUrlDatasource

func (o *FormattedApiInstance) SetAmInstanceGeneratorUrlDatasource(v string)

SetAmInstanceGeneratorUrlDatasource sets field value

func (*FormattedApiInstance) SetAmInstanceId

func (o *FormattedApiInstance) SetAmInstanceId(v float32)

SetAmInstanceId sets field value

func (*FormattedApiInstance) SetAmInstanceName

func (o *FormattedApiInstance) SetAmInstanceName(v string)

SetAmInstanceName sets field value

func (*FormattedApiInstance) SetAmInstanceStatus

func (o *FormattedApiInstance) SetAmInstanceStatus(v string)

SetAmInstanceStatus sets field value

func (*FormattedApiInstance) SetAmInstanceUrl

func (o *FormattedApiInstance) SetAmInstanceUrl(v string)

SetAmInstanceUrl sets field value

func (*FormattedApiInstance) SetBillingActiveUsers

func (o *FormattedApiInstance) SetBillingActiveUsers(v float32)

SetBillingActiveUsers sets field value

func (*FormattedApiInstance) SetBillingEndDate

func (o *FormattedApiInstance) SetBillingEndDate(v string)

SetBillingEndDate sets field value

func (*FormattedApiInstance) SetBillingGrafanaActiveUsers

func (o *FormattedApiInstance) SetBillingGrafanaActiveUsers(v float32)

SetBillingGrafanaActiveUsers sets field value

func (*FormattedApiInstance) SetBillingOnCallActiveUsers

func (o *FormattedApiInstance) SetBillingOnCallActiveUsers(v float32)

SetBillingOnCallActiveUsers sets field value

func (*FormattedApiInstance) SetBillingStartDate

func (o *FormattedApiInstance) SetBillingStartDate(v string)

SetBillingStartDate sets field value

func (*FormattedApiInstance) SetClusterId

func (o *FormattedApiInstance) SetClusterId(v float32)

SetClusterId sets field value

func (*FormattedApiInstance) SetClusterName

func (o *FormattedApiInstance) SetClusterName(v string)

SetClusterName sets field value

func (*FormattedApiInstance) SetClusterSlug

func (o *FormattedApiInstance) SetClusterSlug(v string)

SetClusterSlug sets field value

func (*FormattedApiInstance) SetConfig

func (o *FormattedApiInstance) SetConfig(v map[string]interface{})

SetConfig gets a reference to the given map[string]interface{} and assigns it to the Config field.

func (*FormattedApiInstance) SetCreatedAt

func (o *FormattedApiInstance) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*FormattedApiInstance) SetCreatedBy

func (o *FormattedApiInstance) SetCreatedBy(v string)

SetCreatedBy sets field value

func (*FormattedApiInstance) SetCurrentActiveAdminUsers

func (o *FormattedApiInstance) SetCurrentActiveAdminUsers(v float32)

SetCurrentActiveAdminUsers sets field value

func (*FormattedApiInstance) SetCurrentActiveEditorUsers

func (o *FormattedApiInstance) SetCurrentActiveEditorUsers(v float32)

SetCurrentActiveEditorUsers sets field value

func (*FormattedApiInstance) SetCurrentActiveUsers

func (o *FormattedApiInstance) SetCurrentActiveUsers(v float32)

SetCurrentActiveUsers sets field value

func (*FormattedApiInstance) SetCurrentActiveViewerUsers

func (o *FormattedApiInstance) SetCurrentActiveViewerUsers(v float32)

SetCurrentActiveViewerUsers sets field value

func (*FormattedApiInstance) SetCustomAuth

func (o *FormattedApiInstance) SetCustomAuth(v bool)

SetCustomAuth sets field value

func (*FormattedApiInstance) SetCustomDomain

func (o *FormattedApiInstance) SetCustomDomain(v bool)

SetCustomDomain sets field value

func (*FormattedApiInstance) SetDailyAdminCnt

func (o *FormattedApiInstance) SetDailyAdminCnt(v float32)

SetDailyAdminCnt sets field value

func (*FormattedApiInstance) SetDailyEditorCnt

func (o *FormattedApiInstance) SetDailyEditorCnt(v float32)

SetDailyEditorCnt sets field value

func (*FormattedApiInstance) SetDailyUserCnt

func (o *FormattedApiInstance) SetDailyUserCnt(v float32)

SetDailyUserCnt sets field value

func (*FormattedApiInstance) SetDailyViewerCnt

func (o *FormattedApiInstance) SetDailyViewerCnt(v float32)

SetDailyViewerCnt sets field value

func (*FormattedApiInstance) SetDashboardCnt

func (o *FormattedApiInstance) SetDashboardCnt(v float32)

SetDashboardCnt sets field value

func (*FormattedApiInstance) SetDashboardQuota

func (o *FormattedApiInstance) SetDashboardQuota(v float32)

SetDashboardQuota sets field value

func (*FormattedApiInstance) SetDatasourceCnts

func (o *FormattedApiInstance) SetDatasourceCnts(v map[string]interface{})

SetDatasourceCnts sets field value

func (*FormattedApiInstance) SetDescription

func (o *FormattedApiInstance) SetDescription(v string)

SetDescription sets field value

func (*FormattedApiInstance) SetGateway

func (o *FormattedApiInstance) SetGateway(v string)

SetGateway sets field value

func (*FormattedApiInstance) SetHlInstanceBillingUsage

func (o *FormattedApiInstance) SetHlInstanceBillingUsage(v float32)

SetHlInstanceBillingUsage sets field value

func (*FormattedApiInstance) SetHlInstanceClusterId

func (o *FormattedApiInstance) SetHlInstanceClusterId(v float32)

SetHlInstanceClusterId sets field value

func (*FormattedApiInstance) SetHlInstanceCurrentUsage

func (o *FormattedApiInstance) SetHlInstanceCurrentUsage(v float32)

SetHlInstanceCurrentUsage sets field value

func (*FormattedApiInstance) SetHlInstanceId

func (o *FormattedApiInstance) SetHlInstanceId(v float32)

SetHlInstanceId sets field value

func (*FormattedApiInstance) SetHlInstanceName

func (o *FormattedApiInstance) SetHlInstanceName(v string)

SetHlInstanceName sets field value

func (*FormattedApiInstance) SetHlInstanceStatus

func (o *FormattedApiInstance) SetHlInstanceStatus(v string)

SetHlInstanceStatus sets field value

func (*FormattedApiInstance) SetHlInstanceUrl

func (o *FormattedApiInstance) SetHlInstanceUrl(v string)

SetHlInstanceUrl sets field value

func (*FormattedApiInstance) SetHmInstanceGraphiteBillingUsage

func (o *FormattedApiInstance) SetHmInstanceGraphiteBillingUsage(v float32)

SetHmInstanceGraphiteBillingUsage sets field value

func (*FormattedApiInstance) SetHmInstanceGraphiteClusterId

func (o *FormattedApiInstance) SetHmInstanceGraphiteClusterId(v float32)

SetHmInstanceGraphiteClusterId sets field value

func (*FormattedApiInstance) SetHmInstanceGraphiteCurrentUsage

func (o *FormattedApiInstance) SetHmInstanceGraphiteCurrentUsage(v float32)

SetHmInstanceGraphiteCurrentUsage sets field value

func (*FormattedApiInstance) SetHmInstanceGraphiteId

func (o *FormattedApiInstance) SetHmInstanceGraphiteId(v float32)

SetHmInstanceGraphiteId sets field value

func (*FormattedApiInstance) SetHmInstanceGraphiteName

func (o *FormattedApiInstance) SetHmInstanceGraphiteName(v string)

SetHmInstanceGraphiteName sets field value

func (*FormattedApiInstance) SetHmInstanceGraphiteStatus

func (o *FormattedApiInstance) SetHmInstanceGraphiteStatus(v string)

SetHmInstanceGraphiteStatus sets field value

func (*FormattedApiInstance) SetHmInstanceGraphiteType

func (o *FormattedApiInstance) SetHmInstanceGraphiteType(v string)

SetHmInstanceGraphiteType sets field value

func (*FormattedApiInstance) SetHmInstanceGraphiteUrl

func (o *FormattedApiInstance) SetHmInstanceGraphiteUrl(v string)

SetHmInstanceGraphiteUrl sets field value

func (*FormattedApiInstance) SetHmInstancePromBillingUsage

func (o *FormattedApiInstance) SetHmInstancePromBillingUsage(v float32)

SetHmInstancePromBillingUsage sets field value

func (*FormattedApiInstance) SetHmInstancePromClusterId

func (o *FormattedApiInstance) SetHmInstancePromClusterId(v float32)

SetHmInstancePromClusterId sets field value

func (*FormattedApiInstance) SetHmInstancePromCurrentActiveSeries

func (o *FormattedApiInstance) SetHmInstancePromCurrentActiveSeries(v float32)

SetHmInstancePromCurrentActiveSeries sets field value

func (*FormattedApiInstance) SetHmInstancePromCurrentUsage

func (o *FormattedApiInstance) SetHmInstancePromCurrentUsage(v float32)

SetHmInstancePromCurrentUsage sets field value

func (*FormattedApiInstance) SetHmInstancePromId

func (o *FormattedApiInstance) SetHmInstancePromId(v float32)

SetHmInstancePromId sets field value

func (*FormattedApiInstance) SetHmInstancePromName

func (o *FormattedApiInstance) SetHmInstancePromName(v string)

SetHmInstancePromName sets field value

func (*FormattedApiInstance) SetHmInstancePromStatus

func (o *FormattedApiInstance) SetHmInstancePromStatus(v string)

SetHmInstancePromStatus sets field value

func (*FormattedApiInstance) SetHmInstancePromUrl

func (o *FormattedApiInstance) SetHmInstancePromUrl(v string)

SetHmInstancePromUrl sets field value

func (*FormattedApiInstance) SetHpInstanceBillingUsage

func (o *FormattedApiInstance) SetHpInstanceBillingUsage(v float32)

SetHpInstanceBillingUsage sets field value

func (*FormattedApiInstance) SetHpInstanceClusterId

func (o *FormattedApiInstance) SetHpInstanceClusterId(v float32)

SetHpInstanceClusterId sets field value

func (*FormattedApiInstance) SetHpInstanceCurrentUsage

func (o *FormattedApiInstance) SetHpInstanceCurrentUsage(v float32)

SetHpInstanceCurrentUsage sets field value

func (*FormattedApiInstance) SetHpInstanceId

func (o *FormattedApiInstance) SetHpInstanceId(v float32)

SetHpInstanceId sets field value

func (*FormattedApiInstance) SetHpInstanceName

func (o *FormattedApiInstance) SetHpInstanceName(v string)

SetHpInstanceName sets field value

func (*FormattedApiInstance) SetHpInstanceStatus

func (o *FormattedApiInstance) SetHpInstanceStatus(v string)

SetHpInstanceStatus sets field value

func (*FormattedApiInstance) SetHpInstanceUrl

func (o *FormattedApiInstance) SetHpInstanceUrl(v string)

SetHpInstanceUrl sets field value

func (*FormattedApiInstance) SetHtInstanceBillingUsage

func (o *FormattedApiInstance) SetHtInstanceBillingUsage(v float32)

SetHtInstanceBillingUsage sets field value

func (*FormattedApiInstance) SetHtInstanceClusterId

func (o *FormattedApiInstance) SetHtInstanceClusterId(v float32)

SetHtInstanceClusterId sets field value

func (*FormattedApiInstance) SetHtInstanceCurrentUsage

func (o *FormattedApiInstance) SetHtInstanceCurrentUsage(v float32)

SetHtInstanceCurrentUsage sets field value

func (*FormattedApiInstance) SetHtInstanceId

func (o *FormattedApiInstance) SetHtInstanceId(v float32)

SetHtInstanceId sets field value

func (*FormattedApiInstance) SetHtInstanceName

func (o *FormattedApiInstance) SetHtInstanceName(v string)

SetHtInstanceName sets field value

func (*FormattedApiInstance) SetHtInstanceStatus

func (o *FormattedApiInstance) SetHtInstanceStatus(v string)

SetHtInstanceStatus sets field value

func (*FormattedApiInstance) SetHtInstanceUrl

func (o *FormattedApiInstance) SetHtInstanceUrl(v string)

SetHtInstanceUrl sets field value

func (*FormattedApiInstance) SetId

func (o *FormattedApiInstance) SetId(v float32)

SetId sets field value

func (*FormattedApiInstance) SetIncident

func (o *FormattedApiInstance) SetIncident(v float32)

SetIncident sets field value

func (*FormattedApiInstance) SetK6OrgId

func (o *FormattedApiInstance) SetK6OrgId(v float32)

SetK6OrgId sets field value

func (*FormattedApiInstance) SetLabels

func (o *FormattedApiInstance) SetLabels(v map[string]interface{})

SetLabels gets a reference to the given map[string]interface{} and assigns it to the Labels field.

func (o *FormattedApiInstance) SetLinks(v []LinksInner1)

SetLinks sets field value

func (*FormattedApiInstance) SetMachineLearning

func (o *FormattedApiInstance) SetMachineLearning(v float32)

SetMachineLearning sets field value

func (*FormattedApiInstance) SetMachineLearningLogsToken

func (o *FormattedApiInstance) SetMachineLearningLogsToken(v string)

SetMachineLearningLogsToken sets field value

func (*FormattedApiInstance) SetName

func (o *FormattedApiInstance) SetName(v string)

SetName sets field value

func (*FormattedApiInstance) SetOrgId

func (o *FormattedApiInstance) SetOrgId(v float32)

SetOrgId sets field value

func (*FormattedApiInstance) SetOrgName

func (o *FormattedApiInstance) SetOrgName(v string)

SetOrgName sets field value

func (*FormattedApiInstance) SetOrgSlug

func (o *FormattedApiInstance) SetOrgSlug(v string)

SetOrgSlug sets field value

func (*FormattedApiInstance) SetPlan

func (o *FormattedApiInstance) SetPlan(v string)

SetPlan sets field value

func (*FormattedApiInstance) SetPlanName

func (o *FormattedApiInstance) SetPlanName(v string)

SetPlanName sets field value

func (*FormattedApiInstance) SetProvider

func (o *FormattedApiInstance) SetProvider(v string)

SetProvider sets field value

func (*FormattedApiInstance) SetProviderRegion

func (o *FormattedApiInstance) SetProviderRegion(v string)

SetProviderRegion sets field value

func (*FormattedApiInstance) SetRegionHostedExportersApiUrl

func (o *FormattedApiInstance) SetRegionHostedExportersApiUrl(v string)

SetRegionHostedExportersApiUrl sets field value

func (*FormattedApiInstance) SetRegionId

func (o *FormattedApiInstance) SetRegionId(v float32)

SetRegionId sets field value

func (*FormattedApiInstance) SetRegionInsightsApiUrl

func (o *FormattedApiInstance) SetRegionInsightsApiUrl(v string)

SetRegionInsightsApiUrl sets field value

func (*FormattedApiInstance) SetRegionIntegrationsApiUrl

func (o *FormattedApiInstance) SetRegionIntegrationsApiUrl(v string)

SetRegionIntegrationsApiUrl sets field value

func (*FormattedApiInstance) SetRegionLLMGatewayUrl

func (o *FormattedApiInstance) SetRegionLLMGatewayUrl(v string)

SetRegionLLMGatewayUrl sets field value

func (*FormattedApiInstance) SetRegionMachineLearningApiUrl

func (o *FormattedApiInstance) SetRegionMachineLearningApiUrl(v string)

SetRegionMachineLearningApiUrl sets field value

func (*FormattedApiInstance) SetRegionPublicName

func (o *FormattedApiInstance) SetRegionPublicName(v string)

SetRegionPublicName sets field value

func (*FormattedApiInstance) SetRegionSlug

func (o *FormattedApiInstance) SetRegionSlug(v string)

SetRegionSlug sets field value

func (*FormattedApiInstance) SetRegionStackStateServiceUrl

func (o *FormattedApiInstance) SetRegionStackStateServiceUrl(v string)

SetRegionStackStateServiceUrl sets field value

func (*FormattedApiInstance) SetRegionSyntheticMonitoringApiUrl

func (o *FormattedApiInstance) SetRegionSyntheticMonitoringApiUrl(v string)

SetRegionSyntheticMonitoringApiUrl sets field value

func (*FormattedApiInstance) SetRunningVersion

func (o *FormattedApiInstance) SetRunningVersion(v string)

SetRunningVersion sets field value

func (*FormattedApiInstance) SetSlug

func (o *FormattedApiInstance) SetSlug(v string)

SetSlug sets field value

func (*FormattedApiInstance) SetSsl

func (o *FormattedApiInstance) SetSsl(v bool)

SetSsl sets field value

func (*FormattedApiInstance) SetStatus

func (o *FormattedApiInstance) SetStatus(v string)

SetStatus sets field value

func (*FormattedApiInstance) SetSupport

func (o *FormattedApiInstance) SetSupport(v bool)

SetSupport sets field value

func (*FormattedApiInstance) SetTrial

func (o *FormattedApiInstance) SetTrial(v float32)

SetTrial sets field value

func (*FormattedApiInstance) SetTrialExpiresAt

func (o *FormattedApiInstance) SetTrialExpiresAt(v string)

SetTrialExpiresAt sets field value

func (*FormattedApiInstance) SetType

func (o *FormattedApiInstance) SetType(v string)

SetType sets field value

func (*FormattedApiInstance) SetUpdatedAt

func (o *FormattedApiInstance) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (*FormattedApiInstance) SetUpdatedBy

func (o *FormattedApiInstance) SetUpdatedBy(v string)

SetUpdatedBy sets field value

func (*FormattedApiInstance) SetUrl

func (o *FormattedApiInstance) SetUrl(v string)

SetUrl sets field value

func (*FormattedApiInstance) SetUsageStatsId

func (o *FormattedApiInstance) SetUsageStatsId(v string)

SetUsageStatsId sets field value

func (*FormattedApiInstance) SetUserQuota

func (o *FormattedApiInstance) SetUserQuota(v float32)

SetUserQuota sets field value

func (*FormattedApiInstance) SetVersion

func (o *FormattedApiInstance) SetVersion(v string)

SetVersion sets field value

func (o *FormattedApiInstance) SetVersionIssueLink(v string)

SetVersionIssueLink gets a reference to the given string and assigns it to the VersionIssueLink field.

func (FormattedApiInstance) ToMap

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

func (*FormattedApiInstance) UnmarshalJSON

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

type FormattedApiInstanceConnections

type FormattedApiInstanceConnections struct {
	PrivateConnectivityInfo PrivateConnectivityInfo `json:"privateConnectivityInfo"`
	AppPlatform             *AppPlatform            `json:"appPlatform,omitempty"`
	InfluxUrl               NullableString          `json:"influxUrl,omitempty"`
	OtlpHttpUrl             NullableString          `json:"otlpHttpUrl,omitempty"`
	OncallApiUrl            NullableString          `json:"oncallApiUrl,omitempty"`
	AdditionalProperties    map[string]interface{}
}

FormattedApiInstanceConnections struct for FormattedApiInstanceConnections

func NewFormattedApiInstanceConnections

func NewFormattedApiInstanceConnections(privateConnectivityInfo PrivateConnectivityInfo) *FormattedApiInstanceConnections

NewFormattedApiInstanceConnections instantiates a new FormattedApiInstanceConnections 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 NewFormattedApiInstanceConnectionsWithDefaults

func NewFormattedApiInstanceConnectionsWithDefaults() *FormattedApiInstanceConnections

NewFormattedApiInstanceConnectionsWithDefaults instantiates a new FormattedApiInstanceConnections 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 (*FormattedApiInstanceConnections) GetAppPlatform

func (o *FormattedApiInstanceConnections) GetAppPlatform() AppPlatform

GetAppPlatform returns the AppPlatform field value if set, zero value otherwise.

func (*FormattedApiInstanceConnections) GetAppPlatformOk

func (o *FormattedApiInstanceConnections) GetAppPlatformOk() (*AppPlatform, bool)

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

func (*FormattedApiInstanceConnections) GetInfluxUrl

func (o *FormattedApiInstanceConnections) GetInfluxUrl() string

GetInfluxUrl returns the InfluxUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormattedApiInstanceConnections) GetInfluxUrlOk

func (o *FormattedApiInstanceConnections) GetInfluxUrlOk() (*string, bool)

GetInfluxUrlOk returns a tuple with the InfluxUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiInstanceConnections) GetOncallApiUrl

func (o *FormattedApiInstanceConnections) GetOncallApiUrl() string

GetOncallApiUrl returns the OncallApiUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormattedApiInstanceConnections) GetOncallApiUrlOk

func (o *FormattedApiInstanceConnections) GetOncallApiUrlOk() (*string, bool)

GetOncallApiUrlOk returns a tuple with the OncallApiUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiInstanceConnections) GetOtlpHttpUrl

func (o *FormattedApiInstanceConnections) GetOtlpHttpUrl() string

GetOtlpHttpUrl returns the OtlpHttpUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormattedApiInstanceConnections) GetOtlpHttpUrlOk

func (o *FormattedApiInstanceConnections) GetOtlpHttpUrlOk() (*string, bool)

GetOtlpHttpUrlOk returns a tuple with the OtlpHttpUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiInstanceConnections) GetPrivateConnectivityInfo

func (o *FormattedApiInstanceConnections) GetPrivateConnectivityInfo() PrivateConnectivityInfo

GetPrivateConnectivityInfo returns the PrivateConnectivityInfo field value

func (*FormattedApiInstanceConnections) GetPrivateConnectivityInfoOk

func (o *FormattedApiInstanceConnections) GetPrivateConnectivityInfoOk() (*PrivateConnectivityInfo, bool)

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

func (*FormattedApiInstanceConnections) HasAppPlatform

func (o *FormattedApiInstanceConnections) HasAppPlatform() bool

HasAppPlatform returns a boolean if a field has been set.

func (*FormattedApiInstanceConnections) HasInfluxUrl

func (o *FormattedApiInstanceConnections) HasInfluxUrl() bool

HasInfluxUrl returns a boolean if a field has been set.

func (*FormattedApiInstanceConnections) HasOncallApiUrl

func (o *FormattedApiInstanceConnections) HasOncallApiUrl() bool

HasOncallApiUrl returns a boolean if a field has been set.

func (*FormattedApiInstanceConnections) HasOtlpHttpUrl

func (o *FormattedApiInstanceConnections) HasOtlpHttpUrl() bool

HasOtlpHttpUrl returns a boolean if a field has been set.

func (FormattedApiInstanceConnections) MarshalJSON

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

func (*FormattedApiInstanceConnections) SetAppPlatform

func (o *FormattedApiInstanceConnections) SetAppPlatform(v AppPlatform)

SetAppPlatform gets a reference to the given AppPlatform and assigns it to the AppPlatform field.

func (*FormattedApiInstanceConnections) SetInfluxUrl

func (o *FormattedApiInstanceConnections) SetInfluxUrl(v string)

SetInfluxUrl gets a reference to the given NullableString and assigns it to the InfluxUrl field.

func (*FormattedApiInstanceConnections) SetInfluxUrlNil

func (o *FormattedApiInstanceConnections) SetInfluxUrlNil()

SetInfluxUrlNil sets the value for InfluxUrl to be an explicit nil

func (*FormattedApiInstanceConnections) SetOncallApiUrl

func (o *FormattedApiInstanceConnections) SetOncallApiUrl(v string)

SetOncallApiUrl gets a reference to the given NullableString and assigns it to the OncallApiUrl field.

func (*FormattedApiInstanceConnections) SetOncallApiUrlNil

func (o *FormattedApiInstanceConnections) SetOncallApiUrlNil()

SetOncallApiUrlNil sets the value for OncallApiUrl to be an explicit nil

func (*FormattedApiInstanceConnections) SetOtlpHttpUrl

func (o *FormattedApiInstanceConnections) SetOtlpHttpUrl(v string)

SetOtlpHttpUrl gets a reference to the given NullableString and assigns it to the OtlpHttpUrl field.

func (*FormattedApiInstanceConnections) SetOtlpHttpUrlNil

func (o *FormattedApiInstanceConnections) SetOtlpHttpUrlNil()

SetOtlpHttpUrlNil sets the value for OtlpHttpUrl to be an explicit nil

func (*FormattedApiInstanceConnections) SetPrivateConnectivityInfo

func (o *FormattedApiInstanceConnections) SetPrivateConnectivityInfo(v PrivateConnectivityInfo)

SetPrivateConnectivityInfo sets field value

func (FormattedApiInstanceConnections) ToMap

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

func (*FormattedApiInstanceConnections) UnmarshalJSON

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

func (*FormattedApiInstanceConnections) UnsetInfluxUrl

func (o *FormattedApiInstanceConnections) UnsetInfluxUrl()

UnsetInfluxUrl ensures that no value is present for InfluxUrl, not even an explicit nil

func (*FormattedApiInstanceConnections) UnsetOncallApiUrl

func (o *FormattedApiInstanceConnections) UnsetOncallApiUrl()

UnsetOncallApiUrl ensures that no value is present for OncallApiUrl, not even an explicit nil

func (*FormattedApiInstanceConnections) UnsetOtlpHttpUrl

func (o *FormattedApiInstanceConnections) UnsetOtlpHttpUrl()

UnsetOtlpHttpUrl ensures that no value is present for OtlpHttpUrl, not even an explicit nil

type FormattedApiInstancePlugin

type FormattedApiInstancePlugin struct {
	Id                   float32      `json:"id"`
	InstanceId           float32      `json:"instanceId"`
	InstanceUrl          string       `json:"instanceUrl"`
	InstanceSlug         string       `json:"instanceSlug"`
	PluginId             float32      `json:"pluginId"`
	PluginSlug           string       `json:"pluginSlug"`
	PluginName           string       `json:"pluginName"`
	Version              string       `json:"version"`
	LatestVersion        string       `json:"latestVersion"`
	CreatedAt            string       `json:"createdAt"`
	UpdatedAt            *time.Time   `json:"updatedAt,omitempty"`
	Links                []LinksInner `json:"links"`
	AdditionalProperties map[string]interface{}
}

FormattedApiInstancePlugin struct for FormattedApiInstancePlugin

func NewFormattedApiInstancePlugin

func NewFormattedApiInstancePlugin(id float32, instanceId float32, instanceUrl string, instanceSlug string, pluginId float32, pluginSlug string, pluginName string, version string, latestVersion string, createdAt string, links []LinksInner) *FormattedApiInstancePlugin

NewFormattedApiInstancePlugin instantiates a new FormattedApiInstancePlugin 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 NewFormattedApiInstancePluginWithDefaults

func NewFormattedApiInstancePluginWithDefaults() *FormattedApiInstancePlugin

NewFormattedApiInstancePluginWithDefaults instantiates a new FormattedApiInstancePlugin 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 (*FormattedApiInstancePlugin) GetCreatedAt

func (o *FormattedApiInstancePlugin) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*FormattedApiInstancePlugin) GetCreatedAtOk

func (o *FormattedApiInstancePlugin) GetCreatedAtOk() (*string, bool)

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

func (*FormattedApiInstancePlugin) GetId

GetId returns the Id field value

func (*FormattedApiInstancePlugin) GetIdOk

func (o *FormattedApiInstancePlugin) GetIdOk() (*float32, bool)

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

func (*FormattedApiInstancePlugin) GetInstanceId

func (o *FormattedApiInstancePlugin) GetInstanceId() float32

GetInstanceId returns the InstanceId field value

func (*FormattedApiInstancePlugin) GetInstanceIdOk

func (o *FormattedApiInstancePlugin) GetInstanceIdOk() (*float32, bool)

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

func (*FormattedApiInstancePlugin) GetInstanceSlug

func (o *FormattedApiInstancePlugin) GetInstanceSlug() string

GetInstanceSlug returns the InstanceSlug field value

func (*FormattedApiInstancePlugin) GetInstanceSlugOk

func (o *FormattedApiInstancePlugin) GetInstanceSlugOk() (*string, bool)

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

func (*FormattedApiInstancePlugin) GetInstanceUrl

func (o *FormattedApiInstancePlugin) GetInstanceUrl() string

GetInstanceUrl returns the InstanceUrl field value

func (*FormattedApiInstancePlugin) GetInstanceUrlOk

func (o *FormattedApiInstancePlugin) GetInstanceUrlOk() (*string, bool)

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

func (*FormattedApiInstancePlugin) GetLatestVersion

func (o *FormattedApiInstancePlugin) GetLatestVersion() string

GetLatestVersion returns the LatestVersion field value

func (*FormattedApiInstancePlugin) GetLatestVersionOk

func (o *FormattedApiInstancePlugin) GetLatestVersionOk() (*string, bool)

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

func (o *FormattedApiInstancePlugin) GetLinks() []LinksInner

GetLinks returns the Links field value

func (*FormattedApiInstancePlugin) GetLinksOk

func (o *FormattedApiInstancePlugin) GetLinksOk() ([]LinksInner, bool)

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

func (*FormattedApiInstancePlugin) GetPluginId

func (o *FormattedApiInstancePlugin) GetPluginId() float32

GetPluginId returns the PluginId field value

func (*FormattedApiInstancePlugin) GetPluginIdOk

func (o *FormattedApiInstancePlugin) GetPluginIdOk() (*float32, bool)

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

func (*FormattedApiInstancePlugin) GetPluginName

func (o *FormattedApiInstancePlugin) GetPluginName() string

GetPluginName returns the PluginName field value

func (*FormattedApiInstancePlugin) GetPluginNameOk

func (o *FormattedApiInstancePlugin) GetPluginNameOk() (*string, bool)

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

func (*FormattedApiInstancePlugin) GetPluginSlug

func (o *FormattedApiInstancePlugin) GetPluginSlug() string

GetPluginSlug returns the PluginSlug field value

func (*FormattedApiInstancePlugin) GetPluginSlugOk

func (o *FormattedApiInstancePlugin) GetPluginSlugOk() (*string, bool)

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

func (*FormattedApiInstancePlugin) GetUpdatedAt

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

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

func (*FormattedApiInstancePlugin) GetUpdatedAtOk

func (o *FormattedApiInstancePlugin) 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 (*FormattedApiInstancePlugin) GetVersion

func (o *FormattedApiInstancePlugin) GetVersion() string

GetVersion returns the Version field value

func (*FormattedApiInstancePlugin) GetVersionOk

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

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

func (*FormattedApiInstancePlugin) HasUpdatedAt

func (o *FormattedApiInstancePlugin) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (FormattedApiInstancePlugin) MarshalJSON

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

func (*FormattedApiInstancePlugin) SetCreatedAt

func (o *FormattedApiInstancePlugin) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*FormattedApiInstancePlugin) SetId

func (o *FormattedApiInstancePlugin) SetId(v float32)

SetId sets field value

func (*FormattedApiInstancePlugin) SetInstanceId

func (o *FormattedApiInstancePlugin) SetInstanceId(v float32)

SetInstanceId sets field value

func (*FormattedApiInstancePlugin) SetInstanceSlug

func (o *FormattedApiInstancePlugin) SetInstanceSlug(v string)

SetInstanceSlug sets field value

func (*FormattedApiInstancePlugin) SetInstanceUrl

func (o *FormattedApiInstancePlugin) SetInstanceUrl(v string)

SetInstanceUrl sets field value

func (*FormattedApiInstancePlugin) SetLatestVersion

func (o *FormattedApiInstancePlugin) SetLatestVersion(v string)

SetLatestVersion sets field value

func (o *FormattedApiInstancePlugin) SetLinks(v []LinksInner)

SetLinks sets field value

func (*FormattedApiInstancePlugin) SetPluginId

func (o *FormattedApiInstancePlugin) SetPluginId(v float32)

SetPluginId sets field value

func (*FormattedApiInstancePlugin) SetPluginName

func (o *FormattedApiInstancePlugin) SetPluginName(v string)

SetPluginName sets field value

func (*FormattedApiInstancePlugin) SetPluginSlug

func (o *FormattedApiInstancePlugin) SetPluginSlug(v string)

SetPluginSlug sets field value

func (*FormattedApiInstancePlugin) SetUpdatedAt

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

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

func (*FormattedApiInstancePlugin) SetVersion

func (o *FormattedApiInstancePlugin) SetVersion(v string)

SetVersion sets field value

func (FormattedApiInstancePlugin) ToMap

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

func (*FormattedApiInstancePlugin) UnmarshalJSON

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

type FormattedApiOrgPublic

type FormattedApiOrgPublic struct {
	Id                       float32                                `json:"id"`
	Slug                     string                                 `json:"slug"`
	Name                     string                                 `json:"name"`
	Url                      string                                 `json:"url"`
	CreatedAt                string                                 `json:"createdAt"`
	CreatedBy                NullableString                         `json:"createdBy"`
	UpdatedAt                NullableString                         `json:"updatedAt"`
	UpdatedBy                NullableString                         `json:"updatedBy"`
	Avatar                   NullableString                         `json:"avatar"`
	ChecksPerMonth           float32                                `json:"checksPerMonth"`
	WpPlan                   string                                 `json:"wpPlan"`
	HgInstanceLimit          float32                                `json:"hgInstanceLimit"`
	HmInstanceLimit          float32                                `json:"hmInstanceLimit"`
	HlInstanceLimit          float32                                `json:"hlInstanceLimit"`
	UserQuota                float32                                `json:"userQuota"`
	SupportPlan              string                                 `json:"supportPlan"`
	CreditApproved           float32                                `json:"creditApproved"`
	MsaSignedAt              NullableString                         `json:"msaSignedAt"`
	MsaSignedBy              NullableString                         `json:"msaSignedBy"`
	EnterprisePlugins        float32                                `json:"enterprisePlugins"`
	LicenseProducts          []string                               `json:"licenseProducts"`
	GrafanaCloud             float32                                `json:"grafanaCloud"`
	Privacy                  string                                 `json:"privacy"`
	Reseller                 string                                 `json:"reseller"`
	ResellerId               NullableFloat32                        `json:"resellerId"`
	ResellerName             NullableString                         `json:"resellerName"`
	EmergencySupport         bool                                   `json:"emergencySupport"`
	GcloudMonthlyCost        float32                                `json:"gcloudMonthlyCost"`
	HgUsage                  float32                                `json:"hgUsage"`
	HgCurrentActiveUsers     float32                                `json:"hgCurrentActiveUsers"`
	HgGrafanaUsage           float32                                `json:"hgGrafanaUsage"`
	HgOnCallUsage            float32                                `json:"hgOnCallUsage"`
	HmUsage                  float32                                `json:"hmUsage"`
	HmCurrentUsage           float32                                `json:"hmCurrentUsage"`
	HmGraphiteUsage          float32                                `json:"hmGraphiteUsage"`
	HlUsage                  float32                                `json:"hlUsage"`
	HlRetentionUsage         float32                                `json:"hlRetentionUsage"`
	HtUsage                  float32                                `json:"htUsage"`
	HpUsage                  float32                                `json:"hpUsage"`
	IrmUsage                 float32                                `json:"irmUsage"`
	K6VuhUsage               float32                                `json:"k6VuhUsage"`
	K6IPUsage                float32                                `json:"k6IPUsage"`
	FeO11YUsage              float32                                `json:"feO11YUsage"`
	AppO11YUsage             float32                                `json:"appO11YUsage"`
	SmUsage                  float32                                `json:"smUsage"`
	InfraO11YHostsUsage      float32                                `json:"infraO11YHostsUsage"`
	InfraO11YContainersUsage float32                                `json:"infraO11YContainersUsage"`
	GeUsersUsage             float32                                `json:"geUsersUsage"`
	GeInstancesUsage         float32                                `json:"geInstancesUsage"`
	AwsMarketplaceSupport    float32                                `json:"awsMarketplaceSupport"`
	TrialStartDate           NullableString                         `json:"trialStartDate"`
	TrialEndDate             NullableString                         `json:"trialEndDate"`
	TrialLengthDays          NullableFloat32                        `json:"trialLengthDays"`
	TrialNoticeDate          NullableString                         `json:"trialNoticeDate"`
	CancellationDate         NullableString                         `json:"cancellationDate"`
	RetainedStackId          float32                                `json:"retainedStackId"`
	AllowGCloudTrial         FormattedOrgMembershipAllowGCloudTrial `json:"allowGCloudTrial"`
	PluginSignatureType      string                                 `json:"pluginSignatureType"`
	ContractType             string                                 `json:"contractType"`
	ContractTypeId           float32                                `json:"contractTypeId"`
	LiveChatEnabled          bool                                   `json:"liveChatEnabled"`
	Links                    []LinksInner1                          `json:"links"`
	Subscriptions            Subscriptions                          `json:"subscriptions"`
	AdditionalProperties     map[string]interface{}
}

FormattedApiOrgPublic struct for FormattedApiOrgPublic

func NewFormattedApiOrgPublic

func NewFormattedApiOrgPublic(id float32, slug string, name string, url string, createdAt string, createdBy NullableString, updatedAt NullableString, updatedBy NullableString, avatar NullableString, checksPerMonth float32, wpPlan string, hgInstanceLimit float32, hmInstanceLimit float32, hlInstanceLimit float32, userQuota float32, supportPlan string, creditApproved float32, msaSignedAt NullableString, msaSignedBy NullableString, enterprisePlugins float32, licenseProducts []string, grafanaCloud float32, privacy string, reseller string, resellerId NullableFloat32, resellerName NullableString, emergencySupport bool, gcloudMonthlyCost float32, hgUsage float32, hgCurrentActiveUsers float32, hgGrafanaUsage float32, hgOnCallUsage float32, hmUsage float32, hmCurrentUsage float32, hmGraphiteUsage float32, hlUsage float32, hlRetentionUsage float32, htUsage float32, hpUsage float32, irmUsage float32, k6VuhUsage float32, k6IPUsage float32, feO11YUsage float32, appO11YUsage float32, smUsage float32, infraO11YHostsUsage float32, infraO11YContainersUsage float32, geUsersUsage float32, geInstancesUsage float32, awsMarketplaceSupport float32, trialStartDate NullableString, trialEndDate NullableString, trialLengthDays NullableFloat32, trialNoticeDate NullableString, cancellationDate NullableString, retainedStackId float32, allowGCloudTrial FormattedOrgMembershipAllowGCloudTrial, pluginSignatureType string, contractType string, contractTypeId float32, liveChatEnabled bool, links []LinksInner1, subscriptions Subscriptions) *FormattedApiOrgPublic

NewFormattedApiOrgPublic instantiates a new FormattedApiOrgPublic 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 NewFormattedApiOrgPublicWithDefaults

func NewFormattedApiOrgPublicWithDefaults() *FormattedApiOrgPublic

NewFormattedApiOrgPublicWithDefaults instantiates a new FormattedApiOrgPublic 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 (*FormattedApiOrgPublic) GetAllowGCloudTrial

GetAllowGCloudTrial returns the AllowGCloudTrial field value

func (*FormattedApiOrgPublic) GetAllowGCloudTrialOk

func (o *FormattedApiOrgPublic) GetAllowGCloudTrialOk() (*FormattedOrgMembershipAllowGCloudTrial, bool)

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

func (*FormattedApiOrgPublic) GetAppO11YUsage

func (o *FormattedApiOrgPublic) GetAppO11YUsage() float32

GetAppO11YUsage returns the AppO11YUsage field value

func (*FormattedApiOrgPublic) GetAppO11YUsageOk

func (o *FormattedApiOrgPublic) GetAppO11YUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetAvatar

func (o *FormattedApiOrgPublic) GetAvatar() string

GetAvatar returns the Avatar field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiOrgPublic) GetAvatarOk

func (o *FormattedApiOrgPublic) GetAvatarOk() (*string, bool)

GetAvatarOk returns a tuple with the Avatar field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiOrgPublic) GetAwsMarketplaceSupport

func (o *FormattedApiOrgPublic) GetAwsMarketplaceSupport() float32

GetAwsMarketplaceSupport returns the AwsMarketplaceSupport field value

func (*FormattedApiOrgPublic) GetAwsMarketplaceSupportOk

func (o *FormattedApiOrgPublic) GetAwsMarketplaceSupportOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetCancellationDate

func (o *FormattedApiOrgPublic) GetCancellationDate() string

GetCancellationDate returns the CancellationDate field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiOrgPublic) GetCancellationDateOk

func (o *FormattedApiOrgPublic) GetCancellationDateOk() (*string, bool)

GetCancellationDateOk returns a tuple with the CancellationDate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiOrgPublic) GetChecksPerMonth

func (o *FormattedApiOrgPublic) GetChecksPerMonth() float32

GetChecksPerMonth returns the ChecksPerMonth field value

func (*FormattedApiOrgPublic) GetChecksPerMonthOk

func (o *FormattedApiOrgPublic) GetChecksPerMonthOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetContractType

func (o *FormattedApiOrgPublic) GetContractType() string

GetContractType returns the ContractType field value

func (*FormattedApiOrgPublic) GetContractTypeId

func (o *FormattedApiOrgPublic) GetContractTypeId() float32

GetContractTypeId returns the ContractTypeId field value

func (*FormattedApiOrgPublic) GetContractTypeIdOk

func (o *FormattedApiOrgPublic) GetContractTypeIdOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetContractTypeOk

func (o *FormattedApiOrgPublic) GetContractTypeOk() (*string, bool)

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

func (*FormattedApiOrgPublic) GetCreatedAt

func (o *FormattedApiOrgPublic) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*FormattedApiOrgPublic) GetCreatedAtOk

func (o *FormattedApiOrgPublic) GetCreatedAtOk() (*string, bool)

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

func (*FormattedApiOrgPublic) GetCreatedBy

func (o *FormattedApiOrgPublic) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiOrgPublic) GetCreatedByOk

func (o *FormattedApiOrgPublic) GetCreatedByOk() (*string, bool)

GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiOrgPublic) GetCreditApproved

func (o *FormattedApiOrgPublic) GetCreditApproved() float32

GetCreditApproved returns the CreditApproved field value

func (*FormattedApiOrgPublic) GetCreditApprovedOk

func (o *FormattedApiOrgPublic) GetCreditApprovedOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetEmergencySupport

func (o *FormattedApiOrgPublic) GetEmergencySupport() bool

GetEmergencySupport returns the EmergencySupport field value

func (*FormattedApiOrgPublic) GetEmergencySupportOk

func (o *FormattedApiOrgPublic) GetEmergencySupportOk() (*bool, bool)

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

func (*FormattedApiOrgPublic) GetEnterprisePlugins

func (o *FormattedApiOrgPublic) GetEnterprisePlugins() float32

GetEnterprisePlugins returns the EnterprisePlugins field value

func (*FormattedApiOrgPublic) GetEnterprisePluginsOk

func (o *FormattedApiOrgPublic) GetEnterprisePluginsOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetFeO11YUsage

func (o *FormattedApiOrgPublic) GetFeO11YUsage() float32

GetFeO11YUsage returns the FeO11YUsage field value

func (*FormattedApiOrgPublic) GetFeO11YUsageOk

func (o *FormattedApiOrgPublic) GetFeO11YUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetGcloudMonthlyCost

func (o *FormattedApiOrgPublic) GetGcloudMonthlyCost() float32

GetGcloudMonthlyCost returns the GcloudMonthlyCost field value

func (*FormattedApiOrgPublic) GetGcloudMonthlyCostOk

func (o *FormattedApiOrgPublic) GetGcloudMonthlyCostOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetGeInstancesUsage

func (o *FormattedApiOrgPublic) GetGeInstancesUsage() float32

GetGeInstancesUsage returns the GeInstancesUsage field value

func (*FormattedApiOrgPublic) GetGeInstancesUsageOk

func (o *FormattedApiOrgPublic) GetGeInstancesUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetGeUsersUsage

func (o *FormattedApiOrgPublic) GetGeUsersUsage() float32

GetGeUsersUsage returns the GeUsersUsage field value

func (*FormattedApiOrgPublic) GetGeUsersUsageOk

func (o *FormattedApiOrgPublic) GetGeUsersUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetGrafanaCloud

func (o *FormattedApiOrgPublic) GetGrafanaCloud() float32

GetGrafanaCloud returns the GrafanaCloud field value

func (*FormattedApiOrgPublic) GetGrafanaCloudOk

func (o *FormattedApiOrgPublic) GetGrafanaCloudOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetHgCurrentActiveUsers

func (o *FormattedApiOrgPublic) GetHgCurrentActiveUsers() float32

GetHgCurrentActiveUsers returns the HgCurrentActiveUsers field value

func (*FormattedApiOrgPublic) GetHgCurrentActiveUsersOk

func (o *FormattedApiOrgPublic) GetHgCurrentActiveUsersOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetHgGrafanaUsage

func (o *FormattedApiOrgPublic) GetHgGrafanaUsage() float32

GetHgGrafanaUsage returns the HgGrafanaUsage field value

func (*FormattedApiOrgPublic) GetHgGrafanaUsageOk

func (o *FormattedApiOrgPublic) GetHgGrafanaUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetHgInstanceLimit

func (o *FormattedApiOrgPublic) GetHgInstanceLimit() float32

GetHgInstanceLimit returns the HgInstanceLimit field value

func (*FormattedApiOrgPublic) GetHgInstanceLimitOk

func (o *FormattedApiOrgPublic) GetHgInstanceLimitOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetHgOnCallUsage

func (o *FormattedApiOrgPublic) GetHgOnCallUsage() float32

GetHgOnCallUsage returns the HgOnCallUsage field value

func (*FormattedApiOrgPublic) GetHgOnCallUsageOk

func (o *FormattedApiOrgPublic) GetHgOnCallUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetHgUsage

func (o *FormattedApiOrgPublic) GetHgUsage() float32

GetHgUsage returns the HgUsage field value

func (*FormattedApiOrgPublic) GetHgUsageOk

func (o *FormattedApiOrgPublic) GetHgUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetHlInstanceLimit

func (o *FormattedApiOrgPublic) GetHlInstanceLimit() float32

GetHlInstanceLimit returns the HlInstanceLimit field value

func (*FormattedApiOrgPublic) GetHlInstanceLimitOk

func (o *FormattedApiOrgPublic) GetHlInstanceLimitOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetHlRetentionUsage

func (o *FormattedApiOrgPublic) GetHlRetentionUsage() float32

GetHlRetentionUsage returns the HlRetentionUsage field value

func (*FormattedApiOrgPublic) GetHlRetentionUsageOk

func (o *FormattedApiOrgPublic) GetHlRetentionUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetHlUsage

func (o *FormattedApiOrgPublic) GetHlUsage() float32

GetHlUsage returns the HlUsage field value

func (*FormattedApiOrgPublic) GetHlUsageOk

func (o *FormattedApiOrgPublic) GetHlUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetHmCurrentUsage

func (o *FormattedApiOrgPublic) GetHmCurrentUsage() float32

GetHmCurrentUsage returns the HmCurrentUsage field value

func (*FormattedApiOrgPublic) GetHmCurrentUsageOk

func (o *FormattedApiOrgPublic) GetHmCurrentUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetHmGraphiteUsage

func (o *FormattedApiOrgPublic) GetHmGraphiteUsage() float32

GetHmGraphiteUsage returns the HmGraphiteUsage field value

func (*FormattedApiOrgPublic) GetHmGraphiteUsageOk

func (o *FormattedApiOrgPublic) GetHmGraphiteUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetHmInstanceLimit

func (o *FormattedApiOrgPublic) GetHmInstanceLimit() float32

GetHmInstanceLimit returns the HmInstanceLimit field value

func (*FormattedApiOrgPublic) GetHmInstanceLimitOk

func (o *FormattedApiOrgPublic) GetHmInstanceLimitOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetHmUsage

func (o *FormattedApiOrgPublic) GetHmUsage() float32

GetHmUsage returns the HmUsage field value

func (*FormattedApiOrgPublic) GetHmUsageOk

func (o *FormattedApiOrgPublic) GetHmUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetHpUsage

func (o *FormattedApiOrgPublic) GetHpUsage() float32

GetHpUsage returns the HpUsage field value

func (*FormattedApiOrgPublic) GetHpUsageOk

func (o *FormattedApiOrgPublic) GetHpUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetHtUsage

func (o *FormattedApiOrgPublic) GetHtUsage() float32

GetHtUsage returns the HtUsage field value

func (*FormattedApiOrgPublic) GetHtUsageOk

func (o *FormattedApiOrgPublic) GetHtUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetId

func (o *FormattedApiOrgPublic) GetId() float32

GetId returns the Id field value

func (*FormattedApiOrgPublic) GetIdOk

func (o *FormattedApiOrgPublic) GetIdOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetInfraO11YContainersUsage

func (o *FormattedApiOrgPublic) GetInfraO11YContainersUsage() float32

GetInfraO11YContainersUsage returns the InfraO11YContainersUsage field value

func (*FormattedApiOrgPublic) GetInfraO11YContainersUsageOk

func (o *FormattedApiOrgPublic) GetInfraO11YContainersUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetInfraO11YHostsUsage

func (o *FormattedApiOrgPublic) GetInfraO11YHostsUsage() float32

GetInfraO11YHostsUsage returns the InfraO11YHostsUsage field value

func (*FormattedApiOrgPublic) GetInfraO11YHostsUsageOk

func (o *FormattedApiOrgPublic) GetInfraO11YHostsUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetIrmUsage

func (o *FormattedApiOrgPublic) GetIrmUsage() float32

GetIrmUsage returns the IrmUsage field value

func (*FormattedApiOrgPublic) GetIrmUsageOk

func (o *FormattedApiOrgPublic) GetIrmUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetK6IPUsage

func (o *FormattedApiOrgPublic) GetK6IPUsage() float32

GetK6IPUsage returns the K6IPUsage field value

func (*FormattedApiOrgPublic) GetK6IPUsageOk

func (o *FormattedApiOrgPublic) GetK6IPUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetK6VuhUsage

func (o *FormattedApiOrgPublic) GetK6VuhUsage() float32

GetK6VuhUsage returns the K6VuhUsage field value

func (*FormattedApiOrgPublic) GetK6VuhUsageOk

func (o *FormattedApiOrgPublic) GetK6VuhUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetLicenseProducts

func (o *FormattedApiOrgPublic) GetLicenseProducts() []string

GetLicenseProducts returns the LicenseProducts field value

func (*FormattedApiOrgPublic) GetLicenseProductsOk

func (o *FormattedApiOrgPublic) GetLicenseProductsOk() ([]string, bool)

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

func (o *FormattedApiOrgPublic) GetLinks() []LinksInner1

GetLinks returns the Links field value

func (*FormattedApiOrgPublic) GetLinksOk

func (o *FormattedApiOrgPublic) GetLinksOk() ([]LinksInner1, bool)

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

func (*FormattedApiOrgPublic) GetLiveChatEnabled

func (o *FormattedApiOrgPublic) GetLiveChatEnabled() bool

GetLiveChatEnabled returns the LiveChatEnabled field value

func (*FormattedApiOrgPublic) GetLiveChatEnabledOk

func (o *FormattedApiOrgPublic) GetLiveChatEnabledOk() (*bool, bool)

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

func (*FormattedApiOrgPublic) GetMsaSignedAt

func (o *FormattedApiOrgPublic) GetMsaSignedAt() string

GetMsaSignedAt returns the MsaSignedAt field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiOrgPublic) GetMsaSignedAtOk

func (o *FormattedApiOrgPublic) GetMsaSignedAtOk() (*string, bool)

GetMsaSignedAtOk returns a tuple with the MsaSignedAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiOrgPublic) GetMsaSignedBy

func (o *FormattedApiOrgPublic) GetMsaSignedBy() string

GetMsaSignedBy returns the MsaSignedBy field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiOrgPublic) GetMsaSignedByOk

func (o *FormattedApiOrgPublic) GetMsaSignedByOk() (*string, bool)

GetMsaSignedByOk returns a tuple with the MsaSignedBy field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiOrgPublic) GetName

func (o *FormattedApiOrgPublic) GetName() string

GetName returns the Name field value

func (*FormattedApiOrgPublic) GetNameOk

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

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

func (*FormattedApiOrgPublic) GetPluginSignatureType

func (o *FormattedApiOrgPublic) GetPluginSignatureType() string

GetPluginSignatureType returns the PluginSignatureType field value

func (*FormattedApiOrgPublic) GetPluginSignatureTypeOk

func (o *FormattedApiOrgPublic) GetPluginSignatureTypeOk() (*string, bool)

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

func (*FormattedApiOrgPublic) GetPrivacy

func (o *FormattedApiOrgPublic) GetPrivacy() string

GetPrivacy returns the Privacy field value

func (*FormattedApiOrgPublic) GetPrivacyOk

func (o *FormattedApiOrgPublic) GetPrivacyOk() (*string, bool)

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

func (*FormattedApiOrgPublic) GetReseller

func (o *FormattedApiOrgPublic) GetReseller() string

GetReseller returns the Reseller field value

func (*FormattedApiOrgPublic) GetResellerId

func (o *FormattedApiOrgPublic) GetResellerId() float32

GetResellerId returns the ResellerId field value If the value is explicit nil, the zero value for float32 will be returned

func (*FormattedApiOrgPublic) GetResellerIdOk

func (o *FormattedApiOrgPublic) GetResellerIdOk() (*float32, bool)

GetResellerIdOk returns a tuple with the ResellerId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiOrgPublic) GetResellerName

func (o *FormattedApiOrgPublic) GetResellerName() string

GetResellerName returns the ResellerName field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiOrgPublic) GetResellerNameOk

func (o *FormattedApiOrgPublic) GetResellerNameOk() (*string, bool)

GetResellerNameOk returns a tuple with the ResellerName field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiOrgPublic) GetResellerOk

func (o *FormattedApiOrgPublic) GetResellerOk() (*string, bool)

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

func (*FormattedApiOrgPublic) GetRetainedStackId

func (o *FormattedApiOrgPublic) GetRetainedStackId() float32

GetRetainedStackId returns the RetainedStackId field value

func (*FormattedApiOrgPublic) GetRetainedStackIdOk

func (o *FormattedApiOrgPublic) GetRetainedStackIdOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetSlug

func (o *FormattedApiOrgPublic) GetSlug() string

GetSlug returns the Slug field value

func (*FormattedApiOrgPublic) GetSlugOk

func (o *FormattedApiOrgPublic) GetSlugOk() (*string, bool)

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

func (*FormattedApiOrgPublic) GetSmUsage

func (o *FormattedApiOrgPublic) GetSmUsage() float32

GetSmUsage returns the SmUsage field value

func (*FormattedApiOrgPublic) GetSmUsageOk

func (o *FormattedApiOrgPublic) GetSmUsageOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetSubscriptions

func (o *FormattedApiOrgPublic) GetSubscriptions() Subscriptions

GetSubscriptions returns the Subscriptions field value

func (*FormattedApiOrgPublic) GetSubscriptionsOk

func (o *FormattedApiOrgPublic) GetSubscriptionsOk() (*Subscriptions, bool)

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

func (*FormattedApiOrgPublic) GetSupportPlan

func (o *FormattedApiOrgPublic) GetSupportPlan() string

GetSupportPlan returns the SupportPlan field value

func (*FormattedApiOrgPublic) GetSupportPlanOk

func (o *FormattedApiOrgPublic) GetSupportPlanOk() (*string, bool)

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

func (*FormattedApiOrgPublic) GetTrialEndDate

func (o *FormattedApiOrgPublic) GetTrialEndDate() string

GetTrialEndDate returns the TrialEndDate field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiOrgPublic) GetTrialEndDateOk

func (o *FormattedApiOrgPublic) GetTrialEndDateOk() (*string, bool)

GetTrialEndDateOk returns a tuple with the TrialEndDate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiOrgPublic) GetTrialLengthDays

func (o *FormattedApiOrgPublic) GetTrialLengthDays() float32

GetTrialLengthDays returns the TrialLengthDays field value If the value is explicit nil, the zero value for float32 will be returned

func (*FormattedApiOrgPublic) GetTrialLengthDaysOk

func (o *FormattedApiOrgPublic) GetTrialLengthDaysOk() (*float32, bool)

GetTrialLengthDaysOk returns a tuple with the TrialLengthDays field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiOrgPublic) GetTrialNoticeDate

func (o *FormattedApiOrgPublic) GetTrialNoticeDate() string

GetTrialNoticeDate returns the TrialNoticeDate field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiOrgPublic) GetTrialNoticeDateOk

func (o *FormattedApiOrgPublic) GetTrialNoticeDateOk() (*string, bool)

GetTrialNoticeDateOk returns a tuple with the TrialNoticeDate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiOrgPublic) GetTrialStartDate

func (o *FormattedApiOrgPublic) GetTrialStartDate() string

GetTrialStartDate returns the TrialStartDate field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiOrgPublic) GetTrialStartDateOk

func (o *FormattedApiOrgPublic) GetTrialStartDateOk() (*string, bool)

GetTrialStartDateOk returns a tuple with the TrialStartDate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiOrgPublic) GetUpdatedAt

func (o *FormattedApiOrgPublic) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiOrgPublic) GetUpdatedAtOk

func (o *FormattedApiOrgPublic) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiOrgPublic) GetUpdatedBy

func (o *FormattedApiOrgPublic) GetUpdatedBy() string

GetUpdatedBy returns the UpdatedBy field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiOrgPublic) GetUpdatedByOk

func (o *FormattedApiOrgPublic) GetUpdatedByOk() (*string, bool)

GetUpdatedByOk returns a tuple with the UpdatedBy field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiOrgPublic) GetUrl

func (o *FormattedApiOrgPublic) GetUrl() string

GetUrl returns the Url field value

func (*FormattedApiOrgPublic) GetUrlOk

func (o *FormattedApiOrgPublic) GetUrlOk() (*string, bool)

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

func (*FormattedApiOrgPublic) GetUserQuota

func (o *FormattedApiOrgPublic) GetUserQuota() float32

GetUserQuota returns the UserQuota field value

func (*FormattedApiOrgPublic) GetUserQuotaOk

func (o *FormattedApiOrgPublic) GetUserQuotaOk() (*float32, bool)

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

func (*FormattedApiOrgPublic) GetWpPlan

func (o *FormattedApiOrgPublic) GetWpPlan() string

GetWpPlan returns the WpPlan field value

func (*FormattedApiOrgPublic) GetWpPlanOk

func (o *FormattedApiOrgPublic) GetWpPlanOk() (*string, bool)

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

func (FormattedApiOrgPublic) MarshalJSON

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

func (*FormattedApiOrgPublic) SetAllowGCloudTrial

SetAllowGCloudTrial sets field value

func (*FormattedApiOrgPublic) SetAppO11YUsage

func (o *FormattedApiOrgPublic) SetAppO11YUsage(v float32)

SetAppO11YUsage sets field value

func (*FormattedApiOrgPublic) SetAvatar

func (o *FormattedApiOrgPublic) SetAvatar(v string)

SetAvatar sets field value

func (*FormattedApiOrgPublic) SetAwsMarketplaceSupport

func (o *FormattedApiOrgPublic) SetAwsMarketplaceSupport(v float32)

SetAwsMarketplaceSupport sets field value

func (*FormattedApiOrgPublic) SetCancellationDate

func (o *FormattedApiOrgPublic) SetCancellationDate(v string)

SetCancellationDate sets field value

func (*FormattedApiOrgPublic) SetChecksPerMonth

func (o *FormattedApiOrgPublic) SetChecksPerMonth(v float32)

SetChecksPerMonth sets field value

func (*FormattedApiOrgPublic) SetContractType

func (o *FormattedApiOrgPublic) SetContractType(v string)

SetContractType sets field value

func (*FormattedApiOrgPublic) SetContractTypeId

func (o *FormattedApiOrgPublic) SetContractTypeId(v float32)

SetContractTypeId sets field value

func (*FormattedApiOrgPublic) SetCreatedAt

func (o *FormattedApiOrgPublic) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*FormattedApiOrgPublic) SetCreatedBy

func (o *FormattedApiOrgPublic) SetCreatedBy(v string)

SetCreatedBy sets field value

func (*FormattedApiOrgPublic) SetCreditApproved

func (o *FormattedApiOrgPublic) SetCreditApproved(v float32)

SetCreditApproved sets field value

func (*FormattedApiOrgPublic) SetEmergencySupport

func (o *FormattedApiOrgPublic) SetEmergencySupport(v bool)

SetEmergencySupport sets field value

func (*FormattedApiOrgPublic) SetEnterprisePlugins

func (o *FormattedApiOrgPublic) SetEnterprisePlugins(v float32)

SetEnterprisePlugins sets field value

func (*FormattedApiOrgPublic) SetFeO11YUsage

func (o *FormattedApiOrgPublic) SetFeO11YUsage(v float32)

SetFeO11YUsage sets field value

func (*FormattedApiOrgPublic) SetGcloudMonthlyCost

func (o *FormattedApiOrgPublic) SetGcloudMonthlyCost(v float32)

SetGcloudMonthlyCost sets field value

func (*FormattedApiOrgPublic) SetGeInstancesUsage

func (o *FormattedApiOrgPublic) SetGeInstancesUsage(v float32)

SetGeInstancesUsage sets field value

func (*FormattedApiOrgPublic) SetGeUsersUsage

func (o *FormattedApiOrgPublic) SetGeUsersUsage(v float32)

SetGeUsersUsage sets field value

func (*FormattedApiOrgPublic) SetGrafanaCloud

func (o *FormattedApiOrgPublic) SetGrafanaCloud(v float32)

SetGrafanaCloud sets field value

func (*FormattedApiOrgPublic) SetHgCurrentActiveUsers

func (o *FormattedApiOrgPublic) SetHgCurrentActiveUsers(v float32)

SetHgCurrentActiveUsers sets field value

func (*FormattedApiOrgPublic) SetHgGrafanaUsage

func (o *FormattedApiOrgPublic) SetHgGrafanaUsage(v float32)

SetHgGrafanaUsage sets field value

func (*FormattedApiOrgPublic) SetHgInstanceLimit

func (o *FormattedApiOrgPublic) SetHgInstanceLimit(v float32)

SetHgInstanceLimit sets field value

func (*FormattedApiOrgPublic) SetHgOnCallUsage

func (o *FormattedApiOrgPublic) SetHgOnCallUsage(v float32)

SetHgOnCallUsage sets field value

func (*FormattedApiOrgPublic) SetHgUsage

func (o *FormattedApiOrgPublic) SetHgUsage(v float32)

SetHgUsage sets field value

func (*FormattedApiOrgPublic) SetHlInstanceLimit

func (o *FormattedApiOrgPublic) SetHlInstanceLimit(v float32)

SetHlInstanceLimit sets field value

func (*FormattedApiOrgPublic) SetHlRetentionUsage

func (o *FormattedApiOrgPublic) SetHlRetentionUsage(v float32)

SetHlRetentionUsage sets field value

func (*FormattedApiOrgPublic) SetHlUsage

func (o *FormattedApiOrgPublic) SetHlUsage(v float32)

SetHlUsage sets field value

func (*FormattedApiOrgPublic) SetHmCurrentUsage

func (o *FormattedApiOrgPublic) SetHmCurrentUsage(v float32)

SetHmCurrentUsage sets field value

func (*FormattedApiOrgPublic) SetHmGraphiteUsage

func (o *FormattedApiOrgPublic) SetHmGraphiteUsage(v float32)

SetHmGraphiteUsage sets field value

func (*FormattedApiOrgPublic) SetHmInstanceLimit

func (o *FormattedApiOrgPublic) SetHmInstanceLimit(v float32)

SetHmInstanceLimit sets field value

func (*FormattedApiOrgPublic) SetHmUsage

func (o *FormattedApiOrgPublic) SetHmUsage(v float32)

SetHmUsage sets field value

func (*FormattedApiOrgPublic) SetHpUsage

func (o *FormattedApiOrgPublic) SetHpUsage(v float32)

SetHpUsage sets field value

func (*FormattedApiOrgPublic) SetHtUsage

func (o *FormattedApiOrgPublic) SetHtUsage(v float32)

SetHtUsage sets field value

func (*FormattedApiOrgPublic) SetId

func (o *FormattedApiOrgPublic) SetId(v float32)

SetId sets field value

func (*FormattedApiOrgPublic) SetInfraO11YContainersUsage

func (o *FormattedApiOrgPublic) SetInfraO11YContainersUsage(v float32)

SetInfraO11YContainersUsage sets field value

func (*FormattedApiOrgPublic) SetInfraO11YHostsUsage

func (o *FormattedApiOrgPublic) SetInfraO11YHostsUsage(v float32)

SetInfraO11YHostsUsage sets field value

func (*FormattedApiOrgPublic) SetIrmUsage

func (o *FormattedApiOrgPublic) SetIrmUsage(v float32)

SetIrmUsage sets field value

func (*FormattedApiOrgPublic) SetK6IPUsage

func (o *FormattedApiOrgPublic) SetK6IPUsage(v float32)

SetK6IPUsage sets field value

func (*FormattedApiOrgPublic) SetK6VuhUsage

func (o *FormattedApiOrgPublic) SetK6VuhUsage(v float32)

SetK6VuhUsage sets field value

func (*FormattedApiOrgPublic) SetLicenseProducts

func (o *FormattedApiOrgPublic) SetLicenseProducts(v []string)

SetLicenseProducts sets field value

func (o *FormattedApiOrgPublic) SetLinks(v []LinksInner1)

SetLinks sets field value

func (*FormattedApiOrgPublic) SetLiveChatEnabled

func (o *FormattedApiOrgPublic) SetLiveChatEnabled(v bool)

SetLiveChatEnabled sets field value

func (*FormattedApiOrgPublic) SetMsaSignedAt

func (o *FormattedApiOrgPublic) SetMsaSignedAt(v string)

SetMsaSignedAt sets field value

func (*FormattedApiOrgPublic) SetMsaSignedBy

func (o *FormattedApiOrgPublic) SetMsaSignedBy(v string)

SetMsaSignedBy sets field value

func (*FormattedApiOrgPublic) SetName

func (o *FormattedApiOrgPublic) SetName(v string)

SetName sets field value

func (*FormattedApiOrgPublic) SetPluginSignatureType

func (o *FormattedApiOrgPublic) SetPluginSignatureType(v string)

SetPluginSignatureType sets field value

func (*FormattedApiOrgPublic) SetPrivacy

func (o *FormattedApiOrgPublic) SetPrivacy(v string)

SetPrivacy sets field value

func (*FormattedApiOrgPublic) SetReseller

func (o *FormattedApiOrgPublic) SetReseller(v string)

SetReseller sets field value

func (*FormattedApiOrgPublic) SetResellerId

func (o *FormattedApiOrgPublic) SetResellerId(v float32)

SetResellerId sets field value

func (*FormattedApiOrgPublic) SetResellerName

func (o *FormattedApiOrgPublic) SetResellerName(v string)

SetResellerName sets field value

func (*FormattedApiOrgPublic) SetRetainedStackId

func (o *FormattedApiOrgPublic) SetRetainedStackId(v float32)

SetRetainedStackId sets field value

func (*FormattedApiOrgPublic) SetSlug

func (o *FormattedApiOrgPublic) SetSlug(v string)

SetSlug sets field value

func (*FormattedApiOrgPublic) SetSmUsage

func (o *FormattedApiOrgPublic) SetSmUsage(v float32)

SetSmUsage sets field value

func (*FormattedApiOrgPublic) SetSubscriptions

func (o *FormattedApiOrgPublic) SetSubscriptions(v Subscriptions)

SetSubscriptions sets field value

func (*FormattedApiOrgPublic) SetSupportPlan

func (o *FormattedApiOrgPublic) SetSupportPlan(v string)

SetSupportPlan sets field value

func (*FormattedApiOrgPublic) SetTrialEndDate

func (o *FormattedApiOrgPublic) SetTrialEndDate(v string)

SetTrialEndDate sets field value

func (*FormattedApiOrgPublic) SetTrialLengthDays

func (o *FormattedApiOrgPublic) SetTrialLengthDays(v float32)

SetTrialLengthDays sets field value

func (*FormattedApiOrgPublic) SetTrialNoticeDate

func (o *FormattedApiOrgPublic) SetTrialNoticeDate(v string)

SetTrialNoticeDate sets field value

func (*FormattedApiOrgPublic) SetTrialStartDate

func (o *FormattedApiOrgPublic) SetTrialStartDate(v string)

SetTrialStartDate sets field value

func (*FormattedApiOrgPublic) SetUpdatedAt

func (o *FormattedApiOrgPublic) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (*FormattedApiOrgPublic) SetUpdatedBy

func (o *FormattedApiOrgPublic) SetUpdatedBy(v string)

SetUpdatedBy sets field value

func (*FormattedApiOrgPublic) SetUrl

func (o *FormattedApiOrgPublic) SetUrl(v string)

SetUrl sets field value

func (*FormattedApiOrgPublic) SetUserQuota

func (o *FormattedApiOrgPublic) SetUserQuota(v float32)

SetUserQuota sets field value

func (*FormattedApiOrgPublic) SetWpPlan

func (o *FormattedApiOrgPublic) SetWpPlan(v string)

SetWpPlan sets field value

func (FormattedApiOrgPublic) ToMap

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

func (*FormattedApiOrgPublic) UnmarshalJSON

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

type FormattedApiPlugin

type FormattedApiPlugin struct {
	Status                 string                 `json:"status"`
	Id                     float32                `json:"id"`
	TypeId                 float32                `json:"typeId"`
	TypeName               string                 `json:"typeName"`
	TypeCode               string                 `json:"typeCode"`
	Slug                   string                 `json:"slug"`
	Name                   string                 `json:"name"`
	Description            string                 `json:"description"`
	Version                string                 `json:"version"`
	VersionStatus          string                 `json:"versionStatus"`
	VersionSignatureType   string                 `json:"versionSignatureType"`
	VersionSignedByOrg     string                 `json:"versionSignedByOrg"`
	VersionSignedByOrgName string                 `json:"versionSignedByOrgName"`
	UserId                 float32                `json:"userId"`
	OrgId                  float32                `json:"orgId"`
	OrgName                string                 `json:"orgName"`
	OrgSlug                string                 `json:"orgSlug"`
	OrgUrl                 string                 `json:"orgUrl"`
	Url                    string                 `json:"url"`
	CreatedAt              string                 `json:"createdAt"`
	UpdatedAt              string                 `json:"updatedAt"`
	Downloads              float32                `json:"downloads"`
	Verified               bool                   `json:"verified"`
	Featured               float32                `json:"featured"`
	Internal               bool                   `json:"internal"`
	DownloadSlug           string                 `json:"downloadSlug"`
	Popularity             float32                `json:"popularity"`
	SignatureType          string                 `json:"signatureType"`
	Packages               map[string]interface{} `json:"packages"`
	Links                  []LinksInner1          `json:"links"`
	AngularDetected        bool                   `json:"angularDetected"`
	LastCommitDate         string                 `json:"lastCommitDate"`
	LicenseUrl             *string                `json:"licenseUrl,omitempty"`
	DocumentationUrl       *string                `json:"documentationUrl,omitempty"`
	AdditionalProperties   map[string]interface{}
}

FormattedApiPlugin struct for FormattedApiPlugin

func NewFormattedApiPlugin

func NewFormattedApiPlugin(status string, id float32, typeId float32, typeName string, typeCode string, slug string, name string, description string, version string, versionStatus string, versionSignatureType string, versionSignedByOrg string, versionSignedByOrgName string, userId float32, orgId float32, orgName string, orgSlug string, orgUrl string, url string, createdAt string, updatedAt string, downloads float32, verified bool, featured float32, internal bool, downloadSlug string, popularity float32, signatureType string, packages map[string]interface{}, links []LinksInner1, angularDetected bool, lastCommitDate string) *FormattedApiPlugin

NewFormattedApiPlugin instantiates a new FormattedApiPlugin 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 NewFormattedApiPluginWithDefaults

func NewFormattedApiPluginWithDefaults() *FormattedApiPlugin

NewFormattedApiPluginWithDefaults instantiates a new FormattedApiPlugin 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 (*FormattedApiPlugin) GetAngularDetected

func (o *FormattedApiPlugin) GetAngularDetected() bool

GetAngularDetected returns the AngularDetected field value

func (*FormattedApiPlugin) GetAngularDetectedOk

func (o *FormattedApiPlugin) GetAngularDetectedOk() (*bool, bool)

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

func (*FormattedApiPlugin) GetCreatedAt

func (o *FormattedApiPlugin) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*FormattedApiPlugin) GetCreatedAtOk

func (o *FormattedApiPlugin) GetCreatedAtOk() (*string, bool)

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

func (*FormattedApiPlugin) GetDescription

func (o *FormattedApiPlugin) GetDescription() string

GetDescription returns the Description field value

func (*FormattedApiPlugin) GetDescriptionOk

func (o *FormattedApiPlugin) GetDescriptionOk() (*string, bool)

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

func (*FormattedApiPlugin) GetDocumentationUrl

func (o *FormattedApiPlugin) GetDocumentationUrl() string

GetDocumentationUrl returns the DocumentationUrl field value if set, zero value otherwise.

func (*FormattedApiPlugin) GetDocumentationUrlOk

func (o *FormattedApiPlugin) GetDocumentationUrlOk() (*string, bool)

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

func (*FormattedApiPlugin) GetDownloadSlug

func (o *FormattedApiPlugin) GetDownloadSlug() string

GetDownloadSlug returns the DownloadSlug field value

func (*FormattedApiPlugin) GetDownloadSlugOk

func (o *FormattedApiPlugin) GetDownloadSlugOk() (*string, bool)

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

func (*FormattedApiPlugin) GetDownloads

func (o *FormattedApiPlugin) GetDownloads() float32

GetDownloads returns the Downloads field value

func (*FormattedApiPlugin) GetDownloadsOk

func (o *FormattedApiPlugin) GetDownloadsOk() (*float32, bool)

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

func (*FormattedApiPlugin) GetFeatured

func (o *FormattedApiPlugin) GetFeatured() float32

GetFeatured returns the Featured field value

func (*FormattedApiPlugin) GetFeaturedOk

func (o *FormattedApiPlugin) GetFeaturedOk() (*float32, bool)

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

func (*FormattedApiPlugin) GetId

func (o *FormattedApiPlugin) GetId() float32

GetId returns the Id field value

func (*FormattedApiPlugin) GetIdOk

func (o *FormattedApiPlugin) GetIdOk() (*float32, bool)

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

func (*FormattedApiPlugin) GetInternal

func (o *FormattedApiPlugin) GetInternal() bool

GetInternal returns the Internal field value

func (*FormattedApiPlugin) GetInternalOk

func (o *FormattedApiPlugin) GetInternalOk() (*bool, bool)

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

func (*FormattedApiPlugin) GetLastCommitDate

func (o *FormattedApiPlugin) GetLastCommitDate() string

GetLastCommitDate returns the LastCommitDate field value

func (*FormattedApiPlugin) GetLastCommitDateOk

func (o *FormattedApiPlugin) GetLastCommitDateOk() (*string, bool)

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

func (*FormattedApiPlugin) GetLicenseUrl

func (o *FormattedApiPlugin) GetLicenseUrl() string

GetLicenseUrl returns the LicenseUrl field value if set, zero value otherwise.

func (*FormattedApiPlugin) GetLicenseUrlOk

func (o *FormattedApiPlugin) GetLicenseUrlOk() (*string, bool)

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

func (o *FormattedApiPlugin) GetLinks() []LinksInner1

GetLinks returns the Links field value

func (*FormattedApiPlugin) GetLinksOk

func (o *FormattedApiPlugin) GetLinksOk() ([]LinksInner1, bool)

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

func (*FormattedApiPlugin) GetName

func (o *FormattedApiPlugin) GetName() string

GetName returns the Name field value

func (*FormattedApiPlugin) GetNameOk

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

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

func (*FormattedApiPlugin) GetOrgId

func (o *FormattedApiPlugin) GetOrgId() float32

GetOrgId returns the OrgId field value

func (*FormattedApiPlugin) GetOrgIdOk

func (o *FormattedApiPlugin) GetOrgIdOk() (*float32, bool)

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

func (*FormattedApiPlugin) GetOrgName

func (o *FormattedApiPlugin) GetOrgName() string

GetOrgName returns the OrgName field value

func (*FormattedApiPlugin) GetOrgNameOk

func (o *FormattedApiPlugin) GetOrgNameOk() (*string, bool)

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

func (*FormattedApiPlugin) GetOrgSlug

func (o *FormattedApiPlugin) GetOrgSlug() string

GetOrgSlug returns the OrgSlug field value

func (*FormattedApiPlugin) GetOrgSlugOk

func (o *FormattedApiPlugin) GetOrgSlugOk() (*string, bool)

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

func (*FormattedApiPlugin) GetOrgUrl

func (o *FormattedApiPlugin) GetOrgUrl() string

GetOrgUrl returns the OrgUrl field value

func (*FormattedApiPlugin) GetOrgUrlOk

func (o *FormattedApiPlugin) GetOrgUrlOk() (*string, bool)

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

func (*FormattedApiPlugin) GetPackages

func (o *FormattedApiPlugin) GetPackages() map[string]interface{}

GetPackages returns the Packages field value

func (*FormattedApiPlugin) GetPackagesOk

func (o *FormattedApiPlugin) GetPackagesOk() (map[string]interface{}, bool)

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

func (*FormattedApiPlugin) GetPopularity

func (o *FormattedApiPlugin) GetPopularity() float32

GetPopularity returns the Popularity field value

func (*FormattedApiPlugin) GetPopularityOk

func (o *FormattedApiPlugin) GetPopularityOk() (*float32, bool)

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

func (*FormattedApiPlugin) GetSignatureType

func (o *FormattedApiPlugin) GetSignatureType() string

GetSignatureType returns the SignatureType field value

func (*FormattedApiPlugin) GetSignatureTypeOk

func (o *FormattedApiPlugin) GetSignatureTypeOk() (*string, bool)

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

func (*FormattedApiPlugin) GetSlug

func (o *FormattedApiPlugin) GetSlug() string

GetSlug returns the Slug field value

func (*FormattedApiPlugin) GetSlugOk

func (o *FormattedApiPlugin) GetSlugOk() (*string, bool)

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

func (*FormattedApiPlugin) GetStatus

func (o *FormattedApiPlugin) GetStatus() string

GetStatus returns the Status field value

func (*FormattedApiPlugin) GetStatusOk

func (o *FormattedApiPlugin) GetStatusOk() (*string, bool)

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

func (*FormattedApiPlugin) GetTypeCode

func (o *FormattedApiPlugin) GetTypeCode() string

GetTypeCode returns the TypeCode field value

func (*FormattedApiPlugin) GetTypeCodeOk

func (o *FormattedApiPlugin) GetTypeCodeOk() (*string, bool)

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

func (*FormattedApiPlugin) GetTypeId

func (o *FormattedApiPlugin) GetTypeId() float32

GetTypeId returns the TypeId field value

func (*FormattedApiPlugin) GetTypeIdOk

func (o *FormattedApiPlugin) GetTypeIdOk() (*float32, bool)

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

func (*FormattedApiPlugin) GetTypeName

func (o *FormattedApiPlugin) GetTypeName() string

GetTypeName returns the TypeName field value

func (*FormattedApiPlugin) GetTypeNameOk

func (o *FormattedApiPlugin) GetTypeNameOk() (*string, bool)

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

func (*FormattedApiPlugin) GetUpdatedAt

func (o *FormattedApiPlugin) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value

func (*FormattedApiPlugin) GetUpdatedAtOk

func (o *FormattedApiPlugin) GetUpdatedAtOk() (*string, bool)

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

func (*FormattedApiPlugin) GetUrl

func (o *FormattedApiPlugin) GetUrl() string

GetUrl returns the Url field value

func (*FormattedApiPlugin) GetUrlOk

func (o *FormattedApiPlugin) GetUrlOk() (*string, bool)

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

func (*FormattedApiPlugin) GetUserId

func (o *FormattedApiPlugin) GetUserId() float32

GetUserId returns the UserId field value

func (*FormattedApiPlugin) GetUserIdOk

func (o *FormattedApiPlugin) GetUserIdOk() (*float32, bool)

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

func (*FormattedApiPlugin) GetVerified

func (o *FormattedApiPlugin) GetVerified() bool

GetVerified returns the Verified field value

func (*FormattedApiPlugin) GetVerifiedOk

func (o *FormattedApiPlugin) GetVerifiedOk() (*bool, bool)

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

func (*FormattedApiPlugin) GetVersion

func (o *FormattedApiPlugin) GetVersion() string

GetVersion returns the Version field value

func (*FormattedApiPlugin) GetVersionOk

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

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

func (*FormattedApiPlugin) GetVersionSignatureType

func (o *FormattedApiPlugin) GetVersionSignatureType() string

GetVersionSignatureType returns the VersionSignatureType field value

func (*FormattedApiPlugin) GetVersionSignatureTypeOk

func (o *FormattedApiPlugin) GetVersionSignatureTypeOk() (*string, bool)

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

func (*FormattedApiPlugin) GetVersionSignedByOrg

func (o *FormattedApiPlugin) GetVersionSignedByOrg() string

GetVersionSignedByOrg returns the VersionSignedByOrg field value

func (*FormattedApiPlugin) GetVersionSignedByOrgName

func (o *FormattedApiPlugin) GetVersionSignedByOrgName() string

GetVersionSignedByOrgName returns the VersionSignedByOrgName field value

func (*FormattedApiPlugin) GetVersionSignedByOrgNameOk

func (o *FormattedApiPlugin) GetVersionSignedByOrgNameOk() (*string, bool)

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

func (*FormattedApiPlugin) GetVersionSignedByOrgOk

func (o *FormattedApiPlugin) GetVersionSignedByOrgOk() (*string, bool)

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

func (*FormattedApiPlugin) GetVersionStatus

func (o *FormattedApiPlugin) GetVersionStatus() string

GetVersionStatus returns the VersionStatus field value

func (*FormattedApiPlugin) GetVersionStatusOk

func (o *FormattedApiPlugin) GetVersionStatusOk() (*string, bool)

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

func (*FormattedApiPlugin) HasDocumentationUrl

func (o *FormattedApiPlugin) HasDocumentationUrl() bool

HasDocumentationUrl returns a boolean if a field has been set.

func (*FormattedApiPlugin) HasLicenseUrl

func (o *FormattedApiPlugin) HasLicenseUrl() bool

HasLicenseUrl returns a boolean if a field has been set.

func (FormattedApiPlugin) MarshalJSON

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

func (*FormattedApiPlugin) SetAngularDetected

func (o *FormattedApiPlugin) SetAngularDetected(v bool)

SetAngularDetected sets field value

func (*FormattedApiPlugin) SetCreatedAt

func (o *FormattedApiPlugin) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*FormattedApiPlugin) SetDescription

func (o *FormattedApiPlugin) SetDescription(v string)

SetDescription sets field value

func (*FormattedApiPlugin) SetDocumentationUrl

func (o *FormattedApiPlugin) SetDocumentationUrl(v string)

SetDocumentationUrl gets a reference to the given string and assigns it to the DocumentationUrl field.

func (*FormattedApiPlugin) SetDownloadSlug

func (o *FormattedApiPlugin) SetDownloadSlug(v string)

SetDownloadSlug sets field value

func (*FormattedApiPlugin) SetDownloads

func (o *FormattedApiPlugin) SetDownloads(v float32)

SetDownloads sets field value

func (*FormattedApiPlugin) SetFeatured

func (o *FormattedApiPlugin) SetFeatured(v float32)

SetFeatured sets field value

func (*FormattedApiPlugin) SetId

func (o *FormattedApiPlugin) SetId(v float32)

SetId sets field value

func (*FormattedApiPlugin) SetInternal

func (o *FormattedApiPlugin) SetInternal(v bool)

SetInternal sets field value

func (*FormattedApiPlugin) SetLastCommitDate

func (o *FormattedApiPlugin) SetLastCommitDate(v string)

SetLastCommitDate sets field value

func (*FormattedApiPlugin) SetLicenseUrl

func (o *FormattedApiPlugin) SetLicenseUrl(v string)

SetLicenseUrl gets a reference to the given string and assigns it to the LicenseUrl field.

func (o *FormattedApiPlugin) SetLinks(v []LinksInner1)

SetLinks sets field value

func (*FormattedApiPlugin) SetName

func (o *FormattedApiPlugin) SetName(v string)

SetName sets field value

func (*FormattedApiPlugin) SetOrgId

func (o *FormattedApiPlugin) SetOrgId(v float32)

SetOrgId sets field value

func (*FormattedApiPlugin) SetOrgName

func (o *FormattedApiPlugin) SetOrgName(v string)

SetOrgName sets field value

func (*FormattedApiPlugin) SetOrgSlug

func (o *FormattedApiPlugin) SetOrgSlug(v string)

SetOrgSlug sets field value

func (*FormattedApiPlugin) SetOrgUrl

func (o *FormattedApiPlugin) SetOrgUrl(v string)

SetOrgUrl sets field value

func (*FormattedApiPlugin) SetPackages

func (o *FormattedApiPlugin) SetPackages(v map[string]interface{})

SetPackages sets field value

func (*FormattedApiPlugin) SetPopularity

func (o *FormattedApiPlugin) SetPopularity(v float32)

SetPopularity sets field value

func (*FormattedApiPlugin) SetSignatureType

func (o *FormattedApiPlugin) SetSignatureType(v string)

SetSignatureType sets field value

func (*FormattedApiPlugin) SetSlug

func (o *FormattedApiPlugin) SetSlug(v string)

SetSlug sets field value

func (*FormattedApiPlugin) SetStatus

func (o *FormattedApiPlugin) SetStatus(v string)

SetStatus sets field value

func (*FormattedApiPlugin) SetTypeCode

func (o *FormattedApiPlugin) SetTypeCode(v string)

SetTypeCode sets field value

func (*FormattedApiPlugin) SetTypeId

func (o *FormattedApiPlugin) SetTypeId(v float32)

SetTypeId sets field value

func (*FormattedApiPlugin) SetTypeName

func (o *FormattedApiPlugin) SetTypeName(v string)

SetTypeName sets field value

func (*FormattedApiPlugin) SetUpdatedAt

func (o *FormattedApiPlugin) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (*FormattedApiPlugin) SetUrl

func (o *FormattedApiPlugin) SetUrl(v string)

SetUrl sets field value

func (*FormattedApiPlugin) SetUserId

func (o *FormattedApiPlugin) SetUserId(v float32)

SetUserId sets field value

func (*FormattedApiPlugin) SetVerified

func (o *FormattedApiPlugin) SetVerified(v bool)

SetVerified sets field value

func (*FormattedApiPlugin) SetVersion

func (o *FormattedApiPlugin) SetVersion(v string)

SetVersion sets field value

func (*FormattedApiPlugin) SetVersionSignatureType

func (o *FormattedApiPlugin) SetVersionSignatureType(v string)

SetVersionSignatureType sets field value

func (*FormattedApiPlugin) SetVersionSignedByOrg

func (o *FormattedApiPlugin) SetVersionSignedByOrg(v string)

SetVersionSignedByOrg sets field value

func (*FormattedApiPlugin) SetVersionSignedByOrgName

func (o *FormattedApiPlugin) SetVersionSignedByOrgName(v string)

SetVersionSignedByOrgName sets field value

func (*FormattedApiPlugin) SetVersionStatus

func (o *FormattedApiPlugin) SetVersionStatus(v string)

SetVersionStatus sets field value

func (FormattedApiPlugin) ToMap

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

func (*FormattedApiPlugin) UnmarshalJSON

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

type FormattedApiStackRegion

type FormattedApiStackRegion struct {
	FormattedApiStackRegionAnyOf  *FormattedApiStackRegionAnyOf
	FormattedApiStackRegionAnyOf1 *FormattedApiStackRegionAnyOf1
}

FormattedApiStackRegion struct for FormattedApiStackRegion

func (*FormattedApiStackRegion) MarshalJSON

func (src *FormattedApiStackRegion) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*FormattedApiStackRegion) UnmarshalJSON

func (dst *FormattedApiStackRegion) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type FormattedApiStackRegionAnyOf

type FormattedApiStackRegionAnyOf struct {
	Id                   float32        `json:"id"`
	Status               string         `json:"status"`
	Visibility           string         `json:"visibility"`
	Slug                 string         `json:"slug"`
	Name                 string         `json:"name"`
	PublicName           string         `json:"publicName"`
	Description          string         `json:"description"`
	Provider             string         `json:"provider"`
	CreatedAt            string         `json:"createdAt"`
	UpdatedAt            NullableString `json:"updatedAt"`
	SortOrder            float32        `json:"sortOrder"`
	AdditionalProperties map[string]interface{}
}

FormattedApiStackRegionAnyOf struct for FormattedApiStackRegionAnyOf

func NewFormattedApiStackRegionAnyOf

func NewFormattedApiStackRegionAnyOf(id float32, status string, visibility string, slug string, name string, publicName string, description string, provider string, createdAt string, updatedAt NullableString, sortOrder float32) *FormattedApiStackRegionAnyOf

NewFormattedApiStackRegionAnyOf instantiates a new FormattedApiStackRegionAnyOf 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 NewFormattedApiStackRegionAnyOfWithDefaults

func NewFormattedApiStackRegionAnyOfWithDefaults() *FormattedApiStackRegionAnyOf

NewFormattedApiStackRegionAnyOfWithDefaults instantiates a new FormattedApiStackRegionAnyOf 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 (*FormattedApiStackRegionAnyOf) GetCreatedAt

func (o *FormattedApiStackRegionAnyOf) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*FormattedApiStackRegionAnyOf) GetCreatedAtOk

func (o *FormattedApiStackRegionAnyOf) GetCreatedAtOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf) GetDescription

func (o *FormattedApiStackRegionAnyOf) GetDescription() string

GetDescription returns the Description field value

func (*FormattedApiStackRegionAnyOf) GetDescriptionOk

func (o *FormattedApiStackRegionAnyOf) GetDescriptionOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf) GetId

GetId returns the Id field value

func (*FormattedApiStackRegionAnyOf) GetIdOk

func (o *FormattedApiStackRegionAnyOf) GetIdOk() (*float32, bool)

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

func (*FormattedApiStackRegionAnyOf) GetName

func (o *FormattedApiStackRegionAnyOf) GetName() string

GetName returns the Name field value

func (*FormattedApiStackRegionAnyOf) GetNameOk

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

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

func (*FormattedApiStackRegionAnyOf) GetProvider

func (o *FormattedApiStackRegionAnyOf) GetProvider() string

GetProvider returns the Provider field value

func (*FormattedApiStackRegionAnyOf) GetProviderOk

func (o *FormattedApiStackRegionAnyOf) GetProviderOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf) GetPublicName

func (o *FormattedApiStackRegionAnyOf) GetPublicName() string

GetPublicName returns the PublicName field value

func (*FormattedApiStackRegionAnyOf) GetPublicNameOk

func (o *FormattedApiStackRegionAnyOf) GetPublicNameOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf) GetSlug

func (o *FormattedApiStackRegionAnyOf) GetSlug() string

GetSlug returns the Slug field value

func (*FormattedApiStackRegionAnyOf) GetSlugOk

func (o *FormattedApiStackRegionAnyOf) GetSlugOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf) GetSortOrder

func (o *FormattedApiStackRegionAnyOf) GetSortOrder() float32

GetSortOrder returns the SortOrder field value

func (*FormattedApiStackRegionAnyOf) GetSortOrderOk

func (o *FormattedApiStackRegionAnyOf) GetSortOrderOk() (*float32, bool)

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

func (*FormattedApiStackRegionAnyOf) GetStatus

func (o *FormattedApiStackRegionAnyOf) GetStatus() string

GetStatus returns the Status field value

func (*FormattedApiStackRegionAnyOf) GetStatusOk

func (o *FormattedApiStackRegionAnyOf) GetStatusOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf) GetUpdatedAt

func (o *FormattedApiStackRegionAnyOf) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiStackRegionAnyOf) GetUpdatedAtOk

func (o *FormattedApiStackRegionAnyOf) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiStackRegionAnyOf) GetVisibility

func (o *FormattedApiStackRegionAnyOf) GetVisibility() string

GetVisibility returns the Visibility field value

func (*FormattedApiStackRegionAnyOf) GetVisibilityOk

func (o *FormattedApiStackRegionAnyOf) GetVisibilityOk() (*string, bool)

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

func (FormattedApiStackRegionAnyOf) MarshalJSON

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

func (*FormattedApiStackRegionAnyOf) SetCreatedAt

func (o *FormattedApiStackRegionAnyOf) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*FormattedApiStackRegionAnyOf) SetDescription

func (o *FormattedApiStackRegionAnyOf) SetDescription(v string)

SetDescription sets field value

func (*FormattedApiStackRegionAnyOf) SetId

SetId sets field value

func (*FormattedApiStackRegionAnyOf) SetName

func (o *FormattedApiStackRegionAnyOf) SetName(v string)

SetName sets field value

func (*FormattedApiStackRegionAnyOf) SetProvider

func (o *FormattedApiStackRegionAnyOf) SetProvider(v string)

SetProvider sets field value

func (*FormattedApiStackRegionAnyOf) SetPublicName

func (o *FormattedApiStackRegionAnyOf) SetPublicName(v string)

SetPublicName sets field value

func (*FormattedApiStackRegionAnyOf) SetSlug

func (o *FormattedApiStackRegionAnyOf) SetSlug(v string)

SetSlug sets field value

func (*FormattedApiStackRegionAnyOf) SetSortOrder

func (o *FormattedApiStackRegionAnyOf) SetSortOrder(v float32)

SetSortOrder sets field value

func (*FormattedApiStackRegionAnyOf) SetStatus

func (o *FormattedApiStackRegionAnyOf) SetStatus(v string)

SetStatus sets field value

func (*FormattedApiStackRegionAnyOf) SetUpdatedAt

func (o *FormattedApiStackRegionAnyOf) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (*FormattedApiStackRegionAnyOf) SetVisibility

func (o *FormattedApiStackRegionAnyOf) SetVisibility(v string)

SetVisibility sets field value

func (FormattedApiStackRegionAnyOf) ToMap

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

func (*FormattedApiStackRegionAnyOf) UnmarshalJSON

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

type FormattedApiStackRegionAnyOf1

type FormattedApiStackRegionAnyOf1 struct {
	StackStateServiceUrl        string                      `json:"stackStateServiceUrl"`
	SyntheticMonitoringApiUrl   string                      `json:"syntheticMonitoringApiUrl"`
	InsightsApiUrl              string                      `json:"insightsApiUrl"`
	IntegrationsApiUrl          string                      `json:"integrationsApiUrl"`
	HostedExportersApiUrl       string                      `json:"hostedExportersApiUrl"`
	MachineLearningApiUrl       string                      `json:"machineLearningApiUrl"`
	LlmGatewayUrl               string                      `json:"llmGatewayUrl"`
	IncidentApiUrl              string                      `json:"incidentApiUrl"`
	OncallApiUrl                string                      `json:"oncallApiUrl"`
	FaroEndpointUrl             string                      `json:"faroEndpointUrl"`
	PdcClusterSlug              string                      `json:"pdcClusterSlug"`
	PdcPrivateConnectivityInfo  PdcPrivateConnectivityInfo  `json:"pdcPrivateConnectivityInfo"`
	OtlpHttpUrl                 NullableString              `json:"otlpHttpUrl"`
	OtlpPrivateConnectivityInfo OtlpPrivateConnectivityInfo `json:"otlpPrivateConnectivityInfo"`
	AuthApiUrl                  string                      `json:"authApiUrl"`
	AuthApiTokenSet             bool                        `json:"authApiTokenSet"`
	HgClusterId                 float32                     `json:"hgClusterId"`
	HgClusterSlug               string                      `json:"hgClusterSlug"`
	HgClusterName               string                      `json:"hgClusterName"`
	HgClusterUrl                string                      `json:"hgClusterUrl"`
	HmPromClusterId             float32                     `json:"hmPromClusterId"`
	HmPromClusterSlug           string                      `json:"hmPromClusterSlug"`
	HmPromClusterName           string                      `json:"hmPromClusterName"`
	HmPromClusterUrl            string                      `json:"hmPromClusterUrl"`
	HmGraphiteClusterId         float32                     `json:"hmGraphiteClusterId"`
	HmGraphiteClusterSlug       string                      `json:"hmGraphiteClusterSlug"`
	HmGraphiteClusterName       string                      `json:"hmGraphiteClusterName"`
	HmGraphiteClusterUrl        string                      `json:"hmGraphiteClusterUrl"`
	HlClusterId                 float32                     `json:"hlClusterId"`
	HlClusterSlug               string                      `json:"hlClusterSlug"`
	HlClusterName               string                      `json:"hlClusterName"`
	HlClusterUrl                string                      `json:"hlClusterUrl"`
	AmClusterId                 float32                     `json:"amClusterId"`
	AmClusterSlug               string                      `json:"amClusterSlug"`
	AmClusterName               string                      `json:"amClusterName"`
	AmClusterUrl                string                      `json:"amClusterUrl"`
	HtClusterId                 float32                     `json:"htClusterId"`
	HtClusterSlug               string                      `json:"htClusterSlug"`
	HtClusterName               string                      `json:"htClusterName"`
	HtClusterUrl                string                      `json:"htClusterUrl"`
	HpClusterId                 float32                     `json:"hpClusterId"`
	HpClusterSlug               string                      `json:"hpClusterSlug"`
	HpClusterName               string                      `json:"hpClusterName"`
	HpClusterUrl                string                      `json:"hpClusterUrl"`
	AgmClusterId                float32                     `json:"agmClusterId"`
	AgmClusterSlug              string                      `json:"agmClusterSlug"`
	AgmClusterName              string                      `json:"agmClusterName"`
	AgmClusterUrl               string                      `json:"agmClusterUrl"`
	AssertsGraphClusterId       float32                     `json:"assertsGraphClusterId"`
	AssertsGraphClusterSlug     string                      `json:"assertsGraphClusterSlug"`
	AssertsGraphClusterName     string                      `json:"assertsGraphClusterName"`
	AssertsGraphClusterApiUrl   NullableString              `json:"assertsGraphClusterApiUrl,omitempty"`
	ProviderRegion              string                      `json:"providerRegion"`
	IsStub                      bool                        `json:"isStub"`
	Id                          float32                     `json:"id"`
	Status                      string                      `json:"status"`
	Visibility                  string                      `json:"visibility"`
	Slug                        string                      `json:"slug"`
	Name                        string                      `json:"name"`
	PublicName                  string                      `json:"publicName"`
	Description                 string                      `json:"description"`
	Provider                    string                      `json:"provider"`
	CreatedAt                   string                      `json:"createdAt"`
	UpdatedAt                   NullableString              `json:"updatedAt"`
	SortOrder                   float32                     `json:"sortOrder"`
	AdditionalProperties        map[string]interface{}
}

FormattedApiStackRegionAnyOf1 struct for FormattedApiStackRegionAnyOf1

func NewFormattedApiStackRegionAnyOf1

func NewFormattedApiStackRegionAnyOf1(stackStateServiceUrl string, syntheticMonitoringApiUrl string, insightsApiUrl string, integrationsApiUrl string, hostedExportersApiUrl string, machineLearningApiUrl string, llmGatewayUrl string, incidentApiUrl string, oncallApiUrl string, faroEndpointUrl string, pdcClusterSlug string, pdcPrivateConnectivityInfo PdcPrivateConnectivityInfo, otlpHttpUrl NullableString, otlpPrivateConnectivityInfo OtlpPrivateConnectivityInfo, authApiUrl string, authApiTokenSet bool, hgClusterId float32, hgClusterSlug string, hgClusterName string, hgClusterUrl string, hmPromClusterId float32, hmPromClusterSlug string, hmPromClusterName string, hmPromClusterUrl string, hmGraphiteClusterId float32, hmGraphiteClusterSlug string, hmGraphiteClusterName string, hmGraphiteClusterUrl string, hlClusterId float32, hlClusterSlug string, hlClusterName string, hlClusterUrl string, amClusterId float32, amClusterSlug string, amClusterName string, amClusterUrl string, htClusterId float32, htClusterSlug string, htClusterName string, htClusterUrl string, hpClusterId float32, hpClusterSlug string, hpClusterName string, hpClusterUrl string, agmClusterId float32, agmClusterSlug string, agmClusterName string, agmClusterUrl string, assertsGraphClusterId float32, assertsGraphClusterSlug string, assertsGraphClusterName string, providerRegion string, isStub bool, id float32, status string, visibility string, slug string, name string, publicName string, description string, provider string, createdAt string, updatedAt NullableString, sortOrder float32) *FormattedApiStackRegionAnyOf1

NewFormattedApiStackRegionAnyOf1 instantiates a new FormattedApiStackRegionAnyOf1 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 NewFormattedApiStackRegionAnyOf1WithDefaults

func NewFormattedApiStackRegionAnyOf1WithDefaults() *FormattedApiStackRegionAnyOf1

NewFormattedApiStackRegionAnyOf1WithDefaults instantiates a new FormattedApiStackRegionAnyOf1 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 (*FormattedApiStackRegionAnyOf1) GetAgmClusterId

func (o *FormattedApiStackRegionAnyOf1) GetAgmClusterId() float32

GetAgmClusterId returns the AgmClusterId field value

func (*FormattedApiStackRegionAnyOf1) GetAgmClusterIdOk

func (o *FormattedApiStackRegionAnyOf1) GetAgmClusterIdOk() (*float32, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetAgmClusterName

func (o *FormattedApiStackRegionAnyOf1) GetAgmClusterName() string

GetAgmClusterName returns the AgmClusterName field value

func (*FormattedApiStackRegionAnyOf1) GetAgmClusterNameOk

func (o *FormattedApiStackRegionAnyOf1) GetAgmClusterNameOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetAgmClusterSlug

func (o *FormattedApiStackRegionAnyOf1) GetAgmClusterSlug() string

GetAgmClusterSlug returns the AgmClusterSlug field value

func (*FormattedApiStackRegionAnyOf1) GetAgmClusterSlugOk

func (o *FormattedApiStackRegionAnyOf1) GetAgmClusterSlugOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetAgmClusterUrl

func (o *FormattedApiStackRegionAnyOf1) GetAgmClusterUrl() string

GetAgmClusterUrl returns the AgmClusterUrl field value

func (*FormattedApiStackRegionAnyOf1) GetAgmClusterUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetAgmClusterUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetAmClusterId

func (o *FormattedApiStackRegionAnyOf1) GetAmClusterId() float32

GetAmClusterId returns the AmClusterId field value

func (*FormattedApiStackRegionAnyOf1) GetAmClusterIdOk

func (o *FormattedApiStackRegionAnyOf1) GetAmClusterIdOk() (*float32, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetAmClusterName

func (o *FormattedApiStackRegionAnyOf1) GetAmClusterName() string

GetAmClusterName returns the AmClusterName field value

func (*FormattedApiStackRegionAnyOf1) GetAmClusterNameOk

func (o *FormattedApiStackRegionAnyOf1) GetAmClusterNameOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetAmClusterSlug

func (o *FormattedApiStackRegionAnyOf1) GetAmClusterSlug() string

GetAmClusterSlug returns the AmClusterSlug field value

func (*FormattedApiStackRegionAnyOf1) GetAmClusterSlugOk

func (o *FormattedApiStackRegionAnyOf1) GetAmClusterSlugOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetAmClusterUrl

func (o *FormattedApiStackRegionAnyOf1) GetAmClusterUrl() string

GetAmClusterUrl returns the AmClusterUrl field value

func (*FormattedApiStackRegionAnyOf1) GetAmClusterUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetAmClusterUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterApiUrl

func (o *FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterApiUrl() string

GetAssertsGraphClusterApiUrl returns the AssertsGraphClusterApiUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterApiUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterApiUrlOk() (*string, bool)

GetAssertsGraphClusterApiUrlOk returns a tuple with the AssertsGraphClusterApiUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterId

func (o *FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterId() float32

GetAssertsGraphClusterId returns the AssertsGraphClusterId field value

func (*FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterIdOk

func (o *FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterIdOk() (*float32, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterName

func (o *FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterName() string

GetAssertsGraphClusterName returns the AssertsGraphClusterName field value

func (*FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterNameOk

func (o *FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterNameOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterSlug

func (o *FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterSlug() string

GetAssertsGraphClusterSlug returns the AssertsGraphClusterSlug field value

func (*FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterSlugOk

func (o *FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterSlugOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetAuthApiTokenSet

func (o *FormattedApiStackRegionAnyOf1) GetAuthApiTokenSet() bool

GetAuthApiTokenSet returns the AuthApiTokenSet field value

func (*FormattedApiStackRegionAnyOf1) GetAuthApiTokenSetOk

func (o *FormattedApiStackRegionAnyOf1) GetAuthApiTokenSetOk() (*bool, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetAuthApiUrl

func (o *FormattedApiStackRegionAnyOf1) GetAuthApiUrl() string

GetAuthApiUrl returns the AuthApiUrl field value

func (*FormattedApiStackRegionAnyOf1) GetAuthApiUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetAuthApiUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetCreatedAt

func (o *FormattedApiStackRegionAnyOf1) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*FormattedApiStackRegionAnyOf1) GetCreatedAtOk

func (o *FormattedApiStackRegionAnyOf1) GetCreatedAtOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetDescription

func (o *FormattedApiStackRegionAnyOf1) GetDescription() string

GetDescription returns the Description field value

func (*FormattedApiStackRegionAnyOf1) GetDescriptionOk

func (o *FormattedApiStackRegionAnyOf1) GetDescriptionOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetFaroEndpointUrl

func (o *FormattedApiStackRegionAnyOf1) GetFaroEndpointUrl() string

GetFaroEndpointUrl returns the FaroEndpointUrl field value

func (*FormattedApiStackRegionAnyOf1) GetFaroEndpointUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetFaroEndpointUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHgClusterId

func (o *FormattedApiStackRegionAnyOf1) GetHgClusterId() float32

GetHgClusterId returns the HgClusterId field value

func (*FormattedApiStackRegionAnyOf1) GetHgClusterIdOk

func (o *FormattedApiStackRegionAnyOf1) GetHgClusterIdOk() (*float32, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHgClusterName

func (o *FormattedApiStackRegionAnyOf1) GetHgClusterName() string

GetHgClusterName returns the HgClusterName field value

func (*FormattedApiStackRegionAnyOf1) GetHgClusterNameOk

func (o *FormattedApiStackRegionAnyOf1) GetHgClusterNameOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHgClusterSlug

func (o *FormattedApiStackRegionAnyOf1) GetHgClusterSlug() string

GetHgClusterSlug returns the HgClusterSlug field value

func (*FormattedApiStackRegionAnyOf1) GetHgClusterSlugOk

func (o *FormattedApiStackRegionAnyOf1) GetHgClusterSlugOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHgClusterUrl

func (o *FormattedApiStackRegionAnyOf1) GetHgClusterUrl() string

GetHgClusterUrl returns the HgClusterUrl field value

func (*FormattedApiStackRegionAnyOf1) GetHgClusterUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetHgClusterUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHlClusterId

func (o *FormattedApiStackRegionAnyOf1) GetHlClusterId() float32

GetHlClusterId returns the HlClusterId field value

func (*FormattedApiStackRegionAnyOf1) GetHlClusterIdOk

func (o *FormattedApiStackRegionAnyOf1) GetHlClusterIdOk() (*float32, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHlClusterName

func (o *FormattedApiStackRegionAnyOf1) GetHlClusterName() string

GetHlClusterName returns the HlClusterName field value

func (*FormattedApiStackRegionAnyOf1) GetHlClusterNameOk

func (o *FormattedApiStackRegionAnyOf1) GetHlClusterNameOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHlClusterSlug

func (o *FormattedApiStackRegionAnyOf1) GetHlClusterSlug() string

GetHlClusterSlug returns the HlClusterSlug field value

func (*FormattedApiStackRegionAnyOf1) GetHlClusterSlugOk

func (o *FormattedApiStackRegionAnyOf1) GetHlClusterSlugOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHlClusterUrl

func (o *FormattedApiStackRegionAnyOf1) GetHlClusterUrl() string

GetHlClusterUrl returns the HlClusterUrl field value

func (*FormattedApiStackRegionAnyOf1) GetHlClusterUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetHlClusterUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterId

func (o *FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterId() float32

GetHmGraphiteClusterId returns the HmGraphiteClusterId field value

func (*FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterIdOk

func (o *FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterIdOk() (*float32, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterName

func (o *FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterName() string

GetHmGraphiteClusterName returns the HmGraphiteClusterName field value

func (*FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterNameOk

func (o *FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterNameOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterSlug

func (o *FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterSlug() string

GetHmGraphiteClusterSlug returns the HmGraphiteClusterSlug field value

func (*FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterSlugOk

func (o *FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterSlugOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterUrl

func (o *FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterUrl() string

GetHmGraphiteClusterUrl returns the HmGraphiteClusterUrl field value

func (*FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHmPromClusterId

func (o *FormattedApiStackRegionAnyOf1) GetHmPromClusterId() float32

GetHmPromClusterId returns the HmPromClusterId field value

func (*FormattedApiStackRegionAnyOf1) GetHmPromClusterIdOk

func (o *FormattedApiStackRegionAnyOf1) GetHmPromClusterIdOk() (*float32, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHmPromClusterName

func (o *FormattedApiStackRegionAnyOf1) GetHmPromClusterName() string

GetHmPromClusterName returns the HmPromClusterName field value

func (*FormattedApiStackRegionAnyOf1) GetHmPromClusterNameOk

func (o *FormattedApiStackRegionAnyOf1) GetHmPromClusterNameOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHmPromClusterSlug

func (o *FormattedApiStackRegionAnyOf1) GetHmPromClusterSlug() string

GetHmPromClusterSlug returns the HmPromClusterSlug field value

func (*FormattedApiStackRegionAnyOf1) GetHmPromClusterSlugOk

func (o *FormattedApiStackRegionAnyOf1) GetHmPromClusterSlugOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHmPromClusterUrl

func (o *FormattedApiStackRegionAnyOf1) GetHmPromClusterUrl() string

GetHmPromClusterUrl returns the HmPromClusterUrl field value

func (*FormattedApiStackRegionAnyOf1) GetHmPromClusterUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetHmPromClusterUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHostedExportersApiUrl

func (o *FormattedApiStackRegionAnyOf1) GetHostedExportersApiUrl() string

GetHostedExportersApiUrl returns the HostedExportersApiUrl field value

func (*FormattedApiStackRegionAnyOf1) GetHostedExportersApiUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetHostedExportersApiUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHpClusterId

func (o *FormattedApiStackRegionAnyOf1) GetHpClusterId() float32

GetHpClusterId returns the HpClusterId field value

func (*FormattedApiStackRegionAnyOf1) GetHpClusterIdOk

func (o *FormattedApiStackRegionAnyOf1) GetHpClusterIdOk() (*float32, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHpClusterName

func (o *FormattedApiStackRegionAnyOf1) GetHpClusterName() string

GetHpClusterName returns the HpClusterName field value

func (*FormattedApiStackRegionAnyOf1) GetHpClusterNameOk

func (o *FormattedApiStackRegionAnyOf1) GetHpClusterNameOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHpClusterSlug

func (o *FormattedApiStackRegionAnyOf1) GetHpClusterSlug() string

GetHpClusterSlug returns the HpClusterSlug field value

func (*FormattedApiStackRegionAnyOf1) GetHpClusterSlugOk

func (o *FormattedApiStackRegionAnyOf1) GetHpClusterSlugOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHpClusterUrl

func (o *FormattedApiStackRegionAnyOf1) GetHpClusterUrl() string

GetHpClusterUrl returns the HpClusterUrl field value

func (*FormattedApiStackRegionAnyOf1) GetHpClusterUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetHpClusterUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHtClusterId

func (o *FormattedApiStackRegionAnyOf1) GetHtClusterId() float32

GetHtClusterId returns the HtClusterId field value

func (*FormattedApiStackRegionAnyOf1) GetHtClusterIdOk

func (o *FormattedApiStackRegionAnyOf1) GetHtClusterIdOk() (*float32, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHtClusterName

func (o *FormattedApiStackRegionAnyOf1) GetHtClusterName() string

GetHtClusterName returns the HtClusterName field value

func (*FormattedApiStackRegionAnyOf1) GetHtClusterNameOk

func (o *FormattedApiStackRegionAnyOf1) GetHtClusterNameOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHtClusterSlug

func (o *FormattedApiStackRegionAnyOf1) GetHtClusterSlug() string

GetHtClusterSlug returns the HtClusterSlug field value

func (*FormattedApiStackRegionAnyOf1) GetHtClusterSlugOk

func (o *FormattedApiStackRegionAnyOf1) GetHtClusterSlugOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetHtClusterUrl

func (o *FormattedApiStackRegionAnyOf1) GetHtClusterUrl() string

GetHtClusterUrl returns the HtClusterUrl field value

func (*FormattedApiStackRegionAnyOf1) GetHtClusterUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetHtClusterUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetId

GetId returns the Id field value

func (*FormattedApiStackRegionAnyOf1) GetIdOk

func (o *FormattedApiStackRegionAnyOf1) GetIdOk() (*float32, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetIncidentApiUrl

func (o *FormattedApiStackRegionAnyOf1) GetIncidentApiUrl() string

GetIncidentApiUrl returns the IncidentApiUrl field value

func (*FormattedApiStackRegionAnyOf1) GetIncidentApiUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetIncidentApiUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetInsightsApiUrl

func (o *FormattedApiStackRegionAnyOf1) GetInsightsApiUrl() string

GetInsightsApiUrl returns the InsightsApiUrl field value

func (*FormattedApiStackRegionAnyOf1) GetInsightsApiUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetInsightsApiUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetIntegrationsApiUrl

func (o *FormattedApiStackRegionAnyOf1) GetIntegrationsApiUrl() string

GetIntegrationsApiUrl returns the IntegrationsApiUrl field value

func (*FormattedApiStackRegionAnyOf1) GetIntegrationsApiUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetIntegrationsApiUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetIsStub

func (o *FormattedApiStackRegionAnyOf1) GetIsStub() bool

GetIsStub returns the IsStub field value

func (*FormattedApiStackRegionAnyOf1) GetIsStubOk

func (o *FormattedApiStackRegionAnyOf1) GetIsStubOk() (*bool, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetLlmGatewayUrl

func (o *FormattedApiStackRegionAnyOf1) GetLlmGatewayUrl() string

GetLlmGatewayUrl returns the LlmGatewayUrl field value

func (*FormattedApiStackRegionAnyOf1) GetLlmGatewayUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetLlmGatewayUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetMachineLearningApiUrl

func (o *FormattedApiStackRegionAnyOf1) GetMachineLearningApiUrl() string

GetMachineLearningApiUrl returns the MachineLearningApiUrl field value

func (*FormattedApiStackRegionAnyOf1) GetMachineLearningApiUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetMachineLearningApiUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetName

GetName returns the Name field value

func (*FormattedApiStackRegionAnyOf1) GetNameOk

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

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

func (*FormattedApiStackRegionAnyOf1) GetOncallApiUrl

func (o *FormattedApiStackRegionAnyOf1) GetOncallApiUrl() string

GetOncallApiUrl returns the OncallApiUrl field value

func (*FormattedApiStackRegionAnyOf1) GetOncallApiUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetOncallApiUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetOtlpHttpUrl

func (o *FormattedApiStackRegionAnyOf1) GetOtlpHttpUrl() string

GetOtlpHttpUrl returns the OtlpHttpUrl field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiStackRegionAnyOf1) GetOtlpHttpUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetOtlpHttpUrlOk() (*string, bool)

GetOtlpHttpUrlOk returns a tuple with the OtlpHttpUrl field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiStackRegionAnyOf1) GetOtlpPrivateConnectivityInfo

func (o *FormattedApiStackRegionAnyOf1) GetOtlpPrivateConnectivityInfo() OtlpPrivateConnectivityInfo

GetOtlpPrivateConnectivityInfo returns the OtlpPrivateConnectivityInfo field value

func (*FormattedApiStackRegionAnyOf1) GetOtlpPrivateConnectivityInfoOk

func (o *FormattedApiStackRegionAnyOf1) GetOtlpPrivateConnectivityInfoOk() (*OtlpPrivateConnectivityInfo, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetPdcClusterSlug

func (o *FormattedApiStackRegionAnyOf1) GetPdcClusterSlug() string

GetPdcClusterSlug returns the PdcClusterSlug field value

func (*FormattedApiStackRegionAnyOf1) GetPdcClusterSlugOk

func (o *FormattedApiStackRegionAnyOf1) GetPdcClusterSlugOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetPdcPrivateConnectivityInfo

func (o *FormattedApiStackRegionAnyOf1) GetPdcPrivateConnectivityInfo() PdcPrivateConnectivityInfo

GetPdcPrivateConnectivityInfo returns the PdcPrivateConnectivityInfo field value

func (*FormattedApiStackRegionAnyOf1) GetPdcPrivateConnectivityInfoOk

func (o *FormattedApiStackRegionAnyOf1) GetPdcPrivateConnectivityInfoOk() (*PdcPrivateConnectivityInfo, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetProvider

func (o *FormattedApiStackRegionAnyOf1) GetProvider() string

GetProvider returns the Provider field value

func (*FormattedApiStackRegionAnyOf1) GetProviderOk

func (o *FormattedApiStackRegionAnyOf1) GetProviderOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetProviderRegion

func (o *FormattedApiStackRegionAnyOf1) GetProviderRegion() string

GetProviderRegion returns the ProviderRegion field value

func (*FormattedApiStackRegionAnyOf1) GetProviderRegionOk

func (o *FormattedApiStackRegionAnyOf1) GetProviderRegionOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetPublicName

func (o *FormattedApiStackRegionAnyOf1) GetPublicName() string

GetPublicName returns the PublicName field value

func (*FormattedApiStackRegionAnyOf1) GetPublicNameOk

func (o *FormattedApiStackRegionAnyOf1) GetPublicNameOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetSlug

GetSlug returns the Slug field value

func (*FormattedApiStackRegionAnyOf1) GetSlugOk

func (o *FormattedApiStackRegionAnyOf1) GetSlugOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetSortOrder

func (o *FormattedApiStackRegionAnyOf1) GetSortOrder() float32

GetSortOrder returns the SortOrder field value

func (*FormattedApiStackRegionAnyOf1) GetSortOrderOk

func (o *FormattedApiStackRegionAnyOf1) GetSortOrderOk() (*float32, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetStackStateServiceUrl

func (o *FormattedApiStackRegionAnyOf1) GetStackStateServiceUrl() string

GetStackStateServiceUrl returns the StackStateServiceUrl field value

func (*FormattedApiStackRegionAnyOf1) GetStackStateServiceUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetStackStateServiceUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetStatus

func (o *FormattedApiStackRegionAnyOf1) GetStatus() string

GetStatus returns the Status field value

func (*FormattedApiStackRegionAnyOf1) GetStatusOk

func (o *FormattedApiStackRegionAnyOf1) GetStatusOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetSyntheticMonitoringApiUrl

func (o *FormattedApiStackRegionAnyOf1) GetSyntheticMonitoringApiUrl() string

GetSyntheticMonitoringApiUrl returns the SyntheticMonitoringApiUrl field value

func (*FormattedApiStackRegionAnyOf1) GetSyntheticMonitoringApiUrlOk

func (o *FormattedApiStackRegionAnyOf1) GetSyntheticMonitoringApiUrlOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) GetUpdatedAt

func (o *FormattedApiStackRegionAnyOf1) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedApiStackRegionAnyOf1) GetUpdatedAtOk

func (o *FormattedApiStackRegionAnyOf1) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedApiStackRegionAnyOf1) GetVisibility

func (o *FormattedApiStackRegionAnyOf1) GetVisibility() string

GetVisibility returns the Visibility field value

func (*FormattedApiStackRegionAnyOf1) GetVisibilityOk

func (o *FormattedApiStackRegionAnyOf1) GetVisibilityOk() (*string, bool)

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

func (*FormattedApiStackRegionAnyOf1) HasAssertsGraphClusterApiUrl

func (o *FormattedApiStackRegionAnyOf1) HasAssertsGraphClusterApiUrl() bool

HasAssertsGraphClusterApiUrl returns a boolean if a field has been set.

func (FormattedApiStackRegionAnyOf1) MarshalJSON

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

func (*FormattedApiStackRegionAnyOf1) SetAgmClusterId

func (o *FormattedApiStackRegionAnyOf1) SetAgmClusterId(v float32)

SetAgmClusterId sets field value

func (*FormattedApiStackRegionAnyOf1) SetAgmClusterName

func (o *FormattedApiStackRegionAnyOf1) SetAgmClusterName(v string)

SetAgmClusterName sets field value

func (*FormattedApiStackRegionAnyOf1) SetAgmClusterSlug

func (o *FormattedApiStackRegionAnyOf1) SetAgmClusterSlug(v string)

SetAgmClusterSlug sets field value

func (*FormattedApiStackRegionAnyOf1) SetAgmClusterUrl

func (o *FormattedApiStackRegionAnyOf1) SetAgmClusterUrl(v string)

SetAgmClusterUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetAmClusterId

func (o *FormattedApiStackRegionAnyOf1) SetAmClusterId(v float32)

SetAmClusterId sets field value

func (*FormattedApiStackRegionAnyOf1) SetAmClusterName

func (o *FormattedApiStackRegionAnyOf1) SetAmClusterName(v string)

SetAmClusterName sets field value

func (*FormattedApiStackRegionAnyOf1) SetAmClusterSlug

func (o *FormattedApiStackRegionAnyOf1) SetAmClusterSlug(v string)

SetAmClusterSlug sets field value

func (*FormattedApiStackRegionAnyOf1) SetAmClusterUrl

func (o *FormattedApiStackRegionAnyOf1) SetAmClusterUrl(v string)

SetAmClusterUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetAssertsGraphClusterApiUrl

func (o *FormattedApiStackRegionAnyOf1) SetAssertsGraphClusterApiUrl(v string)

SetAssertsGraphClusterApiUrl gets a reference to the given NullableString and assigns it to the AssertsGraphClusterApiUrl field.

func (*FormattedApiStackRegionAnyOf1) SetAssertsGraphClusterApiUrlNil

func (o *FormattedApiStackRegionAnyOf1) SetAssertsGraphClusterApiUrlNil()

SetAssertsGraphClusterApiUrlNil sets the value for AssertsGraphClusterApiUrl to be an explicit nil

func (*FormattedApiStackRegionAnyOf1) SetAssertsGraphClusterId

func (o *FormattedApiStackRegionAnyOf1) SetAssertsGraphClusterId(v float32)

SetAssertsGraphClusterId sets field value

func (*FormattedApiStackRegionAnyOf1) SetAssertsGraphClusterName

func (o *FormattedApiStackRegionAnyOf1) SetAssertsGraphClusterName(v string)

SetAssertsGraphClusterName sets field value

func (*FormattedApiStackRegionAnyOf1) SetAssertsGraphClusterSlug

func (o *FormattedApiStackRegionAnyOf1) SetAssertsGraphClusterSlug(v string)

SetAssertsGraphClusterSlug sets field value

func (*FormattedApiStackRegionAnyOf1) SetAuthApiTokenSet

func (o *FormattedApiStackRegionAnyOf1) SetAuthApiTokenSet(v bool)

SetAuthApiTokenSet sets field value

func (*FormattedApiStackRegionAnyOf1) SetAuthApiUrl

func (o *FormattedApiStackRegionAnyOf1) SetAuthApiUrl(v string)

SetAuthApiUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetCreatedAt

func (o *FormattedApiStackRegionAnyOf1) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*FormattedApiStackRegionAnyOf1) SetDescription

func (o *FormattedApiStackRegionAnyOf1) SetDescription(v string)

SetDescription sets field value

func (*FormattedApiStackRegionAnyOf1) SetFaroEndpointUrl

func (o *FormattedApiStackRegionAnyOf1) SetFaroEndpointUrl(v string)

SetFaroEndpointUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetHgClusterId

func (o *FormattedApiStackRegionAnyOf1) SetHgClusterId(v float32)

SetHgClusterId sets field value

func (*FormattedApiStackRegionAnyOf1) SetHgClusterName

func (o *FormattedApiStackRegionAnyOf1) SetHgClusterName(v string)

SetHgClusterName sets field value

func (*FormattedApiStackRegionAnyOf1) SetHgClusterSlug

func (o *FormattedApiStackRegionAnyOf1) SetHgClusterSlug(v string)

SetHgClusterSlug sets field value

func (*FormattedApiStackRegionAnyOf1) SetHgClusterUrl

func (o *FormattedApiStackRegionAnyOf1) SetHgClusterUrl(v string)

SetHgClusterUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetHlClusterId

func (o *FormattedApiStackRegionAnyOf1) SetHlClusterId(v float32)

SetHlClusterId sets field value

func (*FormattedApiStackRegionAnyOf1) SetHlClusterName

func (o *FormattedApiStackRegionAnyOf1) SetHlClusterName(v string)

SetHlClusterName sets field value

func (*FormattedApiStackRegionAnyOf1) SetHlClusterSlug

func (o *FormattedApiStackRegionAnyOf1) SetHlClusterSlug(v string)

SetHlClusterSlug sets field value

func (*FormattedApiStackRegionAnyOf1) SetHlClusterUrl

func (o *FormattedApiStackRegionAnyOf1) SetHlClusterUrl(v string)

SetHlClusterUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetHmGraphiteClusterId

func (o *FormattedApiStackRegionAnyOf1) SetHmGraphiteClusterId(v float32)

SetHmGraphiteClusterId sets field value

func (*FormattedApiStackRegionAnyOf1) SetHmGraphiteClusterName

func (o *FormattedApiStackRegionAnyOf1) SetHmGraphiteClusterName(v string)

SetHmGraphiteClusterName sets field value

func (*FormattedApiStackRegionAnyOf1) SetHmGraphiteClusterSlug

func (o *FormattedApiStackRegionAnyOf1) SetHmGraphiteClusterSlug(v string)

SetHmGraphiteClusterSlug sets field value

func (*FormattedApiStackRegionAnyOf1) SetHmGraphiteClusterUrl

func (o *FormattedApiStackRegionAnyOf1) SetHmGraphiteClusterUrl(v string)

SetHmGraphiteClusterUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetHmPromClusterId

func (o *FormattedApiStackRegionAnyOf1) SetHmPromClusterId(v float32)

SetHmPromClusterId sets field value

func (*FormattedApiStackRegionAnyOf1) SetHmPromClusterName

func (o *FormattedApiStackRegionAnyOf1) SetHmPromClusterName(v string)

SetHmPromClusterName sets field value

func (*FormattedApiStackRegionAnyOf1) SetHmPromClusterSlug

func (o *FormattedApiStackRegionAnyOf1) SetHmPromClusterSlug(v string)

SetHmPromClusterSlug sets field value

func (*FormattedApiStackRegionAnyOf1) SetHmPromClusterUrl

func (o *FormattedApiStackRegionAnyOf1) SetHmPromClusterUrl(v string)

SetHmPromClusterUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetHostedExportersApiUrl

func (o *FormattedApiStackRegionAnyOf1) SetHostedExportersApiUrl(v string)

SetHostedExportersApiUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetHpClusterId

func (o *FormattedApiStackRegionAnyOf1) SetHpClusterId(v float32)

SetHpClusterId sets field value

func (*FormattedApiStackRegionAnyOf1) SetHpClusterName

func (o *FormattedApiStackRegionAnyOf1) SetHpClusterName(v string)

SetHpClusterName sets field value

func (*FormattedApiStackRegionAnyOf1) SetHpClusterSlug

func (o *FormattedApiStackRegionAnyOf1) SetHpClusterSlug(v string)

SetHpClusterSlug sets field value

func (*FormattedApiStackRegionAnyOf1) SetHpClusterUrl

func (o *FormattedApiStackRegionAnyOf1) SetHpClusterUrl(v string)

SetHpClusterUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetHtClusterId

func (o *FormattedApiStackRegionAnyOf1) SetHtClusterId(v float32)

SetHtClusterId sets field value

func (*FormattedApiStackRegionAnyOf1) SetHtClusterName

func (o *FormattedApiStackRegionAnyOf1) SetHtClusterName(v string)

SetHtClusterName sets field value

func (*FormattedApiStackRegionAnyOf1) SetHtClusterSlug

func (o *FormattedApiStackRegionAnyOf1) SetHtClusterSlug(v string)

SetHtClusterSlug sets field value

func (*FormattedApiStackRegionAnyOf1) SetHtClusterUrl

func (o *FormattedApiStackRegionAnyOf1) SetHtClusterUrl(v string)

SetHtClusterUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetId

SetId sets field value

func (*FormattedApiStackRegionAnyOf1) SetIncidentApiUrl

func (o *FormattedApiStackRegionAnyOf1) SetIncidentApiUrl(v string)

SetIncidentApiUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetInsightsApiUrl

func (o *FormattedApiStackRegionAnyOf1) SetInsightsApiUrl(v string)

SetInsightsApiUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetIntegrationsApiUrl

func (o *FormattedApiStackRegionAnyOf1) SetIntegrationsApiUrl(v string)

SetIntegrationsApiUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetIsStub

func (o *FormattedApiStackRegionAnyOf1) SetIsStub(v bool)

SetIsStub sets field value

func (*FormattedApiStackRegionAnyOf1) SetLlmGatewayUrl

func (o *FormattedApiStackRegionAnyOf1) SetLlmGatewayUrl(v string)

SetLlmGatewayUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetMachineLearningApiUrl

func (o *FormattedApiStackRegionAnyOf1) SetMachineLearningApiUrl(v string)

SetMachineLearningApiUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetName

func (o *FormattedApiStackRegionAnyOf1) SetName(v string)

SetName sets field value

func (*FormattedApiStackRegionAnyOf1) SetOncallApiUrl

func (o *FormattedApiStackRegionAnyOf1) SetOncallApiUrl(v string)

SetOncallApiUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetOtlpHttpUrl

func (o *FormattedApiStackRegionAnyOf1) SetOtlpHttpUrl(v string)

SetOtlpHttpUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetOtlpPrivateConnectivityInfo

func (o *FormattedApiStackRegionAnyOf1) SetOtlpPrivateConnectivityInfo(v OtlpPrivateConnectivityInfo)

SetOtlpPrivateConnectivityInfo sets field value

func (*FormattedApiStackRegionAnyOf1) SetPdcClusterSlug

func (o *FormattedApiStackRegionAnyOf1) SetPdcClusterSlug(v string)

SetPdcClusterSlug sets field value

func (*FormattedApiStackRegionAnyOf1) SetPdcPrivateConnectivityInfo

func (o *FormattedApiStackRegionAnyOf1) SetPdcPrivateConnectivityInfo(v PdcPrivateConnectivityInfo)

SetPdcPrivateConnectivityInfo sets field value

func (*FormattedApiStackRegionAnyOf1) SetProvider

func (o *FormattedApiStackRegionAnyOf1) SetProvider(v string)

SetProvider sets field value

func (*FormattedApiStackRegionAnyOf1) SetProviderRegion

func (o *FormattedApiStackRegionAnyOf1) SetProviderRegion(v string)

SetProviderRegion sets field value

func (*FormattedApiStackRegionAnyOf1) SetPublicName

func (o *FormattedApiStackRegionAnyOf1) SetPublicName(v string)

SetPublicName sets field value

func (*FormattedApiStackRegionAnyOf1) SetSlug

func (o *FormattedApiStackRegionAnyOf1) SetSlug(v string)

SetSlug sets field value

func (*FormattedApiStackRegionAnyOf1) SetSortOrder

func (o *FormattedApiStackRegionAnyOf1) SetSortOrder(v float32)

SetSortOrder sets field value

func (*FormattedApiStackRegionAnyOf1) SetStackStateServiceUrl

func (o *FormattedApiStackRegionAnyOf1) SetStackStateServiceUrl(v string)

SetStackStateServiceUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetStatus

func (o *FormattedApiStackRegionAnyOf1) SetStatus(v string)

SetStatus sets field value

func (*FormattedApiStackRegionAnyOf1) SetSyntheticMonitoringApiUrl

func (o *FormattedApiStackRegionAnyOf1) SetSyntheticMonitoringApiUrl(v string)

SetSyntheticMonitoringApiUrl sets field value

func (*FormattedApiStackRegionAnyOf1) SetUpdatedAt

func (o *FormattedApiStackRegionAnyOf1) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (*FormattedApiStackRegionAnyOf1) SetVisibility

func (o *FormattedApiStackRegionAnyOf1) SetVisibility(v string)

SetVisibility sets field value

func (FormattedApiStackRegionAnyOf1) ToMap

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

func (*FormattedApiStackRegionAnyOf1) UnmarshalJSON

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

func (*FormattedApiStackRegionAnyOf1) UnsetAssertsGraphClusterApiUrl

func (o *FormattedApiStackRegionAnyOf1) UnsetAssertsGraphClusterApiUrl()

UnsetAssertsGraphClusterApiUrl ensures that no value is present for AssertsGraphClusterApiUrl, not even an explicit nil

type FormattedOrgMembership

type FormattedOrgMembership struct {
	Id                       float32                                    `json:"id"`
	OrgId                    float32                                    `json:"orgId"`
	UserId                   float32                                    `json:"userId"`
	Status                   float32                                    `json:"status"`
	CreatedAt                string                                     `json:"createdAt"`
	UpdatedAt                NullableString                             `json:"updatedAt"`
	DefaultOrg               float32                                    `json:"defaultOrg"`
	Role                     string                                     `json:"role"`
	Privacy                  float32                                    `json:"privacy"`
	Billing                  float32                                    `json:"billing"`
	CreatedBy                string                                     `json:"createdBy"`
	UpdatedBy                string                                     `json:"updatedBy"`
	OrgName                  string                                     `json:"orgName"`
	OrgSlug                  string                                     `json:"orgSlug"`
	OrgUrl                   string                                     `json:"orgUrl"`
	GrafanaCloud             float32                                    `json:"grafanaCloud"`
	ResellerId               NullableFloat32                            `json:"resellerId"`
	ContractTypeId           float32                                    `json:"contractTypeId"`
	AllowGCloudTrial         FormattedOrgMembershipAllowGCloudTrial     `json:"allowGCloudTrial"`
	HlUsage                  float32                                    `json:"hlUsage"`
	HmCurrentGraphiteUsage   float32                                    `json:"hmCurrentGraphiteUsage"`
	HmCurrentPrometheusUsage float32                                    `json:"hmCurrentPrometheusUsage"`
	HgDatasourceCnts         string                                     `json:"hgDatasourceCnts"`
	UserFirstName            string                                     `json:"userFirstName"`
	UserLastName             string                                     `json:"userLastName"`
	UserUsername             string                                     `json:"userUsername"`
	UserStatus               float32                                    `json:"userStatus"`
	UserEmail                string                                     `json:"userEmail"`
	UserName                 string                                     `json:"userName"`
	Subscriptions            Subscriptions                              `json:"subscriptions"`
	MarketplaceSubscription  NullableItemsInner2MarketplaceSubscription `json:"marketplaceSubscription"`
	ExtraPermissions         []string                                   `json:"extraPermissions,omitempty"`
	GrafanaStaffAccess       NullableItemsInner2GrafanaStaffAccess      `json:"grafanaStaffAccess,omitempty"`
	AdditionalProperties     map[string]interface{}
}

FormattedOrgMembership struct for FormattedOrgMembership

func NewFormattedOrgMembership

func NewFormattedOrgMembership(id float32, orgId float32, userId float32, status float32, createdAt string, updatedAt NullableString, defaultOrg float32, role string, privacy float32, billing float32, createdBy string, updatedBy string, orgName string, orgSlug string, orgUrl string, grafanaCloud float32, resellerId NullableFloat32, contractTypeId float32, allowGCloudTrial FormattedOrgMembershipAllowGCloudTrial, hlUsage float32, hmCurrentGraphiteUsage float32, hmCurrentPrometheusUsage float32, hgDatasourceCnts string, userFirstName string, userLastName string, userUsername string, userStatus float32, userEmail string, userName string, subscriptions Subscriptions, marketplaceSubscription NullableItemsInner2MarketplaceSubscription) *FormattedOrgMembership

NewFormattedOrgMembership instantiates a new FormattedOrgMembership 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 NewFormattedOrgMembershipWithDefaults

func NewFormattedOrgMembershipWithDefaults() *FormattedOrgMembership

NewFormattedOrgMembershipWithDefaults instantiates a new FormattedOrgMembership 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 (*FormattedOrgMembership) GetAllowGCloudTrial

GetAllowGCloudTrial returns the AllowGCloudTrial field value

func (*FormattedOrgMembership) GetAllowGCloudTrialOk

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

func (*FormattedOrgMembership) GetBilling

func (o *FormattedOrgMembership) GetBilling() float32

GetBilling returns the Billing field value

func (*FormattedOrgMembership) GetBillingOk

func (o *FormattedOrgMembership) GetBillingOk() (*float32, bool)

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

func (*FormattedOrgMembership) GetContractTypeId

func (o *FormattedOrgMembership) GetContractTypeId() float32

GetContractTypeId returns the ContractTypeId field value

func (*FormattedOrgMembership) GetContractTypeIdOk

func (o *FormattedOrgMembership) GetContractTypeIdOk() (*float32, bool)

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

func (*FormattedOrgMembership) GetCreatedAt

func (o *FormattedOrgMembership) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*FormattedOrgMembership) GetCreatedAtOk

func (o *FormattedOrgMembership) GetCreatedAtOk() (*string, bool)

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

func (*FormattedOrgMembership) GetCreatedBy

func (o *FormattedOrgMembership) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field value

func (*FormattedOrgMembership) GetCreatedByOk

func (o *FormattedOrgMembership) GetCreatedByOk() (*string, bool)

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

func (*FormattedOrgMembership) GetDefaultOrg

func (o *FormattedOrgMembership) GetDefaultOrg() float32

GetDefaultOrg returns the DefaultOrg field value

func (*FormattedOrgMembership) GetDefaultOrgOk

func (o *FormattedOrgMembership) GetDefaultOrgOk() (*float32, bool)

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

func (*FormattedOrgMembership) GetExtraPermissions

func (o *FormattedOrgMembership) GetExtraPermissions() []string

GetExtraPermissions returns the ExtraPermissions field value if set, zero value otherwise.

func (*FormattedOrgMembership) GetExtraPermissionsOk

func (o *FormattedOrgMembership) GetExtraPermissionsOk() ([]string, bool)

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

func (*FormattedOrgMembership) GetGrafanaCloud

func (o *FormattedOrgMembership) GetGrafanaCloud() float32

GetGrafanaCloud returns the GrafanaCloud field value

func (*FormattedOrgMembership) GetGrafanaCloudOk

func (o *FormattedOrgMembership) GetGrafanaCloudOk() (*float32, bool)

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

func (*FormattedOrgMembership) GetGrafanaStaffAccess

func (o *FormattedOrgMembership) GetGrafanaStaffAccess() ItemsInner2GrafanaStaffAccess

GetGrafanaStaffAccess returns the GrafanaStaffAccess field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormattedOrgMembership) GetGrafanaStaffAccessOk

func (o *FormattedOrgMembership) GetGrafanaStaffAccessOk() (*ItemsInner2GrafanaStaffAccess, bool)

GetGrafanaStaffAccessOk returns a tuple with the GrafanaStaffAccess field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedOrgMembership) GetHgDatasourceCnts

func (o *FormattedOrgMembership) GetHgDatasourceCnts() string

GetHgDatasourceCnts returns the HgDatasourceCnts field value

func (*FormattedOrgMembership) GetHgDatasourceCntsOk

func (o *FormattedOrgMembership) GetHgDatasourceCntsOk() (*string, bool)

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

func (*FormattedOrgMembership) GetHlUsage

func (o *FormattedOrgMembership) GetHlUsage() float32

GetHlUsage returns the HlUsage field value

func (*FormattedOrgMembership) GetHlUsageOk

func (o *FormattedOrgMembership) GetHlUsageOk() (*float32, bool)

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

func (*FormattedOrgMembership) GetHmCurrentGraphiteUsage

func (o *FormattedOrgMembership) GetHmCurrentGraphiteUsage() float32

GetHmCurrentGraphiteUsage returns the HmCurrentGraphiteUsage field value

func (*FormattedOrgMembership) GetHmCurrentGraphiteUsageOk

func (o *FormattedOrgMembership) GetHmCurrentGraphiteUsageOk() (*float32, bool)

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

func (*FormattedOrgMembership) GetHmCurrentPrometheusUsage

func (o *FormattedOrgMembership) GetHmCurrentPrometheusUsage() float32

GetHmCurrentPrometheusUsage returns the HmCurrentPrometheusUsage field value

func (*FormattedOrgMembership) GetHmCurrentPrometheusUsageOk

func (o *FormattedOrgMembership) GetHmCurrentPrometheusUsageOk() (*float32, bool)

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

func (*FormattedOrgMembership) GetId

func (o *FormattedOrgMembership) GetId() float32

GetId returns the Id field value

func (*FormattedOrgMembership) GetIdOk

func (o *FormattedOrgMembership) GetIdOk() (*float32, bool)

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

func (*FormattedOrgMembership) GetMarketplaceSubscription

func (o *FormattedOrgMembership) GetMarketplaceSubscription() ItemsInner2MarketplaceSubscription

GetMarketplaceSubscription returns the MarketplaceSubscription field value If the value is explicit nil, the zero value for ItemsInner2MarketplaceSubscription will be returned

func (*FormattedOrgMembership) GetMarketplaceSubscriptionOk

func (o *FormattedOrgMembership) GetMarketplaceSubscriptionOk() (*ItemsInner2MarketplaceSubscription, bool)

GetMarketplaceSubscriptionOk returns a tuple with the MarketplaceSubscription field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedOrgMembership) GetOrgId

func (o *FormattedOrgMembership) GetOrgId() float32

GetOrgId returns the OrgId field value

func (*FormattedOrgMembership) GetOrgIdOk

func (o *FormattedOrgMembership) GetOrgIdOk() (*float32, bool)

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

func (*FormattedOrgMembership) GetOrgName

func (o *FormattedOrgMembership) GetOrgName() string

GetOrgName returns the OrgName field value

func (*FormattedOrgMembership) GetOrgNameOk

func (o *FormattedOrgMembership) GetOrgNameOk() (*string, bool)

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

func (*FormattedOrgMembership) GetOrgSlug

func (o *FormattedOrgMembership) GetOrgSlug() string

GetOrgSlug returns the OrgSlug field value

func (*FormattedOrgMembership) GetOrgSlugOk

func (o *FormattedOrgMembership) GetOrgSlugOk() (*string, bool)

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

func (*FormattedOrgMembership) GetOrgUrl

func (o *FormattedOrgMembership) GetOrgUrl() string

GetOrgUrl returns the OrgUrl field value

func (*FormattedOrgMembership) GetOrgUrlOk

func (o *FormattedOrgMembership) GetOrgUrlOk() (*string, bool)

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

func (*FormattedOrgMembership) GetPrivacy

func (o *FormattedOrgMembership) GetPrivacy() float32

GetPrivacy returns the Privacy field value

func (*FormattedOrgMembership) GetPrivacyOk

func (o *FormattedOrgMembership) GetPrivacyOk() (*float32, bool)

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

func (*FormattedOrgMembership) GetResellerId

func (o *FormattedOrgMembership) GetResellerId() float32

GetResellerId returns the ResellerId field value If the value is explicit nil, the zero value for float32 will be returned

func (*FormattedOrgMembership) GetResellerIdOk

func (o *FormattedOrgMembership) GetResellerIdOk() (*float32, bool)

GetResellerIdOk returns a tuple with the ResellerId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedOrgMembership) GetRole

func (o *FormattedOrgMembership) GetRole() string

GetRole returns the Role field value

func (*FormattedOrgMembership) GetRoleOk

func (o *FormattedOrgMembership) GetRoleOk() (*string, bool)

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

func (*FormattedOrgMembership) GetStatus

func (o *FormattedOrgMembership) GetStatus() float32

GetStatus returns the Status field value

func (*FormattedOrgMembership) GetStatusOk

func (o *FormattedOrgMembership) GetStatusOk() (*float32, bool)

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

func (*FormattedOrgMembership) GetSubscriptions

func (o *FormattedOrgMembership) GetSubscriptions() Subscriptions

GetSubscriptions returns the Subscriptions field value

func (*FormattedOrgMembership) GetSubscriptionsOk

func (o *FormattedOrgMembership) GetSubscriptionsOk() (*Subscriptions, bool)

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

func (*FormattedOrgMembership) GetUpdatedAt

func (o *FormattedOrgMembership) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value If the value is explicit nil, the zero value for string will be returned

func (*FormattedOrgMembership) GetUpdatedAtOk

func (o *FormattedOrgMembership) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormattedOrgMembership) GetUpdatedBy

func (o *FormattedOrgMembership) GetUpdatedBy() string

GetUpdatedBy returns the UpdatedBy field value

func (*FormattedOrgMembership) GetUpdatedByOk

func (o *FormattedOrgMembership) GetUpdatedByOk() (*string, bool)

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

func (*FormattedOrgMembership) GetUserEmail

func (o *FormattedOrgMembership) GetUserEmail() string

GetUserEmail returns the UserEmail field value

func (*FormattedOrgMembership) GetUserEmailOk

func (o *FormattedOrgMembership) GetUserEmailOk() (*string, bool)

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

func (*FormattedOrgMembership) GetUserFirstName

func (o *FormattedOrgMembership) GetUserFirstName() string

GetUserFirstName returns the UserFirstName field value

func (*FormattedOrgMembership) GetUserFirstNameOk

func (o *FormattedOrgMembership) GetUserFirstNameOk() (*string, bool)

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

func (*FormattedOrgMembership) GetUserId

func (o *FormattedOrgMembership) GetUserId() float32

GetUserId returns the UserId field value

func (*FormattedOrgMembership) GetUserIdOk

func (o *FormattedOrgMembership) GetUserIdOk() (*float32, bool)

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

func (*FormattedOrgMembership) GetUserLastName

func (o *FormattedOrgMembership) GetUserLastName() string

GetUserLastName returns the UserLastName field value

func (*FormattedOrgMembership) GetUserLastNameOk

func (o *FormattedOrgMembership) GetUserLastNameOk() (*string, bool)

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

func (*FormattedOrgMembership) GetUserName

func (o *FormattedOrgMembership) GetUserName() string

GetUserName returns the UserName field value

func (*FormattedOrgMembership) GetUserNameOk

func (o *FormattedOrgMembership) GetUserNameOk() (*string, bool)

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

func (*FormattedOrgMembership) GetUserStatus

func (o *FormattedOrgMembership) GetUserStatus() float32

GetUserStatus returns the UserStatus field value

func (*FormattedOrgMembership) GetUserStatusOk

func (o *FormattedOrgMembership) GetUserStatusOk() (*float32, bool)

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

func (*FormattedOrgMembership) GetUserUsername

func (o *FormattedOrgMembership) GetUserUsername() string

GetUserUsername returns the UserUsername field value

func (*FormattedOrgMembership) GetUserUsernameOk

func (o *FormattedOrgMembership) GetUserUsernameOk() (*string, bool)

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

func (*FormattedOrgMembership) HasExtraPermissions

func (o *FormattedOrgMembership) HasExtraPermissions() bool

HasExtraPermissions returns a boolean if a field has been set.

func (*FormattedOrgMembership) HasGrafanaStaffAccess

func (o *FormattedOrgMembership) HasGrafanaStaffAccess() bool

HasGrafanaStaffAccess returns a boolean if a field has been set.

func (FormattedOrgMembership) MarshalJSON

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

func (*FormattedOrgMembership) SetAllowGCloudTrial

SetAllowGCloudTrial sets field value

func (*FormattedOrgMembership) SetBilling

func (o *FormattedOrgMembership) SetBilling(v float32)

SetBilling sets field value

func (*FormattedOrgMembership) SetContractTypeId

func (o *FormattedOrgMembership) SetContractTypeId(v float32)

SetContractTypeId sets field value

func (*FormattedOrgMembership) SetCreatedAt

func (o *FormattedOrgMembership) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*FormattedOrgMembership) SetCreatedBy

func (o *FormattedOrgMembership) SetCreatedBy(v string)

SetCreatedBy sets field value

func (*FormattedOrgMembership) SetDefaultOrg

func (o *FormattedOrgMembership) SetDefaultOrg(v float32)

SetDefaultOrg sets field value

func (*FormattedOrgMembership) SetExtraPermissions

func (o *FormattedOrgMembership) SetExtraPermissions(v []string)

SetExtraPermissions gets a reference to the given []string and assigns it to the ExtraPermissions field.

func (*FormattedOrgMembership) SetGrafanaCloud

func (o *FormattedOrgMembership) SetGrafanaCloud(v float32)

SetGrafanaCloud sets field value

func (*FormattedOrgMembership) SetGrafanaStaffAccess

func (o *FormattedOrgMembership) SetGrafanaStaffAccess(v ItemsInner2GrafanaStaffAccess)

SetGrafanaStaffAccess gets a reference to the given NullableItemsInner2GrafanaStaffAccess and assigns it to the GrafanaStaffAccess field.

func (*FormattedOrgMembership) SetGrafanaStaffAccessNil

func (o *FormattedOrgMembership) SetGrafanaStaffAccessNil()

SetGrafanaStaffAccessNil sets the value for GrafanaStaffAccess to be an explicit nil

func (*FormattedOrgMembership) SetHgDatasourceCnts

func (o *FormattedOrgMembership) SetHgDatasourceCnts(v string)

SetHgDatasourceCnts sets field value

func (*FormattedOrgMembership) SetHlUsage

func (o *FormattedOrgMembership) SetHlUsage(v float32)

SetHlUsage sets field value

func (*FormattedOrgMembership) SetHmCurrentGraphiteUsage

func (o *FormattedOrgMembership) SetHmCurrentGraphiteUsage(v float32)

SetHmCurrentGraphiteUsage sets field value

func (*FormattedOrgMembership) SetHmCurrentPrometheusUsage

func (o *FormattedOrgMembership) SetHmCurrentPrometheusUsage(v float32)

SetHmCurrentPrometheusUsage sets field value

func (*FormattedOrgMembership) SetId

func (o *FormattedOrgMembership) SetId(v float32)

SetId sets field value

func (*FormattedOrgMembership) SetMarketplaceSubscription

func (o *FormattedOrgMembership) SetMarketplaceSubscription(v ItemsInner2MarketplaceSubscription)

SetMarketplaceSubscription sets field value

func (*FormattedOrgMembership) SetOrgId

func (o *FormattedOrgMembership) SetOrgId(v float32)

SetOrgId sets field value

func (*FormattedOrgMembership) SetOrgName

func (o *FormattedOrgMembership) SetOrgName(v string)

SetOrgName sets field value

func (*FormattedOrgMembership) SetOrgSlug

func (o *FormattedOrgMembership) SetOrgSlug(v string)

SetOrgSlug sets field value

func (*FormattedOrgMembership) SetOrgUrl

func (o *FormattedOrgMembership) SetOrgUrl(v string)

SetOrgUrl sets field value

func (*FormattedOrgMembership) SetPrivacy

func (o *FormattedOrgMembership) SetPrivacy(v float32)

SetPrivacy sets field value

func (*FormattedOrgMembership) SetResellerId

func (o *FormattedOrgMembership) SetResellerId(v float32)

SetResellerId sets field value

func (*FormattedOrgMembership) SetRole

func (o *FormattedOrgMembership) SetRole(v string)

SetRole sets field value

func (*FormattedOrgMembership) SetStatus

func (o *FormattedOrgMembership) SetStatus(v float32)

SetStatus sets field value

func (*FormattedOrgMembership) SetSubscriptions

func (o *FormattedOrgMembership) SetSubscriptions(v Subscriptions)

SetSubscriptions sets field value

func (*FormattedOrgMembership) SetUpdatedAt

func (o *FormattedOrgMembership) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (*FormattedOrgMembership) SetUpdatedBy

func (o *FormattedOrgMembership) SetUpdatedBy(v string)

SetUpdatedBy sets field value

func (*FormattedOrgMembership) SetUserEmail

func (o *FormattedOrgMembership) SetUserEmail(v string)

SetUserEmail sets field value

func (*FormattedOrgMembership) SetUserFirstName

func (o *FormattedOrgMembership) SetUserFirstName(v string)

SetUserFirstName sets field value

func (*FormattedOrgMembership) SetUserId

func (o *FormattedOrgMembership) SetUserId(v float32)

SetUserId sets field value

func (*FormattedOrgMembership) SetUserLastName

func (o *FormattedOrgMembership) SetUserLastName(v string)

SetUserLastName sets field value

func (*FormattedOrgMembership) SetUserName

func (o *FormattedOrgMembership) SetUserName(v string)

SetUserName sets field value

func (*FormattedOrgMembership) SetUserStatus

func (o *FormattedOrgMembership) SetUserStatus(v float32)

SetUserStatus sets field value

func (*FormattedOrgMembership) SetUserUsername

func (o *FormattedOrgMembership) SetUserUsername(v string)

SetUserUsername sets field value

func (FormattedOrgMembership) ToMap

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

func (*FormattedOrgMembership) UnmarshalJSON

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

func (*FormattedOrgMembership) UnsetGrafanaStaffAccess

func (o *FormattedOrgMembership) UnsetGrafanaStaffAccess()

UnsetGrafanaStaffAccess ensures that no value is present for GrafanaStaffAccess, not even an explicit nil

type FormattedOrgMembershipAllowGCloudTrial

type FormattedOrgMembershipAllowGCloudTrial struct {
	Bool    *bool
	Float32 *float32
}

FormattedOrgMembershipAllowGCloudTrial struct for FormattedOrgMembershipAllowGCloudTrial

func (*FormattedOrgMembershipAllowGCloudTrial) MarshalJSON

func (src *FormattedOrgMembershipAllowGCloudTrial) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*FormattedOrgMembershipAllowGCloudTrial) UnmarshalJSON

func (dst *FormattedOrgMembershipAllowGCloudTrial) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type Gateway

type Gateway struct {
	ServiceName          string   `json:"serviceName"`
	PrivateDNS           string   `json:"privateDNS"`
	Regions              []string `json:"regions,omitempty"`
	AdditionalProperties map[string]interface{}
}

Gateway struct for Gateway

func NewGateway

func NewGateway(serviceName string, privateDNS string) *Gateway

NewGateway instantiates a new Gateway 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 NewGatewayWithDefaults

func NewGatewayWithDefaults() *Gateway

NewGatewayWithDefaults instantiates a new Gateway 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 (*Gateway) GetPrivateDNS

func (o *Gateway) GetPrivateDNS() string

GetPrivateDNS returns the PrivateDNS field value

func (*Gateway) GetPrivateDNSOk

func (o *Gateway) GetPrivateDNSOk() (*string, bool)

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

func (*Gateway) GetRegions

func (o *Gateway) GetRegions() []string

GetRegions returns the Regions field value if set, zero value otherwise.

func (*Gateway) GetRegionsOk

func (o *Gateway) GetRegionsOk() ([]string, bool)

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

func (*Gateway) GetServiceName

func (o *Gateway) GetServiceName() string

GetServiceName returns the ServiceName field value

func (*Gateway) GetServiceNameOk

func (o *Gateway) GetServiceNameOk() (*string, bool)

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

func (*Gateway) HasRegions

func (o *Gateway) HasRegions() bool

HasRegions returns a boolean if a field has been set.

func (Gateway) MarshalJSON

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

func (*Gateway) SetPrivateDNS

func (o *Gateway) SetPrivateDNS(v string)

SetPrivateDNS sets field value

func (*Gateway) SetRegions

func (o *Gateway) SetRegions(v []string)

SetRegions gets a reference to the given []string and assigns it to the Regions field.

func (*Gateway) SetServiceName

func (o *Gateway) SetServiceName(v string)

SetServiceName sets field value

func (Gateway) ToMap

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

func (*Gateway) UnmarshalJSON

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

type Gateway1

type Gateway1 struct {
	PrivateDNS           string   `json:"privateDNS"`
	ServiceName          string   `json:"serviceName"`
	Regions              []string `json:"regions,omitempty"`
	EndpointName         *string  `json:"endpointName,omitempty"`
	ServiceId            *string  `json:"serviceId,omitempty"`
	AdditionalProperties map[string]interface{}
}

Gateway1 struct for Gateway1

func NewGateway1

func NewGateway1(privateDNS string, serviceName string) *Gateway1

NewGateway1 instantiates a new Gateway1 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 NewGateway1WithDefaults

func NewGateway1WithDefaults() *Gateway1

NewGateway1WithDefaults instantiates a new Gateway1 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 (*Gateway1) GetEndpointName

func (o *Gateway1) GetEndpointName() string

GetEndpointName returns the EndpointName field value if set, zero value otherwise.

func (*Gateway1) GetEndpointNameOk

func (o *Gateway1) GetEndpointNameOk() (*string, bool)

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

func (*Gateway1) GetPrivateDNS

func (o *Gateway1) GetPrivateDNS() string

GetPrivateDNS returns the PrivateDNS field value

func (*Gateway1) GetPrivateDNSOk

func (o *Gateway1) GetPrivateDNSOk() (*string, bool)

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

func (*Gateway1) GetRegions

func (o *Gateway1) GetRegions() []string

GetRegions returns the Regions field value if set, zero value otherwise.

func (*Gateway1) GetRegionsOk

func (o *Gateway1) GetRegionsOk() ([]string, bool)

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

func (*Gateway1) GetServiceId

func (o *Gateway1) GetServiceId() string

GetServiceId returns the ServiceId field value if set, zero value otherwise.

func (*Gateway1) GetServiceIdOk

func (o *Gateway1) GetServiceIdOk() (*string, bool)

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

func (*Gateway1) GetServiceName

func (o *Gateway1) GetServiceName() string

GetServiceName returns the ServiceName field value

func (*Gateway1) GetServiceNameOk

func (o *Gateway1) GetServiceNameOk() (*string, bool)

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

func (*Gateway1) HasEndpointName

func (o *Gateway1) HasEndpointName() bool

HasEndpointName returns a boolean if a field has been set.

func (*Gateway1) HasRegions

func (o *Gateway1) HasRegions() bool

HasRegions returns a boolean if a field has been set.

func (*Gateway1) HasServiceId

func (o *Gateway1) HasServiceId() bool

HasServiceId returns a boolean if a field has been set.

func (Gateway1) MarshalJSON

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

func (*Gateway1) SetEndpointName

func (o *Gateway1) SetEndpointName(v string)

SetEndpointName gets a reference to the given string and assigns it to the EndpointName field.

func (*Gateway1) SetPrivateDNS

func (o *Gateway1) SetPrivateDNS(v string)

SetPrivateDNS sets field value

func (*Gateway1) SetRegions

func (o *Gateway1) SetRegions(v []string)

SetRegions gets a reference to the given []string and assigns it to the Regions field.

func (*Gateway1) SetServiceId

func (o *Gateway1) SetServiceId(v string)

SetServiceId gets a reference to the given string and assigns it to the ServiceId field.

func (*Gateway1) SetServiceName

func (o *Gateway1) SetServiceName(v string)

SetServiceName sets field value

func (Gateway1) ToMap

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

func (*Gateway1) UnmarshalJSON

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

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 GetAccessPolicies200Response

type GetAccessPolicies200Response struct {
	Items                []AuthAccessPolicy `json:"items,omitempty"`
	AdditionalProperties map[string]interface{}
}

GetAccessPolicies200Response struct for GetAccessPolicies200Response

func NewGetAccessPolicies200Response

func NewGetAccessPolicies200Response() *GetAccessPolicies200Response

NewGetAccessPolicies200Response instantiates a new GetAccessPolicies200Response 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 NewGetAccessPolicies200ResponseWithDefaults

func NewGetAccessPolicies200ResponseWithDefaults() *GetAccessPolicies200Response

NewGetAccessPolicies200ResponseWithDefaults instantiates a new GetAccessPolicies200Response 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 (*GetAccessPolicies200Response) GetItems

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

func (*GetAccessPolicies200Response) GetItemsOk

func (o *GetAccessPolicies200Response) GetItemsOk() ([]AuthAccessPolicy, 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 (*GetAccessPolicies200Response) HasItems

func (o *GetAccessPolicies200Response) HasItems() bool

HasItems returns a boolean if a field has been set.

func (GetAccessPolicies200Response) MarshalJSON

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

func (*GetAccessPolicies200Response) SetItems

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

func (GetAccessPolicies200Response) ToMap

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

func (*GetAccessPolicies200Response) UnmarshalJSON

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

type GetInstancePlugins200Response

type GetInstancePlugins200Response struct {
	Items                []FormattedApiInstancePlugin `json:"items"`
	OrderBy              string                       `json:"orderBy"`
	Direction            string                       `json:"direction"`
	Total                float32                      `json:"total"`
	Pages                float32                      `json:"pages"`
	PageSize             float32                      `json:"pageSize"`
	Page                 float32                      `json:"page"`
	AdditionalProperties map[string]interface{}
}

GetInstancePlugins200Response struct for GetInstancePlugins200Response

func NewGetInstancePlugins200Response

func NewGetInstancePlugins200Response(items []FormattedApiInstancePlugin, orderBy string, direction string, total float32, pages float32, pageSize float32, page float32) *GetInstancePlugins200Response

NewGetInstancePlugins200Response instantiates a new GetInstancePlugins200Response 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 NewGetInstancePlugins200ResponseWithDefaults

func NewGetInstancePlugins200ResponseWithDefaults() *GetInstancePlugins200Response

NewGetInstancePlugins200ResponseWithDefaults instantiates a new GetInstancePlugins200Response 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 (*GetInstancePlugins200Response) GetDirection

func (o *GetInstancePlugins200Response) GetDirection() string

GetDirection returns the Direction field value

func (*GetInstancePlugins200Response) GetDirectionOk

func (o *GetInstancePlugins200Response) GetDirectionOk() (*string, bool)

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

func (*GetInstancePlugins200Response) GetItems

GetItems returns the Items field value

func (*GetInstancePlugins200Response) GetItemsOk

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

func (*GetInstancePlugins200Response) GetOrderBy

func (o *GetInstancePlugins200Response) GetOrderBy() string

GetOrderBy returns the OrderBy field value

func (*GetInstancePlugins200Response) GetOrderByOk

func (o *GetInstancePlugins200Response) GetOrderByOk() (*string, bool)

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

func (*GetInstancePlugins200Response) GetPage

GetPage returns the Page field value

func (*GetInstancePlugins200Response) GetPageOk

func (o *GetInstancePlugins200Response) GetPageOk() (*float32, bool)

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

func (*GetInstancePlugins200Response) GetPageSize

func (o *GetInstancePlugins200Response) GetPageSize() float32

GetPageSize returns the PageSize field value

func (*GetInstancePlugins200Response) GetPageSizeOk

func (o *GetInstancePlugins200Response) GetPageSizeOk() (*float32, bool)

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

func (*GetInstancePlugins200Response) GetPages

func (o *GetInstancePlugins200Response) GetPages() float32

GetPages returns the Pages field value

func (*GetInstancePlugins200Response) GetPagesOk

func (o *GetInstancePlugins200Response) GetPagesOk() (*float32, bool)

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

func (*GetInstancePlugins200Response) GetTotal

func (o *GetInstancePlugins200Response) GetTotal() float32

GetTotal returns the Total field value

func (*GetInstancePlugins200Response) GetTotalOk

func (o *GetInstancePlugins200Response) GetTotalOk() (*float32, bool)

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

func (GetInstancePlugins200Response) MarshalJSON

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

func (*GetInstancePlugins200Response) SetDirection

func (o *GetInstancePlugins200Response) SetDirection(v string)

SetDirection sets field value

func (*GetInstancePlugins200Response) SetItems

SetItems sets field value

func (*GetInstancePlugins200Response) SetOrderBy

func (o *GetInstancePlugins200Response) SetOrderBy(v string)

SetOrderBy sets field value

func (*GetInstancePlugins200Response) SetPage

func (o *GetInstancePlugins200Response) SetPage(v float32)

SetPage sets field value

func (*GetInstancePlugins200Response) SetPageSize

func (o *GetInstancePlugins200Response) SetPageSize(v float32)

SetPageSize sets field value

func (*GetInstancePlugins200Response) SetPages

func (o *GetInstancePlugins200Response) SetPages(v float32)

SetPages sets field value

func (*GetInstancePlugins200Response) SetTotal

func (o *GetInstancePlugins200Response) SetTotal(v float32)

SetTotal sets field value

func (GetInstancePlugins200Response) ToMap

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

func (*GetInstancePlugins200Response) UnmarshalJSON

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

type GetInstances200Response

type GetInstances200Response struct {
	Items                []FormattedApiInstance `json:"items"`
	OrderBy              string                 `json:"orderBy"`
	Direction            string                 `json:"direction"`
	Total                float32                `json:"total"`
	Pages                float32                `json:"pages"`
	PageSize             float32                `json:"pageSize"`
	Page                 float32                `json:"page"`
	AdditionalProperties map[string]interface{}
}

GetInstances200Response struct for GetInstances200Response

func NewGetInstances200Response

func NewGetInstances200Response(items []FormattedApiInstance, orderBy string, direction string, total float32, pages float32, pageSize float32, page float32) *GetInstances200Response

NewGetInstances200Response instantiates a new GetInstances200Response 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 NewGetInstances200ResponseWithDefaults

func NewGetInstances200ResponseWithDefaults() *GetInstances200Response

NewGetInstances200ResponseWithDefaults instantiates a new GetInstances200Response 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 (*GetInstances200Response) GetDirection

func (o *GetInstances200Response) GetDirection() string

GetDirection returns the Direction field value

func (*GetInstances200Response) GetDirectionOk

func (o *GetInstances200Response) GetDirectionOk() (*string, bool)

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

func (*GetInstances200Response) GetItems

GetItems returns the Items field value

func (*GetInstances200Response) GetItemsOk

func (o *GetInstances200Response) GetItemsOk() ([]FormattedApiInstance, bool)

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

func (*GetInstances200Response) GetOrderBy

func (o *GetInstances200Response) GetOrderBy() string

GetOrderBy returns the OrderBy field value

func (*GetInstances200Response) GetOrderByOk

func (o *GetInstances200Response) GetOrderByOk() (*string, bool)

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

func (*GetInstances200Response) GetPage

func (o *GetInstances200Response) GetPage() float32

GetPage returns the Page field value

func (*GetInstances200Response) GetPageOk

func (o *GetInstances200Response) GetPageOk() (*float32, bool)

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

func (*GetInstances200Response) GetPageSize

func (o *GetInstances200Response) GetPageSize() float32

GetPageSize returns the PageSize field value

func (*GetInstances200Response) GetPageSizeOk

func (o *GetInstances200Response) GetPageSizeOk() (*float32, bool)

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

func (*GetInstances200Response) GetPages

func (o *GetInstances200Response) GetPages() float32

GetPages returns the Pages field value

func (*GetInstances200Response) GetPagesOk

func (o *GetInstances200Response) GetPagesOk() (*float32, bool)

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

func (*GetInstances200Response) GetTotal

func (o *GetInstances200Response) GetTotal() float32

GetTotal returns the Total field value

func (*GetInstances200Response) GetTotalOk

func (o *GetInstances200Response) GetTotalOk() (*float32, bool)

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

func (GetInstances200Response) MarshalJSON

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

func (*GetInstances200Response) SetDirection

func (o *GetInstances200Response) SetDirection(v string)

SetDirection sets field value

func (*GetInstances200Response) SetItems

SetItems sets field value

func (*GetInstances200Response) SetOrderBy

func (o *GetInstances200Response) SetOrderBy(v string)

SetOrderBy sets field value

func (*GetInstances200Response) SetPage

func (o *GetInstances200Response) SetPage(v float32)

SetPage sets field value

func (*GetInstances200Response) SetPageSize

func (o *GetInstances200Response) SetPageSize(v float32)

SetPageSize sets field value

func (*GetInstances200Response) SetPages

func (o *GetInstances200Response) SetPages(v float32)

SetPages sets field value

func (*GetInstances200Response) SetTotal

func (o *GetInstances200Response) SetTotal(v float32)

SetTotal sets field value

func (GetInstances200Response) ToMap

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

func (*GetInstances200Response) UnmarshalJSON

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

type GetStackRegions200Response

type GetStackRegions200Response struct {
	Items                []FormattedApiStackRegion `json:"items"`
	OrderBy              string                    `json:"orderBy"`
	Direction            string                    `json:"direction"`
	Total                float32                   `json:"total"`
	Pages                float32                   `json:"pages"`
	PageSize             float32                   `json:"pageSize"`
	Page                 float32                   `json:"page"`
	AdditionalProperties map[string]interface{}
}

GetStackRegions200Response struct for GetStackRegions200Response

func NewGetStackRegions200Response

func NewGetStackRegions200Response(items []FormattedApiStackRegion, orderBy string, direction string, total float32, pages float32, pageSize float32, page float32) *GetStackRegions200Response

NewGetStackRegions200Response instantiates a new GetStackRegions200Response 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 NewGetStackRegions200ResponseWithDefaults

func NewGetStackRegions200ResponseWithDefaults() *GetStackRegions200Response

NewGetStackRegions200ResponseWithDefaults instantiates a new GetStackRegions200Response 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 (*GetStackRegions200Response) GetDirection

func (o *GetStackRegions200Response) GetDirection() string

GetDirection returns the Direction field value

func (*GetStackRegions200Response) GetDirectionOk

func (o *GetStackRegions200Response) GetDirectionOk() (*string, bool)

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

func (*GetStackRegions200Response) GetItems

GetItems returns the Items field value

func (*GetStackRegions200Response) GetItemsOk

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

func (*GetStackRegions200Response) GetOrderBy

func (o *GetStackRegions200Response) GetOrderBy() string

GetOrderBy returns the OrderBy field value

func (*GetStackRegions200Response) GetOrderByOk

func (o *GetStackRegions200Response) GetOrderByOk() (*string, bool)

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

func (*GetStackRegions200Response) GetPage

func (o *GetStackRegions200Response) GetPage() float32

GetPage returns the Page field value

func (*GetStackRegions200Response) GetPageOk

func (o *GetStackRegions200Response) GetPageOk() (*float32, bool)

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

func (*GetStackRegions200Response) GetPageSize

func (o *GetStackRegions200Response) GetPageSize() float32

GetPageSize returns the PageSize field value

func (*GetStackRegions200Response) GetPageSizeOk

func (o *GetStackRegions200Response) GetPageSizeOk() (*float32, bool)

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

func (*GetStackRegions200Response) GetPages

func (o *GetStackRegions200Response) GetPages() float32

GetPages returns the Pages field value

func (*GetStackRegions200Response) GetPagesOk

func (o *GetStackRegions200Response) GetPagesOk() (*float32, bool)

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

func (*GetStackRegions200Response) GetTotal

func (o *GetStackRegions200Response) GetTotal() float32

GetTotal returns the Total field value

func (*GetStackRegions200Response) GetTotalOk

func (o *GetStackRegions200Response) GetTotalOk() (*float32, bool)

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

func (GetStackRegions200Response) MarshalJSON

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

func (*GetStackRegions200Response) SetDirection

func (o *GetStackRegions200Response) SetDirection(v string)

SetDirection sets field value

func (*GetStackRegions200Response) SetItems

SetItems sets field value

func (*GetStackRegions200Response) SetOrderBy

func (o *GetStackRegions200Response) SetOrderBy(v string)

SetOrderBy sets field value

func (*GetStackRegions200Response) SetPage

func (o *GetStackRegions200Response) SetPage(v float32)

SetPage sets field value

func (*GetStackRegions200Response) SetPageSize

func (o *GetStackRegions200Response) SetPageSize(v float32)

SetPageSize sets field value

func (*GetStackRegions200Response) SetPages

func (o *GetStackRegions200Response) SetPages(v float32)

SetPages sets field value

func (*GetStackRegions200Response) SetTotal

func (o *GetStackRegions200Response) SetTotal(v float32)

SetTotal sets field value

func (GetStackRegions200Response) ToMap

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

func (*GetStackRegions200Response) UnmarshalJSON

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

type GrafanaNewApiKeyResult

type GrafanaNewApiKeyResult struct {
	Id                   *int64  `json:"id,omitempty"`
	Key                  *string `json:"key,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

GrafanaNewApiKeyResult struct for GrafanaNewApiKeyResult

func NewGrafanaNewApiKeyResult

func NewGrafanaNewApiKeyResult() *GrafanaNewApiKeyResult

NewGrafanaNewApiKeyResult instantiates a new GrafanaNewApiKeyResult 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 NewGrafanaNewApiKeyResultWithDefaults

func NewGrafanaNewApiKeyResultWithDefaults() *GrafanaNewApiKeyResult

NewGrafanaNewApiKeyResultWithDefaults instantiates a new GrafanaNewApiKeyResult 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 (*GrafanaNewApiKeyResult) GetId

func (o *GrafanaNewApiKeyResult) GetId() int64

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

func (*GrafanaNewApiKeyResult) GetIdOk

func (o *GrafanaNewApiKeyResult) GetIdOk() (*int64, 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 (*GrafanaNewApiKeyResult) GetKey

func (o *GrafanaNewApiKeyResult) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*GrafanaNewApiKeyResult) GetKeyOk

func (o *GrafanaNewApiKeyResult) GetKeyOk() (*string, bool)

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

func (*GrafanaNewApiKeyResult) GetName

func (o *GrafanaNewApiKeyResult) GetName() string

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

func (*GrafanaNewApiKeyResult) GetNameOk

func (o *GrafanaNewApiKeyResult) 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 (*GrafanaNewApiKeyResult) HasId

func (o *GrafanaNewApiKeyResult) HasId() bool

HasId returns a boolean if a field has been set.

func (*GrafanaNewApiKeyResult) HasKey

func (o *GrafanaNewApiKeyResult) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*GrafanaNewApiKeyResult) HasName

func (o *GrafanaNewApiKeyResult) HasName() bool

HasName returns a boolean if a field has been set.

func (GrafanaNewApiKeyResult) MarshalJSON

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

func (*GrafanaNewApiKeyResult) SetId

func (o *GrafanaNewApiKeyResult) SetId(v int64)

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

func (*GrafanaNewApiKeyResult) SetKey

func (o *GrafanaNewApiKeyResult) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*GrafanaNewApiKeyResult) SetName

func (o *GrafanaNewApiKeyResult) SetName(v string)

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

func (GrafanaNewApiKeyResult) ToMap

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

func (*GrafanaNewApiKeyResult) UnmarshalJSON

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

type GrafanaServiceAccountDTO

type GrafanaServiceAccountDTO struct {
	AccessControl        *map[string]bool `json:"accessControl,omitempty"`
	AvatarUrl            *string          `json:"avatarUrl,omitempty"`
	Id                   *int64           `json:"id,omitempty"`
	IsDisabled           *bool            `json:"isDisabled,omitempty"`
	IsExternal           *bool            `json:"isExternal,omitempty"`
	Login                *string          `json:"login,omitempty"`
	Name                 *string          `json:"name,omitempty"`
	OrgId                *int64           `json:"orgId,omitempty"`
	Role                 *string          `json:"role,omitempty"`
	Tokens               *int64           `json:"tokens,omitempty"`
	AdditionalProperties map[string]interface{}
}

GrafanaServiceAccountDTO swagger: model

func NewGrafanaServiceAccountDTO

func NewGrafanaServiceAccountDTO() *GrafanaServiceAccountDTO

NewGrafanaServiceAccountDTO instantiates a new GrafanaServiceAccountDTO 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 NewGrafanaServiceAccountDTOWithDefaults

func NewGrafanaServiceAccountDTOWithDefaults() *GrafanaServiceAccountDTO

NewGrafanaServiceAccountDTOWithDefaults instantiates a new GrafanaServiceAccountDTO 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 (*GrafanaServiceAccountDTO) GetAccessControl

func (o *GrafanaServiceAccountDTO) GetAccessControl() map[string]bool

GetAccessControl returns the AccessControl field value if set, zero value otherwise.

func (*GrafanaServiceAccountDTO) GetAccessControlOk

func (o *GrafanaServiceAccountDTO) GetAccessControlOk() (*map[string]bool, bool)

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

func (*GrafanaServiceAccountDTO) GetAvatarUrl

func (o *GrafanaServiceAccountDTO) GetAvatarUrl() string

GetAvatarUrl returns the AvatarUrl field value if set, zero value otherwise.

func (*GrafanaServiceAccountDTO) GetAvatarUrlOk

func (o *GrafanaServiceAccountDTO) GetAvatarUrlOk() (*string, bool)

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

func (*GrafanaServiceAccountDTO) GetId

func (o *GrafanaServiceAccountDTO) GetId() int64

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

func (*GrafanaServiceAccountDTO) GetIdOk

func (o *GrafanaServiceAccountDTO) GetIdOk() (*int64, 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 (*GrafanaServiceAccountDTO) GetIsDisabled

func (o *GrafanaServiceAccountDTO) GetIsDisabled() bool

GetIsDisabled returns the IsDisabled field value if set, zero value otherwise.

func (*GrafanaServiceAccountDTO) GetIsDisabledOk

func (o *GrafanaServiceAccountDTO) GetIsDisabledOk() (*bool, bool)

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

func (*GrafanaServiceAccountDTO) GetIsExternal

func (o *GrafanaServiceAccountDTO) GetIsExternal() bool

GetIsExternal returns the IsExternal field value if set, zero value otherwise.

func (*GrafanaServiceAccountDTO) GetIsExternalOk

func (o *GrafanaServiceAccountDTO) GetIsExternalOk() (*bool, bool)

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

func (*GrafanaServiceAccountDTO) GetLogin

func (o *GrafanaServiceAccountDTO) GetLogin() string

GetLogin returns the Login field value if set, zero value otherwise.

func (*GrafanaServiceAccountDTO) GetLoginOk

func (o *GrafanaServiceAccountDTO) GetLoginOk() (*string, bool)

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

func (*GrafanaServiceAccountDTO) GetName

func (o *GrafanaServiceAccountDTO) GetName() string

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

func (*GrafanaServiceAccountDTO) GetNameOk

func (o *GrafanaServiceAccountDTO) 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 (*GrafanaServiceAccountDTO) GetOrgId

func (o *GrafanaServiceAccountDTO) GetOrgId() int64

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

func (*GrafanaServiceAccountDTO) GetOrgIdOk

func (o *GrafanaServiceAccountDTO) GetOrgIdOk() (*int64, bool)

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

func (*GrafanaServiceAccountDTO) GetRole

func (o *GrafanaServiceAccountDTO) GetRole() string

GetRole returns the Role field value if set, zero value otherwise.

func (*GrafanaServiceAccountDTO) GetRoleOk

func (o *GrafanaServiceAccountDTO) GetRoleOk() (*string, 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 (*GrafanaServiceAccountDTO) GetTokens

func (o *GrafanaServiceAccountDTO) GetTokens() int64

GetTokens returns the Tokens field value if set, zero value otherwise.

func (*GrafanaServiceAccountDTO) GetTokensOk

func (o *GrafanaServiceAccountDTO) GetTokensOk() (*int64, bool)

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

func (*GrafanaServiceAccountDTO) HasAccessControl

func (o *GrafanaServiceAccountDTO) HasAccessControl() bool

HasAccessControl returns a boolean if a field has been set.

func (*GrafanaServiceAccountDTO) HasAvatarUrl

func (o *GrafanaServiceAccountDTO) HasAvatarUrl() bool

HasAvatarUrl returns a boolean if a field has been set.

func (*GrafanaServiceAccountDTO) HasId

func (o *GrafanaServiceAccountDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*GrafanaServiceAccountDTO) HasIsDisabled

func (o *GrafanaServiceAccountDTO) HasIsDisabled() bool

HasIsDisabled returns a boolean if a field has been set.

func (*GrafanaServiceAccountDTO) HasIsExternal

func (o *GrafanaServiceAccountDTO) HasIsExternal() bool

HasIsExternal returns a boolean if a field has been set.

func (*GrafanaServiceAccountDTO) HasLogin

func (o *GrafanaServiceAccountDTO) HasLogin() bool

HasLogin returns a boolean if a field has been set.

func (*GrafanaServiceAccountDTO) HasName

func (o *GrafanaServiceAccountDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*GrafanaServiceAccountDTO) HasOrgId

func (o *GrafanaServiceAccountDTO) HasOrgId() bool

HasOrgId returns a boolean if a field has been set.

func (*GrafanaServiceAccountDTO) HasRole

func (o *GrafanaServiceAccountDTO) HasRole() bool

HasRole returns a boolean if a field has been set.

func (*GrafanaServiceAccountDTO) HasTokens

func (o *GrafanaServiceAccountDTO) HasTokens() bool

HasTokens returns a boolean if a field has been set.

func (GrafanaServiceAccountDTO) MarshalJSON

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

func (*GrafanaServiceAccountDTO) SetAccessControl

func (o *GrafanaServiceAccountDTO) SetAccessControl(v map[string]bool)

SetAccessControl gets a reference to the given map[string]bool and assigns it to the AccessControl field.

func (*GrafanaServiceAccountDTO) SetAvatarUrl

func (o *GrafanaServiceAccountDTO) SetAvatarUrl(v string)

SetAvatarUrl gets a reference to the given string and assigns it to the AvatarUrl field.

func (*GrafanaServiceAccountDTO) SetId

func (o *GrafanaServiceAccountDTO) SetId(v int64)

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

func (*GrafanaServiceAccountDTO) SetIsDisabled

func (o *GrafanaServiceAccountDTO) SetIsDisabled(v bool)

SetIsDisabled gets a reference to the given bool and assigns it to the IsDisabled field.

func (*GrafanaServiceAccountDTO) SetIsExternal

func (o *GrafanaServiceAccountDTO) SetIsExternal(v bool)

SetIsExternal gets a reference to the given bool and assigns it to the IsExternal field.

func (*GrafanaServiceAccountDTO) SetLogin

func (o *GrafanaServiceAccountDTO) SetLogin(v string)

SetLogin gets a reference to the given string and assigns it to the Login field.

func (*GrafanaServiceAccountDTO) SetName

func (o *GrafanaServiceAccountDTO) SetName(v string)

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

func (*GrafanaServiceAccountDTO) SetOrgId

func (o *GrafanaServiceAccountDTO) SetOrgId(v int64)

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

func (*GrafanaServiceAccountDTO) SetRole

func (o *GrafanaServiceAccountDTO) SetRole(v string)

SetRole gets a reference to the given string and assigns it to the Role field.

func (*GrafanaServiceAccountDTO) SetTokens

func (o *GrafanaServiceAccountDTO) SetTokens(v int64)

SetTokens gets a reference to the given int64 and assigns it to the Tokens field.

func (GrafanaServiceAccountDTO) ToMap

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

func (*GrafanaServiceAccountDTO) UnmarshalJSON

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

type GrafanaTokenDTO

type GrafanaTokenDTO struct {
	Created                *time.Time `json:"created,omitempty"`
	Expiration             *time.Time `json:"expiration,omitempty"`
	HasExpired             *bool      `json:"hasExpired,omitempty"`
	Id                     *int64     `json:"id,omitempty"`
	IsRevoked              *bool      `json:"isRevoked,omitempty"`
	LastUsedAt             *time.Time `json:"lastUsedAt,omitempty"`
	Name                   *string    `json:"name,omitempty"`
	SecondsUntilExpiration *float64   `json:"secondsUntilExpiration,omitempty"`
	AdditionalProperties   map[string]interface{}
}

GrafanaTokenDTO struct for GrafanaTokenDTO

func NewGrafanaTokenDTO

func NewGrafanaTokenDTO() *GrafanaTokenDTO

NewGrafanaTokenDTO instantiates a new GrafanaTokenDTO 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 NewGrafanaTokenDTOWithDefaults

func NewGrafanaTokenDTOWithDefaults() *GrafanaTokenDTO

NewGrafanaTokenDTOWithDefaults instantiates a new GrafanaTokenDTO 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 (*GrafanaTokenDTO) GetCreated

func (o *GrafanaTokenDTO) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*GrafanaTokenDTO) GetCreatedOk

func (o *GrafanaTokenDTO) GetCreatedOk() (*time.Time, bool)

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

func (*GrafanaTokenDTO) GetExpiration

func (o *GrafanaTokenDTO) GetExpiration() time.Time

GetExpiration returns the Expiration field value if set, zero value otherwise.

func (*GrafanaTokenDTO) GetExpirationOk

func (o *GrafanaTokenDTO) GetExpirationOk() (*time.Time, bool)

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

func (*GrafanaTokenDTO) GetHasExpired

func (o *GrafanaTokenDTO) GetHasExpired() bool

GetHasExpired returns the HasExpired field value if set, zero value otherwise.

func (*GrafanaTokenDTO) GetHasExpiredOk

func (o *GrafanaTokenDTO) GetHasExpiredOk() (*bool, bool)

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

func (*GrafanaTokenDTO) GetId

func (o *GrafanaTokenDTO) GetId() int64

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

func (*GrafanaTokenDTO) GetIdOk

func (o *GrafanaTokenDTO) GetIdOk() (*int64, 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 (*GrafanaTokenDTO) GetIsRevoked

func (o *GrafanaTokenDTO) GetIsRevoked() bool

GetIsRevoked returns the IsRevoked field value if set, zero value otherwise.

func (*GrafanaTokenDTO) GetIsRevokedOk

func (o *GrafanaTokenDTO) GetIsRevokedOk() (*bool, bool)

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

func (*GrafanaTokenDTO) GetLastUsedAt

func (o *GrafanaTokenDTO) GetLastUsedAt() time.Time

GetLastUsedAt returns the LastUsedAt field value if set, zero value otherwise.

func (*GrafanaTokenDTO) GetLastUsedAtOk

func (o *GrafanaTokenDTO) GetLastUsedAtOk() (*time.Time, bool)

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

func (*GrafanaTokenDTO) GetName

func (o *GrafanaTokenDTO) GetName() string

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

func (*GrafanaTokenDTO) GetNameOk

func (o *GrafanaTokenDTO) 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 (*GrafanaTokenDTO) GetSecondsUntilExpiration

func (o *GrafanaTokenDTO) GetSecondsUntilExpiration() float64

GetSecondsUntilExpiration returns the SecondsUntilExpiration field value if set, zero value otherwise.

func (*GrafanaTokenDTO) GetSecondsUntilExpirationOk

func (o *GrafanaTokenDTO) GetSecondsUntilExpirationOk() (*float64, bool)

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

func (*GrafanaTokenDTO) HasCreated

func (o *GrafanaTokenDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*GrafanaTokenDTO) HasExpiration

func (o *GrafanaTokenDTO) HasExpiration() bool

HasExpiration returns a boolean if a field has been set.

func (*GrafanaTokenDTO) HasHasExpired

func (o *GrafanaTokenDTO) HasHasExpired() bool

HasHasExpired returns a boolean if a field has been set.

func (*GrafanaTokenDTO) HasId

func (o *GrafanaTokenDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*GrafanaTokenDTO) HasIsRevoked

func (o *GrafanaTokenDTO) HasIsRevoked() bool

HasIsRevoked returns a boolean if a field has been set.

func (*GrafanaTokenDTO) HasLastUsedAt

func (o *GrafanaTokenDTO) HasLastUsedAt() bool

HasLastUsedAt returns a boolean if a field has been set.

func (*GrafanaTokenDTO) HasName

func (o *GrafanaTokenDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*GrafanaTokenDTO) HasSecondsUntilExpiration

func (o *GrafanaTokenDTO) HasSecondsUntilExpiration() bool

HasSecondsUntilExpiration returns a boolean if a field has been set.

func (GrafanaTokenDTO) MarshalJSON

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

func (*GrafanaTokenDTO) SetCreated

func (o *GrafanaTokenDTO) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*GrafanaTokenDTO) SetExpiration

func (o *GrafanaTokenDTO) SetExpiration(v time.Time)

SetExpiration gets a reference to the given time.Time and assigns it to the Expiration field.

func (*GrafanaTokenDTO) SetHasExpired

func (o *GrafanaTokenDTO) SetHasExpired(v bool)

SetHasExpired gets a reference to the given bool and assigns it to the HasExpired field.

func (*GrafanaTokenDTO) SetId

func (o *GrafanaTokenDTO) SetId(v int64)

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

func (*GrafanaTokenDTO) SetIsRevoked

func (o *GrafanaTokenDTO) SetIsRevoked(v bool)

SetIsRevoked gets a reference to the given bool and assigns it to the IsRevoked field.

func (*GrafanaTokenDTO) SetLastUsedAt

func (o *GrafanaTokenDTO) SetLastUsedAt(v time.Time)

SetLastUsedAt gets a reference to the given time.Time and assigns it to the LastUsedAt field.

func (*GrafanaTokenDTO) SetName

func (o *GrafanaTokenDTO) SetName(v string)

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

func (*GrafanaTokenDTO) SetSecondsUntilExpiration

func (o *GrafanaTokenDTO) SetSecondsUntilExpiration(v float64)

SetSecondsUntilExpiration gets a reference to the given float64 and assigns it to the SecondsUntilExpiration field.

func (GrafanaTokenDTO) ToMap

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

func (*GrafanaTokenDTO) UnmarshalJSON

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

type Graphite

type Graphite struct {
	PrivateDNS           string   `json:"privateDNS"`
	ServiceName          string   `json:"serviceName"`
	Regions              []string `json:"regions,omitempty"`
	EndpointName         *string  `json:"endpointName,omitempty"`
	ServiceId            *string  `json:"serviceId,omitempty"`
	AdditionalProperties map[string]interface{}
}

Graphite struct for Graphite

func NewGraphite

func NewGraphite(privateDNS string, serviceName string) *Graphite

NewGraphite instantiates a new Graphite 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 NewGraphiteWithDefaults

func NewGraphiteWithDefaults() *Graphite

NewGraphiteWithDefaults instantiates a new Graphite 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 (*Graphite) GetEndpointName

func (o *Graphite) GetEndpointName() string

GetEndpointName returns the EndpointName field value if set, zero value otherwise.

func (*Graphite) GetEndpointNameOk

func (o *Graphite) GetEndpointNameOk() (*string, bool)

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

func (*Graphite) GetPrivateDNS

func (o *Graphite) GetPrivateDNS() string

GetPrivateDNS returns the PrivateDNS field value

func (*Graphite) GetPrivateDNSOk

func (o *Graphite) GetPrivateDNSOk() (*string, bool)

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

func (*Graphite) GetRegions

func (o *Graphite) GetRegions() []string

GetRegions returns the Regions field value if set, zero value otherwise.

func (*Graphite) GetRegionsOk

func (o *Graphite) GetRegionsOk() ([]string, bool)

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

func (*Graphite) GetServiceId

func (o *Graphite) GetServiceId() string

GetServiceId returns the ServiceId field value if set, zero value otherwise.

func (*Graphite) GetServiceIdOk

func (o *Graphite) GetServiceIdOk() (*string, bool)

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

func (*Graphite) GetServiceName

func (o *Graphite) GetServiceName() string

GetServiceName returns the ServiceName field value

func (*Graphite) GetServiceNameOk

func (o *Graphite) GetServiceNameOk() (*string, bool)

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

func (*Graphite) HasEndpointName

func (o *Graphite) HasEndpointName() bool

HasEndpointName returns a boolean if a field has been set.

func (*Graphite) HasRegions

func (o *Graphite) HasRegions() bool

HasRegions returns a boolean if a field has been set.

func (*Graphite) HasServiceId

func (o *Graphite) HasServiceId() bool

HasServiceId returns a boolean if a field has been set.

func (Graphite) MarshalJSON

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

func (*Graphite) SetEndpointName

func (o *Graphite) SetEndpointName(v string)

SetEndpointName gets a reference to the given string and assigns it to the EndpointName field.

func (*Graphite) SetPrivateDNS

func (o *Graphite) SetPrivateDNS(v string)

SetPrivateDNS sets field value

func (*Graphite) SetRegions

func (o *Graphite) SetRegions(v []string)

SetRegions gets a reference to the given []string and assigns it to the Regions field.

func (*Graphite) SetServiceId

func (o *Graphite) SetServiceId(v string)

SetServiceId gets a reference to the given string and assigns it to the ServiceId field.

func (*Graphite) SetServiceName

func (o *Graphite) SetServiceName(v string)

SetServiceName sets field value

func (Graphite) ToMap

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

func (*Graphite) UnmarshalJSON

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

type Info

type Info struct {
	ServiceName          string   `json:"serviceName"`
	PrivateDNS           string   `json:"privateDNS"`
	Regions              []string `json:"regions,omitempty"`
	AdditionalProperties map[string]interface{}
}

Info struct for Info

func NewInfo

func NewInfo(serviceName string, privateDNS string) *Info

NewInfo instantiates a new Info 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 NewInfoWithDefaults

func NewInfoWithDefaults() *Info

NewInfoWithDefaults instantiates a new Info 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 (*Info) GetPrivateDNS

func (o *Info) GetPrivateDNS() string

GetPrivateDNS returns the PrivateDNS field value

func (*Info) GetPrivateDNSOk

func (o *Info) GetPrivateDNSOk() (*string, bool)

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

func (*Info) GetRegions

func (o *Info) GetRegions() []string

GetRegions returns the Regions field value if set, zero value otherwise.

func (*Info) GetRegionsOk

func (o *Info) GetRegionsOk() ([]string, bool)

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

func (*Info) GetServiceName

func (o *Info) GetServiceName() string

GetServiceName returns the ServiceName field value

func (*Info) GetServiceNameOk

func (o *Info) GetServiceNameOk() (*string, bool)

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

func (*Info) HasRegions

func (o *Info) HasRegions() bool

HasRegions returns a boolean if a field has been set.

func (Info) MarshalJSON

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

func (*Info) SetPrivateDNS

func (o *Info) SetPrivateDNS(v string)

SetPrivateDNS sets field value

func (*Info) SetRegions

func (o *Info) SetRegions(v []string)

SetRegions gets a reference to the given []string and assigns it to the Regions field.

func (*Info) SetServiceName

func (o *Info) SetServiceName(v string)

SetServiceName sets field value

func (Info) ToMap

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

func (*Info) UnmarshalJSON

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

type InstanceUsersResponse

type InstanceUsersResponse struct {
	Items                []ItemsInner1 `json:"items"`
	AdditionalProperties map[string]interface{}
}

InstanceUsersResponse struct for InstanceUsersResponse

func NewInstanceUsersResponse

func NewInstanceUsersResponse(items []ItemsInner1) *InstanceUsersResponse

NewInstanceUsersResponse instantiates a new InstanceUsersResponse 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 NewInstanceUsersResponseWithDefaults

func NewInstanceUsersResponseWithDefaults() *InstanceUsersResponse

NewInstanceUsersResponseWithDefaults instantiates a new InstanceUsersResponse 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 (*InstanceUsersResponse) GetItems

func (o *InstanceUsersResponse) GetItems() []ItemsInner1

GetItems returns the Items field value

func (*InstanceUsersResponse) GetItemsOk

func (o *InstanceUsersResponse) GetItemsOk() ([]ItemsInner1, bool)

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

func (InstanceUsersResponse) MarshalJSON

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

func (*InstanceUsersResponse) SetItems

func (o *InstanceUsersResponse) SetItems(v []ItemsInner1)

SetItems sets field value

func (InstanceUsersResponse) ToMap

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

func (*InstanceUsersResponse) UnmarshalJSON

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

type InstancesAPIService

type InstancesAPIService service

InstancesAPIService InstancesAPI service

func (*InstancesAPIService) DelInstanceOAuthAzureAD

func (a *InstancesAPIService) DelInstanceOAuthAzureAD(ctx context.Context, instanceId string) ApiDelInstanceOAuthAzureADRequest

DelInstanceOAuthAzureAD Disable Azure OAuth in an instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiDelInstanceOAuthAzureADRequest

func (*InstancesAPIService) DelInstanceOAuthAzureADExecute

Execute executes the request

@return FormattedApiInstance

func (*InstancesAPIService) DelInstanceOAuthGithub

func (a *InstancesAPIService) DelInstanceOAuthGithub(ctx context.Context, instanceId string) ApiDelInstanceOAuthGithubRequest

DelInstanceOAuthGithub Disable Github OAuth in an instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiDelInstanceOAuthGithubRequest

func (*InstancesAPIService) DelInstanceOAuthGithubExecute

Execute executes the request

@return FormattedApiInstance

func (*InstancesAPIService) DelInstanceOAuthGoogle

func (a *InstancesAPIService) DelInstanceOAuthGoogle(ctx context.Context, instanceId string) ApiDelInstanceOAuthGoogleRequest

DelInstanceOAuthGoogle Disable Google OAuth in an instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiDelInstanceOAuthGoogleRequest

func (*InstancesAPIService) DelInstanceOAuthGoogleExecute

Execute executes the request

@return FormattedApiInstance

func (*InstancesAPIService) DelInstanceOAuthOkta

func (a *InstancesAPIService) DelInstanceOAuthOkta(ctx context.Context, instanceId string) ApiDelInstanceOAuthOktaRequest

DelInstanceOAuthOkta Disable Okta OAuth in an instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiDelInstanceOAuthOktaRequest

func (*InstancesAPIService) DelInstanceOAuthOktaExecute

Execute executes the request

@return FormattedApiInstance

func (*InstancesAPIService) DeleteInstance

func (a *InstancesAPIService) DeleteInstance(ctx context.Context, instanceId string) ApiDeleteInstanceRequest

DeleteInstance Deletes an instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiDeleteInstanceRequest

func (*InstancesAPIService) DeleteInstanceExecute

Execute executes the request

@return FormattedApiInstance

func (*InstancesAPIService) DeleteInstancePlugin

func (a *InstancesAPIService) DeleteInstancePlugin(ctx context.Context, instanceId string, pluginSlugOrId string) ApiDeleteInstancePluginRequest

DeleteInstancePlugin Method for DeleteInstancePlugin

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@param pluginSlugOrId
@return ApiDeleteInstancePluginRequest

func (*InstancesAPIService) DeleteInstancePluginExecute

Execute executes the request

@return FormattedApiInstancePlugin

func (*InstancesAPIService) DeleteInstanceServiceAccount

func (a *InstancesAPIService) DeleteInstanceServiceAccount(ctx context.Context, instanceId string, serviceAccountId string) ApiDeleteInstanceServiceAccountRequest

DeleteInstanceServiceAccount Delete a service account on a Grafana instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@param serviceAccountId
@return ApiDeleteInstanceServiceAccountRequest

func (*InstancesAPIService) DeleteInstanceServiceAccountExecute

func (a *InstancesAPIService) DeleteInstanceServiceAccountExecute(r ApiDeleteInstanceServiceAccountRequest) (*http.Response, error)

Execute executes the request

func (*InstancesAPIService) DeleteInstanceServiceAccountToken

func (a *InstancesAPIService) DeleteInstanceServiceAccountToken(ctx context.Context, instanceId string, serviceAccountId string, tokenId string) ApiDeleteInstanceServiceAccountTokenRequest

DeleteInstanceServiceAccountToken Delete a service account token on a Grafana instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@param serviceAccountId
@param tokenId
@return ApiDeleteInstanceServiceAccountTokenRequest

func (*InstancesAPIService) DeleteInstanceServiceAccountTokenExecute

func (a *InstancesAPIService) DeleteInstanceServiceAccountTokenExecute(r ApiDeleteInstanceServiceAccountTokenRequest) (*http.Response, error)

Execute executes the request

func (*InstancesAPIService) GetConnections

func (a *InstancesAPIService) GetConnections(ctx context.Context, instanceId string) ApiGetConnectionsRequest

GetConnections Gets an instance's connectivity information (InfluxDB, OTEL, AWS private link, etc.)

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiGetConnectionsRequest

func (*InstancesAPIService) GetConnectionsExecute

Execute executes the request

@return FormattedApiInstanceConnections

func (*InstancesAPIService) GetInstance

func (a *InstancesAPIService) GetInstance(ctx context.Context, instanceId string) ApiGetInstanceRequest

GetInstance Gets an instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiGetInstanceRequest

func (*InstancesAPIService) GetInstanceExecute

Execute executes the request

@return FormattedApiInstance

func (*InstancesAPIService) GetInstancePlugin

func (a *InstancesAPIService) GetInstancePlugin(ctx context.Context, instanceId string, pluginSlugOrId string) ApiGetInstancePluginRequest

GetInstancePlugin Method for GetInstancePlugin

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@param pluginSlugOrId
@return ApiGetInstancePluginRequest

func (*InstancesAPIService) GetInstancePluginExecute

Execute executes the request

@return FormattedApiInstancePlugin

func (*InstancesAPIService) GetInstancePlugins

func (a *InstancesAPIService) GetInstancePlugins(ctx context.Context, instanceId string) ApiGetInstancePluginsRequest

GetInstancePlugins Method for GetInstancePlugins

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiGetInstancePluginsRequest

func (*InstancesAPIService) GetInstancePluginsExecute

Execute executes the request

@return GetInstancePlugins200Response

func (*InstancesAPIService) GetInstanceServiceAccount

func (a *InstancesAPIService) GetInstanceServiceAccount(ctx context.Context, instanceId string, serviceAccountId string) ApiGetInstanceServiceAccountRequest

GetInstanceServiceAccount Gets a service account on a Grafana instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@param serviceAccountId
@return ApiGetInstanceServiceAccountRequest

func (*InstancesAPIService) GetInstanceServiceAccountExecute

Execute executes the request

@return GrafanaServiceAccountDTO

func (*InstancesAPIService) GetInstanceServiceAccountTokens

func (a *InstancesAPIService) GetInstanceServiceAccountTokens(ctx context.Context, instanceId string, serviceAccountId string) ApiGetInstanceServiceAccountTokensRequest

GetInstanceServiceAccountTokens Get a service account's tokens on a Grafana instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@param serviceAccountId
@return ApiGetInstanceServiceAccountTokensRequest

func (*InstancesAPIService) GetInstanceServiceAccountTokensExecute

func (a *InstancesAPIService) GetInstanceServiceAccountTokensExecute(r ApiGetInstanceServiceAccountTokensRequest) ([]GrafanaTokenDTO, *http.Response, error)

Execute executes the request

@return []GrafanaTokenDTO

func (*InstancesAPIService) GetInstanceUsers

func (a *InstancesAPIService) GetInstanceUsers(ctx context.Context, instanceId string) ApiGetInstanceUsersRequest

GetInstanceUsers Gets instance active users

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiGetInstanceUsersRequest

func (*InstancesAPIService) GetInstanceUsersExecute

Execute executes the request

@return InstanceUsersResponse

func (*InstancesAPIService) GetInstances

GetInstances Get a list of instances

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetInstancesRequest

func (*InstancesAPIService) GetInstancesExecute

Execute executes the request

@return GetInstances200Response

func (*InstancesAPIService) PostInstance

func (a *InstancesAPIService) PostInstance(ctx context.Context, instanceId string) ApiPostInstanceRequest

PostInstance Updates an instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiPostInstanceRequest

func (*InstancesAPIService) PostInstanceExecute

Execute executes the request

@return FormattedApiInstance

func (*InstancesAPIService) PostInstanceOAuthAzureAD

func (a *InstancesAPIService) PostInstanceOAuthAzureAD(ctx context.Context, instanceId string) ApiPostInstanceOAuthAzureADRequest

PostInstanceOAuthAzureAD Configure Azure OAuth in an instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiPostInstanceOAuthAzureADRequest

func (*InstancesAPIService) PostInstanceOAuthAzureADExecute

Execute executes the request

@return FormattedApiInstance

func (*InstancesAPIService) PostInstanceOAuthGithub

func (a *InstancesAPIService) PostInstanceOAuthGithub(ctx context.Context, instanceId string) ApiPostInstanceOAuthGithubRequest

PostInstanceOAuthGithub Configure Github OAuth in an instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiPostInstanceOAuthGithubRequest

func (*InstancesAPIService) PostInstanceOAuthGithubExecute

Execute executes the request

@return FormattedApiInstance

func (*InstancesAPIService) PostInstanceOAuthGoogle

func (a *InstancesAPIService) PostInstanceOAuthGoogle(ctx context.Context, instanceId string) ApiPostInstanceOAuthGoogleRequest

PostInstanceOAuthGoogle Configure Google OAuth in an instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiPostInstanceOAuthGoogleRequest

func (*InstancesAPIService) PostInstanceOAuthGoogleExecute

Execute executes the request

@return FormattedApiInstance

func (*InstancesAPIService) PostInstanceOAuthOkta

func (a *InstancesAPIService) PostInstanceOAuthOkta(ctx context.Context, instanceId string) ApiPostInstanceOAuthOktaRequest

PostInstanceOAuthOkta Configure Okta OAuth in an instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiPostInstanceOAuthOktaRequest

func (*InstancesAPIService) PostInstanceOAuthOktaExecute

Execute executes the request

@return FormattedApiInstance

func (*InstancesAPIService) PostInstancePlugin

func (a *InstancesAPIService) PostInstancePlugin(ctx context.Context, instanceId string, pluginSlugOrId string) ApiPostInstancePluginRequest

PostInstancePlugin Method for PostInstancePlugin

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@param pluginSlugOrId
@return ApiPostInstancePluginRequest

func (*InstancesAPIService) PostInstancePluginExecute

Execute executes the request

@return FormattedApiInstancePlugin

func (*InstancesAPIService) PostInstancePlugins

func (a *InstancesAPIService) PostInstancePlugins(ctx context.Context, instanceId string) ApiPostInstancePluginsRequest

PostInstancePlugins Method for PostInstancePlugins

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiPostInstancePluginsRequest

func (*InstancesAPIService) PostInstancePluginsExecute

Execute executes the request

@return FormattedApiInstancePlugin

func (*InstancesAPIService) PostInstanceServiceAccountTokens

func (a *InstancesAPIService) PostInstanceServiceAccountTokens(ctx context.Context, instanceId string, serviceAccountId string) ApiPostInstanceServiceAccountTokensRequest

PostInstanceServiceAccountTokens Creates a service account token on a Grafana instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@param serviceAccountId
@return ApiPostInstanceServiceAccountTokensRequest

func (*InstancesAPIService) PostInstanceServiceAccountTokensExecute

Execute executes the request

@return GrafanaNewApiKeyResult

func (*InstancesAPIService) PostInstanceServiceAccounts

func (a *InstancesAPIService) PostInstanceServiceAccounts(ctx context.Context, instanceId string) ApiPostInstanceServiceAccountsRequest

PostInstanceServiceAccounts Creates a service account on a Grafana instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiPostInstanceServiceAccountsRequest

func (*InstancesAPIService) PostInstanceServiceAccountsExecute

Execute executes the request

@return GrafanaServiceAccountDTO

func (*InstancesAPIService) PostInstances

PostInstances Create a new instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPostInstancesRequest

func (*InstancesAPIService) PostInstancesExecute

Execute executes the request

@return FormattedApiInstance

type ItemsInner

type ItemsInner struct {
	Id                   ItemsInnerId    `json:"id"`
	AccessPolicyId       string          `json:"accessPolicyId"`
	OrgId                float32         `json:"orgId"`
	OrgSlug              string          `json:"orgSlug"`
	OrgName              string          `json:"orgName"`
	InstanceId           NullableFloat32 `json:"instanceId"`
	Name                 string          `json:"name"`
	Role                 string          `json:"role"`
	CreatedAt            string          `json:"createdAt"`
	UpdatedAt            NullableString  `json:"updatedAt"`
	FirstUsed            NullableString  `json:"firstUsed"`
	Token                *string         `json:"token,omitempty"`
	Links                []LinksInner    `json:"links"`
	AdditionalProperties map[string]interface{}
}

ItemsInner struct for ItemsInner

func NewItemsInner

func NewItemsInner(id ItemsInnerId, accessPolicyId string, orgId float32, orgSlug string, orgName string, instanceId NullableFloat32, name string, role string, createdAt string, updatedAt NullableString, firstUsed NullableString, links []LinksInner) *ItemsInner

NewItemsInner instantiates a new ItemsInner 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 NewItemsInnerWithDefaults

func NewItemsInnerWithDefaults() *ItemsInner

NewItemsInnerWithDefaults instantiates a new ItemsInner 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 (*ItemsInner) GetAccessPolicyId

func (o *ItemsInner) GetAccessPolicyId() string

GetAccessPolicyId returns the AccessPolicyId field value

func (*ItemsInner) GetAccessPolicyIdOk

func (o *ItemsInner) GetAccessPolicyIdOk() (*string, bool)

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

func (*ItemsInner) GetCreatedAt

func (o *ItemsInner) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*ItemsInner) GetCreatedAtOk

func (o *ItemsInner) GetCreatedAtOk() (*string, bool)

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

func (*ItemsInner) GetFirstUsed

func (o *ItemsInner) GetFirstUsed() string

GetFirstUsed returns the FirstUsed field value If the value is explicit nil, the zero value for string will be returned

func (*ItemsInner) GetFirstUsedOk

func (o *ItemsInner) GetFirstUsedOk() (*string, bool)

GetFirstUsedOk returns a tuple with the FirstUsed field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ItemsInner) GetId

func (o *ItemsInner) GetId() ItemsInnerId

GetId returns the Id field value

func (*ItemsInner) GetIdOk

func (o *ItemsInner) GetIdOk() (*ItemsInnerId, bool)

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

func (*ItemsInner) GetInstanceId

func (o *ItemsInner) GetInstanceId() float32

GetInstanceId returns the InstanceId field value If the value is explicit nil, the zero value for float32 will be returned

func (*ItemsInner) GetInstanceIdOk

func (o *ItemsInner) GetInstanceIdOk() (*float32, bool)

GetInstanceIdOk returns a tuple with the InstanceId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (o *ItemsInner) GetLinks() []LinksInner

GetLinks returns the Links field value

func (*ItemsInner) GetLinksOk

func (o *ItemsInner) GetLinksOk() ([]LinksInner, bool)

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

func (*ItemsInner) GetName

func (o *ItemsInner) GetName() string

GetName returns the Name field value

func (*ItemsInner) GetNameOk

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

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

func (*ItemsInner) GetOrgId

func (o *ItemsInner) GetOrgId() float32

GetOrgId returns the OrgId field value

func (*ItemsInner) GetOrgIdOk

func (o *ItemsInner) GetOrgIdOk() (*float32, bool)

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

func (*ItemsInner) GetOrgName

func (o *ItemsInner) GetOrgName() string

GetOrgName returns the OrgName field value

func (*ItemsInner) GetOrgNameOk

func (o *ItemsInner) GetOrgNameOk() (*string, bool)

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

func (*ItemsInner) GetOrgSlug

func (o *ItemsInner) GetOrgSlug() string

GetOrgSlug returns the OrgSlug field value

func (*ItemsInner) GetOrgSlugOk

func (o *ItemsInner) GetOrgSlugOk() (*string, bool)

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

func (*ItemsInner) GetRole

func (o *ItemsInner) GetRole() string

GetRole returns the Role field value

func (*ItemsInner) GetRoleOk

func (o *ItemsInner) GetRoleOk() (*string, bool)

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

func (*ItemsInner) GetToken

func (o *ItemsInner) GetToken() string

GetToken returns the Token field value if set, zero value otherwise.

func (*ItemsInner) GetTokenOk

func (o *ItemsInner) 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 (*ItemsInner) GetUpdatedAt

func (o *ItemsInner) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value If the value is explicit nil, the zero value for string will be returned

func (*ItemsInner) GetUpdatedAtOk

func (o *ItemsInner) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ItemsInner) HasToken

func (o *ItemsInner) HasToken() bool

HasToken returns a boolean if a field has been set.

func (ItemsInner) MarshalJSON

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

func (*ItemsInner) SetAccessPolicyId

func (o *ItemsInner) SetAccessPolicyId(v string)

SetAccessPolicyId sets field value

func (*ItemsInner) SetCreatedAt

func (o *ItemsInner) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*ItemsInner) SetFirstUsed

func (o *ItemsInner) SetFirstUsed(v string)

SetFirstUsed sets field value

func (*ItemsInner) SetId

func (o *ItemsInner) SetId(v ItemsInnerId)

SetId sets field value

func (*ItemsInner) SetInstanceId

func (o *ItemsInner) SetInstanceId(v float32)

SetInstanceId sets field value

func (o *ItemsInner) SetLinks(v []LinksInner)

SetLinks sets field value

func (*ItemsInner) SetName

func (o *ItemsInner) SetName(v string)

SetName sets field value

func (*ItemsInner) SetOrgId

func (o *ItemsInner) SetOrgId(v float32)

SetOrgId sets field value

func (*ItemsInner) SetOrgName

func (o *ItemsInner) SetOrgName(v string)

SetOrgName sets field value

func (*ItemsInner) SetOrgSlug

func (o *ItemsInner) SetOrgSlug(v string)

SetOrgSlug sets field value

func (*ItemsInner) SetRole

func (o *ItemsInner) SetRole(v string)

SetRole sets field value

func (*ItemsInner) SetToken

func (o *ItemsInner) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field.

func (*ItemsInner) SetUpdatedAt

func (o *ItemsInner) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (ItemsInner) ToMap

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

func (*ItemsInner) UnmarshalJSON

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

type ItemsInner1

type ItemsInner1 struct {
	LastSeenAt           *string `json:"lastSeenAt,omitempty"`
	CreatedAt            string  `json:"createdAt"`
	UpdatedAt            string  `json:"updatedAt"`
	Email                string  `json:"email"`
	Login                string  `json:"login"`
	Name                 string  `json:"name"`
	Role                 string  `json:"role"`
	Id                   float32 `json:"id"`
	IsServiceAccount     bool    `json:"isServiceAccount"`
	AdditionalProperties map[string]interface{}
}

ItemsInner1 struct for ItemsInner1

func NewItemsInner1

func NewItemsInner1(createdAt string, updatedAt string, email string, login string, name string, role string, id float32, isServiceAccount bool) *ItemsInner1

NewItemsInner1 instantiates a new ItemsInner1 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 NewItemsInner1WithDefaults

func NewItemsInner1WithDefaults() *ItemsInner1

NewItemsInner1WithDefaults instantiates a new ItemsInner1 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 (*ItemsInner1) GetCreatedAt

func (o *ItemsInner1) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*ItemsInner1) GetCreatedAtOk

func (o *ItemsInner1) GetCreatedAtOk() (*string, bool)

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

func (*ItemsInner1) GetEmail

func (o *ItemsInner1) GetEmail() string

GetEmail returns the Email field value

func (*ItemsInner1) GetEmailOk

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

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

func (*ItemsInner1) GetId

func (o *ItemsInner1) GetId() float32

GetId returns the Id field value

func (*ItemsInner1) GetIdOk

func (o *ItemsInner1) GetIdOk() (*float32, bool)

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

func (*ItemsInner1) GetIsServiceAccount

func (o *ItemsInner1) GetIsServiceAccount() bool

GetIsServiceAccount returns the IsServiceAccount field value

func (*ItemsInner1) GetIsServiceAccountOk

func (o *ItemsInner1) GetIsServiceAccountOk() (*bool, bool)

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

func (*ItemsInner1) GetLastSeenAt

func (o *ItemsInner1) GetLastSeenAt() string

GetLastSeenAt returns the LastSeenAt field value if set, zero value otherwise.

func (*ItemsInner1) GetLastSeenAtOk

func (o *ItemsInner1) GetLastSeenAtOk() (*string, bool)

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

func (*ItemsInner1) GetLogin

func (o *ItemsInner1) GetLogin() string

GetLogin returns the Login field value

func (*ItemsInner1) GetLoginOk

func (o *ItemsInner1) GetLoginOk() (*string, bool)

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

func (*ItemsInner1) GetName

func (o *ItemsInner1) GetName() string

GetName returns the Name field value

func (*ItemsInner1) GetNameOk

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

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

func (*ItemsInner1) GetRole

func (o *ItemsInner1) GetRole() string

GetRole returns the Role field value

func (*ItemsInner1) GetRoleOk

func (o *ItemsInner1) GetRoleOk() (*string, bool)

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

func (*ItemsInner1) GetUpdatedAt

func (o *ItemsInner1) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value

func (*ItemsInner1) GetUpdatedAtOk

func (o *ItemsInner1) GetUpdatedAtOk() (*string, bool)

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

func (*ItemsInner1) HasLastSeenAt

func (o *ItemsInner1) HasLastSeenAt() bool

HasLastSeenAt returns a boolean if a field has been set.

func (ItemsInner1) MarshalJSON

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

func (*ItemsInner1) SetCreatedAt

func (o *ItemsInner1) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*ItemsInner1) SetEmail

func (o *ItemsInner1) SetEmail(v string)

SetEmail sets field value

func (*ItemsInner1) SetId

func (o *ItemsInner1) SetId(v float32)

SetId sets field value

func (*ItemsInner1) SetIsServiceAccount

func (o *ItemsInner1) SetIsServiceAccount(v bool)

SetIsServiceAccount sets field value

func (*ItemsInner1) SetLastSeenAt

func (o *ItemsInner1) SetLastSeenAt(v string)

SetLastSeenAt gets a reference to the given string and assigns it to the LastSeenAt field.

func (*ItemsInner1) SetLogin

func (o *ItemsInner1) SetLogin(v string)

SetLogin sets field value

func (*ItemsInner1) SetName

func (o *ItemsInner1) SetName(v string)

SetName sets field value

func (*ItemsInner1) SetRole

func (o *ItemsInner1) SetRole(v string)

SetRole sets field value

func (*ItemsInner1) SetUpdatedAt

func (o *ItemsInner1) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (ItemsInner1) ToMap

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

func (*ItemsInner1) UnmarshalJSON

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

type ItemsInner2

type ItemsInner2 struct {
	Id                       float32                                    `json:"id"`
	OrgId                    float32                                    `json:"orgId"`
	UserId                   float32                                    `json:"userId"`
	Status                   float32                                    `json:"status"`
	CreatedAt                string                                     `json:"createdAt"`
	UpdatedAt                NullableString                             `json:"updatedAt"`
	DefaultOrg               float32                                    `json:"defaultOrg"`
	Role                     string                                     `json:"role"`
	Privacy                  float32                                    `json:"privacy"`
	Billing                  float32                                    `json:"billing"`
	CreatedBy                string                                     `json:"createdBy"`
	UpdatedBy                string                                     `json:"updatedBy"`
	OrgName                  string                                     `json:"orgName"`
	OrgSlug                  string                                     `json:"orgSlug"`
	OrgUrl                   string                                     `json:"orgUrl"`
	GrafanaCloud             float32                                    `json:"grafanaCloud"`
	ResellerId               NullableFloat32                            `json:"resellerId"`
	ContractTypeId           float32                                    `json:"contractTypeId"`
	AllowGCloudTrial         bool                                       `json:"allowGCloudTrial"`
	HlUsage                  float32                                    `json:"hlUsage"`
	HmCurrentGraphiteUsage   float32                                    `json:"hmCurrentGraphiteUsage"`
	HmCurrentPrometheusUsage float32                                    `json:"hmCurrentPrometheusUsage"`
	HgDatasourceCnts         string                                     `json:"hgDatasourceCnts"`
	UserFirstName            string                                     `json:"userFirstName"`
	UserLastName             string                                     `json:"userLastName"`
	UserUsername             string                                     `json:"userUsername"`
	UserStatus               float32                                    `json:"userStatus"`
	UserEmail                string                                     `json:"userEmail"`
	UserName                 string                                     `json:"userName"`
	Subscriptions            Subscriptions                              `json:"subscriptions"`
	MarketplaceSubscription  NullableItemsInner2MarketplaceSubscription `json:"marketplaceSubscription"`
	ExtraPermissions         []string                                   `json:"extraPermissions,omitempty"`
	GrafanaStaffAccess       NullableItemsInner2GrafanaStaffAccess      `json:"grafanaStaffAccess,omitempty"`
	AdditionalProperties     map[string]interface{}
}

ItemsInner2 struct for ItemsInner2

func NewItemsInner2

func NewItemsInner2(id float32, orgId float32, userId float32, status float32, createdAt string, updatedAt NullableString, defaultOrg float32, role string, privacy float32, billing float32, createdBy string, updatedBy string, orgName string, orgSlug string, orgUrl string, grafanaCloud float32, resellerId NullableFloat32, contractTypeId float32, allowGCloudTrial bool, hlUsage float32, hmCurrentGraphiteUsage float32, hmCurrentPrometheusUsage float32, hgDatasourceCnts string, userFirstName string, userLastName string, userUsername string, userStatus float32, userEmail string, userName string, subscriptions Subscriptions, marketplaceSubscription NullableItemsInner2MarketplaceSubscription) *ItemsInner2

NewItemsInner2 instantiates a new ItemsInner2 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 NewItemsInner2WithDefaults

func NewItemsInner2WithDefaults() *ItemsInner2

NewItemsInner2WithDefaults instantiates a new ItemsInner2 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 (*ItemsInner2) GetAllowGCloudTrial

func (o *ItemsInner2) GetAllowGCloudTrial() bool

GetAllowGCloudTrial returns the AllowGCloudTrial field value

func (*ItemsInner2) GetAllowGCloudTrialOk

func (o *ItemsInner2) GetAllowGCloudTrialOk() (*bool, bool)

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

func (*ItemsInner2) GetBilling

func (o *ItemsInner2) GetBilling() float32

GetBilling returns the Billing field value

func (*ItemsInner2) GetBillingOk

func (o *ItemsInner2) GetBillingOk() (*float32, bool)

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

func (*ItemsInner2) GetContractTypeId

func (o *ItemsInner2) GetContractTypeId() float32

GetContractTypeId returns the ContractTypeId field value

func (*ItemsInner2) GetContractTypeIdOk

func (o *ItemsInner2) GetContractTypeIdOk() (*float32, bool)

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

func (*ItemsInner2) GetCreatedAt

func (o *ItemsInner2) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*ItemsInner2) GetCreatedAtOk

func (o *ItemsInner2) GetCreatedAtOk() (*string, bool)

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

func (*ItemsInner2) GetCreatedBy

func (o *ItemsInner2) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field value

func (*ItemsInner2) GetCreatedByOk

func (o *ItemsInner2) GetCreatedByOk() (*string, bool)

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

func (*ItemsInner2) GetDefaultOrg

func (o *ItemsInner2) GetDefaultOrg() float32

GetDefaultOrg returns the DefaultOrg field value

func (*ItemsInner2) GetDefaultOrgOk

func (o *ItemsInner2) GetDefaultOrgOk() (*float32, bool)

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

func (*ItemsInner2) GetExtraPermissions

func (o *ItemsInner2) GetExtraPermissions() []string

GetExtraPermissions returns the ExtraPermissions field value if set, zero value otherwise.

func (*ItemsInner2) GetExtraPermissionsOk

func (o *ItemsInner2) GetExtraPermissionsOk() ([]string, bool)

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

func (*ItemsInner2) GetGrafanaCloud

func (o *ItemsInner2) GetGrafanaCloud() float32

GetGrafanaCloud returns the GrafanaCloud field value

func (*ItemsInner2) GetGrafanaCloudOk

func (o *ItemsInner2) GetGrafanaCloudOk() (*float32, bool)

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

func (*ItemsInner2) GetGrafanaStaffAccess

func (o *ItemsInner2) GetGrafanaStaffAccess() ItemsInner2GrafanaStaffAccess

GetGrafanaStaffAccess returns the GrafanaStaffAccess field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ItemsInner2) GetGrafanaStaffAccessOk

func (o *ItemsInner2) GetGrafanaStaffAccessOk() (*ItemsInner2GrafanaStaffAccess, bool)

GetGrafanaStaffAccessOk returns a tuple with the GrafanaStaffAccess field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ItemsInner2) GetHgDatasourceCnts

func (o *ItemsInner2) GetHgDatasourceCnts() string

GetHgDatasourceCnts returns the HgDatasourceCnts field value

func (*ItemsInner2) GetHgDatasourceCntsOk

func (o *ItemsInner2) GetHgDatasourceCntsOk() (*string, bool)

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

func (*ItemsInner2) GetHlUsage

func (o *ItemsInner2) GetHlUsage() float32

GetHlUsage returns the HlUsage field value

func (*ItemsInner2) GetHlUsageOk

func (o *ItemsInner2) GetHlUsageOk() (*float32, bool)

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

func (*ItemsInner2) GetHmCurrentGraphiteUsage

func (o *ItemsInner2) GetHmCurrentGraphiteUsage() float32

GetHmCurrentGraphiteUsage returns the HmCurrentGraphiteUsage field value

func (*ItemsInner2) GetHmCurrentGraphiteUsageOk

func (o *ItemsInner2) GetHmCurrentGraphiteUsageOk() (*float32, bool)

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

func (*ItemsInner2) GetHmCurrentPrometheusUsage

func (o *ItemsInner2) GetHmCurrentPrometheusUsage() float32

GetHmCurrentPrometheusUsage returns the HmCurrentPrometheusUsage field value

func (*ItemsInner2) GetHmCurrentPrometheusUsageOk

func (o *ItemsInner2) GetHmCurrentPrometheusUsageOk() (*float32, bool)

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

func (*ItemsInner2) GetId

func (o *ItemsInner2) GetId() float32

GetId returns the Id field value

func (*ItemsInner2) GetIdOk

func (o *ItemsInner2) GetIdOk() (*float32, bool)

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

func (*ItemsInner2) GetMarketplaceSubscription

func (o *ItemsInner2) GetMarketplaceSubscription() ItemsInner2MarketplaceSubscription

GetMarketplaceSubscription returns the MarketplaceSubscription field value If the value is explicit nil, the zero value for ItemsInner2MarketplaceSubscription will be returned

func (*ItemsInner2) GetMarketplaceSubscriptionOk

func (o *ItemsInner2) GetMarketplaceSubscriptionOk() (*ItemsInner2MarketplaceSubscription, bool)

GetMarketplaceSubscriptionOk returns a tuple with the MarketplaceSubscription field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ItemsInner2) GetOrgId

func (o *ItemsInner2) GetOrgId() float32

GetOrgId returns the OrgId field value

func (*ItemsInner2) GetOrgIdOk

func (o *ItemsInner2) GetOrgIdOk() (*float32, bool)

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

func (*ItemsInner2) GetOrgName

func (o *ItemsInner2) GetOrgName() string

GetOrgName returns the OrgName field value

func (*ItemsInner2) GetOrgNameOk

func (o *ItemsInner2) GetOrgNameOk() (*string, bool)

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

func (*ItemsInner2) GetOrgSlug

func (o *ItemsInner2) GetOrgSlug() string

GetOrgSlug returns the OrgSlug field value

func (*ItemsInner2) GetOrgSlugOk

func (o *ItemsInner2) GetOrgSlugOk() (*string, bool)

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

func (*ItemsInner2) GetOrgUrl

func (o *ItemsInner2) GetOrgUrl() string

GetOrgUrl returns the OrgUrl field value

func (*ItemsInner2) GetOrgUrlOk

func (o *ItemsInner2) GetOrgUrlOk() (*string, bool)

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

func (*ItemsInner2) GetPrivacy

func (o *ItemsInner2) GetPrivacy() float32

GetPrivacy returns the Privacy field value

func (*ItemsInner2) GetPrivacyOk

func (o *ItemsInner2) GetPrivacyOk() (*float32, bool)

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

func (*ItemsInner2) GetResellerId

func (o *ItemsInner2) GetResellerId() float32

GetResellerId returns the ResellerId field value If the value is explicit nil, the zero value for float32 will be returned

func (*ItemsInner2) GetResellerIdOk

func (o *ItemsInner2) GetResellerIdOk() (*float32, bool)

GetResellerIdOk returns a tuple with the ResellerId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ItemsInner2) GetRole

func (o *ItemsInner2) GetRole() string

GetRole returns the Role field value

func (*ItemsInner2) GetRoleOk

func (o *ItemsInner2) GetRoleOk() (*string, bool)

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

func (*ItemsInner2) GetStatus

func (o *ItemsInner2) GetStatus() float32

GetStatus returns the Status field value

func (*ItemsInner2) GetStatusOk

func (o *ItemsInner2) GetStatusOk() (*float32, bool)

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

func (*ItemsInner2) GetSubscriptions

func (o *ItemsInner2) GetSubscriptions() Subscriptions

GetSubscriptions returns the Subscriptions field value

func (*ItemsInner2) GetSubscriptionsOk

func (o *ItemsInner2) GetSubscriptionsOk() (*Subscriptions, bool)

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

func (*ItemsInner2) GetUpdatedAt

func (o *ItemsInner2) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value If the value is explicit nil, the zero value for string will be returned

func (*ItemsInner2) GetUpdatedAtOk

func (o *ItemsInner2) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ItemsInner2) GetUpdatedBy

func (o *ItemsInner2) GetUpdatedBy() string

GetUpdatedBy returns the UpdatedBy field value

func (*ItemsInner2) GetUpdatedByOk

func (o *ItemsInner2) GetUpdatedByOk() (*string, bool)

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

func (*ItemsInner2) GetUserEmail

func (o *ItemsInner2) GetUserEmail() string

GetUserEmail returns the UserEmail field value

func (*ItemsInner2) GetUserEmailOk

func (o *ItemsInner2) GetUserEmailOk() (*string, bool)

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

func (*ItemsInner2) GetUserFirstName

func (o *ItemsInner2) GetUserFirstName() string

GetUserFirstName returns the UserFirstName field value

func (*ItemsInner2) GetUserFirstNameOk

func (o *ItemsInner2) GetUserFirstNameOk() (*string, bool)

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

func (*ItemsInner2) GetUserId

func (o *ItemsInner2) GetUserId() float32

GetUserId returns the UserId field value

func (*ItemsInner2) GetUserIdOk

func (o *ItemsInner2) GetUserIdOk() (*float32, bool)

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

func (*ItemsInner2) GetUserLastName

func (o *ItemsInner2) GetUserLastName() string

GetUserLastName returns the UserLastName field value

func (*ItemsInner2) GetUserLastNameOk

func (o *ItemsInner2) GetUserLastNameOk() (*string, bool)

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

func (*ItemsInner2) GetUserName

func (o *ItemsInner2) GetUserName() string

GetUserName returns the UserName field value

func (*ItemsInner2) GetUserNameOk

func (o *ItemsInner2) GetUserNameOk() (*string, bool)

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

func (*ItemsInner2) GetUserStatus

func (o *ItemsInner2) GetUserStatus() float32

GetUserStatus returns the UserStatus field value

func (*ItemsInner2) GetUserStatusOk

func (o *ItemsInner2) GetUserStatusOk() (*float32, bool)

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

func (*ItemsInner2) GetUserUsername

func (o *ItemsInner2) GetUserUsername() string

GetUserUsername returns the UserUsername field value

func (*ItemsInner2) GetUserUsernameOk

func (o *ItemsInner2) GetUserUsernameOk() (*string, bool)

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

func (*ItemsInner2) HasExtraPermissions

func (o *ItemsInner2) HasExtraPermissions() bool

HasExtraPermissions returns a boolean if a field has been set.

func (*ItemsInner2) HasGrafanaStaffAccess

func (o *ItemsInner2) HasGrafanaStaffAccess() bool

HasGrafanaStaffAccess returns a boolean if a field has been set.

func (ItemsInner2) MarshalJSON

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

func (*ItemsInner2) SetAllowGCloudTrial

func (o *ItemsInner2) SetAllowGCloudTrial(v bool)

SetAllowGCloudTrial sets field value

func (*ItemsInner2) SetBilling

func (o *ItemsInner2) SetBilling(v float32)

SetBilling sets field value

func (*ItemsInner2) SetContractTypeId

func (o *ItemsInner2) SetContractTypeId(v float32)

SetContractTypeId sets field value

func (*ItemsInner2) SetCreatedAt

func (o *ItemsInner2) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*ItemsInner2) SetCreatedBy

func (o *ItemsInner2) SetCreatedBy(v string)

SetCreatedBy sets field value

func (*ItemsInner2) SetDefaultOrg

func (o *ItemsInner2) SetDefaultOrg(v float32)

SetDefaultOrg sets field value

func (*ItemsInner2) SetExtraPermissions

func (o *ItemsInner2) SetExtraPermissions(v []string)

SetExtraPermissions gets a reference to the given []string and assigns it to the ExtraPermissions field.

func (*ItemsInner2) SetGrafanaCloud

func (o *ItemsInner2) SetGrafanaCloud(v float32)

SetGrafanaCloud sets field value

func (*ItemsInner2) SetGrafanaStaffAccess

func (o *ItemsInner2) SetGrafanaStaffAccess(v ItemsInner2GrafanaStaffAccess)

SetGrafanaStaffAccess gets a reference to the given NullableItemsInner2GrafanaStaffAccess and assigns it to the GrafanaStaffAccess field.

func (*ItemsInner2) SetGrafanaStaffAccessNil

func (o *ItemsInner2) SetGrafanaStaffAccessNil()

SetGrafanaStaffAccessNil sets the value for GrafanaStaffAccess to be an explicit nil

func (*ItemsInner2) SetHgDatasourceCnts

func (o *ItemsInner2) SetHgDatasourceCnts(v string)

SetHgDatasourceCnts sets field value

func (*ItemsInner2) SetHlUsage

func (o *ItemsInner2) SetHlUsage(v float32)

SetHlUsage sets field value

func (*ItemsInner2) SetHmCurrentGraphiteUsage

func (o *ItemsInner2) SetHmCurrentGraphiteUsage(v float32)

SetHmCurrentGraphiteUsage sets field value

func (*ItemsInner2) SetHmCurrentPrometheusUsage

func (o *ItemsInner2) SetHmCurrentPrometheusUsage(v float32)

SetHmCurrentPrometheusUsage sets field value

func (*ItemsInner2) SetId

func (o *ItemsInner2) SetId(v float32)

SetId sets field value

func (*ItemsInner2) SetMarketplaceSubscription

func (o *ItemsInner2) SetMarketplaceSubscription(v ItemsInner2MarketplaceSubscription)

SetMarketplaceSubscription sets field value

func (*ItemsInner2) SetOrgId

func (o *ItemsInner2) SetOrgId(v float32)

SetOrgId sets field value

func (*ItemsInner2) SetOrgName

func (o *ItemsInner2) SetOrgName(v string)

SetOrgName sets field value

func (*ItemsInner2) SetOrgSlug

func (o *ItemsInner2) SetOrgSlug(v string)

SetOrgSlug sets field value

func (*ItemsInner2) SetOrgUrl

func (o *ItemsInner2) SetOrgUrl(v string)

SetOrgUrl sets field value

func (*ItemsInner2) SetPrivacy

func (o *ItemsInner2) SetPrivacy(v float32)

SetPrivacy sets field value

func (*ItemsInner2) SetResellerId

func (o *ItemsInner2) SetResellerId(v float32)

SetResellerId sets field value

func (*ItemsInner2) SetRole

func (o *ItemsInner2) SetRole(v string)

SetRole sets field value

func (*ItemsInner2) SetStatus

func (o *ItemsInner2) SetStatus(v float32)

SetStatus sets field value

func (*ItemsInner2) SetSubscriptions

func (o *ItemsInner2) SetSubscriptions(v Subscriptions)

SetSubscriptions sets field value

func (*ItemsInner2) SetUpdatedAt

func (o *ItemsInner2) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (*ItemsInner2) SetUpdatedBy

func (o *ItemsInner2) SetUpdatedBy(v string)

SetUpdatedBy sets field value

func (*ItemsInner2) SetUserEmail

func (o *ItemsInner2) SetUserEmail(v string)

SetUserEmail sets field value

func (*ItemsInner2) SetUserFirstName

func (o *ItemsInner2) SetUserFirstName(v string)

SetUserFirstName sets field value

func (*ItemsInner2) SetUserId

func (o *ItemsInner2) SetUserId(v float32)

SetUserId sets field value

func (*ItemsInner2) SetUserLastName

func (o *ItemsInner2) SetUserLastName(v string)

SetUserLastName sets field value

func (*ItemsInner2) SetUserName

func (o *ItemsInner2) SetUserName(v string)

SetUserName sets field value

func (*ItemsInner2) SetUserStatus

func (o *ItemsInner2) SetUserStatus(v float32)

SetUserStatus sets field value

func (*ItemsInner2) SetUserUsername

func (o *ItemsInner2) SetUserUsername(v string)

SetUserUsername sets field value

func (ItemsInner2) ToMap

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

func (*ItemsInner2) UnmarshalJSON

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

func (*ItemsInner2) UnsetGrafanaStaffAccess

func (o *ItemsInner2) UnsetGrafanaStaffAccess()

UnsetGrafanaStaffAccess ensures that no value is present for GrafanaStaffAccess, not even an explicit nil

type ItemsInner2GrafanaStaffAccess

type ItemsInner2GrafanaStaffAccess struct {
	AccessExpiresAt      time.Time       `json:"accessExpiresAt"`
	TicketId             NullableFloat32 `json:"ticketId,omitempty"`
	PublicReason         NullableString  `json:"publicReason,omitempty"`
	AdditionalProperties map[string]interface{}
}

ItemsInner2GrafanaStaffAccess struct for ItemsInner2GrafanaStaffAccess

func NewItemsInner2GrafanaStaffAccess

func NewItemsInner2GrafanaStaffAccess(accessExpiresAt time.Time) *ItemsInner2GrafanaStaffAccess

NewItemsInner2GrafanaStaffAccess instantiates a new ItemsInner2GrafanaStaffAccess 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 NewItemsInner2GrafanaStaffAccessWithDefaults

func NewItemsInner2GrafanaStaffAccessWithDefaults() *ItemsInner2GrafanaStaffAccess

NewItemsInner2GrafanaStaffAccessWithDefaults instantiates a new ItemsInner2GrafanaStaffAccess 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 (*ItemsInner2GrafanaStaffAccess) GetAccessExpiresAt

func (o *ItemsInner2GrafanaStaffAccess) GetAccessExpiresAt() time.Time

GetAccessExpiresAt returns the AccessExpiresAt field value

func (*ItemsInner2GrafanaStaffAccess) GetAccessExpiresAtOk

func (o *ItemsInner2GrafanaStaffAccess) GetAccessExpiresAtOk() (*time.Time, bool)

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

func (*ItemsInner2GrafanaStaffAccess) GetPublicReason

func (o *ItemsInner2GrafanaStaffAccess) GetPublicReason() string

GetPublicReason returns the PublicReason field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ItemsInner2GrafanaStaffAccess) GetPublicReasonOk

func (o *ItemsInner2GrafanaStaffAccess) GetPublicReasonOk() (*string, bool)

GetPublicReasonOk returns a tuple with the PublicReason field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ItemsInner2GrafanaStaffAccess) GetTicketId

func (o *ItemsInner2GrafanaStaffAccess) GetTicketId() float32

GetTicketId returns the TicketId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ItemsInner2GrafanaStaffAccess) GetTicketIdOk

func (o *ItemsInner2GrafanaStaffAccess) GetTicketIdOk() (*float32, bool)

GetTicketIdOk returns a tuple with the TicketId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ItemsInner2GrafanaStaffAccess) HasPublicReason

func (o *ItemsInner2GrafanaStaffAccess) HasPublicReason() bool

HasPublicReason returns a boolean if a field has been set.

func (*ItemsInner2GrafanaStaffAccess) HasTicketId

func (o *ItemsInner2GrafanaStaffAccess) HasTicketId() bool

HasTicketId returns a boolean if a field has been set.

func (ItemsInner2GrafanaStaffAccess) MarshalJSON

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

func (*ItemsInner2GrafanaStaffAccess) SetAccessExpiresAt

func (o *ItemsInner2GrafanaStaffAccess) SetAccessExpiresAt(v time.Time)

SetAccessExpiresAt sets field value

func (*ItemsInner2GrafanaStaffAccess) SetPublicReason

func (o *ItemsInner2GrafanaStaffAccess) SetPublicReason(v string)

SetPublicReason gets a reference to the given NullableString and assigns it to the PublicReason field.

func (*ItemsInner2GrafanaStaffAccess) SetPublicReasonNil

func (o *ItemsInner2GrafanaStaffAccess) SetPublicReasonNil()

SetPublicReasonNil sets the value for PublicReason to be an explicit nil

func (*ItemsInner2GrafanaStaffAccess) SetTicketId

func (o *ItemsInner2GrafanaStaffAccess) SetTicketId(v float32)

SetTicketId gets a reference to the given NullableFloat32 and assigns it to the TicketId field.

func (*ItemsInner2GrafanaStaffAccess) SetTicketIdNil

func (o *ItemsInner2GrafanaStaffAccess) SetTicketIdNil()

SetTicketIdNil sets the value for TicketId to be an explicit nil

func (ItemsInner2GrafanaStaffAccess) ToMap

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

func (*ItemsInner2GrafanaStaffAccess) UnmarshalJSON

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

func (*ItemsInner2GrafanaStaffAccess) UnsetPublicReason

func (o *ItemsInner2GrafanaStaffAccess) UnsetPublicReason()

UnsetPublicReason ensures that no value is present for PublicReason, not even an explicit nil

func (*ItemsInner2GrafanaStaffAccess) UnsetTicketId

func (o *ItemsInner2GrafanaStaffAccess) UnsetTicketId()

UnsetTicketId ensures that no value is present for TicketId, not even an explicit nil

type ItemsInner2MarketplaceSubscription

type ItemsInner2MarketplaceSubscription struct {
	Provider             string `json:"provider"`
	IsLegacy             bool   `json:"isLegacy"`
	AdditionalProperties map[string]interface{}
}

ItemsInner2MarketplaceSubscription struct for ItemsInner2MarketplaceSubscription

func NewItemsInner2MarketplaceSubscription

func NewItemsInner2MarketplaceSubscription(provider string, isLegacy bool) *ItemsInner2MarketplaceSubscription

NewItemsInner2MarketplaceSubscription instantiates a new ItemsInner2MarketplaceSubscription 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 NewItemsInner2MarketplaceSubscriptionWithDefaults

func NewItemsInner2MarketplaceSubscriptionWithDefaults() *ItemsInner2MarketplaceSubscription

NewItemsInner2MarketplaceSubscriptionWithDefaults instantiates a new ItemsInner2MarketplaceSubscription 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 (*ItemsInner2MarketplaceSubscription) GetIsLegacy

func (o *ItemsInner2MarketplaceSubscription) GetIsLegacy() bool

GetIsLegacy returns the IsLegacy field value

func (*ItemsInner2MarketplaceSubscription) GetIsLegacyOk

func (o *ItemsInner2MarketplaceSubscription) GetIsLegacyOk() (*bool, bool)

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

func (*ItemsInner2MarketplaceSubscription) GetProvider

func (o *ItemsInner2MarketplaceSubscription) GetProvider() string

GetProvider returns the Provider field value

func (*ItemsInner2MarketplaceSubscription) GetProviderOk

func (o *ItemsInner2MarketplaceSubscription) GetProviderOk() (*string, bool)

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

func (ItemsInner2MarketplaceSubscription) MarshalJSON

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

func (*ItemsInner2MarketplaceSubscription) SetIsLegacy

func (o *ItemsInner2MarketplaceSubscription) SetIsLegacy(v bool)

SetIsLegacy sets field value

func (*ItemsInner2MarketplaceSubscription) SetProvider

func (o *ItemsInner2MarketplaceSubscription) SetProvider(v string)

SetProvider sets field value

func (ItemsInner2MarketplaceSubscription) ToMap

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

func (*ItemsInner2MarketplaceSubscription) UnmarshalJSON

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

type ItemsInner3

type ItemsInner3 struct {
	Usages               []UsagesInner `json:"usages"`
	AdditionalProperties map[string]interface{}
}

ItemsInner3 struct for ItemsInner3

func NewItemsInner3

func NewItemsInner3(usages []UsagesInner) *ItemsInner3

NewItemsInner3 instantiates a new ItemsInner3 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 NewItemsInner3WithDefaults

func NewItemsInner3WithDefaults() *ItemsInner3

NewItemsInner3WithDefaults instantiates a new ItemsInner3 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 (*ItemsInner3) GetUsages

func (o *ItemsInner3) GetUsages() []UsagesInner

GetUsages returns the Usages field value

func (*ItemsInner3) GetUsagesOk

func (o *ItemsInner3) GetUsagesOk() ([]UsagesInner, bool)

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

func (ItemsInner3) MarshalJSON

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

func (*ItemsInner3) SetUsages

func (o *ItemsInner3) SetUsages(v []UsagesInner)

SetUsages sets field value

func (ItemsInner3) ToMap

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

func (*ItemsInner3) UnmarshalJSON

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

type ItemsInner4

type ItemsInner4 struct {
	Month                float32 `json:"month"`
	Year                 float32 `json:"year"`
	AdditionalProperties map[string]interface{}
}

ItemsInner4 struct for ItemsInner4

func NewItemsInner4

func NewItemsInner4(month float32, year float32) *ItemsInner4

NewItemsInner4 instantiates a new ItemsInner4 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 NewItemsInner4WithDefaults

func NewItemsInner4WithDefaults() *ItemsInner4

NewItemsInner4WithDefaults instantiates a new ItemsInner4 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 (*ItemsInner4) GetMonth

func (o *ItemsInner4) GetMonth() float32

GetMonth returns the Month field value

func (*ItemsInner4) GetMonthOk

func (o *ItemsInner4) GetMonthOk() (*float32, bool)

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

func (*ItemsInner4) GetYear

func (o *ItemsInner4) GetYear() float32

GetYear returns the Year field value

func (*ItemsInner4) GetYearOk

func (o *ItemsInner4) GetYearOk() (*float32, bool)

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

func (ItemsInner4) MarshalJSON

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

func (*ItemsInner4) SetMonth

func (o *ItemsInner4) SetMonth(v float32)

SetMonth sets field value

func (*ItemsInner4) SetYear

func (o *ItemsInner4) SetYear(v float32)

SetYear sets field value

func (ItemsInner4) ToMap

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

func (*ItemsInner4) UnmarshalJSON

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

type ItemsInnerId

type ItemsInnerId struct {
	Float32 *float32
	String  *string
}

ItemsInnerId struct for ItemsInnerId

func (*ItemsInnerId) MarshalJSON

func (src *ItemsInnerId) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ItemsInnerId) UnmarshalJSON

func (dst *ItemsInnerId) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type LinksInner

type LinksInner struct {
	Rel                  string `json:"rel"`
	Href                 string `json:"href"`
	AdditionalProperties map[string]interface{}
}

LinksInner struct for LinksInner

func NewLinksInner

func NewLinksInner(rel string, href string) *LinksInner

NewLinksInner instantiates a new LinksInner 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 NewLinksInnerWithDefaults

func NewLinksInnerWithDefaults() *LinksInner

NewLinksInnerWithDefaults instantiates a new LinksInner 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 (*LinksInner) GetHref

func (o *LinksInner) GetHref() string

GetHref returns the Href field value

func (*LinksInner) GetHrefOk

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

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

func (*LinksInner) GetRel

func (o *LinksInner) GetRel() string

GetRel returns the Rel field value

func (*LinksInner) GetRelOk

func (o *LinksInner) GetRelOk() (*string, bool)

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

func (LinksInner) MarshalJSON

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

func (*LinksInner) SetHref

func (o *LinksInner) SetHref(v string)

SetHref sets field value

func (*LinksInner) SetRel

func (o *LinksInner) SetRel(v string)

SetRel sets field value

func (LinksInner) ToMap

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

func (*LinksInner) UnmarshalJSON

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

type LinksInner1

type LinksInner1 struct {
	Rel                  string `json:"rel"`
	Href                 string `json:"href"`
	AdditionalProperties map[string]interface{}
}

LinksInner1 struct for LinksInner1

func NewLinksInner1

func NewLinksInner1(rel string, href string) *LinksInner1

NewLinksInner1 instantiates a new LinksInner1 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 NewLinksInner1WithDefaults

func NewLinksInner1WithDefaults() *LinksInner1

NewLinksInner1WithDefaults instantiates a new LinksInner1 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 (*LinksInner1) GetHref

func (o *LinksInner1) GetHref() string

GetHref returns the Href field value

func (*LinksInner1) GetHrefOk

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

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

func (*LinksInner1) GetRel

func (o *LinksInner1) GetRel() string

GetRel returns the Rel field value

func (*LinksInner1) GetRelOk

func (o *LinksInner1) GetRelOk() (*string, bool)

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

func (LinksInner1) MarshalJSON

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

func (*LinksInner1) SetHref

func (o *LinksInner1) SetHref(v string)

SetHref sets field value

func (*LinksInner1) SetRel

func (o *LinksInner1) SetRel(v string)

SetRel sets field value

func (LinksInner1) ToMap

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

func (*LinksInner1) UnmarshalJSON

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

type MappedNullable

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type Metadata

type Metadata struct {
	Pagination           Pagination `json:"pagination"`
	AdditionalProperties map[string]interface{}
}

Metadata struct for Metadata

func NewMetadata

func NewMetadata(pagination Pagination) *Metadata

NewMetadata instantiates a new Metadata 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 NewMetadataWithDefaults

func NewMetadataWithDefaults() *Metadata

NewMetadataWithDefaults instantiates a new Metadata 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 (*Metadata) GetPagination

func (o *Metadata) GetPagination() Pagination

GetPagination returns the Pagination field value

func (*Metadata) GetPaginationOk

func (o *Metadata) GetPaginationOk() (*Pagination, bool)

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

func (Metadata) MarshalJSON

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

func (*Metadata) SetPagination

func (o *Metadata) SetPagination(v Pagination)

SetPagination sets field value

func (Metadata) ToMap

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

func (*Metadata) UnmarshalJSON

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

type Mimir

type Mimir struct {
	PrivateDNS           string   `json:"privateDNS"`
	ServiceName          string   `json:"serviceName"`
	Regions              []string `json:"regions,omitempty"`
	EndpointName         *string  `json:"endpointName,omitempty"`
	ServiceId            *string  `json:"serviceId,omitempty"`
	AdditionalProperties map[string]interface{}
}

Mimir struct for Mimir

func NewMimir

func NewMimir(privateDNS string, serviceName string) *Mimir

NewMimir instantiates a new Mimir 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 NewMimirWithDefaults

func NewMimirWithDefaults() *Mimir

NewMimirWithDefaults instantiates a new Mimir 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 (*Mimir) GetEndpointName

func (o *Mimir) GetEndpointName() string

GetEndpointName returns the EndpointName field value if set, zero value otherwise.

func (*Mimir) GetEndpointNameOk

func (o *Mimir) GetEndpointNameOk() (*string, bool)

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

func (*Mimir) GetPrivateDNS

func (o *Mimir) GetPrivateDNS() string

GetPrivateDNS returns the PrivateDNS field value

func (*Mimir) GetPrivateDNSOk

func (o *Mimir) GetPrivateDNSOk() (*string, bool)

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

func (*Mimir) GetRegions

func (o *Mimir) GetRegions() []string

GetRegions returns the Regions field value if set, zero value otherwise.

func (*Mimir) GetRegionsOk

func (o *Mimir) GetRegionsOk() ([]string, bool)

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

func (*Mimir) GetServiceId

func (o *Mimir) GetServiceId() string

GetServiceId returns the ServiceId field value if set, zero value otherwise.

func (*Mimir) GetServiceIdOk

func (o *Mimir) GetServiceIdOk() (*string, bool)

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

func (*Mimir) GetServiceName

func (o *Mimir) GetServiceName() string

GetServiceName returns the ServiceName field value

func (*Mimir) GetServiceNameOk

func (o *Mimir) GetServiceNameOk() (*string, bool)

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

func (*Mimir) HasEndpointName

func (o *Mimir) HasEndpointName() bool

HasEndpointName returns a boolean if a field has been set.

func (*Mimir) HasRegions

func (o *Mimir) HasRegions() bool

HasRegions returns a boolean if a field has been set.

func (*Mimir) HasServiceId

func (o *Mimir) HasServiceId() bool

HasServiceId returns a boolean if a field has been set.

func (Mimir) MarshalJSON

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

func (*Mimir) SetEndpointName

func (o *Mimir) SetEndpointName(v string)

SetEndpointName gets a reference to the given string and assigns it to the EndpointName field.

func (*Mimir) SetPrivateDNS

func (o *Mimir) SetPrivateDNS(v string)

SetPrivateDNS sets field value

func (*Mimir) SetRegions

func (o *Mimir) SetRegions(v []string)

SetRegions gets a reference to the given []string and assigns it to the Regions field.

func (*Mimir) SetServiceId

func (o *Mimir) SetServiceId(v string)

SetServiceId gets a reference to the given string and assigns it to the ServiceId field.

func (*Mimir) SetServiceName

func (o *Mimir) SetServiceName(v string)

SetServiceName sets field value

func (Mimir) ToMap

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

func (*Mimir) UnmarshalJSON

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

type ModifiedGetOrgBilledUsageResponse

type ModifiedGetOrgBilledUsageResponse struct {
	Total                float32       `json:"total"`
	Page                 float32       `json:"page"`
	PageSize             float32       `json:"page_size"`
	Items                []ItemsInner3 `json:"items"`
	AdditionalProperties map[string]interface{}
}

ModifiedGetOrgBilledUsageResponse struct for ModifiedGetOrgBilledUsageResponse

func NewModifiedGetOrgBilledUsageResponse

func NewModifiedGetOrgBilledUsageResponse(total float32, page float32, pageSize float32, items []ItemsInner3) *ModifiedGetOrgBilledUsageResponse

NewModifiedGetOrgBilledUsageResponse instantiates a new ModifiedGetOrgBilledUsageResponse 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 NewModifiedGetOrgBilledUsageResponseWithDefaults

func NewModifiedGetOrgBilledUsageResponseWithDefaults() *ModifiedGetOrgBilledUsageResponse

NewModifiedGetOrgBilledUsageResponseWithDefaults instantiates a new ModifiedGetOrgBilledUsageResponse 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 (*ModifiedGetOrgBilledUsageResponse) GetItems

GetItems returns the Items field value

func (*ModifiedGetOrgBilledUsageResponse) GetItemsOk

func (o *ModifiedGetOrgBilledUsageResponse) GetItemsOk() ([]ItemsInner3, bool)

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

func (*ModifiedGetOrgBilledUsageResponse) GetPage

GetPage returns the Page field value

func (*ModifiedGetOrgBilledUsageResponse) GetPageOk

func (o *ModifiedGetOrgBilledUsageResponse) GetPageOk() (*float32, bool)

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

func (*ModifiedGetOrgBilledUsageResponse) GetPageSize

func (o *ModifiedGetOrgBilledUsageResponse) GetPageSize() float32

GetPageSize returns the PageSize field value

func (*ModifiedGetOrgBilledUsageResponse) GetPageSizeOk

func (o *ModifiedGetOrgBilledUsageResponse) GetPageSizeOk() (*float32, bool)

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

func (*ModifiedGetOrgBilledUsageResponse) GetTotal

GetTotal returns the Total field value

func (*ModifiedGetOrgBilledUsageResponse) GetTotalOk

func (o *ModifiedGetOrgBilledUsageResponse) GetTotalOk() (*float32, bool)

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

func (ModifiedGetOrgBilledUsageResponse) MarshalJSON

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

func (*ModifiedGetOrgBilledUsageResponse) SetItems

SetItems sets field value

func (*ModifiedGetOrgBilledUsageResponse) SetPage

SetPage sets field value

func (*ModifiedGetOrgBilledUsageResponse) SetPageSize

func (o *ModifiedGetOrgBilledUsageResponse) SetPageSize(v float32)

SetPageSize sets field value

func (*ModifiedGetOrgBilledUsageResponse) SetTotal

SetTotal sets field value

func (ModifiedGetOrgBilledUsageResponse) ToMap

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

func (*ModifiedGetOrgBilledUsageResponse) UnmarshalJSON

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

type Next

type Next struct {
	Product              string         `json:"product"`
	Payload              Payload        `json:"payload"`
	Plan                 NullableString `json:"plan"`
	PublicName           NullableString `json:"publicName"`
	AdditionalProperties map[string]interface{}
}

Next struct for Next

func NewNext

func NewNext(product string, payload Payload, plan NullableString, publicName NullableString) *Next

NewNext instantiates a new Next 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 NewNextWithDefaults

func NewNextWithDefaults() *Next

NewNextWithDefaults instantiates a new Next 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 (*Next) GetPayload

func (o *Next) GetPayload() Payload

GetPayload returns the Payload field value

func (*Next) GetPayloadOk

func (o *Next) GetPayloadOk() (*Payload, bool)

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

func (*Next) GetPlan

func (o *Next) GetPlan() string

GetPlan returns the Plan field value If the value is explicit nil, the zero value for string will be returned

func (*Next) GetPlanOk

func (o *Next) GetPlanOk() (*string, bool)

GetPlanOk returns a tuple with the Plan field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Next) GetProduct

func (o *Next) GetProduct() string

GetProduct returns the Product field value

func (*Next) GetProductOk

func (o *Next) GetProductOk() (*string, bool)

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

func (*Next) GetPublicName

func (o *Next) GetPublicName() string

GetPublicName returns the PublicName field value If the value is explicit nil, the zero value for string will be returned

func (*Next) GetPublicNameOk

func (o *Next) GetPublicNameOk() (*string, bool)

GetPublicNameOk returns a tuple with the PublicName field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (Next) MarshalJSON

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

func (*Next) SetPayload

func (o *Next) SetPayload(v Payload)

SetPayload sets field value

func (*Next) SetPlan

func (o *Next) SetPlan(v string)

SetPlan sets field value

func (*Next) SetProduct

func (o *Next) SetProduct(v string)

SetProduct sets field value

func (*Next) SetPublicName

func (o *Next) SetPublicName(v string)

SetPublicName sets field value

func (Next) ToMap

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

func (*Next) UnmarshalJSON

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

type NullableAccessPolicyListResponse

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

func (NullableAccessPolicyListResponse) Get

func (NullableAccessPolicyListResponse) IsSet

func (NullableAccessPolicyListResponse) MarshalJSON

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

func (*NullableAccessPolicyListResponse) Set

func (*NullableAccessPolicyListResponse) UnmarshalJSON

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

func (*NullableAccessPolicyListResponse) Unset

type NullableApi

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

func NewNullableApi

func NewNullableApi(val *Api) *NullableApi

func (NullableApi) Get

func (v NullableApi) Get() *Api

func (NullableApi) IsSet

func (v NullableApi) IsSet() bool

func (NullableApi) MarshalJSON

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

func (*NullableApi) Set

func (v *NullableApi) Set(val *Api)

func (*NullableApi) UnmarshalJSON

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

func (*NullableApi) Unset

func (v *NullableApi) Unset()

type NullableApi1

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

func NewNullableApi1

func NewNullableApi1(val *Api1) *NullableApi1

func (NullableApi1) Get

func (v NullableApi1) Get() *Api1

func (NullableApi1) IsSet

func (v NullableApi1) IsSet() bool

func (NullableApi1) MarshalJSON

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

func (*NullableApi1) Set

func (v *NullableApi1) Set(val *Api1)

func (*NullableApi1) UnmarshalJSON

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

func (*NullableApi1) Unset

func (v *NullableApi1) Unset()

type NullableAppPlatform

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

func NewNullableAppPlatform

func NewNullableAppPlatform(val *AppPlatform) *NullableAppPlatform

func (NullableAppPlatform) Get

func (NullableAppPlatform) IsSet

func (v NullableAppPlatform) IsSet() bool

func (NullableAppPlatform) MarshalJSON

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

func (*NullableAppPlatform) Set

func (v *NullableAppPlatform) Set(val *AppPlatform)

func (*NullableAppPlatform) UnmarshalJSON

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

func (*NullableAppPlatform) Unset

func (v *NullableAppPlatform) Unset()

type NullableAuthAccessPolicy

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

func NewNullableAuthAccessPolicy

func NewNullableAuthAccessPolicy(val *AuthAccessPolicy) *NullableAuthAccessPolicy

func (NullableAuthAccessPolicy) Get

func (NullableAuthAccessPolicy) IsSet

func (v NullableAuthAccessPolicy) IsSet() bool

func (NullableAuthAccessPolicy) MarshalJSON

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

func (*NullableAuthAccessPolicy) Set

func (*NullableAuthAccessPolicy) UnmarshalJSON

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

func (*NullableAuthAccessPolicy) Unset

func (v *NullableAuthAccessPolicy) Unset()

type NullableAuthAccessPolicyAttributes

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

func (NullableAuthAccessPolicyAttributes) Get

func (NullableAuthAccessPolicyAttributes) IsSet

func (NullableAuthAccessPolicyAttributes) MarshalJSON

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

func (*NullableAuthAccessPolicyAttributes) Set

func (*NullableAuthAccessPolicyAttributes) UnmarshalJSON

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

func (*NullableAuthAccessPolicyAttributes) Unset

type NullableAuthAccessPolicyAttributesLokiQueryPolicy

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

func (NullableAuthAccessPolicyAttributesLokiQueryPolicy) Get

func (NullableAuthAccessPolicyAttributesLokiQueryPolicy) IsSet

func (NullableAuthAccessPolicyAttributesLokiQueryPolicy) MarshalJSON

func (*NullableAuthAccessPolicyAttributesLokiQueryPolicy) Set

func (*NullableAuthAccessPolicyAttributesLokiQueryPolicy) UnmarshalJSON

func (*NullableAuthAccessPolicyAttributesLokiQueryPolicy) Unset

type NullableAuthAccessPolicyAttributesPdcConfiguration

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

func (NullableAuthAccessPolicyAttributesPdcConfiguration) Get

func (NullableAuthAccessPolicyAttributesPdcConfiguration) IsSet

func (NullableAuthAccessPolicyAttributesPdcConfiguration) MarshalJSON

func (*NullableAuthAccessPolicyAttributesPdcConfiguration) Set

func (*NullableAuthAccessPolicyAttributesPdcConfiguration) UnmarshalJSON

func (*NullableAuthAccessPolicyAttributesPdcConfiguration) Unset

type NullableAuthAccessPolicyConditions

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

func (NullableAuthAccessPolicyConditions) Get

func (NullableAuthAccessPolicyConditions) IsSet

func (NullableAuthAccessPolicyConditions) MarshalJSON

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

func (*NullableAuthAccessPolicyConditions) Set

func (*NullableAuthAccessPolicyConditions) UnmarshalJSON

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

func (*NullableAuthAccessPolicyConditions) Unset

type NullableAuthAccessPolicyConditionsAllowedSubnetsInner

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

func (NullableAuthAccessPolicyConditionsAllowedSubnetsInner) Get

func (NullableAuthAccessPolicyConditionsAllowedSubnetsInner) IsSet

func (NullableAuthAccessPolicyConditionsAllowedSubnetsInner) MarshalJSON

func (*NullableAuthAccessPolicyConditionsAllowedSubnetsInner) Set

func (*NullableAuthAccessPolicyConditionsAllowedSubnetsInner) UnmarshalJSON

func (*NullableAuthAccessPolicyConditionsAllowedSubnetsInner) Unset

type NullableAuthAccessPolicyRealmsInner

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

func (NullableAuthAccessPolicyRealmsInner) Get

func (NullableAuthAccessPolicyRealmsInner) IsSet

func (NullableAuthAccessPolicyRealmsInner) MarshalJSON

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

func (*NullableAuthAccessPolicyRealmsInner) Set

func (*NullableAuthAccessPolicyRealmsInner) UnmarshalJSON

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

func (*NullableAuthAccessPolicyRealmsInner) Unset

type NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner

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

func (NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) Get

func (NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) IsSet

func (NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) MarshalJSON

func (*NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) Set

func (*NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) UnmarshalJSON

func (*NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) Unset

type NullableAuthToken

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

func NewNullableAuthToken

func NewNullableAuthToken(val *AuthToken) *NullableAuthToken

func (NullableAuthToken) Get

func (v NullableAuthToken) Get() *AuthToken

func (NullableAuthToken) IsSet

func (v NullableAuthToken) IsSet() bool

func (NullableAuthToken) MarshalJSON

func (v NullableAuthToken) MarshalJSON() ([]byte, error)

func (*NullableAuthToken) Set

func (v *NullableAuthToken) Set(val *AuthToken)

func (*NullableAuthToken) UnmarshalJSON

func (v *NullableAuthToken) UnmarshalJSON(src []byte) error

func (*NullableAuthToken) Unset

func (v *NullableAuthToken) Unset()

type NullableAuthTokenWithSecret

type NullableAuthTokenWithSecret struct {
	// contains filtered or unexported fields
}

func NewNullableAuthTokenWithSecret

func NewNullableAuthTokenWithSecret(val *AuthTokenWithSecret) *NullableAuthTokenWithSecret

func (NullableAuthTokenWithSecret) Get

func (NullableAuthTokenWithSecret) IsSet

func (NullableAuthTokenWithSecret) MarshalJSON

func (v NullableAuthTokenWithSecret) MarshalJSON() ([]byte, error)

func (*NullableAuthTokenWithSecret) Set

func (*NullableAuthTokenWithSecret) UnmarshalJSON

func (v *NullableAuthTokenWithSecret) UnmarshalJSON(src []byte) error

func (*NullableAuthTokenWithSecret) Unset

func (v *NullableAuthTokenWithSecret) 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 NullableCurrent

type NullableCurrent struct {
	// contains filtered or unexported fields
}

func NewNullableCurrent

func NewNullableCurrent(val *Current) *NullableCurrent

func (NullableCurrent) Get

func (v NullableCurrent) Get() *Current

func (NullableCurrent) IsSet

func (v NullableCurrent) IsSet() bool

func (NullableCurrent) MarshalJSON

func (v NullableCurrent) MarshalJSON() ([]byte, error)

func (*NullableCurrent) Set

func (v *NullableCurrent) Set(val *Current)

func (*NullableCurrent) UnmarshalJSON

func (v *NullableCurrent) UnmarshalJSON(src []byte) error

func (*NullableCurrent) Unset

func (v *NullableCurrent) Unset()

type NullableCurrent1

type NullableCurrent1 struct {
	// contains filtered or unexported fields
}

func NewNullableCurrent1

func NewNullableCurrent1(val *Current1) *NullableCurrent1

func (NullableCurrent1) Get

func (v NullableCurrent1) Get() *Current1

func (NullableCurrent1) IsSet

func (v NullableCurrent1) IsSet() bool

func (NullableCurrent1) MarshalJSON

func (v NullableCurrent1) MarshalJSON() ([]byte, error)

func (*NullableCurrent1) Set

func (v *NullableCurrent1) Set(val *Current1)

func (*NullableCurrent1) UnmarshalJSON

func (v *NullableCurrent1) UnmarshalJSON(src []byte) error

func (*NullableCurrent1) Unset

func (v *NullableCurrent1) Unset()

type NullableCurrent2

type NullableCurrent2 struct {
	// contains filtered or unexported fields
}

func NewNullableCurrent2

func NewNullableCurrent2(val *Current2) *NullableCurrent2

func (NullableCurrent2) Get

func (v NullableCurrent2) Get() *Current2

func (NullableCurrent2) IsSet

func (v NullableCurrent2) IsSet() bool

func (NullableCurrent2) MarshalJSON

func (v NullableCurrent2) MarshalJSON() ([]byte, error)

func (*NullableCurrent2) Set

func (v *NullableCurrent2) Set(val *Current2)

func (*NullableCurrent2) UnmarshalJSON

func (v *NullableCurrent2) UnmarshalJSON(src []byte) error

func (*NullableCurrent2) Unset

func (v *NullableCurrent2) Unset()

type NullableErrorConflict

type NullableErrorConflict struct {
	// contains filtered or unexported fields
}

func NewNullableErrorConflict

func NewNullableErrorConflict(val *ErrorConflict) *NullableErrorConflict

func (NullableErrorConflict) Get

func (NullableErrorConflict) IsSet

func (v NullableErrorConflict) IsSet() bool

func (NullableErrorConflict) MarshalJSON

func (v NullableErrorConflict) MarshalJSON() ([]byte, error)

func (*NullableErrorConflict) Set

func (v *NullableErrorConflict) Set(val *ErrorConflict)

func (*NullableErrorConflict) UnmarshalJSON

func (v *NullableErrorConflict) UnmarshalJSON(src []byte) error

func (*NullableErrorConflict) Unset

func (v *NullableErrorConflict) Unset()

type NullableErrorForbidden

type NullableErrorForbidden struct {
	// contains filtered or unexported fields
}

func NewNullableErrorForbidden

func NewNullableErrorForbidden(val *ErrorForbidden) *NullableErrorForbidden

func (NullableErrorForbidden) Get

func (NullableErrorForbidden) IsSet

func (v NullableErrorForbidden) IsSet() bool

func (NullableErrorForbidden) MarshalJSON

func (v NullableErrorForbidden) MarshalJSON() ([]byte, error)

func (*NullableErrorForbidden) Set

func (*NullableErrorForbidden) UnmarshalJSON

func (v *NullableErrorForbidden) UnmarshalJSON(src []byte) error

func (*NullableErrorForbidden) Unset

func (v *NullableErrorForbidden) Unset()

type NullableErrorInvalidCredentials

type NullableErrorInvalidCredentials struct {
	// contains filtered or unexported fields
}

func (NullableErrorInvalidCredentials) Get

func (NullableErrorInvalidCredentials) IsSet

func (NullableErrorInvalidCredentials) MarshalJSON

func (v NullableErrorInvalidCredentials) MarshalJSON() ([]byte, error)

func (*NullableErrorInvalidCredentials) Set

func (*NullableErrorInvalidCredentials) UnmarshalJSON

func (v *NullableErrorInvalidCredentials) UnmarshalJSON(src []byte) error

func (*NullableErrorInvalidCredentials) Unset

type NullableErrorNotFound

type NullableErrorNotFound struct {
	// contains filtered or unexported fields
}

func NewNullableErrorNotFound

func NewNullableErrorNotFound(val *ErrorNotFound) *NullableErrorNotFound

func (NullableErrorNotFound) Get

func (NullableErrorNotFound) IsSet

func (v NullableErrorNotFound) IsSet() bool

func (NullableErrorNotFound) MarshalJSON

func (v NullableErrorNotFound) MarshalJSON() ([]byte, error)

func (*NullableErrorNotFound) Set

func (v *NullableErrorNotFound) Set(val *ErrorNotFound)

func (*NullableErrorNotFound) UnmarshalJSON

func (v *NullableErrorNotFound) UnmarshalJSON(src []byte) error

func (*NullableErrorNotFound) Unset

func (v *NullableErrorNotFound) Unset()

type NullableErrorServiceUnavailable

type NullableErrorServiceUnavailable struct {
	// contains filtered or unexported fields
}

func (NullableErrorServiceUnavailable) Get

func (NullableErrorServiceUnavailable) IsSet

func (NullableErrorServiceUnavailable) MarshalJSON

func (v NullableErrorServiceUnavailable) MarshalJSON() ([]byte, error)

func (*NullableErrorServiceUnavailable) Set

func (*NullableErrorServiceUnavailable) UnmarshalJSON

func (v *NullableErrorServiceUnavailable) UnmarshalJSON(src []byte) error

func (*NullableErrorServiceUnavailable) 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 NullableFormattedApiApiKey

type NullableFormattedApiApiKey struct {
	// contains filtered or unexported fields
}

func NewNullableFormattedApiApiKey

func NewNullableFormattedApiApiKey(val *FormattedApiApiKey) *NullableFormattedApiApiKey

func (NullableFormattedApiApiKey) Get

func (NullableFormattedApiApiKey) IsSet

func (v NullableFormattedApiApiKey) IsSet() bool

func (NullableFormattedApiApiKey) MarshalJSON

func (v NullableFormattedApiApiKey) MarshalJSON() ([]byte, error)

func (*NullableFormattedApiApiKey) Set

func (*NullableFormattedApiApiKey) UnmarshalJSON

func (v *NullableFormattedApiApiKey) UnmarshalJSON(src []byte) error

func (*NullableFormattedApiApiKey) Unset

func (v *NullableFormattedApiApiKey) Unset()

type NullableFormattedApiApiKeyListResponse

type NullableFormattedApiApiKeyListResponse struct {
	// contains filtered or unexported fields
}

func (NullableFormattedApiApiKeyListResponse) Get

func (NullableFormattedApiApiKeyListResponse) IsSet

func (NullableFormattedApiApiKeyListResponse) MarshalJSON

func (v NullableFormattedApiApiKeyListResponse) MarshalJSON() ([]byte, error)

func (*NullableFormattedApiApiKeyListResponse) Set

func (*NullableFormattedApiApiKeyListResponse) UnmarshalJSON

func (v *NullableFormattedApiApiKeyListResponse) UnmarshalJSON(src []byte) error

func (*NullableFormattedApiApiKeyListResponse) Unset

type NullableFormattedApiInstance

type NullableFormattedApiInstance struct {
	// contains filtered or unexported fields
}

func NewNullableFormattedApiInstance

func NewNullableFormattedApiInstance(val *FormattedApiInstance) *NullableFormattedApiInstance

func (NullableFormattedApiInstance) Get

func (NullableFormattedApiInstance) IsSet

func (NullableFormattedApiInstance) MarshalJSON

func (v NullableFormattedApiInstance) MarshalJSON() ([]byte, error)

func (*NullableFormattedApiInstance) Set

func (*NullableFormattedApiInstance) UnmarshalJSON

func (v *NullableFormattedApiInstance) UnmarshalJSON(src []byte) error

func (*NullableFormattedApiInstance) Unset

func (v *NullableFormattedApiInstance) Unset()

type NullableFormattedApiInstanceConnections

type NullableFormattedApiInstanceConnections struct {
	// contains filtered or unexported fields
}

func (NullableFormattedApiInstanceConnections) Get

func (NullableFormattedApiInstanceConnections) IsSet

func (NullableFormattedApiInstanceConnections) MarshalJSON

func (v NullableFormattedApiInstanceConnections) MarshalJSON() ([]byte, error)

func (*NullableFormattedApiInstanceConnections) Set

func (*NullableFormattedApiInstanceConnections) UnmarshalJSON

func (v *NullableFormattedApiInstanceConnections) UnmarshalJSON(src []byte) error

func (*NullableFormattedApiInstanceConnections) Unset

type NullableFormattedApiInstancePlugin

type NullableFormattedApiInstancePlugin struct {
	// contains filtered or unexported fields
}

func (NullableFormattedApiInstancePlugin) Get

func (NullableFormattedApiInstancePlugin) IsSet

func (NullableFormattedApiInstancePlugin) MarshalJSON

func (v NullableFormattedApiInstancePlugin) MarshalJSON() ([]byte, error)

func (*NullableFormattedApiInstancePlugin) Set

func (*NullableFormattedApiInstancePlugin) UnmarshalJSON

func (v *NullableFormattedApiInstancePlugin) UnmarshalJSON(src []byte) error

func (*NullableFormattedApiInstancePlugin) Unset

type NullableFormattedApiOrgPublic

type NullableFormattedApiOrgPublic struct {
	// contains filtered or unexported fields
}

func (NullableFormattedApiOrgPublic) Get

func (NullableFormattedApiOrgPublic) IsSet

func (NullableFormattedApiOrgPublic) MarshalJSON

func (v NullableFormattedApiOrgPublic) MarshalJSON() ([]byte, error)

func (*NullableFormattedApiOrgPublic) Set

func (*NullableFormattedApiOrgPublic) UnmarshalJSON

func (v *NullableFormattedApiOrgPublic) UnmarshalJSON(src []byte) error

func (*NullableFormattedApiOrgPublic) Unset

func (v *NullableFormattedApiOrgPublic) Unset()

type NullableFormattedApiPlugin

type NullableFormattedApiPlugin struct {
	// contains filtered or unexported fields
}

func NewNullableFormattedApiPlugin

func NewNullableFormattedApiPlugin(val *FormattedApiPlugin) *NullableFormattedApiPlugin

func (NullableFormattedApiPlugin) Get

func (NullableFormattedApiPlugin) IsSet

func (v NullableFormattedApiPlugin) IsSet() bool

func (NullableFormattedApiPlugin) MarshalJSON

func (v NullableFormattedApiPlugin) MarshalJSON() ([]byte, error)

func (*NullableFormattedApiPlugin) Set

func (*NullableFormattedApiPlugin) UnmarshalJSON

func (v *NullableFormattedApiPlugin) UnmarshalJSON(src []byte) error

func (*NullableFormattedApiPlugin) Unset

func (v *NullableFormattedApiPlugin) Unset()

type NullableFormattedApiStackRegion

type NullableFormattedApiStackRegion struct {
	// contains filtered or unexported fields
}

func (NullableFormattedApiStackRegion) Get

func (NullableFormattedApiStackRegion) IsSet

func (NullableFormattedApiStackRegion) MarshalJSON

func (v NullableFormattedApiStackRegion) MarshalJSON() ([]byte, error)

func (*NullableFormattedApiStackRegion) Set

func (*NullableFormattedApiStackRegion) UnmarshalJSON

func (v *NullableFormattedApiStackRegion) UnmarshalJSON(src []byte) error

func (*NullableFormattedApiStackRegion) Unset

type NullableFormattedApiStackRegionAnyOf

type NullableFormattedApiStackRegionAnyOf struct {
	// contains filtered or unexported fields
}

func (NullableFormattedApiStackRegionAnyOf) Get

func (NullableFormattedApiStackRegionAnyOf) IsSet

func (NullableFormattedApiStackRegionAnyOf) MarshalJSON

func (v NullableFormattedApiStackRegionAnyOf) MarshalJSON() ([]byte, error)

func (*NullableFormattedApiStackRegionAnyOf) Set

func (*NullableFormattedApiStackRegionAnyOf) UnmarshalJSON

func (v *NullableFormattedApiStackRegionAnyOf) UnmarshalJSON(src []byte) error

func (*NullableFormattedApiStackRegionAnyOf) Unset

type NullableFormattedApiStackRegionAnyOf1

type NullableFormattedApiStackRegionAnyOf1 struct {
	// contains filtered or unexported fields
}

func (NullableFormattedApiStackRegionAnyOf1) Get

func (NullableFormattedApiStackRegionAnyOf1) IsSet

func (NullableFormattedApiStackRegionAnyOf1) MarshalJSON

func (v NullableFormattedApiStackRegionAnyOf1) MarshalJSON() ([]byte, error)

func (*NullableFormattedApiStackRegionAnyOf1) Set

func (*NullableFormattedApiStackRegionAnyOf1) UnmarshalJSON

func (v *NullableFormattedApiStackRegionAnyOf1) UnmarshalJSON(src []byte) error

func (*NullableFormattedApiStackRegionAnyOf1) Unset

type NullableFormattedOrgMembership

type NullableFormattedOrgMembership struct {
	// contains filtered or unexported fields
}

func (NullableFormattedOrgMembership) Get

func (NullableFormattedOrgMembership) IsSet

func (NullableFormattedOrgMembership) MarshalJSON

func (v NullableFormattedOrgMembership) MarshalJSON() ([]byte, error)

func (*NullableFormattedOrgMembership) Set

func (*NullableFormattedOrgMembership) UnmarshalJSON

func (v *NullableFormattedOrgMembership) UnmarshalJSON(src []byte) error

func (*NullableFormattedOrgMembership) Unset

func (v *NullableFormattedOrgMembership) Unset()

type NullableFormattedOrgMembershipAllowGCloudTrial

type NullableFormattedOrgMembershipAllowGCloudTrial struct {
	// contains filtered or unexported fields
}

func (NullableFormattedOrgMembershipAllowGCloudTrial) Get

func (NullableFormattedOrgMembershipAllowGCloudTrial) IsSet

func (NullableFormattedOrgMembershipAllowGCloudTrial) MarshalJSON

func (*NullableFormattedOrgMembershipAllowGCloudTrial) Set

func (*NullableFormattedOrgMembershipAllowGCloudTrial) UnmarshalJSON

func (*NullableFormattedOrgMembershipAllowGCloudTrial) Unset

type NullableGateway

type NullableGateway struct {
	// contains filtered or unexported fields
}

func NewNullableGateway

func NewNullableGateway(val *Gateway) *NullableGateway

func (NullableGateway) Get

func (v NullableGateway) Get() *Gateway

func (NullableGateway) IsSet

func (v NullableGateway) IsSet() bool

func (NullableGateway) MarshalJSON

func (v NullableGateway) MarshalJSON() ([]byte, error)

func (*NullableGateway) Set

func (v *NullableGateway) Set(val *Gateway)

func (*NullableGateway) UnmarshalJSON

func (v *NullableGateway) UnmarshalJSON(src []byte) error

func (*NullableGateway) Unset

func (v *NullableGateway) Unset()

type NullableGateway1

type NullableGateway1 struct {
	// contains filtered or unexported fields
}

func NewNullableGateway1

func NewNullableGateway1(val *Gateway1) *NullableGateway1

func (NullableGateway1) Get

func (v NullableGateway1) Get() *Gateway1

func (NullableGateway1) IsSet

func (v NullableGateway1) IsSet() bool

func (NullableGateway1) MarshalJSON

func (v NullableGateway1) MarshalJSON() ([]byte, error)

func (*NullableGateway1) Set

func (v *NullableGateway1) Set(val *Gateway1)

func (*NullableGateway1) UnmarshalJSON

func (v *NullableGateway1) UnmarshalJSON(src []byte) error

func (*NullableGateway1) Unset

func (v *NullableGateway1) Unset()

type NullableGetAccessPolicies200Response

type NullableGetAccessPolicies200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetAccessPolicies200Response) Get

func (NullableGetAccessPolicies200Response) IsSet

func (NullableGetAccessPolicies200Response) MarshalJSON

func (v NullableGetAccessPolicies200Response) MarshalJSON() ([]byte, error)

func (*NullableGetAccessPolicies200Response) Set

func (*NullableGetAccessPolicies200Response) UnmarshalJSON

func (v *NullableGetAccessPolicies200Response) UnmarshalJSON(src []byte) error

func (*NullableGetAccessPolicies200Response) Unset

type NullableGetInstancePlugins200Response

type NullableGetInstancePlugins200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetInstancePlugins200Response) Get

func (NullableGetInstancePlugins200Response) IsSet

func (NullableGetInstancePlugins200Response) MarshalJSON

func (v NullableGetInstancePlugins200Response) MarshalJSON() ([]byte, error)

func (*NullableGetInstancePlugins200Response) Set

func (*NullableGetInstancePlugins200Response) UnmarshalJSON

func (v *NullableGetInstancePlugins200Response) UnmarshalJSON(src []byte) error

func (*NullableGetInstancePlugins200Response) Unset

type NullableGetInstances200Response

type NullableGetInstances200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetInstances200Response) Get

func (NullableGetInstances200Response) IsSet

func (NullableGetInstances200Response) MarshalJSON

func (v NullableGetInstances200Response) MarshalJSON() ([]byte, error)

func (*NullableGetInstances200Response) Set

func (*NullableGetInstances200Response) UnmarshalJSON

func (v *NullableGetInstances200Response) UnmarshalJSON(src []byte) error

func (*NullableGetInstances200Response) Unset

type NullableGetStackRegions200Response

type NullableGetStackRegions200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetStackRegions200Response) Get

func (NullableGetStackRegions200Response) IsSet

func (NullableGetStackRegions200Response) MarshalJSON

func (v NullableGetStackRegions200Response) MarshalJSON() ([]byte, error)

func (*NullableGetStackRegions200Response) Set

func (*NullableGetStackRegions200Response) UnmarshalJSON

func (v *NullableGetStackRegions200Response) UnmarshalJSON(src []byte) error

func (*NullableGetStackRegions200Response) Unset

type NullableGrafanaNewApiKeyResult

type NullableGrafanaNewApiKeyResult struct {
	// contains filtered or unexported fields
}

func (NullableGrafanaNewApiKeyResult) Get

func (NullableGrafanaNewApiKeyResult) IsSet

func (NullableGrafanaNewApiKeyResult) MarshalJSON

func (v NullableGrafanaNewApiKeyResult) MarshalJSON() ([]byte, error)

func (*NullableGrafanaNewApiKeyResult) Set

func (*NullableGrafanaNewApiKeyResult) UnmarshalJSON

func (v *NullableGrafanaNewApiKeyResult) UnmarshalJSON(src []byte) error

func (*NullableGrafanaNewApiKeyResult) Unset

func (v *NullableGrafanaNewApiKeyResult) Unset()

type NullableGrafanaServiceAccountDTO

type NullableGrafanaServiceAccountDTO struct {
	// contains filtered or unexported fields
}

func (NullableGrafanaServiceAccountDTO) Get

func (NullableGrafanaServiceAccountDTO) IsSet

func (NullableGrafanaServiceAccountDTO) MarshalJSON

func (v NullableGrafanaServiceAccountDTO) MarshalJSON() ([]byte, error)

func (*NullableGrafanaServiceAccountDTO) Set

func (*NullableGrafanaServiceAccountDTO) UnmarshalJSON

func (v *NullableGrafanaServiceAccountDTO) UnmarshalJSON(src []byte) error

func (*NullableGrafanaServiceAccountDTO) Unset

type NullableGrafanaTokenDTO

type NullableGrafanaTokenDTO struct {
	// contains filtered or unexported fields
}

func NewNullableGrafanaTokenDTO

func NewNullableGrafanaTokenDTO(val *GrafanaTokenDTO) *NullableGrafanaTokenDTO

func (NullableGrafanaTokenDTO) Get

func (NullableGrafanaTokenDTO) IsSet

func (v NullableGrafanaTokenDTO) IsSet() bool

func (NullableGrafanaTokenDTO) MarshalJSON

func (v NullableGrafanaTokenDTO) MarshalJSON() ([]byte, error)

func (*NullableGrafanaTokenDTO) Set

func (*NullableGrafanaTokenDTO) UnmarshalJSON

func (v *NullableGrafanaTokenDTO) UnmarshalJSON(src []byte) error

func (*NullableGrafanaTokenDTO) Unset

func (v *NullableGrafanaTokenDTO) Unset()

type NullableGraphite

type NullableGraphite struct {
	// contains filtered or unexported fields
}

func NewNullableGraphite

func NewNullableGraphite(val *Graphite) *NullableGraphite

func (NullableGraphite) Get

func (v NullableGraphite) Get() *Graphite

func (NullableGraphite) IsSet

func (v NullableGraphite) IsSet() bool

func (NullableGraphite) MarshalJSON

func (v NullableGraphite) MarshalJSON() ([]byte, error)

func (*NullableGraphite) Set

func (v *NullableGraphite) Set(val *Graphite)

func (*NullableGraphite) UnmarshalJSON

func (v *NullableGraphite) UnmarshalJSON(src []byte) error

func (*NullableGraphite) Unset

func (v *NullableGraphite) Unset()

type NullableInfo

type NullableInfo struct {
	// contains filtered or unexported fields
}

func NewNullableInfo

func NewNullableInfo(val *Info) *NullableInfo

func (NullableInfo) Get

func (v NullableInfo) Get() *Info

func (NullableInfo) IsSet

func (v NullableInfo) IsSet() bool

func (NullableInfo) MarshalJSON

func (v NullableInfo) MarshalJSON() ([]byte, error)

func (*NullableInfo) Set

func (v *NullableInfo) Set(val *Info)

func (*NullableInfo) UnmarshalJSON

func (v *NullableInfo) UnmarshalJSON(src []byte) error

func (*NullableInfo) Unset

func (v *NullableInfo) Unset()

type NullableInstanceUsersResponse

type NullableInstanceUsersResponse struct {
	// contains filtered or unexported fields
}

func (NullableInstanceUsersResponse) Get

func (NullableInstanceUsersResponse) IsSet

func (NullableInstanceUsersResponse) MarshalJSON

func (v NullableInstanceUsersResponse) MarshalJSON() ([]byte, error)

func (*NullableInstanceUsersResponse) Set

func (*NullableInstanceUsersResponse) UnmarshalJSON

func (v *NullableInstanceUsersResponse) UnmarshalJSON(src []byte) error

func (*NullableInstanceUsersResponse) Unset

func (v *NullableInstanceUsersResponse) 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 NullableItemsInner

type NullableItemsInner struct {
	// contains filtered or unexported fields
}

func NewNullableItemsInner

func NewNullableItemsInner(val *ItemsInner) *NullableItemsInner

func (NullableItemsInner) Get

func (v NullableItemsInner) Get() *ItemsInner

func (NullableItemsInner) IsSet

func (v NullableItemsInner) IsSet() bool

func (NullableItemsInner) MarshalJSON

func (v NullableItemsInner) MarshalJSON() ([]byte, error)

func (*NullableItemsInner) Set

func (v *NullableItemsInner) Set(val *ItemsInner)

func (*NullableItemsInner) UnmarshalJSON

func (v *NullableItemsInner) UnmarshalJSON(src []byte) error

func (*NullableItemsInner) Unset

func (v *NullableItemsInner) Unset()

type NullableItemsInner1

type NullableItemsInner1 struct {
	// contains filtered or unexported fields
}

func NewNullableItemsInner1

func NewNullableItemsInner1(val *ItemsInner1) *NullableItemsInner1

func (NullableItemsInner1) Get

func (NullableItemsInner1) IsSet

func (v NullableItemsInner1) IsSet() bool

func (NullableItemsInner1) MarshalJSON

func (v NullableItemsInner1) MarshalJSON() ([]byte, error)

func (*NullableItemsInner1) Set

func (v *NullableItemsInner1) Set(val *ItemsInner1)

func (*NullableItemsInner1) UnmarshalJSON

func (v *NullableItemsInner1) UnmarshalJSON(src []byte) error

func (*NullableItemsInner1) Unset

func (v *NullableItemsInner1) Unset()

type NullableItemsInner2

type NullableItemsInner2 struct {
	// contains filtered or unexported fields
}

func NewNullableItemsInner2

func NewNullableItemsInner2(val *ItemsInner2) *NullableItemsInner2

func (NullableItemsInner2) Get

func (NullableItemsInner2) IsSet

func (v NullableItemsInner2) IsSet() bool

func (NullableItemsInner2) MarshalJSON

func (v NullableItemsInner2) MarshalJSON() ([]byte, error)

func (*NullableItemsInner2) Set

func (v *NullableItemsInner2) Set(val *ItemsInner2)

func (*NullableItemsInner2) UnmarshalJSON

func (v *NullableItemsInner2) UnmarshalJSON(src []byte) error

func (*NullableItemsInner2) Unset

func (v *NullableItemsInner2) Unset()

type NullableItemsInner2GrafanaStaffAccess

type NullableItemsInner2GrafanaStaffAccess struct {
	// contains filtered or unexported fields
}

func (NullableItemsInner2GrafanaStaffAccess) Get

func (NullableItemsInner2GrafanaStaffAccess) IsSet

func (NullableItemsInner2GrafanaStaffAccess) MarshalJSON

func (v NullableItemsInner2GrafanaStaffAccess) MarshalJSON() ([]byte, error)

func (*NullableItemsInner2GrafanaStaffAccess) Set

func (*NullableItemsInner2GrafanaStaffAccess) UnmarshalJSON

func (v *NullableItemsInner2GrafanaStaffAccess) UnmarshalJSON(src []byte) error

func (*NullableItemsInner2GrafanaStaffAccess) Unset

type NullableItemsInner2MarketplaceSubscription

type NullableItemsInner2MarketplaceSubscription struct {
	// contains filtered or unexported fields
}

func (NullableItemsInner2MarketplaceSubscription) Get

func (NullableItemsInner2MarketplaceSubscription) IsSet

func (NullableItemsInner2MarketplaceSubscription) MarshalJSON

func (*NullableItemsInner2MarketplaceSubscription) Set

func (*NullableItemsInner2MarketplaceSubscription) UnmarshalJSON

func (v *NullableItemsInner2MarketplaceSubscription) UnmarshalJSON(src []byte) error

func (*NullableItemsInner2MarketplaceSubscription) Unset

type NullableItemsInner3

type NullableItemsInner3 struct {
	// contains filtered or unexported fields
}

func NewNullableItemsInner3

func NewNullableItemsInner3(val *ItemsInner3) *NullableItemsInner3

func (NullableItemsInner3) Get

func (NullableItemsInner3) IsSet

func (v NullableItemsInner3) IsSet() bool

func (NullableItemsInner3) MarshalJSON

func (v NullableItemsInner3) MarshalJSON() ([]byte, error)

func (*NullableItemsInner3) Set

func (v *NullableItemsInner3) Set(val *ItemsInner3)

func (*NullableItemsInner3) UnmarshalJSON

func (v *NullableItemsInner3) UnmarshalJSON(src []byte) error

func (*NullableItemsInner3) Unset

func (v *NullableItemsInner3) Unset()

type NullableItemsInner4

type NullableItemsInner4 struct {
	// contains filtered or unexported fields
}

func NewNullableItemsInner4

func NewNullableItemsInner4(val *ItemsInner4) *NullableItemsInner4

func (NullableItemsInner4) Get

func (NullableItemsInner4) IsSet

func (v NullableItemsInner4) IsSet() bool

func (NullableItemsInner4) MarshalJSON

func (v NullableItemsInner4) MarshalJSON() ([]byte, error)

func (*NullableItemsInner4) Set

func (v *NullableItemsInner4) Set(val *ItemsInner4)

func (*NullableItemsInner4) UnmarshalJSON

func (v *NullableItemsInner4) UnmarshalJSON(src []byte) error

func (*NullableItemsInner4) Unset

func (v *NullableItemsInner4) Unset()

type NullableItemsInnerId

type NullableItemsInnerId struct {
	// contains filtered or unexported fields
}

func NewNullableItemsInnerId

func NewNullableItemsInnerId(val *ItemsInnerId) *NullableItemsInnerId

func (NullableItemsInnerId) Get

func (NullableItemsInnerId) IsSet

func (v NullableItemsInnerId) IsSet() bool

func (NullableItemsInnerId) MarshalJSON

func (v NullableItemsInnerId) MarshalJSON() ([]byte, error)

func (*NullableItemsInnerId) Set

func (v *NullableItemsInnerId) Set(val *ItemsInnerId)

func (*NullableItemsInnerId) UnmarshalJSON

func (v *NullableItemsInnerId) UnmarshalJSON(src []byte) error

func (*NullableItemsInnerId) Unset

func (v *NullableItemsInnerId) Unset()

type NullableLinksInner

type NullableLinksInner struct {
	// contains filtered or unexported fields
}

func NewNullableLinksInner

func NewNullableLinksInner(val *LinksInner) *NullableLinksInner

func (NullableLinksInner) Get

func (v NullableLinksInner) Get() *LinksInner

func (NullableLinksInner) IsSet

func (v NullableLinksInner) IsSet() bool

func (NullableLinksInner) MarshalJSON

func (v NullableLinksInner) MarshalJSON() ([]byte, error)

func (*NullableLinksInner) Set

func (v *NullableLinksInner) Set(val *LinksInner)

func (*NullableLinksInner) UnmarshalJSON

func (v *NullableLinksInner) UnmarshalJSON(src []byte) error

func (*NullableLinksInner) Unset

func (v *NullableLinksInner) Unset()

type NullableLinksInner1

type NullableLinksInner1 struct {
	// contains filtered or unexported fields
}

func NewNullableLinksInner1

func NewNullableLinksInner1(val *LinksInner1) *NullableLinksInner1

func (NullableLinksInner1) Get

func (NullableLinksInner1) IsSet

func (v NullableLinksInner1) IsSet() bool

func (NullableLinksInner1) MarshalJSON

func (v NullableLinksInner1) MarshalJSON() ([]byte, error)

func (*NullableLinksInner1) Set

func (v *NullableLinksInner1) Set(val *LinksInner1)

func (*NullableLinksInner1) UnmarshalJSON

func (v *NullableLinksInner1) UnmarshalJSON(src []byte) error

func (*NullableLinksInner1) Unset

func (v *NullableLinksInner1) Unset()

type NullableMetadata

type NullableMetadata struct {
	// contains filtered or unexported fields
}

func NewNullableMetadata

func NewNullableMetadata(val *Metadata) *NullableMetadata

func (NullableMetadata) Get

func (v NullableMetadata) Get() *Metadata

func (NullableMetadata) IsSet

func (v NullableMetadata) IsSet() bool

func (NullableMetadata) MarshalJSON

func (v NullableMetadata) MarshalJSON() ([]byte, error)

func (*NullableMetadata) Set

func (v *NullableMetadata) Set(val *Metadata)

func (*NullableMetadata) UnmarshalJSON

func (v *NullableMetadata) UnmarshalJSON(src []byte) error

func (*NullableMetadata) Unset

func (v *NullableMetadata) Unset()

type NullableMimir

type NullableMimir struct {
	// contains filtered or unexported fields
}

func NewNullableMimir

func NewNullableMimir(val *Mimir) *NullableMimir

func (NullableMimir) Get

func (v NullableMimir) Get() *Mimir

func (NullableMimir) IsSet

func (v NullableMimir) IsSet() bool

func (NullableMimir) MarshalJSON

func (v NullableMimir) MarshalJSON() ([]byte, error)

func (*NullableMimir) Set

func (v *NullableMimir) Set(val *Mimir)

func (*NullableMimir) UnmarshalJSON

func (v *NullableMimir) UnmarshalJSON(src []byte) error

func (*NullableMimir) Unset

func (v *NullableMimir) Unset()

type NullableModifiedGetOrgBilledUsageResponse

type NullableModifiedGetOrgBilledUsageResponse struct {
	// contains filtered or unexported fields
}

func (NullableModifiedGetOrgBilledUsageResponse) Get

func (NullableModifiedGetOrgBilledUsageResponse) IsSet

func (NullableModifiedGetOrgBilledUsageResponse) MarshalJSON

func (*NullableModifiedGetOrgBilledUsageResponse) Set

func (*NullableModifiedGetOrgBilledUsageResponse) UnmarshalJSON

func (v *NullableModifiedGetOrgBilledUsageResponse) UnmarshalJSON(src []byte) error

func (*NullableModifiedGetOrgBilledUsageResponse) Unset

type NullableNext

type NullableNext struct {
	// contains filtered or unexported fields
}

func NewNullableNext

func NewNullableNext(val *Next) *NullableNext

func (NullableNext) Get

func (v NullableNext) Get() *Next

func (NullableNext) IsSet

func (v NullableNext) IsSet() bool

func (NullableNext) MarshalJSON

func (v NullableNext) MarshalJSON() ([]byte, error)

func (*NullableNext) Set

func (v *NullableNext) Set(val *Next)

func (*NullableNext) UnmarshalJSON

func (v *NullableNext) UnmarshalJSON(src []byte) error

func (*NullableNext) Unset

func (v *NullableNext) Unset()

type NullableOrgBilledUsageHistory

type NullableOrgBilledUsageHistory struct {
	// contains filtered or unexported fields
}

func (NullableOrgBilledUsageHistory) Get

func (NullableOrgBilledUsageHistory) IsSet

func (NullableOrgBilledUsageHistory) MarshalJSON

func (v NullableOrgBilledUsageHistory) MarshalJSON() ([]byte, error)

func (*NullableOrgBilledUsageHistory) Set

func (*NullableOrgBilledUsageHistory) UnmarshalJSON

func (v *NullableOrgBilledUsageHistory) UnmarshalJSON(src []byte) error

func (*NullableOrgBilledUsageHistory) Unset

func (v *NullableOrgBilledUsageHistory) Unset()

type NullableOrgMemberListResponse

type NullableOrgMemberListResponse struct {
	// contains filtered or unexported fields
}

func (NullableOrgMemberListResponse) Get

func (NullableOrgMemberListResponse) IsSet

func (NullableOrgMemberListResponse) MarshalJSON

func (v NullableOrgMemberListResponse) MarshalJSON() ([]byte, error)

func (*NullableOrgMemberListResponse) Set

func (*NullableOrgMemberListResponse) UnmarshalJSON

func (v *NullableOrgMemberListResponse) UnmarshalJSON(src []byte) error

func (*NullableOrgMemberListResponse) Unset

func (v *NullableOrgMemberListResponse) Unset()

type NullableOtlp

type NullableOtlp struct {
	// contains filtered or unexported fields
}

func NewNullableOtlp

func NewNullableOtlp(val *Otlp) *NullableOtlp

func (NullableOtlp) Get

func (v NullableOtlp) Get() *Otlp

func (NullableOtlp) IsSet

func (v NullableOtlp) IsSet() bool

func (NullableOtlp) MarshalJSON

func (v NullableOtlp) MarshalJSON() ([]byte, error)

func (*NullableOtlp) Set

func (v *NullableOtlp) Set(val *Otlp)

func (*NullableOtlp) UnmarshalJSON

func (v *NullableOtlp) UnmarshalJSON(src []byte) error

func (*NullableOtlp) Unset

func (v *NullableOtlp) Unset()

type NullableOtlpPrivateConnectivityInfo

type NullableOtlpPrivateConnectivityInfo struct {
	// contains filtered or unexported fields
}

func (NullableOtlpPrivateConnectivityInfo) Get

func (NullableOtlpPrivateConnectivityInfo) IsSet

func (NullableOtlpPrivateConnectivityInfo) MarshalJSON

func (v NullableOtlpPrivateConnectivityInfo) MarshalJSON() ([]byte, error)

func (*NullableOtlpPrivateConnectivityInfo) Set

func (*NullableOtlpPrivateConnectivityInfo) UnmarshalJSON

func (v *NullableOtlpPrivateConnectivityInfo) UnmarshalJSON(src []byte) error

func (*NullableOtlpPrivateConnectivityInfo) Unset

type NullablePagination

type NullablePagination struct {
	// contains filtered or unexported fields
}

func NewNullablePagination

func NewNullablePagination(val *Pagination) *NullablePagination

func (NullablePagination) Get

func (v NullablePagination) Get() *Pagination

func (NullablePagination) IsSet

func (v NullablePagination) IsSet() bool

func (NullablePagination) MarshalJSON

func (v NullablePagination) MarshalJSON() ([]byte, error)

func (*NullablePagination) Set

func (v *NullablePagination) Set(val *Pagination)

func (*NullablePagination) UnmarshalJSON

func (v *NullablePagination) UnmarshalJSON(src []byte) error

func (*NullablePagination) Unset

func (v *NullablePagination) Unset()

type NullablePayload

type NullablePayload struct {
	// contains filtered or unexported fields
}

func NewNullablePayload

func NewNullablePayload(val *Payload) *NullablePayload

func (NullablePayload) Get

func (v NullablePayload) Get() *Payload

func (NullablePayload) IsSet

func (v NullablePayload) IsSet() bool

func (NullablePayload) MarshalJSON

func (v NullablePayload) MarshalJSON() ([]byte, error)

func (*NullablePayload) Set

func (v *NullablePayload) Set(val *Payload)

func (*NullablePayload) UnmarshalJSON

func (v *NullablePayload) UnmarshalJSON(src []byte) error

func (*NullablePayload) Unset

func (v *NullablePayload) Unset()

type NullablePdc

type NullablePdc struct {
	// contains filtered or unexported fields
}

func NewNullablePdc

func NewNullablePdc(val *Pdc) *NullablePdc

func (NullablePdc) Get

func (v NullablePdc) Get() *Pdc

func (NullablePdc) IsSet

func (v NullablePdc) IsSet() bool

func (NullablePdc) MarshalJSON

func (v NullablePdc) MarshalJSON() ([]byte, error)

func (*NullablePdc) Set

func (v *NullablePdc) Set(val *Pdc)

func (*NullablePdc) UnmarshalJSON

func (v *NullablePdc) UnmarshalJSON(src []byte) error

func (*NullablePdc) Unset

func (v *NullablePdc) Unset()

type NullablePdcPrivateConnectivityInfo

type NullablePdcPrivateConnectivityInfo struct {
	// contains filtered or unexported fields
}

func (NullablePdcPrivateConnectivityInfo) Get

func (NullablePdcPrivateConnectivityInfo) IsSet

func (NullablePdcPrivateConnectivityInfo) MarshalJSON

func (v NullablePdcPrivateConnectivityInfo) MarshalJSON() ([]byte, error)

func (*NullablePdcPrivateConnectivityInfo) Set

func (*NullablePdcPrivateConnectivityInfo) UnmarshalJSON

func (v *NullablePdcPrivateConnectivityInfo) UnmarshalJSON(src []byte) error

func (*NullablePdcPrivateConnectivityInfo) Unset

type NullablePdcPrivateConnectivityInfoAnyOf

type NullablePdcPrivateConnectivityInfoAnyOf struct {
	// contains filtered or unexported fields
}

func (NullablePdcPrivateConnectivityInfoAnyOf) Get

func (NullablePdcPrivateConnectivityInfoAnyOf) IsSet

func (NullablePdcPrivateConnectivityInfoAnyOf) MarshalJSON

func (v NullablePdcPrivateConnectivityInfoAnyOf) MarshalJSON() ([]byte, error)

func (*NullablePdcPrivateConnectivityInfoAnyOf) Set

func (*NullablePdcPrivateConnectivityInfoAnyOf) UnmarshalJSON

func (v *NullablePdcPrivateConnectivityInfoAnyOf) UnmarshalJSON(src []byte) error

func (*NullablePdcPrivateConnectivityInfoAnyOf) Unset

type NullablePdcPrivateConnectivityInfoAnyOf1

type NullablePdcPrivateConnectivityInfoAnyOf1 struct {
	// contains filtered or unexported fields
}

func (NullablePdcPrivateConnectivityInfoAnyOf1) Get

func (NullablePdcPrivateConnectivityInfoAnyOf1) IsSet

func (NullablePdcPrivateConnectivityInfoAnyOf1) MarshalJSON

func (*NullablePdcPrivateConnectivityInfoAnyOf1) Set

func (*NullablePdcPrivateConnectivityInfoAnyOf1) UnmarshalJSON

func (v *NullablePdcPrivateConnectivityInfoAnyOf1) UnmarshalJSON(src []byte) error

func (*NullablePdcPrivateConnectivityInfoAnyOf1) Unset

type NullablePdcPrivateConnectivityInfoAnyOf2

type NullablePdcPrivateConnectivityInfoAnyOf2 struct {
	// contains filtered or unexported fields
}

func (NullablePdcPrivateConnectivityInfoAnyOf2) Get

func (NullablePdcPrivateConnectivityInfoAnyOf2) IsSet

func (NullablePdcPrivateConnectivityInfoAnyOf2) MarshalJSON

func (*NullablePdcPrivateConnectivityInfoAnyOf2) Set

func (*NullablePdcPrivateConnectivityInfoAnyOf2) UnmarshalJSON

func (v *NullablePdcPrivateConnectivityInfoAnyOf2) UnmarshalJSON(src []byte) error

func (*NullablePdcPrivateConnectivityInfoAnyOf2) Unset

type NullablePostAccessPoliciesRequest

type NullablePostAccessPoliciesRequest struct {
	// contains filtered or unexported fields
}

func (NullablePostAccessPoliciesRequest) Get

func (NullablePostAccessPoliciesRequest) IsSet

func (NullablePostAccessPoliciesRequest) MarshalJSON

func (v NullablePostAccessPoliciesRequest) MarshalJSON() ([]byte, error)

func (*NullablePostAccessPoliciesRequest) Set

func (*NullablePostAccessPoliciesRequest) UnmarshalJSON

func (v *NullablePostAccessPoliciesRequest) UnmarshalJSON(src []byte) error

func (*NullablePostAccessPoliciesRequest) Unset

type NullablePostAccessPoliciesRequestAttributes

type NullablePostAccessPoliciesRequestAttributes struct {
	// contains filtered or unexported fields
}

func (NullablePostAccessPoliciesRequestAttributes) Get

func (NullablePostAccessPoliciesRequestAttributes) IsSet

func (NullablePostAccessPoliciesRequestAttributes) MarshalJSON

func (*NullablePostAccessPoliciesRequestAttributes) Set

func (*NullablePostAccessPoliciesRequestAttributes) UnmarshalJSON

func (v *NullablePostAccessPoliciesRequestAttributes) UnmarshalJSON(src []byte) error

func (*NullablePostAccessPoliciesRequestAttributes) Unset

type NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy

type NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy struct {
	// contains filtered or unexported fields
}

func (NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) Get

func (NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) IsSet

func (NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) MarshalJSON

func (*NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) Set

func (*NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) UnmarshalJSON

func (*NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) Unset

type NullablePostAccessPoliciesRequestAttributesPdcConfiguration

type NullablePostAccessPoliciesRequestAttributesPdcConfiguration struct {
	// contains filtered or unexported fields
}

func (NullablePostAccessPoliciesRequestAttributesPdcConfiguration) Get

func (NullablePostAccessPoliciesRequestAttributesPdcConfiguration) IsSet

func (NullablePostAccessPoliciesRequestAttributesPdcConfiguration) MarshalJSON

func (*NullablePostAccessPoliciesRequestAttributesPdcConfiguration) Set

func (*NullablePostAccessPoliciesRequestAttributesPdcConfiguration) UnmarshalJSON

func (*NullablePostAccessPoliciesRequestAttributesPdcConfiguration) Unset

type NullablePostAccessPoliciesRequestConditions

type NullablePostAccessPoliciesRequestConditions struct {
	// contains filtered or unexported fields
}

func (NullablePostAccessPoliciesRequestConditions) Get

func (NullablePostAccessPoliciesRequestConditions) IsSet

func (NullablePostAccessPoliciesRequestConditions) MarshalJSON

func (*NullablePostAccessPoliciesRequestConditions) Set

func (*NullablePostAccessPoliciesRequestConditions) UnmarshalJSON

func (v *NullablePostAccessPoliciesRequestConditions) UnmarshalJSON(src []byte) error

func (*NullablePostAccessPoliciesRequestConditions) Unset

type NullablePostAccessPoliciesRequestRealmsInner

type NullablePostAccessPoliciesRequestRealmsInner struct {
	// contains filtered or unexported fields
}

func (NullablePostAccessPoliciesRequestRealmsInner) Get

func (NullablePostAccessPoliciesRequestRealmsInner) IsSet

func (NullablePostAccessPoliciesRequestRealmsInner) MarshalJSON

func (*NullablePostAccessPoliciesRequestRealmsInner) Set

func (*NullablePostAccessPoliciesRequestRealmsInner) UnmarshalJSON

func (*NullablePostAccessPoliciesRequestRealmsInner) Unset

type NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner

type NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner struct {
	// contains filtered or unexported fields
}

func (NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) Get

func (NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) IsSet

func (NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) MarshalJSON

func (*NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) Set

func (*NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) UnmarshalJSON

func (*NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) Unset

type NullablePostAccessPolicyRequest

type NullablePostAccessPolicyRequest struct {
	// contains filtered or unexported fields
}

func (NullablePostAccessPolicyRequest) Get

func (NullablePostAccessPolicyRequest) IsSet

func (NullablePostAccessPolicyRequest) MarshalJSON

func (v NullablePostAccessPolicyRequest) MarshalJSON() ([]byte, error)

func (*NullablePostAccessPolicyRequest) Set

func (*NullablePostAccessPolicyRequest) UnmarshalJSON

func (v *NullablePostAccessPolicyRequest) UnmarshalJSON(src []byte) error

func (*NullablePostAccessPolicyRequest) Unset

type NullablePostApiKeysRequest

type NullablePostApiKeysRequest struct {
	// contains filtered or unexported fields
}

func NewNullablePostApiKeysRequest

func NewNullablePostApiKeysRequest(val *PostApiKeysRequest) *NullablePostApiKeysRequest

func (NullablePostApiKeysRequest) Get

func (NullablePostApiKeysRequest) IsSet

func (v NullablePostApiKeysRequest) IsSet() bool

func (NullablePostApiKeysRequest) MarshalJSON

func (v NullablePostApiKeysRequest) MarshalJSON() ([]byte, error)

func (*NullablePostApiKeysRequest) Set

func (*NullablePostApiKeysRequest) UnmarshalJSON

func (v *NullablePostApiKeysRequest) UnmarshalJSON(src []byte) error

func (*NullablePostApiKeysRequest) Unset

func (v *NullablePostApiKeysRequest) Unset()

type NullablePostInstanceOAuthAzureADRequest

type NullablePostInstanceOAuthAzureADRequest struct {
	// contains filtered or unexported fields
}

func (NullablePostInstanceOAuthAzureADRequest) Get

func (NullablePostInstanceOAuthAzureADRequest) IsSet

func (NullablePostInstanceOAuthAzureADRequest) MarshalJSON

func (v NullablePostInstanceOAuthAzureADRequest) MarshalJSON() ([]byte, error)

func (*NullablePostInstanceOAuthAzureADRequest) Set

func (*NullablePostInstanceOAuthAzureADRequest) UnmarshalJSON

func (v *NullablePostInstanceOAuthAzureADRequest) UnmarshalJSON(src []byte) error

func (*NullablePostInstanceOAuthAzureADRequest) Unset

type NullablePostInstanceOAuthGithubRequest

type NullablePostInstanceOAuthGithubRequest struct {
	// contains filtered or unexported fields
}

func (NullablePostInstanceOAuthGithubRequest) Get

func (NullablePostInstanceOAuthGithubRequest) IsSet

func (NullablePostInstanceOAuthGithubRequest) MarshalJSON

func (v NullablePostInstanceOAuthGithubRequest) MarshalJSON() ([]byte, error)

func (*NullablePostInstanceOAuthGithubRequest) Set

func (*NullablePostInstanceOAuthGithubRequest) UnmarshalJSON

func (v *NullablePostInstanceOAuthGithubRequest) UnmarshalJSON(src []byte) error

func (*NullablePostInstanceOAuthGithubRequest) Unset

type NullablePostInstanceOAuthGoogleRequest

type NullablePostInstanceOAuthGoogleRequest struct {
	// contains filtered or unexported fields
}

func (NullablePostInstanceOAuthGoogleRequest) Get

func (NullablePostInstanceOAuthGoogleRequest) IsSet

func (NullablePostInstanceOAuthGoogleRequest) MarshalJSON

func (v NullablePostInstanceOAuthGoogleRequest) MarshalJSON() ([]byte, error)

func (*NullablePostInstanceOAuthGoogleRequest) Set

func (*NullablePostInstanceOAuthGoogleRequest) UnmarshalJSON

func (v *NullablePostInstanceOAuthGoogleRequest) UnmarshalJSON(src []byte) error

func (*NullablePostInstanceOAuthGoogleRequest) Unset

type NullablePostInstanceOAuthOktaRequest

type NullablePostInstanceOAuthOktaRequest struct {
	// contains filtered or unexported fields
}

func (NullablePostInstanceOAuthOktaRequest) Get

func (NullablePostInstanceOAuthOktaRequest) IsSet

func (NullablePostInstanceOAuthOktaRequest) MarshalJSON

func (v NullablePostInstanceOAuthOktaRequest) MarshalJSON() ([]byte, error)

func (*NullablePostInstanceOAuthOktaRequest) Set

func (*NullablePostInstanceOAuthOktaRequest) UnmarshalJSON

func (v *NullablePostInstanceOAuthOktaRequest) UnmarshalJSON(src []byte) error

func (*NullablePostInstanceOAuthOktaRequest) Unset

type NullablePostInstancePluginRequest

type NullablePostInstancePluginRequest struct {
	// contains filtered or unexported fields
}

func (NullablePostInstancePluginRequest) Get

func (NullablePostInstancePluginRequest) IsSet

func (NullablePostInstancePluginRequest) MarshalJSON

func (v NullablePostInstancePluginRequest) MarshalJSON() ([]byte, error)

func (*NullablePostInstancePluginRequest) Set

func (*NullablePostInstancePluginRequest) UnmarshalJSON

func (v *NullablePostInstancePluginRequest) UnmarshalJSON(src []byte) error

func (*NullablePostInstancePluginRequest) Unset

type NullablePostInstancePluginsRequest

type NullablePostInstancePluginsRequest struct {
	// contains filtered or unexported fields
}

func (NullablePostInstancePluginsRequest) Get

func (NullablePostInstancePluginsRequest) IsSet

func (NullablePostInstancePluginsRequest) MarshalJSON

func (v NullablePostInstancePluginsRequest) MarshalJSON() ([]byte, error)

func (*NullablePostInstancePluginsRequest) Set

func (*NullablePostInstancePluginsRequest) UnmarshalJSON

func (v *NullablePostInstancePluginsRequest) UnmarshalJSON(src []byte) error

func (*NullablePostInstancePluginsRequest) Unset

type NullablePostInstanceRequest

type NullablePostInstanceRequest struct {
	// contains filtered or unexported fields
}

func NewNullablePostInstanceRequest

func NewNullablePostInstanceRequest(val *PostInstanceRequest) *NullablePostInstanceRequest

func (NullablePostInstanceRequest) Get

func (NullablePostInstanceRequest) IsSet

func (NullablePostInstanceRequest) MarshalJSON

func (v NullablePostInstanceRequest) MarshalJSON() ([]byte, error)

func (*NullablePostInstanceRequest) Set

func (*NullablePostInstanceRequest) UnmarshalJSON

func (v *NullablePostInstanceRequest) UnmarshalJSON(src []byte) error

func (*NullablePostInstanceRequest) Unset

func (v *NullablePostInstanceRequest) Unset()

type NullablePostInstanceServiceAccountTokensRequest

type NullablePostInstanceServiceAccountTokensRequest struct {
	// contains filtered or unexported fields
}

func (NullablePostInstanceServiceAccountTokensRequest) Get

func (NullablePostInstanceServiceAccountTokensRequest) IsSet

func (NullablePostInstanceServiceAccountTokensRequest) MarshalJSON

func (*NullablePostInstanceServiceAccountTokensRequest) Set

func (*NullablePostInstanceServiceAccountTokensRequest) UnmarshalJSON

func (*NullablePostInstanceServiceAccountTokensRequest) Unset

type NullablePostInstanceServiceAccountsRequest

type NullablePostInstanceServiceAccountsRequest struct {
	// contains filtered or unexported fields
}

func (NullablePostInstanceServiceAccountsRequest) Get

func (NullablePostInstanceServiceAccountsRequest) IsSet

func (NullablePostInstanceServiceAccountsRequest) MarshalJSON

func (*NullablePostInstanceServiceAccountsRequest) Set

func (*NullablePostInstanceServiceAccountsRequest) UnmarshalJSON

func (v *NullablePostInstanceServiceAccountsRequest) UnmarshalJSON(src []byte) error

func (*NullablePostInstanceServiceAccountsRequest) Unset

type NullablePostInstancesRequest

type NullablePostInstancesRequest struct {
	// contains filtered or unexported fields
}

func NewNullablePostInstancesRequest

func NewNullablePostInstancesRequest(val *PostInstancesRequest) *NullablePostInstancesRequest

func (NullablePostInstancesRequest) Get

func (NullablePostInstancesRequest) IsSet

func (NullablePostInstancesRequest) MarshalJSON

func (v NullablePostInstancesRequest) MarshalJSON() ([]byte, error)

func (*NullablePostInstancesRequest) Set

func (*NullablePostInstancesRequest) UnmarshalJSON

func (v *NullablePostInstancesRequest) UnmarshalJSON(src []byte) error

func (*NullablePostInstancesRequest) Unset

func (v *NullablePostInstancesRequest) Unset()

type NullablePostOrgMemberRequest

type NullablePostOrgMemberRequest struct {
	// contains filtered or unexported fields
}

func NewNullablePostOrgMemberRequest

func NewNullablePostOrgMemberRequest(val *PostOrgMemberRequest) *NullablePostOrgMemberRequest

func (NullablePostOrgMemberRequest) Get

func (NullablePostOrgMemberRequest) IsSet

func (NullablePostOrgMemberRequest) MarshalJSON

func (v NullablePostOrgMemberRequest) MarshalJSON() ([]byte, error)

func (*NullablePostOrgMemberRequest) Set

func (*NullablePostOrgMemberRequest) UnmarshalJSON

func (v *NullablePostOrgMemberRequest) UnmarshalJSON(src []byte) error

func (*NullablePostOrgMemberRequest) Unset

func (v *NullablePostOrgMemberRequest) Unset()

type NullablePostOrgMembersRequest

type NullablePostOrgMembersRequest struct {
	// contains filtered or unexported fields
}

func (NullablePostOrgMembersRequest) Get

func (NullablePostOrgMembersRequest) IsSet

func (NullablePostOrgMembersRequest) MarshalJSON

func (v NullablePostOrgMembersRequest) MarshalJSON() ([]byte, error)

func (*NullablePostOrgMembersRequest) Set

func (*NullablePostOrgMembersRequest) UnmarshalJSON

func (v *NullablePostOrgMembersRequest) UnmarshalJSON(src []byte) error

func (*NullablePostOrgMembersRequest) Unset

func (v *NullablePostOrgMembersRequest) Unset()

type NullablePostTokenRequest

type NullablePostTokenRequest struct {
	// contains filtered or unexported fields
}

func NewNullablePostTokenRequest

func NewNullablePostTokenRequest(val *PostTokenRequest) *NullablePostTokenRequest

func (NullablePostTokenRequest) Get

func (NullablePostTokenRequest) IsSet

func (v NullablePostTokenRequest) IsSet() bool

func (NullablePostTokenRequest) MarshalJSON

func (v NullablePostTokenRequest) MarshalJSON() ([]byte, error)

func (*NullablePostTokenRequest) Set

func (*NullablePostTokenRequest) UnmarshalJSON

func (v *NullablePostTokenRequest) UnmarshalJSON(src []byte) error

func (*NullablePostTokenRequest) Unset

func (v *NullablePostTokenRequest) Unset()

type NullablePostTokensRequest

type NullablePostTokensRequest struct {
	// contains filtered or unexported fields
}

func NewNullablePostTokensRequest

func NewNullablePostTokensRequest(val *PostTokensRequest) *NullablePostTokensRequest

func (NullablePostTokensRequest) Get

func (NullablePostTokensRequest) IsSet

func (v NullablePostTokensRequest) IsSet() bool

func (NullablePostTokensRequest) MarshalJSON

func (v NullablePostTokensRequest) MarshalJSON() ([]byte, error)

func (*NullablePostTokensRequest) Set

func (*NullablePostTokensRequest) UnmarshalJSON

func (v *NullablePostTokensRequest) UnmarshalJSON(src []byte) error

func (*NullablePostTokensRequest) Unset

func (v *NullablePostTokensRequest) Unset()

type NullablePrivateConnectivityInfo

type NullablePrivateConnectivityInfo struct {
	// contains filtered or unexported fields
}

func (NullablePrivateConnectivityInfo) Get

func (NullablePrivateConnectivityInfo) IsSet

func (NullablePrivateConnectivityInfo) MarshalJSON

func (v NullablePrivateConnectivityInfo) MarshalJSON() ([]byte, error)

func (*NullablePrivateConnectivityInfo) Set

func (*NullablePrivateConnectivityInfo) UnmarshalJSON

func (v *NullablePrivateConnectivityInfo) UnmarshalJSON(src []byte) error

func (*NullablePrivateConnectivityInfo) 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 NullableSubscriptions

type NullableSubscriptions struct {
	// contains filtered or unexported fields
}

func NewNullableSubscriptions

func NewNullableSubscriptions(val *Subscriptions) *NullableSubscriptions

func (NullableSubscriptions) Get

func (NullableSubscriptions) IsSet

func (v NullableSubscriptions) IsSet() bool

func (NullableSubscriptions) MarshalJSON

func (v NullableSubscriptions) MarshalJSON() ([]byte, error)

func (*NullableSubscriptions) Set

func (v *NullableSubscriptions) Set(val *Subscriptions)

func (*NullableSubscriptions) UnmarshalJSON

func (v *NullableSubscriptions) UnmarshalJSON(src []byte) error

func (*NullableSubscriptions) Unset

func (v *NullableSubscriptions) Unset()

type NullableSubscriptionsAnyOf

type NullableSubscriptionsAnyOf struct {
	// contains filtered or unexported fields
}

func NewNullableSubscriptionsAnyOf

func NewNullableSubscriptionsAnyOf(val *SubscriptionsAnyOf) *NullableSubscriptionsAnyOf

func (NullableSubscriptionsAnyOf) Get

func (NullableSubscriptionsAnyOf) IsSet

func (v NullableSubscriptionsAnyOf) IsSet() bool

func (NullableSubscriptionsAnyOf) MarshalJSON

func (v NullableSubscriptionsAnyOf) MarshalJSON() ([]byte, error)

func (*NullableSubscriptionsAnyOf) Set

func (*NullableSubscriptionsAnyOf) UnmarshalJSON

func (v *NullableSubscriptionsAnyOf) UnmarshalJSON(src []byte) error

func (*NullableSubscriptionsAnyOf) Unset

func (v *NullableSubscriptionsAnyOf) Unset()

type NullableSubscriptionsAnyOf1

type NullableSubscriptionsAnyOf1 struct {
	// contains filtered or unexported fields
}

func NewNullableSubscriptionsAnyOf1

func NewNullableSubscriptionsAnyOf1(val *SubscriptionsAnyOf1) *NullableSubscriptionsAnyOf1

func (NullableSubscriptionsAnyOf1) Get

func (NullableSubscriptionsAnyOf1) IsSet

func (NullableSubscriptionsAnyOf1) MarshalJSON

func (v NullableSubscriptionsAnyOf1) MarshalJSON() ([]byte, error)

func (*NullableSubscriptionsAnyOf1) Set

func (*NullableSubscriptionsAnyOf1) UnmarshalJSON

func (v *NullableSubscriptionsAnyOf1) UnmarshalJSON(src []byte) error

func (*NullableSubscriptionsAnyOf1) Unset

func (v *NullableSubscriptionsAnyOf1) Unset()

type NullableSubscriptionsAnyOf2

type NullableSubscriptionsAnyOf2 struct {
	// contains filtered or unexported fields
}

func NewNullableSubscriptionsAnyOf2

func NewNullableSubscriptionsAnyOf2(val *SubscriptionsAnyOf2) *NullableSubscriptionsAnyOf2

func (NullableSubscriptionsAnyOf2) Get

func (NullableSubscriptionsAnyOf2) IsSet

func (NullableSubscriptionsAnyOf2) MarshalJSON

func (v NullableSubscriptionsAnyOf2) MarshalJSON() ([]byte, error)

func (*NullableSubscriptionsAnyOf2) Set

func (*NullableSubscriptionsAnyOf2) UnmarshalJSON

func (v *NullableSubscriptionsAnyOf2) UnmarshalJSON(src []byte) error

func (*NullableSubscriptionsAnyOf2) Unset

func (v *NullableSubscriptionsAnyOf2) Unset()

type NullableTenantsInner

type NullableTenantsInner struct {
	// contains filtered or unexported fields
}

func NewNullableTenantsInner

func NewNullableTenantsInner(val *TenantsInner) *NullableTenantsInner

func (NullableTenantsInner) Get

func (NullableTenantsInner) IsSet

func (v NullableTenantsInner) IsSet() bool

func (NullableTenantsInner) MarshalJSON

func (v NullableTenantsInner) MarshalJSON() ([]byte, error)

func (*NullableTenantsInner) Set

func (v *NullableTenantsInner) Set(val *TenantsInner)

func (*NullableTenantsInner) UnmarshalJSON

func (v *NullableTenantsInner) UnmarshalJSON(src []byte) error

func (*NullableTenantsInner) Unset

func (v *NullableTenantsInner) 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 NullableUsagesInner

type NullableUsagesInner struct {
	// contains filtered or unexported fields
}

func NewNullableUsagesInner

func NewNullableUsagesInner(val *UsagesInner) *NullableUsagesInner

func (NullableUsagesInner) Get

func (NullableUsagesInner) IsSet

func (v NullableUsagesInner) IsSet() bool

func (NullableUsagesInner) MarshalJSON

func (v NullableUsagesInner) MarshalJSON() ([]byte, error)

func (*NullableUsagesInner) Set

func (v *NullableUsagesInner) Set(val *UsagesInner)

func (*NullableUsagesInner) UnmarshalJSON

func (v *NullableUsagesInner) UnmarshalJSON(src []byte) error

func (*NullableUsagesInner) Unset

func (v *NullableUsagesInner) Unset()

type OrgBilledUsageHistory

type OrgBilledUsageHistory struct {
	Items                []ItemsInner4 `json:"items"`
	AdditionalProperties map[string]interface{}
}

OrgBilledUsageHistory struct for OrgBilledUsageHistory

func NewOrgBilledUsageHistory

func NewOrgBilledUsageHistory(items []ItemsInner4) *OrgBilledUsageHistory

NewOrgBilledUsageHistory instantiates a new OrgBilledUsageHistory 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 NewOrgBilledUsageHistoryWithDefaults

func NewOrgBilledUsageHistoryWithDefaults() *OrgBilledUsageHistory

NewOrgBilledUsageHistoryWithDefaults instantiates a new OrgBilledUsageHistory 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 (*OrgBilledUsageHistory) GetItems

func (o *OrgBilledUsageHistory) GetItems() []ItemsInner4

GetItems returns the Items field value

func (*OrgBilledUsageHistory) GetItemsOk

func (o *OrgBilledUsageHistory) GetItemsOk() ([]ItemsInner4, bool)

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (OrgBilledUsageHistory) MarshalJSON

func (o OrgBilledUsageHistory) MarshalJSON() ([]byte, error)

func (*OrgBilledUsageHistory) SetItems

func (o *OrgBilledUsageHistory) SetItems(v []ItemsInner4)

SetItems sets field value

func (OrgBilledUsageHistory) ToMap

func (o OrgBilledUsageHistory) ToMap() (map[string]interface{}, error)

func (*OrgBilledUsageHistory) UnmarshalJSON

func (o *OrgBilledUsageHistory) UnmarshalJSON(data []byte) (err error)

type OrgMemberListResponse

type OrgMemberListResponse struct {
	Items                []ItemsInner2 `json:"items"`
	Links                []LinksInner1 `json:"links"`
	Total                *float32      `json:"total,omitempty"`
	Pages                *float32      `json:"pages,omitempty"`
	Page                 *float32      `json:"page,omitempty"`
	PerPage              *float32      `json:"perPage,omitempty"`
	TotalCount           *float32      `json:"totalCount,omitempty"`
	OrderBy              *string       `json:"orderBy,omitempty"`
	Direction            *string       `json:"direction,omitempty"`
	Cursor               *float32      `json:"cursor,omitempty"`
	NextCursor           *float32      `json:"nextCursor,omitempty"`
	AdditionalProperties map[string]interface{}
}

OrgMemberListResponse struct for OrgMemberListResponse

func NewOrgMemberListResponse

func NewOrgMemberListResponse(items []ItemsInner2, links []LinksInner1) *OrgMemberListResponse

NewOrgMemberListResponse instantiates a new OrgMemberListResponse 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 NewOrgMemberListResponseWithDefaults

func NewOrgMemberListResponseWithDefaults() *OrgMemberListResponse

NewOrgMemberListResponseWithDefaults instantiates a new OrgMemberListResponse 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 (*OrgMemberListResponse) GetCursor

func (o *OrgMemberListResponse) GetCursor() float32

GetCursor returns the Cursor field value if set, zero value otherwise.

func (*OrgMemberListResponse) GetCursorOk

func (o *OrgMemberListResponse) GetCursorOk() (*float32, bool)

GetCursorOk returns a tuple with the Cursor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrgMemberListResponse) GetDirection

func (o *OrgMemberListResponse) GetDirection() string

GetDirection returns the Direction field value if set, zero value otherwise.

func (*OrgMemberListResponse) GetDirectionOk

func (o *OrgMemberListResponse) GetDirectionOk() (*string, bool)

GetDirectionOk returns a tuple with the Direction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrgMemberListResponse) GetItems

func (o *OrgMemberListResponse) GetItems() []ItemsInner2

GetItems returns the Items field value

func (*OrgMemberListResponse) GetItemsOk

func (o *OrgMemberListResponse) GetItemsOk() ([]ItemsInner2, bool)

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (o *OrgMemberListResponse) GetLinks() []LinksInner1

GetLinks returns the Links field value

func (*OrgMemberListResponse) GetLinksOk

func (o *OrgMemberListResponse) GetLinksOk() ([]LinksInner1, bool)

GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.

func (*OrgMemberListResponse) GetNextCursor

func (o *OrgMemberListResponse) GetNextCursor() float32

GetNextCursor returns the NextCursor field value if set, zero value otherwise.

func (*OrgMemberListResponse) GetNextCursorOk

func (o *OrgMemberListResponse) GetNextCursorOk() (*float32, bool)

GetNextCursorOk returns a tuple with the NextCursor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrgMemberListResponse) GetOrderBy

func (o *OrgMemberListResponse) GetOrderBy() string

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*OrgMemberListResponse) GetOrderByOk

func (o *OrgMemberListResponse) GetOrderByOk() (*string, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrgMemberListResponse) GetPage

func (o *OrgMemberListResponse) GetPage() float32

GetPage returns the Page field value if set, zero value otherwise.

func (*OrgMemberListResponse) GetPageOk

func (o *OrgMemberListResponse) GetPageOk() (*float32, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrgMemberListResponse) GetPages

func (o *OrgMemberListResponse) GetPages() float32

GetPages returns the Pages field value if set, zero value otherwise.

func (*OrgMemberListResponse) GetPagesOk

func (o *OrgMemberListResponse) GetPagesOk() (*float32, bool)

GetPagesOk returns a tuple with the Pages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrgMemberListResponse) GetPerPage

func (o *OrgMemberListResponse) GetPerPage() float32

GetPerPage returns the PerPage field value if set, zero value otherwise.

func (*OrgMemberListResponse) GetPerPageOk

func (o *OrgMemberListResponse) GetPerPageOk() (*float32, bool)

GetPerPageOk returns a tuple with the PerPage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrgMemberListResponse) GetTotal

func (o *OrgMemberListResponse) GetTotal() float32

GetTotal returns the Total field value if set, zero value otherwise.

func (*OrgMemberListResponse) GetTotalCount

func (o *OrgMemberListResponse) GetTotalCount() float32

GetTotalCount returns the TotalCount field value if set, zero value otherwise.

func (*OrgMemberListResponse) GetTotalCountOk

func (o *OrgMemberListResponse) GetTotalCountOk() (*float32, bool)

GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrgMemberListResponse) GetTotalOk

func (o *OrgMemberListResponse) GetTotalOk() (*float32, 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 (*OrgMemberListResponse) HasCursor

func (o *OrgMemberListResponse) HasCursor() bool

HasCursor returns a boolean if a field has been set.

func (*OrgMemberListResponse) HasDirection

func (o *OrgMemberListResponse) HasDirection() bool

HasDirection returns a boolean if a field has been set.

func (*OrgMemberListResponse) HasNextCursor

func (o *OrgMemberListResponse) HasNextCursor() bool

HasNextCursor returns a boolean if a field has been set.

func (*OrgMemberListResponse) HasOrderBy

func (o *OrgMemberListResponse) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*OrgMemberListResponse) HasPage

func (o *OrgMemberListResponse) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*OrgMemberListResponse) HasPages

func (o *OrgMemberListResponse) HasPages() bool

HasPages returns a boolean if a field has been set.

func (*OrgMemberListResponse) HasPerPage

func (o *OrgMemberListResponse) HasPerPage() bool

HasPerPage returns a boolean if a field has been set.

func (*OrgMemberListResponse) HasTotal

func (o *OrgMemberListResponse) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (*OrgMemberListResponse) HasTotalCount

func (o *OrgMemberListResponse) HasTotalCount() bool

HasTotalCount returns a boolean if a field has been set.

func (OrgMemberListResponse) MarshalJSON

func (o OrgMemberListResponse) MarshalJSON() ([]byte, error)

func (*OrgMemberListResponse) SetCursor

func (o *OrgMemberListResponse) SetCursor(v float32)

SetCursor gets a reference to the given float32 and assigns it to the Cursor field.

func (*OrgMemberListResponse) SetDirection

func (o *OrgMemberListResponse) SetDirection(v string)

SetDirection gets a reference to the given string and assigns it to the Direction field.

func (*OrgMemberListResponse) SetItems

func (o *OrgMemberListResponse) SetItems(v []ItemsInner2)

SetItems sets field value

func (o *OrgMemberListResponse) SetLinks(v []LinksInner1)

SetLinks sets field value

func (*OrgMemberListResponse) SetNextCursor

func (o *OrgMemberListResponse) SetNextCursor(v float32)

SetNextCursor gets a reference to the given float32 and assigns it to the NextCursor field.

func (*OrgMemberListResponse) SetOrderBy

func (o *OrgMemberListResponse) SetOrderBy(v string)

SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.

func (*OrgMemberListResponse) SetPage

func (o *OrgMemberListResponse) SetPage(v float32)

SetPage gets a reference to the given float32 and assigns it to the Page field.

func (*OrgMemberListResponse) SetPages

func (o *OrgMemberListResponse) SetPages(v float32)

SetPages gets a reference to the given float32 and assigns it to the Pages field.

func (*OrgMemberListResponse) SetPerPage

func (o *OrgMemberListResponse) SetPerPage(v float32)

SetPerPage gets a reference to the given float32 and assigns it to the PerPage field.

func (*OrgMemberListResponse) SetTotal

func (o *OrgMemberListResponse) SetTotal(v float32)

SetTotal gets a reference to the given float32 and assigns it to the Total field.

func (*OrgMemberListResponse) SetTotalCount

func (o *OrgMemberListResponse) SetTotalCount(v float32)

SetTotalCount gets a reference to the given float32 and assigns it to the TotalCount field.

func (OrgMemberListResponse) ToMap

func (o OrgMemberListResponse) ToMap() (map[string]interface{}, error)

func (*OrgMemberListResponse) UnmarshalJSON

func (o *OrgMemberListResponse) UnmarshalJSON(data []byte) (err error)

type OrgsAPIService

type OrgsAPIService service

OrgsAPIService OrgsAPI service

func (*OrgsAPIService) CheckOrgVisibility

func (a *OrgsAPIService) CheckOrgVisibility(ctx context.Context, slugOrId string) ApiCheckOrgVisibilityRequest

CheckOrgVisibility Method for CheckOrgVisibility

Check visibility of the org

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param slugOrId
@return ApiCheckOrgVisibilityRequest

func (*OrgsAPIService) CheckOrgVisibilityExecute

func (a *OrgsAPIService) CheckOrgVisibilityExecute(r ApiCheckOrgVisibilityRequest) (*http.Response, error)

Execute executes the request

func (*OrgsAPIService) DelApiKey

func (a *OrgsAPIService) DelApiKey(ctx context.Context, name string, slugOrId string) ApiDelApiKeyRequest

DelApiKey Delete an API key by name

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@param slugOrId
@return ApiDelApiKeyRequest

func (*OrgsAPIService) DelApiKeyExecute

func (a *OrgsAPIService) DelApiKeyExecute(r ApiDelApiKeyRequest) (*http.Response, error)

Execute executes the request

func (*OrgsAPIService) DeleteOrgMember

func (a *OrgsAPIService) DeleteOrgMember(ctx context.Context, slugOrId string, usernameOrId string) ApiDeleteOrgMemberRequest

DeleteOrgMember Method for DeleteOrgMember

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param slugOrId
@param usernameOrId
@return ApiDeleteOrgMemberRequest

func (*OrgsAPIService) DeleteOrgMemberExecute

func (a *OrgsAPIService) DeleteOrgMemberExecute(r ApiDeleteOrgMemberRequest) (*http.Response, error)

Execute executes the request

func (*OrgsAPIService) GetApiKey

func (a *OrgsAPIService) GetApiKey(ctx context.Context, name string, slugOrId string) ApiGetApiKeyRequest

GetApiKey Get an API key by name

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@param slugOrId
@return ApiGetApiKeyRequest

func (*OrgsAPIService) GetApiKeyExecute

Execute executes the request

@return FormattedApiApiKey

func (*OrgsAPIService) GetApiKeys

func (a *OrgsAPIService) GetApiKeys(ctx context.Context, slugOrId string) ApiGetApiKeysRequest

GetApiKeys Get an organization's API keys

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param slugOrId
@return ApiGetApiKeysRequest

func (*OrgsAPIService) GetApiKeysExecute

Execute executes the request

@return FormattedApiApiKeyListResponse

func (*OrgsAPIService) GetOrg

func (a *OrgsAPIService) GetOrg(ctx context.Context, slugOrId string) ApiGetOrgRequest

GetOrg Method for GetOrg

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param slugOrId
@return ApiGetOrgRequest

func (*OrgsAPIService) GetOrgBilledUsage

func (a *OrgsAPIService) GetOrgBilledUsage(ctx context.Context, orgSlugOrId string) ApiGetOrgBilledUsageRequest

GetOrgBilledUsage Retrieve an org's billed usage for a specific month

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orgSlugOrId
@return ApiGetOrgBilledUsageRequest

func (*OrgsAPIService) GetOrgBilledUsageExecute

Execute executes the request

@return ModifiedGetOrgBilledUsageResponse

func (*OrgsAPIService) GetOrgBilledUsageHistory

func (a *OrgsAPIService) GetOrgBilledUsageHistory(ctx context.Context, orgSlugOrId string) ApiGetOrgBilledUsageHistoryRequest

GetOrgBilledUsageHistory Retrieve an org's billed usage items for the last 12 months

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orgSlugOrId
@return ApiGetOrgBilledUsageHistoryRequest

func (*OrgsAPIService) GetOrgBilledUsageHistoryExecute

func (a *OrgsAPIService) GetOrgBilledUsageHistoryExecute(r ApiGetOrgBilledUsageHistoryRequest) (*OrgBilledUsageHistory, *http.Response, error)

Execute executes the request

@return OrgBilledUsageHistory

func (*OrgsAPIService) GetOrgExecute

Execute executes the request

@return FormattedApiOrgPublic

func (*OrgsAPIService) GetOrgInstances

func (a *OrgsAPIService) GetOrgInstances(ctx context.Context, orgSlug string) ApiGetOrgInstancesRequest

GetOrgInstances Get the list of instances belonging to the org

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orgSlug
@return ApiGetOrgInstancesRequest

func (*OrgsAPIService) GetOrgInstancesExecute

Execute executes the request

@return GetInstances200Response

func (*OrgsAPIService) GetOrgMember

func (a *OrgsAPIService) GetOrgMember(ctx context.Context, slugOrId string, usernameOrId string) ApiGetOrgMemberRequest

GetOrgMember Method for GetOrgMember

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param slugOrId
@param usernameOrId
@return ApiGetOrgMemberRequest

func (*OrgsAPIService) GetOrgMemberExecute

Execute executes the request

@return FormattedOrgMembership

func (*OrgsAPIService) GetOrgMembers

func (a *OrgsAPIService) GetOrgMembers(ctx context.Context, slugOrId string) ApiGetOrgMembersRequest

GetOrgMembers Method for GetOrgMembers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param slugOrId
@return ApiGetOrgMembersRequest

func (*OrgsAPIService) GetOrgMembersExecute

Execute executes the request

@return OrgMemberListResponse

func (*OrgsAPIService) PostApiKeys

func (a *OrgsAPIService) PostApiKeys(ctx context.Context, slugOrId string) ApiPostApiKeysRequest

PostApiKeys Create an API key.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param slugOrId
@return ApiPostApiKeysRequest

func (*OrgsAPIService) PostApiKeysExecute

Execute executes the request

@return FormattedApiApiKey

func (*OrgsAPIService) PostOrgMember

func (a *OrgsAPIService) PostOrgMember(ctx context.Context, slugOrId string, usernameOrId string) ApiPostOrgMemberRequest

PostOrgMember Method for PostOrgMember

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param slugOrId
@param usernameOrId
@return ApiPostOrgMemberRequest

func (*OrgsAPIService) PostOrgMemberExecute

Execute executes the request

@return FormattedOrgMembership

func (*OrgsAPIService) PostOrgMembers

func (a *OrgsAPIService) PostOrgMembers(ctx context.Context, slugOrId string) ApiPostOrgMembersRequest

PostOrgMembers Method for PostOrgMembers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param slugOrId
@return ApiPostOrgMembersRequest

func (*OrgsAPIService) PostOrgMembersExecute

Execute executes the request

@return FormattedOrgMembership

type Otlp

type Otlp struct {
	ServiceName          string   `json:"serviceName"`
	PrivateDNS           string   `json:"privateDNS"`
	Regions              []string `json:"regions,omitempty"`
	AdditionalProperties map[string]interface{}
}

Otlp struct for Otlp

func NewOtlp

func NewOtlp(serviceName string, privateDNS string) *Otlp

NewOtlp instantiates a new Otlp 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 NewOtlpWithDefaults

func NewOtlpWithDefaults() *Otlp

NewOtlpWithDefaults instantiates a new Otlp 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 (*Otlp) GetPrivateDNS

func (o *Otlp) GetPrivateDNS() string

GetPrivateDNS returns the PrivateDNS field value

func (*Otlp) GetPrivateDNSOk

func (o *Otlp) GetPrivateDNSOk() (*string, bool)

GetPrivateDNSOk returns a tuple with the PrivateDNS field value and a boolean to check if the value has been set.

func (*Otlp) GetRegions

func (o *Otlp) GetRegions() []string

GetRegions returns the Regions field value if set, zero value otherwise.

func (*Otlp) GetRegionsOk

func (o *Otlp) GetRegionsOk() ([]string, bool)

GetRegionsOk returns a tuple with the Regions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Otlp) GetServiceName

func (o *Otlp) GetServiceName() string

GetServiceName returns the ServiceName field value

func (*Otlp) GetServiceNameOk

func (o *Otlp) GetServiceNameOk() (*string, bool)

GetServiceNameOk returns a tuple with the ServiceName field value and a boolean to check if the value has been set.

func (*Otlp) HasRegions

func (o *Otlp) HasRegions() bool

HasRegions returns a boolean if a field has been set.

func (Otlp) MarshalJSON

func (o Otlp) MarshalJSON() ([]byte, error)

func (*Otlp) SetPrivateDNS

func (o *Otlp) SetPrivateDNS(v string)

SetPrivateDNS sets field value

func (*Otlp) SetRegions

func (o *Otlp) SetRegions(v []string)

SetRegions gets a reference to the given []string and assigns it to the Regions field.

func (*Otlp) SetServiceName

func (o *Otlp) SetServiceName(v string)

SetServiceName sets field value

func (Otlp) ToMap

func (o Otlp) ToMap() (map[string]interface{}, error)

func (*Otlp) UnmarshalJSON

func (o *Otlp) UnmarshalJSON(data []byte) (err error)

type OtlpPrivateConnectivityInfo

type OtlpPrivateConnectivityInfo struct {
	PdcPrivateConnectivityInfoAnyOf  *PdcPrivateConnectivityInfoAnyOf
	PdcPrivateConnectivityInfoAnyOf1 *PdcPrivateConnectivityInfoAnyOf1
	PdcPrivateConnectivityInfoAnyOf2 *PdcPrivateConnectivityInfoAnyOf2
}

OtlpPrivateConnectivityInfo struct for OtlpPrivateConnectivityInfo

func (*OtlpPrivateConnectivityInfo) MarshalJSON

func (src *OtlpPrivateConnectivityInfo) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*OtlpPrivateConnectivityInfo) UnmarshalJSON

func (dst *OtlpPrivateConnectivityInfo) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type Pagination

type Pagination struct {
	PageCursor           NullableString `json:"pageCursor,omitempty"`
	NextPage             NullableString `json:"nextPage,omitempty"`
	PageSize             float32        `json:"pageSize"`
	AdditionalProperties map[string]interface{}
}

Pagination struct for Pagination

func NewPagination

func NewPagination(pageSize float32) *Pagination

NewPagination instantiates a new Pagination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPaginationWithDefaults

func NewPaginationWithDefaults() *Pagination

NewPaginationWithDefaults instantiates a new Pagination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Pagination) GetNextPage

func (o *Pagination) GetNextPage() string

GetNextPage returns the NextPage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Pagination) GetNextPageOk

func (o *Pagination) GetNextPageOk() (*string, bool)

GetNextPageOk returns a tuple with the NextPage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Pagination) GetPageCursor

func (o *Pagination) GetPageCursor() string

GetPageCursor returns the PageCursor field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Pagination) GetPageCursorOk

func (o *Pagination) GetPageCursorOk() (*string, bool)

GetPageCursorOk returns a tuple with the PageCursor field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Pagination) GetPageSize

func (o *Pagination) GetPageSize() float32

GetPageSize returns the PageSize field value

func (*Pagination) GetPageSizeOk

func (o *Pagination) GetPageSizeOk() (*float32, bool)

GetPageSizeOk returns a tuple with the PageSize field value and a boolean to check if the value has been set.

func (*Pagination) HasNextPage

func (o *Pagination) HasNextPage() bool

HasNextPage returns a boolean if a field has been set.

func (*Pagination) HasPageCursor

func (o *Pagination) HasPageCursor() bool

HasPageCursor returns a boolean if a field has been set.

func (Pagination) MarshalJSON

func (o Pagination) MarshalJSON() ([]byte, error)

func (*Pagination) SetNextPage

func (o *Pagination) SetNextPage(v string)

SetNextPage gets a reference to the given NullableString and assigns it to the NextPage field.

func (*Pagination) SetNextPageNil

func (o *Pagination) SetNextPageNil()

SetNextPageNil sets the value for NextPage to be an explicit nil

func (*Pagination) SetPageCursor

func (o *Pagination) SetPageCursor(v string)

SetPageCursor gets a reference to the given NullableString and assigns it to the PageCursor field.

func (*Pagination) SetPageCursorNil

func (o *Pagination) SetPageCursorNil()

SetPageCursorNil sets the value for PageCursor to be an explicit nil

func (*Pagination) SetPageSize

func (o *Pagination) SetPageSize(v float32)

SetPageSize sets field value

func (Pagination) ToMap

func (o Pagination) ToMap() (map[string]interface{}, error)

func (*Pagination) UnmarshalJSON

func (o *Pagination) UnmarshalJSON(data []byte) (err error)

func (*Pagination) UnsetNextPage

func (o *Pagination) UnsetNextPage()

UnsetNextPage ensures that no value is present for NextPage, not even an explicit nil

func (*Pagination) UnsetPageCursor

func (o *Pagination) UnsetPageCursor()

UnsetPageCursor ensures that no value is present for PageCursor, not even an explicit nil

type Payload

type Payload struct {
	WithAddons           []string `json:"withAddons,omitempty"`
	LicenseAllPlugins    *bool    `json:"licenseAllPlugins,omitempty"`
	CaseId               *string  `json:"caseId,omitempty"`
	AdditionalProperties map[string]interface{}
}

Payload struct for Payload

func NewPayload

func NewPayload() *Payload

NewPayload instantiates a new Payload 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 NewPayloadWithDefaults

func NewPayloadWithDefaults() *Payload

NewPayloadWithDefaults instantiates a new Payload 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 (*Payload) GetCaseId

func (o *Payload) GetCaseId() string

GetCaseId returns the CaseId field value if set, zero value otherwise.

func (*Payload) GetCaseIdOk

func (o *Payload) GetCaseIdOk() (*string, bool)

GetCaseIdOk returns a tuple with the CaseId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Payload) GetLicenseAllPlugins

func (o *Payload) GetLicenseAllPlugins() bool

GetLicenseAllPlugins returns the LicenseAllPlugins field value if set, zero value otherwise.

func (*Payload) GetLicenseAllPluginsOk

func (o *Payload) GetLicenseAllPluginsOk() (*bool, bool)

GetLicenseAllPluginsOk returns a tuple with the LicenseAllPlugins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Payload) GetWithAddons

func (o *Payload) GetWithAddons() []string

GetWithAddons returns the WithAddons field value if set, zero value otherwise.

func (*Payload) GetWithAddonsOk

func (o *Payload) GetWithAddonsOk() ([]string, bool)

GetWithAddonsOk returns a tuple with the WithAddons field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Payload) HasCaseId

func (o *Payload) HasCaseId() bool

HasCaseId returns a boolean if a field has been set.

func (*Payload) HasLicenseAllPlugins

func (o *Payload) HasLicenseAllPlugins() bool

HasLicenseAllPlugins returns a boolean if a field has been set.

func (*Payload) HasWithAddons

func (o *Payload) HasWithAddons() bool

HasWithAddons returns a boolean if a field has been set.

func (Payload) MarshalJSON

func (o Payload) MarshalJSON() ([]byte, error)

func (*Payload) SetCaseId

func (o *Payload) SetCaseId(v string)

SetCaseId gets a reference to the given string and assigns it to the CaseId field.

func (*Payload) SetLicenseAllPlugins

func (o *Payload) SetLicenseAllPlugins(v bool)

SetLicenseAllPlugins gets a reference to the given bool and assigns it to the LicenseAllPlugins field.

func (*Payload) SetWithAddons

func (o *Payload) SetWithAddons(v []string)

SetWithAddons gets a reference to the given []string and assigns it to the WithAddons field.

func (Payload) ToMap

func (o Payload) ToMap() (map[string]interface{}, error)

func (*Payload) UnmarshalJSON

func (o *Payload) UnmarshalJSON(data []byte) (err error)

type Pdc

type Pdc struct {
	Api                  Api     `json:"api"`
	Gateway              Gateway `json:"gateway"`
	AdditionalProperties map[string]interface{}
}

Pdc struct for Pdc

func NewPdc

func NewPdc(api Api, gateway Gateway) *Pdc

NewPdc instantiates a new Pdc 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 NewPdcWithDefaults

func NewPdcWithDefaults() *Pdc

NewPdcWithDefaults instantiates a new Pdc 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 (*Pdc) GetApi

func (o *Pdc) GetApi() Api

GetApi returns the Api field value

func (*Pdc) GetApiOk

func (o *Pdc) GetApiOk() (*Api, bool)

GetApiOk returns a tuple with the Api field value and a boolean to check if the value has been set.

func (*Pdc) GetGateway

func (o *Pdc) GetGateway() Gateway

GetGateway returns the Gateway field value

func (*Pdc) GetGatewayOk

func (o *Pdc) GetGatewayOk() (*Gateway, bool)

GetGatewayOk returns a tuple with the Gateway field value and a boolean to check if the value has been set.

func (Pdc) MarshalJSON

func (o Pdc) MarshalJSON() ([]byte, error)

func (*Pdc) SetApi

func (o *Pdc) SetApi(v Api)

SetApi sets field value

func (*Pdc) SetGateway

func (o *Pdc) SetGateway(v Gateway)

SetGateway sets field value

func (Pdc) ToMap

func (o Pdc) ToMap() (map[string]interface{}, error)

func (*Pdc) UnmarshalJSON

func (o *Pdc) UnmarshalJSON(data []byte) (err error)

type PdcPrivateConnectivityInfo

type PdcPrivateConnectivityInfo struct {
	PdcPrivateConnectivityInfoAnyOf  *PdcPrivateConnectivityInfoAnyOf
	PdcPrivateConnectivityInfoAnyOf1 *PdcPrivateConnectivityInfoAnyOf1
	PdcPrivateConnectivityInfoAnyOf2 *PdcPrivateConnectivityInfoAnyOf2
}

PdcPrivateConnectivityInfo struct for PdcPrivateConnectivityInfo

func (*PdcPrivateConnectivityInfo) MarshalJSON

func (src *PdcPrivateConnectivityInfo) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*PdcPrivateConnectivityInfo) UnmarshalJSON

func (dst *PdcPrivateConnectivityInfo) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type PdcPrivateConnectivityInfoAnyOf

type PdcPrivateConnectivityInfoAnyOf struct {
	PrivateDNS           string   `json:"privateDNS"`
	ServiceName          string   `json:"serviceName"`
	Regions              []string `json:"regions,omitempty"`
	EndpointName         *string  `json:"endpointName,omitempty"`
	ServiceId            *string  `json:"serviceId,omitempty"`
	AdditionalProperties map[string]interface{}
}

PdcPrivateConnectivityInfoAnyOf struct for PdcPrivateConnectivityInfoAnyOf

func NewPdcPrivateConnectivityInfoAnyOf

func NewPdcPrivateConnectivityInfoAnyOf(privateDNS string, serviceName string) *PdcPrivateConnectivityInfoAnyOf

NewPdcPrivateConnectivityInfoAnyOf instantiates a new PdcPrivateConnectivityInfoAnyOf 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 NewPdcPrivateConnectivityInfoAnyOfWithDefaults

func NewPdcPrivateConnectivityInfoAnyOfWithDefaults() *PdcPrivateConnectivityInfoAnyOf

NewPdcPrivateConnectivityInfoAnyOfWithDefaults instantiates a new PdcPrivateConnectivityInfoAnyOf 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 (*PdcPrivateConnectivityInfoAnyOf) GetEndpointName

func (o *PdcPrivateConnectivityInfoAnyOf) GetEndpointName() string

GetEndpointName returns the EndpointName field value if set, zero value otherwise.

func (*PdcPrivateConnectivityInfoAnyOf) GetEndpointNameOk

func (o *PdcPrivateConnectivityInfoAnyOf) GetEndpointNameOk() (*string, bool)

GetEndpointNameOk returns a tuple with the EndpointName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PdcPrivateConnectivityInfoAnyOf) GetPrivateDNS

func (o *PdcPrivateConnectivityInfoAnyOf) GetPrivateDNS() string

GetPrivateDNS returns the PrivateDNS field value

func (*PdcPrivateConnectivityInfoAnyOf) GetPrivateDNSOk

func (o *PdcPrivateConnectivityInfoAnyOf) GetPrivateDNSOk() (*string, bool)

GetPrivateDNSOk returns a tuple with the PrivateDNS field value and a boolean to check if the value has been set.

func (*PdcPrivateConnectivityInfoAnyOf) GetRegions

func (o *PdcPrivateConnectivityInfoAnyOf) GetRegions() []string

GetRegions returns the Regions field value if set, zero value otherwise.

func (*PdcPrivateConnectivityInfoAnyOf) GetRegionsOk

func (o *PdcPrivateConnectivityInfoAnyOf) GetRegionsOk() ([]string, bool)

GetRegionsOk returns a tuple with the Regions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PdcPrivateConnectivityInfoAnyOf) GetServiceId

func (o *PdcPrivateConnectivityInfoAnyOf) GetServiceId() string

GetServiceId returns the ServiceId field value if set, zero value otherwise.

func (*PdcPrivateConnectivityInfoAnyOf) GetServiceIdOk

func (o *PdcPrivateConnectivityInfoAnyOf) GetServiceIdOk() (*string, bool)

GetServiceIdOk returns a tuple with the ServiceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PdcPrivateConnectivityInfoAnyOf) GetServiceName

func (o *PdcPrivateConnectivityInfoAnyOf) GetServiceName() string

GetServiceName returns the ServiceName field value

func (*PdcPrivateConnectivityInfoAnyOf) GetServiceNameOk

func (o *PdcPrivateConnectivityInfoAnyOf) GetServiceNameOk() (*string, bool)

GetServiceNameOk returns a tuple with the ServiceName field value and a boolean to check if the value has been set.

func (*PdcPrivateConnectivityInfoAnyOf) HasEndpointName

func (o *PdcPrivateConnectivityInfoAnyOf) HasEndpointName() bool

HasEndpointName returns a boolean if a field has been set.

func (*PdcPrivateConnectivityInfoAnyOf) HasRegions

func (o *PdcPrivateConnectivityInfoAnyOf) HasRegions() bool

HasRegions returns a boolean if a field has been set.

func (*PdcPrivateConnectivityInfoAnyOf) HasServiceId

func (o *PdcPrivateConnectivityInfoAnyOf) HasServiceId() bool

HasServiceId returns a boolean if a field has been set.

func (PdcPrivateConnectivityInfoAnyOf) MarshalJSON

func (o PdcPrivateConnectivityInfoAnyOf) MarshalJSON() ([]byte, error)

func (*PdcPrivateConnectivityInfoAnyOf) SetEndpointName

func (o *PdcPrivateConnectivityInfoAnyOf) SetEndpointName(v string)

SetEndpointName gets a reference to the given string and assigns it to the EndpointName field.

func (*PdcPrivateConnectivityInfoAnyOf) SetPrivateDNS

func (o *PdcPrivateConnectivityInfoAnyOf) SetPrivateDNS(v string)

SetPrivateDNS sets field value

func (*PdcPrivateConnectivityInfoAnyOf) SetRegions

func (o *PdcPrivateConnectivityInfoAnyOf) SetRegions(v []string)

SetRegions gets a reference to the given []string and assigns it to the Regions field.

func (*PdcPrivateConnectivityInfoAnyOf) SetServiceId

func (o *PdcPrivateConnectivityInfoAnyOf) SetServiceId(v string)

SetServiceId gets a reference to the given string and assigns it to the ServiceId field.

func (*PdcPrivateConnectivityInfoAnyOf) SetServiceName

func (o *PdcPrivateConnectivityInfoAnyOf) SetServiceName(v string)

SetServiceName sets field value

func (PdcPrivateConnectivityInfoAnyOf) ToMap

func (o PdcPrivateConnectivityInfoAnyOf) ToMap() (map[string]interface{}, error)

func (*PdcPrivateConnectivityInfoAnyOf) UnmarshalJSON

func (o *PdcPrivateConnectivityInfoAnyOf) UnmarshalJSON(data []byte) (err error)

type PdcPrivateConnectivityInfoAnyOf1

type PdcPrivateConnectivityInfoAnyOf1 struct {
	Api                  Api1     `json:"api"`
	Gateway              Gateway1 `json:"gateway"`
	AdditionalProperties map[string]interface{}
}

PdcPrivateConnectivityInfoAnyOf1 struct for PdcPrivateConnectivityInfoAnyOf1

func NewPdcPrivateConnectivityInfoAnyOf1

func NewPdcPrivateConnectivityInfoAnyOf1(api Api1, gateway Gateway1) *PdcPrivateConnectivityInfoAnyOf1

NewPdcPrivateConnectivityInfoAnyOf1 instantiates a new PdcPrivateConnectivityInfoAnyOf1 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 NewPdcPrivateConnectivityInfoAnyOf1WithDefaults

func NewPdcPrivateConnectivityInfoAnyOf1WithDefaults() *PdcPrivateConnectivityInfoAnyOf1

NewPdcPrivateConnectivityInfoAnyOf1WithDefaults instantiates a new PdcPrivateConnectivityInfoAnyOf1 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 (*PdcPrivateConnectivityInfoAnyOf1) GetApi

GetApi returns the Api field value

func (*PdcPrivateConnectivityInfoAnyOf1) GetApiOk

func (o *PdcPrivateConnectivityInfoAnyOf1) GetApiOk() (*Api1, bool)

GetApiOk returns a tuple with the Api field value and a boolean to check if the value has been set.

func (*PdcPrivateConnectivityInfoAnyOf1) GetGateway

GetGateway returns the Gateway field value

func (*PdcPrivateConnectivityInfoAnyOf1) GetGatewayOk

func (o *PdcPrivateConnectivityInfoAnyOf1) GetGatewayOk() (*Gateway1, bool)

GetGatewayOk returns a tuple with the Gateway field value and a boolean to check if the value has been set.

func (PdcPrivateConnectivityInfoAnyOf1) MarshalJSON

func (o PdcPrivateConnectivityInfoAnyOf1) MarshalJSON() ([]byte, error)

func (*PdcPrivateConnectivityInfoAnyOf1) SetApi

SetApi sets field value

func (*PdcPrivateConnectivityInfoAnyOf1) SetGateway

func (o *PdcPrivateConnectivityInfoAnyOf1) SetGateway(v Gateway1)

SetGateway sets field value

func (PdcPrivateConnectivityInfoAnyOf1) ToMap

func (o PdcPrivateConnectivityInfoAnyOf1) ToMap() (map[string]interface{}, error)

func (*PdcPrivateConnectivityInfoAnyOf1) UnmarshalJSON

func (o *PdcPrivateConnectivityInfoAnyOf1) UnmarshalJSON(data []byte) (err error)

type PdcPrivateConnectivityInfoAnyOf2

type PdcPrivateConnectivityInfoAnyOf2 struct {
	Mimir                Mimir                                   `json:"mimir"`
	Graphite             *Graphite                               `json:"graphite,omitempty"`
	Otlp                 NullablePdcPrivateConnectivityInfoAnyOf `json:"otlp,omitempty"`
	AdditionalProperties map[string]interface{}
}

PdcPrivateConnectivityInfoAnyOf2 struct for PdcPrivateConnectivityInfoAnyOf2

func NewPdcPrivateConnectivityInfoAnyOf2

func NewPdcPrivateConnectivityInfoAnyOf2(mimir Mimir) *PdcPrivateConnectivityInfoAnyOf2

NewPdcPrivateConnectivityInfoAnyOf2 instantiates a new PdcPrivateConnectivityInfoAnyOf2 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 NewPdcPrivateConnectivityInfoAnyOf2WithDefaults

func NewPdcPrivateConnectivityInfoAnyOf2WithDefaults() *PdcPrivateConnectivityInfoAnyOf2

NewPdcPrivateConnectivityInfoAnyOf2WithDefaults instantiates a new PdcPrivateConnectivityInfoAnyOf2 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 (*PdcPrivateConnectivityInfoAnyOf2) GetGraphite

func (o *PdcPrivateConnectivityInfoAnyOf2) GetGraphite() Graphite

GetGraphite returns the Graphite field value if set, zero value otherwise.

func (*PdcPrivateConnectivityInfoAnyOf2) GetGraphiteOk

func (o *PdcPrivateConnectivityInfoAnyOf2) GetGraphiteOk() (*Graphite, bool)

GetGraphiteOk returns a tuple with the Graphite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PdcPrivateConnectivityInfoAnyOf2) GetMimir

GetMimir returns the Mimir field value

func (*PdcPrivateConnectivityInfoAnyOf2) GetMimirOk

func (o *PdcPrivateConnectivityInfoAnyOf2) GetMimirOk() (*Mimir, bool)

GetMimirOk returns a tuple with the Mimir field value and a boolean to check if the value has been set.

func (*PdcPrivateConnectivityInfoAnyOf2) GetOtlp

GetOtlp returns the Otlp field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PdcPrivateConnectivityInfoAnyOf2) GetOtlpOk

GetOtlpOk returns a tuple with the Otlp field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PdcPrivateConnectivityInfoAnyOf2) HasGraphite

func (o *PdcPrivateConnectivityInfoAnyOf2) HasGraphite() bool

HasGraphite returns a boolean if a field has been set.

func (*PdcPrivateConnectivityInfoAnyOf2) HasOtlp

HasOtlp returns a boolean if a field has been set.

func (PdcPrivateConnectivityInfoAnyOf2) MarshalJSON

func (o PdcPrivateConnectivityInfoAnyOf2) MarshalJSON() ([]byte, error)

func (*PdcPrivateConnectivityInfoAnyOf2) SetGraphite

func (o *PdcPrivateConnectivityInfoAnyOf2) SetGraphite(v Graphite)

SetGraphite gets a reference to the given Graphite and assigns it to the Graphite field.

func (*PdcPrivateConnectivityInfoAnyOf2) SetMimir

func (o *PdcPrivateConnectivityInfoAnyOf2) SetMimir(v Mimir)

SetMimir sets field value

func (*PdcPrivateConnectivityInfoAnyOf2) SetOtlp

SetOtlp gets a reference to the given NullablePdcPrivateConnectivityInfoAnyOf and assigns it to the Otlp field.

func (*PdcPrivateConnectivityInfoAnyOf2) SetOtlpNil

func (o *PdcPrivateConnectivityInfoAnyOf2) SetOtlpNil()

SetOtlpNil sets the value for Otlp to be an explicit nil

func (PdcPrivateConnectivityInfoAnyOf2) ToMap

func (o PdcPrivateConnectivityInfoAnyOf2) ToMap() (map[string]interface{}, error)

func (*PdcPrivateConnectivityInfoAnyOf2) UnmarshalJSON

func (o *PdcPrivateConnectivityInfoAnyOf2) UnmarshalJSON(data []byte) (err error)

func (*PdcPrivateConnectivityInfoAnyOf2) UnsetOtlp

func (o *PdcPrivateConnectivityInfoAnyOf2) UnsetOtlp()

UnsetOtlp ensures that no value is present for Otlp, not even an explicit nil

type PluginsAPIService

type PluginsAPIService service

PluginsAPIService PluginsAPI service

func (*PluginsAPIService) GetPlugin

GetPlugin Fetches a plugin by slug or id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param slug
@return ApiGetPluginRequest

func (*PluginsAPIService) GetPluginExecute

Execute executes the request

@return FormattedApiPlugin

type PostAccessPoliciesRequest

type PostAccessPoliciesRequest struct {
	Attributes           *PostAccessPoliciesRequestAttributes   `json:"attributes,omitempty"`
	Conditions           *PostAccessPoliciesRequestConditions   `json:"conditions,omitempty"`
	DisplayName          *string                                `json:"displayName,omitempty"`
	Name                 string                                 `json:"name"`
	Realms               []PostAccessPoliciesRequestRealmsInner `json:"realms"`
	Scopes               []string                               `json:"scopes"`
	AdditionalProperties map[string]interface{}
}

PostAccessPoliciesRequest struct for PostAccessPoliciesRequest

func NewPostAccessPoliciesRequest

func NewPostAccessPoliciesRequest(name string, realms []PostAccessPoliciesRequestRealmsInner, scopes []string) *PostAccessPoliciesRequest

NewPostAccessPoliciesRequest instantiates a new PostAccessPoliciesRequest 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 NewPostAccessPoliciesRequestWithDefaults

func NewPostAccessPoliciesRequestWithDefaults() *PostAccessPoliciesRequest

NewPostAccessPoliciesRequestWithDefaults instantiates a new PostAccessPoliciesRequest 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 (*PostAccessPoliciesRequest) GetAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*PostAccessPoliciesRequest) GetAttributesOk

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequest) GetConditions

GetConditions returns the Conditions field value if set, zero value otherwise.

func (*PostAccessPoliciesRequest) GetConditionsOk

GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequest) GetDisplayName

func (o *PostAccessPoliciesRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*PostAccessPoliciesRequest) GetDisplayNameOk

func (o *PostAccessPoliciesRequest) 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 (*PostAccessPoliciesRequest) GetName

func (o *PostAccessPoliciesRequest) GetName() string

GetName returns the Name field value

func (*PostAccessPoliciesRequest) GetNameOk

func (o *PostAccessPoliciesRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequest) GetRealms

GetRealms returns the Realms field value

func (*PostAccessPoliciesRequest) GetRealmsOk

GetRealmsOk returns a tuple with the Realms field value and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequest) GetScopes

func (o *PostAccessPoliciesRequest) GetScopes() []string

GetScopes returns the Scopes field value

func (*PostAccessPoliciesRequest) GetScopesOk

func (o *PostAccessPoliciesRequest) GetScopesOk() ([]string, bool)

GetScopesOk returns a tuple with the Scopes field value and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequest) HasAttributes

func (o *PostAccessPoliciesRequest) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*PostAccessPoliciesRequest) HasConditions

func (o *PostAccessPoliciesRequest) HasConditions() bool

HasConditions returns a boolean if a field has been set.

func (*PostAccessPoliciesRequest) HasDisplayName

func (o *PostAccessPoliciesRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (PostAccessPoliciesRequest) MarshalJSON

func (o PostAccessPoliciesRequest) MarshalJSON() ([]byte, error)

func (*PostAccessPoliciesRequest) SetAttributes

SetAttributes gets a reference to the given PostAccessPoliciesRequestAttributes and assigns it to the Attributes field.

func (*PostAccessPoliciesRequest) SetConditions

SetConditions gets a reference to the given PostAccessPoliciesRequestConditions and assigns it to the Conditions field.

func (*PostAccessPoliciesRequest) SetDisplayName

func (o *PostAccessPoliciesRequest) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*PostAccessPoliciesRequest) SetName

func (o *PostAccessPoliciesRequest) SetName(v string)

SetName sets field value

func (*PostAccessPoliciesRequest) SetRealms

SetRealms sets field value

func (*PostAccessPoliciesRequest) SetScopes

func (o *PostAccessPoliciesRequest) SetScopes(v []string)

SetScopes sets field value

func (PostAccessPoliciesRequest) ToMap

func (o PostAccessPoliciesRequest) ToMap() (map[string]interface{}, error)

func (*PostAccessPoliciesRequest) UnmarshalJSON

func (o *PostAccessPoliciesRequest) UnmarshalJSON(data []byte) (err error)

type PostAccessPoliciesRequestAttributes

type PostAccessPoliciesRequestAttributes struct {
	LokiQueryPolicy      *PostAccessPoliciesRequestAttributesLokiQueryPolicy  `json:"lokiQueryPolicy,omitempty"`
	PdcConfiguration     *PostAccessPoliciesRequestAttributesPdcConfiguration `json:"pdcConfiguration,omitempty"`
	AdditionalProperties map[string]interface{}
}

PostAccessPoliciesRequestAttributes struct for PostAccessPoliciesRequestAttributes

func NewPostAccessPoliciesRequestAttributes

func NewPostAccessPoliciesRequestAttributes() *PostAccessPoliciesRequestAttributes

NewPostAccessPoliciesRequestAttributes instantiates a new PostAccessPoliciesRequestAttributes 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 NewPostAccessPoliciesRequestAttributesWithDefaults

func NewPostAccessPoliciesRequestAttributesWithDefaults() *PostAccessPoliciesRequestAttributes

NewPostAccessPoliciesRequestAttributesWithDefaults instantiates a new PostAccessPoliciesRequestAttributes 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 (*PostAccessPoliciesRequestAttributes) GetLokiQueryPolicy

GetLokiQueryPolicy returns the LokiQueryPolicy field value if set, zero value otherwise.

func (*PostAccessPoliciesRequestAttributes) GetLokiQueryPolicyOk

GetLokiQueryPolicyOk returns a tuple with the LokiQueryPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequestAttributes) GetPdcConfiguration

GetPdcConfiguration returns the PdcConfiguration field value if set, zero value otherwise.

func (*PostAccessPoliciesRequestAttributes) GetPdcConfigurationOk

GetPdcConfigurationOk returns a tuple with the PdcConfiguration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequestAttributes) HasLokiQueryPolicy

func (o *PostAccessPoliciesRequestAttributes) HasLokiQueryPolicy() bool

HasLokiQueryPolicy returns a boolean if a field has been set.

func (*PostAccessPoliciesRequestAttributes) HasPdcConfiguration

func (o *PostAccessPoliciesRequestAttributes) HasPdcConfiguration() bool

HasPdcConfiguration returns a boolean if a field has been set.

func (PostAccessPoliciesRequestAttributes) MarshalJSON

func (o PostAccessPoliciesRequestAttributes) MarshalJSON() ([]byte, error)

func (*PostAccessPoliciesRequestAttributes) SetLokiQueryPolicy

SetLokiQueryPolicy gets a reference to the given PostAccessPoliciesRequestAttributesLokiQueryPolicy and assigns it to the LokiQueryPolicy field.

func (*PostAccessPoliciesRequestAttributes) SetPdcConfiguration

SetPdcConfiguration gets a reference to the given PostAccessPoliciesRequestAttributesPdcConfiguration and assigns it to the PdcConfiguration field.

func (PostAccessPoliciesRequestAttributes) ToMap

func (o PostAccessPoliciesRequestAttributes) ToMap() (map[string]interface{}, error)

func (*PostAccessPoliciesRequestAttributes) UnmarshalJSON

func (o *PostAccessPoliciesRequestAttributes) UnmarshalJSON(data []byte) (err error)

type PostAccessPoliciesRequestAttributesLokiQueryPolicy

type PostAccessPoliciesRequestAttributesLokiQueryPolicy struct {
	MaxEntriesLimitPerQuery *int32   `json:"maxEntriesLimitPerQuery,omitempty"`
	MaxQueryBytesRead       *string  `json:"maxQueryBytesRead,omitempty"`
	MaxQueryInterval        *string  `json:"maxQueryInterval,omitempty"`
	MaxQueryLength          *string  `json:"maxQueryLength,omitempty"`
	MaxQueryLookback        *string  `json:"maxQueryLookback,omitempty"`
	MaxQueryTime            *string  `json:"maxQueryTime,omitempty"`
	MinimumLabelsNumber     *int32   `json:"minimumLabelsNumber,omitempty"`
	RequiredLabels          []string `json:"requiredLabels,omitempty"`
	AdditionalProperties    map[string]interface{}
}

PostAccessPoliciesRequestAttributesLokiQueryPolicy struct for PostAccessPoliciesRequestAttributesLokiQueryPolicy

func NewPostAccessPoliciesRequestAttributesLokiQueryPolicy

func NewPostAccessPoliciesRequestAttributesLokiQueryPolicy() *PostAccessPoliciesRequestAttributesLokiQueryPolicy

NewPostAccessPoliciesRequestAttributesLokiQueryPolicy instantiates a new PostAccessPoliciesRequestAttributesLokiQueryPolicy 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 NewPostAccessPoliciesRequestAttributesLokiQueryPolicyWithDefaults

func NewPostAccessPoliciesRequestAttributesLokiQueryPolicyWithDefaults() *PostAccessPoliciesRequestAttributesLokiQueryPolicy

NewPostAccessPoliciesRequestAttributesLokiQueryPolicyWithDefaults instantiates a new PostAccessPoliciesRequestAttributesLokiQueryPolicy 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 (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxEntriesLimitPerQuery

func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxEntriesLimitPerQuery() int32

GetMaxEntriesLimitPerQuery returns the MaxEntriesLimitPerQuery field value if set, zero value otherwise.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxEntriesLimitPerQueryOk

func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxEntriesLimitPerQueryOk() (*int32, bool)

GetMaxEntriesLimitPerQueryOk returns a tuple with the MaxEntriesLimitPerQuery field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryBytesRead

GetMaxQueryBytesRead returns the MaxQueryBytesRead field value if set, zero value otherwise.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryBytesReadOk

func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryBytesReadOk() (*string, bool)

GetMaxQueryBytesReadOk returns a tuple with the MaxQueryBytesRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryInterval

GetMaxQueryInterval returns the MaxQueryInterval field value if set, zero value otherwise.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryIntervalOk

func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryIntervalOk() (*string, bool)

GetMaxQueryIntervalOk returns a tuple with the MaxQueryInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryLength

GetMaxQueryLength returns the MaxQueryLength field value if set, zero value otherwise.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryLengthOk

func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryLengthOk() (*string, bool)

GetMaxQueryLengthOk returns a tuple with the MaxQueryLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryLookback

GetMaxQueryLookback returns the MaxQueryLookback field value if set, zero value otherwise.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryLookbackOk

func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryLookbackOk() (*string, bool)

GetMaxQueryLookbackOk returns a tuple with the MaxQueryLookback field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryTime

GetMaxQueryTime returns the MaxQueryTime field value if set, zero value otherwise.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryTimeOk

GetMaxQueryTimeOk returns a tuple with the MaxQueryTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMinimumLabelsNumber

func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMinimumLabelsNumber() int32

GetMinimumLabelsNumber returns the MinimumLabelsNumber field value if set, zero value otherwise.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMinimumLabelsNumberOk

func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMinimumLabelsNumberOk() (*int32, bool)

GetMinimumLabelsNumberOk returns a tuple with the MinimumLabelsNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetRequiredLabels

GetRequiredLabels returns the RequiredLabels field value if set, zero value otherwise.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetRequiredLabelsOk

func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetRequiredLabelsOk() ([]string, bool)

GetRequiredLabelsOk returns a tuple with the RequiredLabels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxEntriesLimitPerQuery

func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxEntriesLimitPerQuery() bool

HasMaxEntriesLimitPerQuery returns a boolean if a field has been set.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxQueryBytesRead

func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxQueryBytesRead() bool

HasMaxQueryBytesRead returns a boolean if a field has been set.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxQueryInterval

HasMaxQueryInterval returns a boolean if a field has been set.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxQueryLength

HasMaxQueryLength returns a boolean if a field has been set.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxQueryLookback

HasMaxQueryLookback returns a boolean if a field has been set.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxQueryTime

HasMaxQueryTime returns a boolean if a field has been set.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMinimumLabelsNumber

func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMinimumLabelsNumber() bool

HasMinimumLabelsNumber returns a boolean if a field has been set.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasRequiredLabels

HasRequiredLabels returns a boolean if a field has been set.

func (PostAccessPoliciesRequestAttributesLokiQueryPolicy) MarshalJSON

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxEntriesLimitPerQuery

func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxEntriesLimitPerQuery(v int32)

SetMaxEntriesLimitPerQuery gets a reference to the given int32 and assigns it to the MaxEntriesLimitPerQuery field.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryBytesRead

SetMaxQueryBytesRead gets a reference to the given string and assigns it to the MaxQueryBytesRead field.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryInterval

SetMaxQueryInterval gets a reference to the given string and assigns it to the MaxQueryInterval field.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryLength

SetMaxQueryLength gets a reference to the given string and assigns it to the MaxQueryLength field.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryLookback

SetMaxQueryLookback gets a reference to the given string and assigns it to the MaxQueryLookback field.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryTime

SetMaxQueryTime gets a reference to the given string and assigns it to the MaxQueryTime field.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMinimumLabelsNumber

func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMinimumLabelsNumber(v int32)

SetMinimumLabelsNumber gets a reference to the given int32 and assigns it to the MinimumLabelsNumber field.

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetRequiredLabels

SetRequiredLabels gets a reference to the given []string and assigns it to the RequiredLabels field.

func (PostAccessPoliciesRequestAttributesLokiQueryPolicy) ToMap

func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) UnmarshalJSON

func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) UnmarshalJSON(data []byte) (err error)

type PostAccessPoliciesRequestAttributesPdcConfiguration

type PostAccessPoliciesRequestAttributesPdcConfiguration struct {
	LimitedHosts         []string `json:"limitedHosts,omitempty"`
	AdditionalProperties map[string]interface{}
}

PostAccessPoliciesRequestAttributesPdcConfiguration struct for PostAccessPoliciesRequestAttributesPdcConfiguration

func NewPostAccessPoliciesRequestAttributesPdcConfiguration

func NewPostAccessPoliciesRequestAttributesPdcConfiguration() *PostAccessPoliciesRequestAttributesPdcConfiguration

NewPostAccessPoliciesRequestAttributesPdcConfiguration instantiates a new PostAccessPoliciesRequestAttributesPdcConfiguration 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 NewPostAccessPoliciesRequestAttributesPdcConfigurationWithDefaults

func NewPostAccessPoliciesRequestAttributesPdcConfigurationWithDefaults() *PostAccessPoliciesRequestAttributesPdcConfiguration

NewPostAccessPoliciesRequestAttributesPdcConfigurationWithDefaults instantiates a new PostAccessPoliciesRequestAttributesPdcConfiguration 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 (*PostAccessPoliciesRequestAttributesPdcConfiguration) GetLimitedHosts

GetLimitedHosts returns the LimitedHosts field value if set, zero value otherwise.

func (*PostAccessPoliciesRequestAttributesPdcConfiguration) GetLimitedHostsOk

GetLimitedHostsOk returns a tuple with the LimitedHosts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequestAttributesPdcConfiguration) HasLimitedHosts

HasLimitedHosts returns a boolean if a field has been set.

func (PostAccessPoliciesRequestAttributesPdcConfiguration) MarshalJSON

func (*PostAccessPoliciesRequestAttributesPdcConfiguration) SetLimitedHosts

SetLimitedHosts gets a reference to the given []string and assigns it to the LimitedHosts field.

func (PostAccessPoliciesRequestAttributesPdcConfiguration) ToMap

func (*PostAccessPoliciesRequestAttributesPdcConfiguration) UnmarshalJSON

func (o *PostAccessPoliciesRequestAttributesPdcConfiguration) UnmarshalJSON(data []byte) (err error)

type PostAccessPoliciesRequestConditions

type PostAccessPoliciesRequestConditions struct {
	AllowedSubnets       []string `json:"allowedSubnets,omitempty"`
	AdditionalProperties map[string]interface{}
}

PostAccessPoliciesRequestConditions struct for PostAccessPoliciesRequestConditions

func NewPostAccessPoliciesRequestConditions

func NewPostAccessPoliciesRequestConditions() *PostAccessPoliciesRequestConditions

NewPostAccessPoliciesRequestConditions instantiates a new PostAccessPoliciesRequestConditions 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 NewPostAccessPoliciesRequestConditionsWithDefaults

func NewPostAccessPoliciesRequestConditionsWithDefaults() *PostAccessPoliciesRequestConditions

NewPostAccessPoliciesRequestConditionsWithDefaults instantiates a new PostAccessPoliciesRequestConditions 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 (*PostAccessPoliciesRequestConditions) GetAllowedSubnets

func (o *PostAccessPoliciesRequestConditions) GetAllowedSubnets() []string

GetAllowedSubnets returns the AllowedSubnets field value if set, zero value otherwise.

func (*PostAccessPoliciesRequestConditions) GetAllowedSubnetsOk

func (o *PostAccessPoliciesRequestConditions) GetAllowedSubnetsOk() ([]string, bool)

GetAllowedSubnetsOk returns a tuple with the AllowedSubnets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequestConditions) HasAllowedSubnets

func (o *PostAccessPoliciesRequestConditions) HasAllowedSubnets() bool

HasAllowedSubnets returns a boolean if a field has been set.

func (PostAccessPoliciesRequestConditions) MarshalJSON

func (o PostAccessPoliciesRequestConditions) MarshalJSON() ([]byte, error)

func (*PostAccessPoliciesRequestConditions) SetAllowedSubnets

func (o *PostAccessPoliciesRequestConditions) SetAllowedSubnets(v []string)

SetAllowedSubnets gets a reference to the given []string and assigns it to the AllowedSubnets field.

func (PostAccessPoliciesRequestConditions) ToMap

func (o PostAccessPoliciesRequestConditions) ToMap() (map[string]interface{}, error)

func (*PostAccessPoliciesRequestConditions) UnmarshalJSON

func (o *PostAccessPoliciesRequestConditions) UnmarshalJSON(data []byte) (err error)

type PostAccessPoliciesRequestRealmsInner

type PostAccessPoliciesRequestRealmsInner struct {
	Identifier           string                                                   `json:"identifier"`
	LabelPolicies        []PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner `json:"labelPolicies,omitempty"`
	Type                 string                                                   `json:"type"`
	AdditionalProperties map[string]interface{}
}

PostAccessPoliciesRequestRealmsInner struct for PostAccessPoliciesRequestRealmsInner

func NewPostAccessPoliciesRequestRealmsInner

func NewPostAccessPoliciesRequestRealmsInner(identifier string, type_ string) *PostAccessPoliciesRequestRealmsInner

NewPostAccessPoliciesRequestRealmsInner instantiates a new PostAccessPoliciesRequestRealmsInner 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 NewPostAccessPoliciesRequestRealmsInnerWithDefaults

func NewPostAccessPoliciesRequestRealmsInnerWithDefaults() *PostAccessPoliciesRequestRealmsInner

NewPostAccessPoliciesRequestRealmsInnerWithDefaults instantiates a new PostAccessPoliciesRequestRealmsInner 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 (*PostAccessPoliciesRequestRealmsInner) GetIdentifier

func (o *PostAccessPoliciesRequestRealmsInner) GetIdentifier() string

GetIdentifier returns the Identifier field value

func (*PostAccessPoliciesRequestRealmsInner) GetIdentifierOk

func (o *PostAccessPoliciesRequestRealmsInner) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequestRealmsInner) GetLabelPolicies

GetLabelPolicies returns the LabelPolicies field value if set, zero value otherwise.

func (*PostAccessPoliciesRequestRealmsInner) GetLabelPoliciesOk

GetLabelPoliciesOk returns a tuple with the LabelPolicies field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequestRealmsInner) GetType

GetType returns the Type field value

func (*PostAccessPoliciesRequestRealmsInner) GetTypeOk

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*PostAccessPoliciesRequestRealmsInner) HasLabelPolicies

func (o *PostAccessPoliciesRequestRealmsInner) HasLabelPolicies() bool

HasLabelPolicies returns a boolean if a field has been set.

func (PostAccessPoliciesRequestRealmsInner) MarshalJSON

func (o PostAccessPoliciesRequestRealmsInner) MarshalJSON() ([]byte, error)

func (*PostAccessPoliciesRequestRealmsInner) SetIdentifier

func (o *PostAccessPoliciesRequestRealmsInner) SetIdentifier(v string)

SetIdentifier sets field value

func (*PostAccessPoliciesRequestRealmsInner) SetLabelPolicies

SetLabelPolicies gets a reference to the given []PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner and assigns it to the LabelPolicies field.

func (*PostAccessPoliciesRequestRealmsInner) SetType

SetType sets field value

func (PostAccessPoliciesRequestRealmsInner) ToMap

func (o PostAccessPoliciesRequestRealmsInner) ToMap() (map[string]interface{}, error)

func (*PostAccessPoliciesRequestRealmsInner) UnmarshalJSON

func (o *PostAccessPoliciesRequestRealmsInner) UnmarshalJSON(data []byte) (err error)

type PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner

type PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner struct {
	Selector             string `json:"selector"`
	AdditionalProperties map[string]interface{}
}

PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner struct for PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner

func NewPostAccessPoliciesRequestRealmsInnerLabelPoliciesInner

func NewPostAccessPoliciesRequestRealmsInnerLabelPoliciesInner(selector string) *PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner

NewPostAccessPoliciesRequestRealmsInnerLabelPoliciesInner instantiates a new PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner 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 NewPostAccessPoliciesRequestRealmsInnerLabelPoliciesInnerWithDefaults

func NewPostAccessPoliciesRequestRealmsInnerLabelPoliciesInnerWithDefaults() *PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner

NewPostAccessPoliciesRequestRealmsInnerLabelPoliciesInnerWithDefaults instantiates a new PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner 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 (*PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) GetSelector

GetSelector returns the Selector field value

func (*PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) GetSelectorOk

GetSelectorOk returns a tuple with the Selector field value and a boolean to check if the value has been set.

func (PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) MarshalJSON

func (*PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) SetSelector

SetSelector sets field value

func (PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) ToMap

func (*PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) UnmarshalJSON

func (o *PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) UnmarshalJSON(data []byte) (err error)

type PostAccessPolicyRequest

type PostAccessPolicyRequest struct {
	Attributes           *PostAccessPoliciesRequestAttributes   `json:"attributes,omitempty"`
	Conditions           *PostAccessPoliciesRequestConditions   `json:"conditions,omitempty"`
	DisplayName          *string                                `json:"displayName,omitempty"`
	Realms               []PostAccessPoliciesRequestRealmsInner `json:"realms,omitempty"`
	Scopes               []string                               `json:"scopes,omitempty"`
	Status               *string                                `json:"status,omitempty"`
	AdditionalProperties map[string]interface{}
}

PostAccessPolicyRequest struct for PostAccessPolicyRequest

func NewPostAccessPolicyRequest

func NewPostAccessPolicyRequest() *PostAccessPolicyRequest

NewPostAccessPolicyRequest instantiates a new PostAccessPolicyRequest 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 NewPostAccessPolicyRequestWithDefaults

func NewPostAccessPolicyRequestWithDefaults() *PostAccessPolicyRequest

NewPostAccessPolicyRequestWithDefaults instantiates a new PostAccessPolicyRequest 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 (*PostAccessPolicyRequest) GetAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*PostAccessPolicyRequest) GetAttributesOk

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPolicyRequest) GetConditions

GetConditions returns the Conditions field value if set, zero value otherwise.

func (*PostAccessPolicyRequest) GetConditionsOk

GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPolicyRequest) GetDisplayName

func (o *PostAccessPolicyRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*PostAccessPolicyRequest) GetDisplayNameOk

func (o *PostAccessPolicyRequest) 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 (*PostAccessPolicyRequest) GetRealms

GetRealms returns the Realms field value if set, zero value otherwise.

func (*PostAccessPolicyRequest) GetRealmsOk

GetRealmsOk returns a tuple with the Realms field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPolicyRequest) GetScopes

func (o *PostAccessPolicyRequest) GetScopes() []string

GetScopes returns the Scopes field value if set, zero value otherwise.

func (*PostAccessPolicyRequest) GetScopesOk

func (o *PostAccessPolicyRequest) GetScopesOk() ([]string, bool)

GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostAccessPolicyRequest) GetStatus

func (o *PostAccessPolicyRequest) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*PostAccessPolicyRequest) GetStatusOk

func (o *PostAccessPolicyRequest) 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 (*PostAccessPolicyRequest) HasAttributes

func (o *PostAccessPolicyRequest) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*PostAccessPolicyRequest) HasConditions

func (o *PostAccessPolicyRequest) HasConditions() bool

HasConditions returns a boolean if a field has been set.

func (*PostAccessPolicyRequest) HasDisplayName

func (o *PostAccessPolicyRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*PostAccessPolicyRequest) HasRealms

func (o *PostAccessPolicyRequest) HasRealms() bool

HasRealms returns a boolean if a field has been set.

func (*PostAccessPolicyRequest) HasScopes

func (o *PostAccessPolicyRequest) HasScopes() bool

HasScopes returns a boolean if a field has been set.

func (*PostAccessPolicyRequest) HasStatus

func (o *PostAccessPolicyRequest) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (PostAccessPolicyRequest) MarshalJSON

func (o PostAccessPolicyRequest) MarshalJSON() ([]byte, error)

func (*PostAccessPolicyRequest) SetAttributes

SetAttributes gets a reference to the given PostAccessPoliciesRequestAttributes and assigns it to the Attributes field.

func (*PostAccessPolicyRequest) SetConditions

SetConditions gets a reference to the given PostAccessPoliciesRequestConditions and assigns it to the Conditions field.

func (*PostAccessPolicyRequest) SetDisplayName

func (o *PostAccessPolicyRequest) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*PostAccessPolicyRequest) SetRealms

SetRealms gets a reference to the given []PostAccessPoliciesRequestRealmsInner and assigns it to the Realms field.

func (*PostAccessPolicyRequest) SetScopes

func (o *PostAccessPolicyRequest) SetScopes(v []string)

SetScopes gets a reference to the given []string and assigns it to the Scopes field.

func (*PostAccessPolicyRequest) SetStatus

func (o *PostAccessPolicyRequest) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (PostAccessPolicyRequest) ToMap

func (o PostAccessPolicyRequest) ToMap() (map[string]interface{}, error)

func (*PostAccessPolicyRequest) UnmarshalJSON

func (o *PostAccessPolicyRequest) UnmarshalJSON(data []byte) (err error)

type PostApiKeysRequest

type PostApiKeysRequest struct {
	Name                 string `json:"name"`
	Role                 string `json:"role"`
	AdditionalProperties map[string]interface{}
}

PostApiKeysRequest struct for PostApiKeysRequest

func NewPostApiKeysRequest

func NewPostApiKeysRequest(name string, role string) *PostApiKeysRequest

NewPostApiKeysRequest instantiates a new PostApiKeysRequest 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 NewPostApiKeysRequestWithDefaults

func NewPostApiKeysRequestWithDefaults() *PostApiKeysRequest

NewPostApiKeysRequestWithDefaults instantiates a new PostApiKeysRequest 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 (*PostApiKeysRequest) GetName

func (o *PostApiKeysRequest) GetName() string

GetName returns the Name field value

func (*PostApiKeysRequest) GetNameOk

func (o *PostApiKeysRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PostApiKeysRequest) GetRole

func (o *PostApiKeysRequest) GetRole() string

GetRole returns the Role field value

func (*PostApiKeysRequest) GetRoleOk

func (o *PostApiKeysRequest) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.

func (PostApiKeysRequest) MarshalJSON

func (o PostApiKeysRequest) MarshalJSON() ([]byte, error)

func (*PostApiKeysRequest) SetName

func (o *PostApiKeysRequest) SetName(v string)

SetName sets field value

func (*PostApiKeysRequest) SetRole

func (o *PostApiKeysRequest) SetRole(v string)

SetRole sets field value

func (PostApiKeysRequest) ToMap

func (o PostApiKeysRequest) ToMap() (map[string]interface{}, error)

func (*PostApiKeysRequest) UnmarshalJSON

func (o *PostApiKeysRequest) UnmarshalJSON(data []byte) (err error)

type PostInstanceOAuthAzureADRequest

type PostInstanceOAuthAzureADRequest struct {
	AllowedDomains       []string `json:"allowedDomains,omitempty"`
	AllowedGroups        []string `json:"allowedGroups,omitempty"`
	AuthUrl              string   `json:"authUrl"`
	ClientId             string   `json:"clientId"`
	ClientSecret         *string  `json:"clientSecret,omitempty"`
	Scopes               []string `json:"scopes,omitempty"`
	TokenUrl             string   `json:"tokenUrl"`
	AdditionalProperties map[string]interface{}
}

PostInstanceOAuthAzureADRequest struct for PostInstanceOAuthAzureADRequest

func NewPostInstanceOAuthAzureADRequest

func NewPostInstanceOAuthAzureADRequest(authUrl string, clientId string, tokenUrl string) *PostInstanceOAuthAzureADRequest

NewPostInstanceOAuthAzureADRequest instantiates a new PostInstanceOAuthAzureADRequest 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 NewPostInstanceOAuthAzureADRequestWithDefaults

func NewPostInstanceOAuthAzureADRequestWithDefaults() *PostInstanceOAuthAzureADRequest

NewPostInstanceOAuthAzureADRequestWithDefaults instantiates a new PostInstanceOAuthAzureADRequest 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 (*PostInstanceOAuthAzureADRequest) GetAllowedDomains

func (o *PostInstanceOAuthAzureADRequest) GetAllowedDomains() []string

GetAllowedDomains returns the AllowedDomains field value if set, zero value otherwise.

func (*PostInstanceOAuthAzureADRequest) GetAllowedDomainsOk

func (o *PostInstanceOAuthAzureADRequest) GetAllowedDomainsOk() ([]string, bool)

GetAllowedDomainsOk returns a tuple with the AllowedDomains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceOAuthAzureADRequest) GetAllowedGroups

func (o *PostInstanceOAuthAzureADRequest) GetAllowedGroups() []string

GetAllowedGroups returns the AllowedGroups field value if set, zero value otherwise.

func (*PostInstanceOAuthAzureADRequest) GetAllowedGroupsOk

func (o *PostInstanceOAuthAzureADRequest) GetAllowedGroupsOk() ([]string, bool)

GetAllowedGroupsOk returns a tuple with the AllowedGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceOAuthAzureADRequest) GetAuthUrl

func (o *PostInstanceOAuthAzureADRequest) GetAuthUrl() string

GetAuthUrl returns the AuthUrl field value

func (*PostInstanceOAuthAzureADRequest) GetAuthUrlOk

func (o *PostInstanceOAuthAzureADRequest) GetAuthUrlOk() (*string, bool)

GetAuthUrlOk returns a tuple with the AuthUrl field value and a boolean to check if the value has been set.

func (*PostInstanceOAuthAzureADRequest) GetClientId

func (o *PostInstanceOAuthAzureADRequest) GetClientId() string

GetClientId returns the ClientId field value

func (*PostInstanceOAuthAzureADRequest) GetClientIdOk

func (o *PostInstanceOAuthAzureADRequest) GetClientIdOk() (*string, bool)

GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.

func (*PostInstanceOAuthAzureADRequest) GetClientSecret

func (o *PostInstanceOAuthAzureADRequest) GetClientSecret() string

GetClientSecret returns the ClientSecret field value if set, zero value otherwise.

func (*PostInstanceOAuthAzureADRequest) GetClientSecretOk

func (o *PostInstanceOAuthAzureADRequest) GetClientSecretOk() (*string, bool)

GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceOAuthAzureADRequest) GetScopes

func (o *PostInstanceOAuthAzureADRequest) GetScopes() []string

GetScopes returns the Scopes field value if set, zero value otherwise.

func (*PostInstanceOAuthAzureADRequest) GetScopesOk

func (o *PostInstanceOAuthAzureADRequest) GetScopesOk() ([]string, bool)

GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceOAuthAzureADRequest) GetTokenUrl

func (o *PostInstanceOAuthAzureADRequest) GetTokenUrl() string

GetTokenUrl returns the TokenUrl field value

func (*PostInstanceOAuthAzureADRequest) GetTokenUrlOk

func (o *PostInstanceOAuthAzureADRequest) GetTokenUrlOk() (*string, bool)

GetTokenUrlOk returns a tuple with the TokenUrl field value and a boolean to check if the value has been set.

func (*PostInstanceOAuthAzureADRequest) HasAllowedDomains

func (o *PostInstanceOAuthAzureADRequest) HasAllowedDomains() bool

HasAllowedDomains returns a boolean if a field has been set.

func (*PostInstanceOAuthAzureADRequest) HasAllowedGroups

func (o *PostInstanceOAuthAzureADRequest) HasAllowedGroups() bool

HasAllowedGroups returns a boolean if a field has been set.

func (*PostInstanceOAuthAzureADRequest) HasClientSecret

func (o *PostInstanceOAuthAzureADRequest) HasClientSecret() bool

HasClientSecret returns a boolean if a field has been set.

func (*PostInstanceOAuthAzureADRequest) HasScopes

func (o *PostInstanceOAuthAzureADRequest) HasScopes() bool

HasScopes returns a boolean if a field has been set.

func (PostInstanceOAuthAzureADRequest) MarshalJSON

func (o PostInstanceOAuthAzureADRequest) MarshalJSON() ([]byte, error)

func (*PostInstanceOAuthAzureADRequest) SetAllowedDomains

func (o *PostInstanceOAuthAzureADRequest) SetAllowedDomains(v []string)

SetAllowedDomains gets a reference to the given []string and assigns it to the AllowedDomains field.

func (*PostInstanceOAuthAzureADRequest) SetAllowedGroups

func (o *PostInstanceOAuthAzureADRequest) SetAllowedGroups(v []string)

SetAllowedGroups gets a reference to the given []string and assigns it to the AllowedGroups field.

func (*PostInstanceOAuthAzureADRequest) SetAuthUrl

func (o *PostInstanceOAuthAzureADRequest) SetAuthUrl(v string)

SetAuthUrl sets field value

func (*PostInstanceOAuthAzureADRequest) SetClientId

func (o *PostInstanceOAuthAzureADRequest) SetClientId(v string)

SetClientId sets field value

func (*PostInstanceOAuthAzureADRequest) SetClientSecret

func (o *PostInstanceOAuthAzureADRequest) SetClientSecret(v string)

SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.

func (*PostInstanceOAuthAzureADRequest) SetScopes

func (o *PostInstanceOAuthAzureADRequest) SetScopes(v []string)

SetScopes gets a reference to the given []string and assigns it to the Scopes field.

func (*PostInstanceOAuthAzureADRequest) SetTokenUrl

func (o *PostInstanceOAuthAzureADRequest) SetTokenUrl(v string)

SetTokenUrl sets field value

func (PostInstanceOAuthAzureADRequest) ToMap

func (o PostInstanceOAuthAzureADRequest) ToMap() (map[string]interface{}, error)

func (*PostInstanceOAuthAzureADRequest) UnmarshalJSON

func (o *PostInstanceOAuthAzureADRequest) UnmarshalJSON(data []byte) (err error)

type PostInstanceOAuthGithubRequest

type PostInstanceOAuthGithubRequest struct {
	AllowedOrganizations []string `json:"allowedOrganizations,omitempty"`
	ClientId             string   `json:"clientId"`
	ClientSecret         *string  `json:"clientSecret,omitempty"`
	TeamIds              []string `json:"teamIds,omitempty"`
	AdditionalProperties map[string]interface{}
}

PostInstanceOAuthGithubRequest struct for PostInstanceOAuthGithubRequest

func NewPostInstanceOAuthGithubRequest

func NewPostInstanceOAuthGithubRequest(clientId string) *PostInstanceOAuthGithubRequest

NewPostInstanceOAuthGithubRequest instantiates a new PostInstanceOAuthGithubRequest 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 NewPostInstanceOAuthGithubRequestWithDefaults

func NewPostInstanceOAuthGithubRequestWithDefaults() *PostInstanceOAuthGithubRequest

NewPostInstanceOAuthGithubRequestWithDefaults instantiates a new PostInstanceOAuthGithubRequest 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 (*PostInstanceOAuthGithubRequest) GetAllowedOrganizations

func (o *PostInstanceOAuthGithubRequest) GetAllowedOrganizations() []string

GetAllowedOrganizations returns the AllowedOrganizations field value if set, zero value otherwise.

func (*PostInstanceOAuthGithubRequest) GetAllowedOrganizationsOk

func (o *PostInstanceOAuthGithubRequest) GetAllowedOrganizationsOk() ([]string, bool)

GetAllowedOrganizationsOk returns a tuple with the AllowedOrganizations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceOAuthGithubRequest) GetClientId

func (o *PostInstanceOAuthGithubRequest) GetClientId() string

GetClientId returns the ClientId field value

func (*PostInstanceOAuthGithubRequest) GetClientIdOk

func (o *PostInstanceOAuthGithubRequest) GetClientIdOk() (*string, bool)

GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.

func (*PostInstanceOAuthGithubRequest) GetClientSecret

func (o *PostInstanceOAuthGithubRequest) GetClientSecret() string

GetClientSecret returns the ClientSecret field value if set, zero value otherwise.

func (*PostInstanceOAuthGithubRequest) GetClientSecretOk

func (o *PostInstanceOAuthGithubRequest) GetClientSecretOk() (*string, bool)

GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceOAuthGithubRequest) GetTeamIds

func (o *PostInstanceOAuthGithubRequest) GetTeamIds() []string

GetTeamIds returns the TeamIds field value if set, zero value otherwise.

func (*PostInstanceOAuthGithubRequest) GetTeamIdsOk

func (o *PostInstanceOAuthGithubRequest) GetTeamIdsOk() ([]string, bool)

GetTeamIdsOk returns a tuple with the TeamIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceOAuthGithubRequest) HasAllowedOrganizations

func (o *PostInstanceOAuthGithubRequest) HasAllowedOrganizations() bool

HasAllowedOrganizations returns a boolean if a field has been set.

func (*PostInstanceOAuthGithubRequest) HasClientSecret

func (o *PostInstanceOAuthGithubRequest) HasClientSecret() bool

HasClientSecret returns a boolean if a field has been set.

func (*PostInstanceOAuthGithubRequest) HasTeamIds

func (o *PostInstanceOAuthGithubRequest) HasTeamIds() bool

HasTeamIds returns a boolean if a field has been set.

func (PostInstanceOAuthGithubRequest) MarshalJSON

func (o PostInstanceOAuthGithubRequest) MarshalJSON() ([]byte, error)

func (*PostInstanceOAuthGithubRequest) SetAllowedOrganizations

func (o *PostInstanceOAuthGithubRequest) SetAllowedOrganizations(v []string)

SetAllowedOrganizations gets a reference to the given []string and assigns it to the AllowedOrganizations field.

func (*PostInstanceOAuthGithubRequest) SetClientId

func (o *PostInstanceOAuthGithubRequest) SetClientId(v string)

SetClientId sets field value

func (*PostInstanceOAuthGithubRequest) SetClientSecret

func (o *PostInstanceOAuthGithubRequest) SetClientSecret(v string)

SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.

func (*PostInstanceOAuthGithubRequest) SetTeamIds

func (o *PostInstanceOAuthGithubRequest) SetTeamIds(v []string)

SetTeamIds gets a reference to the given []string and assigns it to the TeamIds field.

func (PostInstanceOAuthGithubRequest) ToMap

func (o PostInstanceOAuthGithubRequest) ToMap() (map[string]interface{}, error)

func (*PostInstanceOAuthGithubRequest) UnmarshalJSON

func (o *PostInstanceOAuthGithubRequest) UnmarshalJSON(data []byte) (err error)

type PostInstanceOAuthGoogleRequest

type PostInstanceOAuthGoogleRequest struct {
	AllowedDomains       []string `json:"allowedDomains"`
	ClientId             string   `json:"clientId"`
	ClientSecret         *string  `json:"clientSecret,omitempty"`
	AdditionalProperties map[string]interface{}
}

PostInstanceOAuthGoogleRequest struct for PostInstanceOAuthGoogleRequest

func NewPostInstanceOAuthGoogleRequest

func NewPostInstanceOAuthGoogleRequest(allowedDomains []string, clientId string) *PostInstanceOAuthGoogleRequest

NewPostInstanceOAuthGoogleRequest instantiates a new PostInstanceOAuthGoogleRequest 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 NewPostInstanceOAuthGoogleRequestWithDefaults

func NewPostInstanceOAuthGoogleRequestWithDefaults() *PostInstanceOAuthGoogleRequest

NewPostInstanceOAuthGoogleRequestWithDefaults instantiates a new PostInstanceOAuthGoogleRequest 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 (*PostInstanceOAuthGoogleRequest) GetAllowedDomains

func (o *PostInstanceOAuthGoogleRequest) GetAllowedDomains() []string

GetAllowedDomains returns the AllowedDomains field value

func (*PostInstanceOAuthGoogleRequest) GetAllowedDomainsOk

func (o *PostInstanceOAuthGoogleRequest) GetAllowedDomainsOk() ([]string, bool)

GetAllowedDomainsOk returns a tuple with the AllowedDomains field value and a boolean to check if the value has been set.

func (*PostInstanceOAuthGoogleRequest) GetClientId

func (o *PostInstanceOAuthGoogleRequest) GetClientId() string

GetClientId returns the ClientId field value

func (*PostInstanceOAuthGoogleRequest) GetClientIdOk

func (o *PostInstanceOAuthGoogleRequest) GetClientIdOk() (*string, bool)

GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.

func (*PostInstanceOAuthGoogleRequest) GetClientSecret

func (o *PostInstanceOAuthGoogleRequest) GetClientSecret() string

GetClientSecret returns the ClientSecret field value if set, zero value otherwise.

func (*PostInstanceOAuthGoogleRequest) GetClientSecretOk

func (o *PostInstanceOAuthGoogleRequest) GetClientSecretOk() (*string, bool)

GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceOAuthGoogleRequest) HasClientSecret

func (o *PostInstanceOAuthGoogleRequest) HasClientSecret() bool

HasClientSecret returns a boolean if a field has been set.

func (PostInstanceOAuthGoogleRequest) MarshalJSON

func (o PostInstanceOAuthGoogleRequest) MarshalJSON() ([]byte, error)

func (*PostInstanceOAuthGoogleRequest) SetAllowedDomains

func (o *PostInstanceOAuthGoogleRequest) SetAllowedDomains(v []string)

SetAllowedDomains sets field value

func (*PostInstanceOAuthGoogleRequest) SetClientId

func (o *PostInstanceOAuthGoogleRequest) SetClientId(v string)

SetClientId sets field value

func (*PostInstanceOAuthGoogleRequest) SetClientSecret

func (o *PostInstanceOAuthGoogleRequest) SetClientSecret(v string)

SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.

func (PostInstanceOAuthGoogleRequest) ToMap

func (o PostInstanceOAuthGoogleRequest) ToMap() (map[string]interface{}, error)

func (*PostInstanceOAuthGoogleRequest) UnmarshalJSON

func (o *PostInstanceOAuthGoogleRequest) UnmarshalJSON(data []byte) (err error)

type PostInstanceOAuthOktaRequest

type PostInstanceOAuthOktaRequest struct {
	AllowedDomains       []string `json:"allowedDomains,omitempty"`
	AllowedGroups        []string `json:"allowedGroups,omitempty"`
	ApiUrl               string   `json:"apiUrl"`
	AuthUrl              string   `json:"authUrl"`
	ClientId             string   `json:"clientId"`
	ClientSecret         *string  `json:"clientSecret,omitempty"`
	RoleAttributePath    *string  `json:"roleAttributePath,omitempty"`
	TokenUrl             string   `json:"tokenUrl"`
	AdditionalProperties map[string]interface{}
}

PostInstanceOAuthOktaRequest struct for PostInstanceOAuthOktaRequest

func NewPostInstanceOAuthOktaRequest

func NewPostInstanceOAuthOktaRequest(apiUrl string, authUrl string, clientId string, tokenUrl string) *PostInstanceOAuthOktaRequest

NewPostInstanceOAuthOktaRequest instantiates a new PostInstanceOAuthOktaRequest 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 NewPostInstanceOAuthOktaRequestWithDefaults

func NewPostInstanceOAuthOktaRequestWithDefaults() *PostInstanceOAuthOktaRequest

NewPostInstanceOAuthOktaRequestWithDefaults instantiates a new PostInstanceOAuthOktaRequest 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 (*PostInstanceOAuthOktaRequest) GetAllowedDomains

func (o *PostInstanceOAuthOktaRequest) GetAllowedDomains() []string

GetAllowedDomains returns the AllowedDomains field value if set, zero value otherwise.

func (*PostInstanceOAuthOktaRequest) GetAllowedDomainsOk

func (o *PostInstanceOAuthOktaRequest) GetAllowedDomainsOk() ([]string, bool)

GetAllowedDomainsOk returns a tuple with the AllowedDomains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceOAuthOktaRequest) GetAllowedGroups

func (o *PostInstanceOAuthOktaRequest) GetAllowedGroups() []string

GetAllowedGroups returns the AllowedGroups field value if set, zero value otherwise.

func (*PostInstanceOAuthOktaRequest) GetAllowedGroupsOk

func (o *PostInstanceOAuthOktaRequest) GetAllowedGroupsOk() ([]string, bool)

GetAllowedGroupsOk returns a tuple with the AllowedGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceOAuthOktaRequest) GetApiUrl

func (o *PostInstanceOAuthOktaRequest) GetApiUrl() string

GetApiUrl returns the ApiUrl field value

func (*PostInstanceOAuthOktaRequest) GetApiUrlOk

func (o *PostInstanceOAuthOktaRequest) GetApiUrlOk() (*string, bool)

GetApiUrlOk returns a tuple with the ApiUrl field value and a boolean to check if the value has been set.

func (*PostInstanceOAuthOktaRequest) GetAuthUrl

func (o *PostInstanceOAuthOktaRequest) GetAuthUrl() string

GetAuthUrl returns the AuthUrl field value

func (*PostInstanceOAuthOktaRequest) GetAuthUrlOk

func (o *PostInstanceOAuthOktaRequest) GetAuthUrlOk() (*string, bool)

GetAuthUrlOk returns a tuple with the AuthUrl field value and a boolean to check if the value has been set.

func (*PostInstanceOAuthOktaRequest) GetClientId

func (o *PostInstanceOAuthOktaRequest) GetClientId() string

GetClientId returns the ClientId field value

func (*PostInstanceOAuthOktaRequest) GetClientIdOk

func (o *PostInstanceOAuthOktaRequest) GetClientIdOk() (*string, bool)

GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.

func (*PostInstanceOAuthOktaRequest) GetClientSecret

func (o *PostInstanceOAuthOktaRequest) GetClientSecret() string

GetClientSecret returns the ClientSecret field value if set, zero value otherwise.

func (*PostInstanceOAuthOktaRequest) GetClientSecretOk

func (o *PostInstanceOAuthOktaRequest) GetClientSecretOk() (*string, bool)

GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceOAuthOktaRequest) GetRoleAttributePath

func (o *PostInstanceOAuthOktaRequest) GetRoleAttributePath() string

GetRoleAttributePath returns the RoleAttributePath field value if set, zero value otherwise.

func (*PostInstanceOAuthOktaRequest) GetRoleAttributePathOk

func (o *PostInstanceOAuthOktaRequest) GetRoleAttributePathOk() (*string, bool)

GetRoleAttributePathOk returns a tuple with the RoleAttributePath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceOAuthOktaRequest) GetTokenUrl

func (o *PostInstanceOAuthOktaRequest) GetTokenUrl() string

GetTokenUrl returns the TokenUrl field value

func (*PostInstanceOAuthOktaRequest) GetTokenUrlOk

func (o *PostInstanceOAuthOktaRequest) GetTokenUrlOk() (*string, bool)

GetTokenUrlOk returns a tuple with the TokenUrl field value and a boolean to check if the value has been set.

func (*PostInstanceOAuthOktaRequest) HasAllowedDomains

func (o *PostInstanceOAuthOktaRequest) HasAllowedDomains() bool

HasAllowedDomains returns a boolean if a field has been set.

func (*PostInstanceOAuthOktaRequest) HasAllowedGroups

func (o *PostInstanceOAuthOktaRequest) HasAllowedGroups() bool

HasAllowedGroups returns a boolean if a field has been set.

func (*PostInstanceOAuthOktaRequest) HasClientSecret

func (o *PostInstanceOAuthOktaRequest) HasClientSecret() bool

HasClientSecret returns a boolean if a field has been set.

func (*PostInstanceOAuthOktaRequest) HasRoleAttributePath

func (o *PostInstanceOAuthOktaRequest) HasRoleAttributePath() bool

HasRoleAttributePath returns a boolean if a field has been set.

func (PostInstanceOAuthOktaRequest) MarshalJSON

func (o PostInstanceOAuthOktaRequest) MarshalJSON() ([]byte, error)

func (*PostInstanceOAuthOktaRequest) SetAllowedDomains

func (o *PostInstanceOAuthOktaRequest) SetAllowedDomains(v []string)

SetAllowedDomains gets a reference to the given []string and assigns it to the AllowedDomains field.

func (*PostInstanceOAuthOktaRequest) SetAllowedGroups

func (o *PostInstanceOAuthOktaRequest) SetAllowedGroups(v []string)

SetAllowedGroups gets a reference to the given []string and assigns it to the AllowedGroups field.

func (*PostInstanceOAuthOktaRequest) SetApiUrl

func (o *PostInstanceOAuthOktaRequest) SetApiUrl(v string)

SetApiUrl sets field value

func (*PostInstanceOAuthOktaRequest) SetAuthUrl

func (o *PostInstanceOAuthOktaRequest) SetAuthUrl(v string)

SetAuthUrl sets field value

func (*PostInstanceOAuthOktaRequest) SetClientId

func (o *PostInstanceOAuthOktaRequest) SetClientId(v string)

SetClientId sets field value

func (*PostInstanceOAuthOktaRequest) SetClientSecret

func (o *PostInstanceOAuthOktaRequest) SetClientSecret(v string)

SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.

func (*PostInstanceOAuthOktaRequest) SetRoleAttributePath

func (o *PostInstanceOAuthOktaRequest) SetRoleAttributePath(v string)

SetRoleAttributePath gets a reference to the given string and assigns it to the RoleAttributePath field.

func (*PostInstanceOAuthOktaRequest) SetTokenUrl

func (o *PostInstanceOAuthOktaRequest) SetTokenUrl(v string)

SetTokenUrl sets field value

func (PostInstanceOAuthOktaRequest) ToMap

func (o PostInstanceOAuthOktaRequest) ToMap() (map[string]interface{}, error)

func (*PostInstanceOAuthOktaRequest) UnmarshalJSON

func (o *PostInstanceOAuthOktaRequest) UnmarshalJSON(data []byte) (err error)

type PostInstancePluginRequest

type PostInstancePluginRequest struct {
	Version              *string `json:"version,omitempty"`
	AdditionalProperties map[string]interface{}
}

PostInstancePluginRequest struct for PostInstancePluginRequest

func NewPostInstancePluginRequest

func NewPostInstancePluginRequest() *PostInstancePluginRequest

NewPostInstancePluginRequest instantiates a new PostInstancePluginRequest 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 NewPostInstancePluginRequestWithDefaults

func NewPostInstancePluginRequestWithDefaults() *PostInstancePluginRequest

NewPostInstancePluginRequestWithDefaults instantiates a new PostInstancePluginRequest 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 (*PostInstancePluginRequest) GetVersion

func (o *PostInstancePluginRequest) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*PostInstancePluginRequest) GetVersionOk

func (o *PostInstancePluginRequest) 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 (*PostInstancePluginRequest) HasVersion

func (o *PostInstancePluginRequest) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (PostInstancePluginRequest) MarshalJSON

func (o PostInstancePluginRequest) MarshalJSON() ([]byte, error)

func (*PostInstancePluginRequest) SetVersion

func (o *PostInstancePluginRequest) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (PostInstancePluginRequest) ToMap

func (o PostInstancePluginRequest) ToMap() (map[string]interface{}, error)

func (*PostInstancePluginRequest) UnmarshalJSON

func (o *PostInstancePluginRequest) UnmarshalJSON(data []byte) (err error)

type PostInstancePluginsRequest

type PostInstancePluginsRequest struct {
	Plugin               string  `json:"plugin"`
	Version              *string `json:"version,omitempty"`
	AdditionalProperties map[string]interface{}
}

PostInstancePluginsRequest struct for PostInstancePluginsRequest

func NewPostInstancePluginsRequest

func NewPostInstancePluginsRequest(plugin string) *PostInstancePluginsRequest

NewPostInstancePluginsRequest instantiates a new PostInstancePluginsRequest 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 NewPostInstancePluginsRequestWithDefaults

func NewPostInstancePluginsRequestWithDefaults() *PostInstancePluginsRequest

NewPostInstancePluginsRequestWithDefaults instantiates a new PostInstancePluginsRequest 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 (*PostInstancePluginsRequest) GetPlugin

func (o *PostInstancePluginsRequest) GetPlugin() string

GetPlugin returns the Plugin field value

func (*PostInstancePluginsRequest) GetPluginOk

func (o *PostInstancePluginsRequest) GetPluginOk() (*string, bool)

GetPluginOk returns a tuple with the Plugin field value and a boolean to check if the value has been set.

func (*PostInstancePluginsRequest) GetVersion

func (o *PostInstancePluginsRequest) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*PostInstancePluginsRequest) GetVersionOk

func (o *PostInstancePluginsRequest) 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 (*PostInstancePluginsRequest) HasVersion

func (o *PostInstancePluginsRequest) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (PostInstancePluginsRequest) MarshalJSON

func (o PostInstancePluginsRequest) MarshalJSON() ([]byte, error)

func (*PostInstancePluginsRequest) SetPlugin

func (o *PostInstancePluginsRequest) SetPlugin(v string)

SetPlugin sets field value

func (*PostInstancePluginsRequest) SetVersion

func (o *PostInstancePluginsRequest) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (PostInstancePluginsRequest) ToMap

func (o PostInstancePluginsRequest) ToMap() (map[string]interface{}, error)

func (*PostInstancePluginsRequest) UnmarshalJSON

func (o *PostInstancePluginsRequest) UnmarshalJSON(data []byte) (err error)

type PostInstanceRequest

type PostInstanceRequest struct {
	Alerts               *bool              `json:"alerts,omitempty"`
	Description          *string            `json:"description,omitempty"`
	Graphite             *bool              `json:"graphite,omitempty"`
	HlInstanceId         *int32             `json:"hlInstanceId,omitempty"`
	K6OrgId              *int32             `json:"k6OrgId,omitempty"`
	Labels               *map[string]string `json:"labels,omitempty"`
	Logs                 *bool              `json:"logs,omitempty"`
	Name                 *string            `json:"name,omitempty"`
	Plan                 *string            `json:"plan,omitempty"`
	Prometheus           *bool              `json:"prometheus,omitempty"`
	Slug                 *string            `json:"slug,omitempty"`
	Url                  *string            `json:"url,omitempty"`
	AdditionalProperties map[string]interface{}
}

PostInstanceRequest struct for PostInstanceRequest

func NewPostInstanceRequest

func NewPostInstanceRequest() *PostInstanceRequest

NewPostInstanceRequest instantiates a new PostInstanceRequest 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 NewPostInstanceRequestWithDefaults

func NewPostInstanceRequestWithDefaults() *PostInstanceRequest

NewPostInstanceRequestWithDefaults instantiates a new PostInstanceRequest 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 (*PostInstanceRequest) GetAlerts

func (o *PostInstanceRequest) GetAlerts() bool

GetAlerts returns the Alerts field value if set, zero value otherwise.

func (*PostInstanceRequest) GetAlertsOk

func (o *PostInstanceRequest) GetAlertsOk() (*bool, bool)

GetAlertsOk returns a tuple with the Alerts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceRequest) GetDescription

func (o *PostInstanceRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*PostInstanceRequest) GetDescriptionOk

func (o *PostInstanceRequest) 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 (*PostInstanceRequest) GetGraphite

func (o *PostInstanceRequest) GetGraphite() bool

GetGraphite returns the Graphite field value if set, zero value otherwise.

func (*PostInstanceRequest) GetGraphiteOk

func (o *PostInstanceRequest) GetGraphiteOk() (*bool, bool)

GetGraphiteOk returns a tuple with the Graphite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceRequest) GetHlInstanceId

func (o *PostInstanceRequest) GetHlInstanceId() int32

GetHlInstanceId returns the HlInstanceId field value if set, zero value otherwise.

func (*PostInstanceRequest) GetHlInstanceIdOk

func (o *PostInstanceRequest) GetHlInstanceIdOk() (*int32, bool)

GetHlInstanceIdOk returns a tuple with the HlInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceRequest) GetK6OrgId

func (o *PostInstanceRequest) GetK6OrgId() int32

GetK6OrgId returns the K6OrgId field value if set, zero value otherwise.

func (*PostInstanceRequest) GetK6OrgIdOk

func (o *PostInstanceRequest) GetK6OrgIdOk() (*int32, bool)

GetK6OrgIdOk returns a tuple with the K6OrgId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceRequest) GetLabels

func (o *PostInstanceRequest) GetLabels() map[string]string

GetLabels returns the Labels field value if set, zero value otherwise.

func (*PostInstanceRequest) GetLabelsOk

func (o *PostInstanceRequest) GetLabelsOk() (*map[string]string, 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 (*PostInstanceRequest) GetLogs

func (o *PostInstanceRequest) GetLogs() bool

GetLogs returns the Logs field value if set, zero value otherwise.

func (*PostInstanceRequest) GetLogsOk

func (o *PostInstanceRequest) GetLogsOk() (*bool, bool)

GetLogsOk returns a tuple with the Logs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceRequest) GetName

func (o *PostInstanceRequest) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*PostInstanceRequest) GetNameOk

func (o *PostInstanceRequest) 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 (*PostInstanceRequest) GetPlan

func (o *PostInstanceRequest) GetPlan() string

GetPlan returns the Plan field value if set, zero value otherwise.

func (*PostInstanceRequest) GetPlanOk

func (o *PostInstanceRequest) GetPlanOk() (*string, 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 (*PostInstanceRequest) GetPrometheus

func (o *PostInstanceRequest) GetPrometheus() bool

GetPrometheus returns the Prometheus field value if set, zero value otherwise.

func (*PostInstanceRequest) GetPrometheusOk

func (o *PostInstanceRequest) GetPrometheusOk() (*bool, bool)

GetPrometheusOk returns a tuple with the Prometheus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceRequest) GetSlug

func (o *PostInstanceRequest) GetSlug() string

GetSlug returns the Slug field value if set, zero value otherwise.

func (*PostInstanceRequest) GetSlugOk

func (o *PostInstanceRequest) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceRequest) GetUrl

func (o *PostInstanceRequest) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*PostInstanceRequest) GetUrlOk

func (o *PostInstanceRequest) 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 (*PostInstanceRequest) HasAlerts

func (o *PostInstanceRequest) HasAlerts() bool

HasAlerts returns a boolean if a field has been set.

func (*PostInstanceRequest) HasDescription

func (o *PostInstanceRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*PostInstanceRequest) HasGraphite

func (o *PostInstanceRequest) HasGraphite() bool

HasGraphite returns a boolean if a field has been set.

func (*PostInstanceRequest) HasHlInstanceId

func (o *PostInstanceRequest) HasHlInstanceId() bool

HasHlInstanceId returns a boolean if a field has been set.

func (*PostInstanceRequest) HasK6OrgId

func (o *PostInstanceRequest) HasK6OrgId() bool

HasK6OrgId returns a boolean if a field has been set.

func (*PostInstanceRequest) HasLabels

func (o *PostInstanceRequest) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*PostInstanceRequest) HasLogs

func (o *PostInstanceRequest) HasLogs() bool

HasLogs returns a boolean if a field has been set.

func (*PostInstanceRequest) HasName

func (o *PostInstanceRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (*PostInstanceRequest) HasPlan

func (o *PostInstanceRequest) HasPlan() bool

HasPlan returns a boolean if a field has been set.

func (*PostInstanceRequest) HasPrometheus

func (o *PostInstanceRequest) HasPrometheus() bool

HasPrometheus returns a boolean if a field has been set.

func (*PostInstanceRequest) HasSlug

func (o *PostInstanceRequest) HasSlug() bool

HasSlug returns a boolean if a field has been set.

func (*PostInstanceRequest) HasUrl

func (o *PostInstanceRequest) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (PostInstanceRequest) MarshalJSON

func (o PostInstanceRequest) MarshalJSON() ([]byte, error)

func (*PostInstanceRequest) SetAlerts

func (o *PostInstanceRequest) SetAlerts(v bool)

SetAlerts gets a reference to the given bool and assigns it to the Alerts field.

func (*PostInstanceRequest) SetDescription

func (o *PostInstanceRequest) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*PostInstanceRequest) SetGraphite

func (o *PostInstanceRequest) SetGraphite(v bool)

SetGraphite gets a reference to the given bool and assigns it to the Graphite field.

func (*PostInstanceRequest) SetHlInstanceId

func (o *PostInstanceRequest) SetHlInstanceId(v int32)

SetHlInstanceId gets a reference to the given int32 and assigns it to the HlInstanceId field.

func (*PostInstanceRequest) SetK6OrgId

func (o *PostInstanceRequest) SetK6OrgId(v int32)

SetK6OrgId gets a reference to the given int32 and assigns it to the K6OrgId field.

func (*PostInstanceRequest) SetLabels

func (o *PostInstanceRequest) SetLabels(v map[string]string)

SetLabels gets a reference to the given map[string]string and assigns it to the Labels field.

func (*PostInstanceRequest) SetLogs

func (o *PostInstanceRequest) SetLogs(v bool)

SetLogs gets a reference to the given bool and assigns it to the Logs field.

func (*PostInstanceRequest) SetName

func (o *PostInstanceRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*PostInstanceRequest) SetPlan

func (o *PostInstanceRequest) SetPlan(v string)

SetPlan gets a reference to the given string and assigns it to the Plan field.

func (*PostInstanceRequest) SetPrometheus

func (o *PostInstanceRequest) SetPrometheus(v bool)

SetPrometheus gets a reference to the given bool and assigns it to the Prometheus field.

func (*PostInstanceRequest) SetSlug

func (o *PostInstanceRequest) SetSlug(v string)

SetSlug gets a reference to the given string and assigns it to the Slug field.

func (*PostInstanceRequest) SetUrl

func (o *PostInstanceRequest) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (PostInstanceRequest) ToMap

func (o PostInstanceRequest) ToMap() (map[string]interface{}, error)

func (*PostInstanceRequest) UnmarshalJSON

func (o *PostInstanceRequest) UnmarshalJSON(data []byte) (err error)

type PostInstanceServiceAccountTokensRequest

type PostInstanceServiceAccountTokensRequest struct {
	Name                 string `json:"name"`
	SecondsToLive        *int32 `json:"secondsToLive,omitempty"`
	AdditionalProperties map[string]interface{}
}

PostInstanceServiceAccountTokensRequest struct for PostInstanceServiceAccountTokensRequest

func NewPostInstanceServiceAccountTokensRequest

func NewPostInstanceServiceAccountTokensRequest(name string) *PostInstanceServiceAccountTokensRequest

NewPostInstanceServiceAccountTokensRequest instantiates a new PostInstanceServiceAccountTokensRequest 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 NewPostInstanceServiceAccountTokensRequestWithDefaults

func NewPostInstanceServiceAccountTokensRequestWithDefaults() *PostInstanceServiceAccountTokensRequest

NewPostInstanceServiceAccountTokensRequestWithDefaults instantiates a new PostInstanceServiceAccountTokensRequest 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 (*PostInstanceServiceAccountTokensRequest) GetName

GetName returns the Name field value

func (*PostInstanceServiceAccountTokensRequest) GetNameOk

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PostInstanceServiceAccountTokensRequest) GetSecondsToLive

func (o *PostInstanceServiceAccountTokensRequest) GetSecondsToLive() int32

GetSecondsToLive returns the SecondsToLive field value if set, zero value otherwise.

func (*PostInstanceServiceAccountTokensRequest) GetSecondsToLiveOk

func (o *PostInstanceServiceAccountTokensRequest) GetSecondsToLiveOk() (*int32, bool)

GetSecondsToLiveOk returns a tuple with the SecondsToLive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceServiceAccountTokensRequest) HasSecondsToLive

func (o *PostInstanceServiceAccountTokensRequest) HasSecondsToLive() bool

HasSecondsToLive returns a boolean if a field has been set.

func (PostInstanceServiceAccountTokensRequest) MarshalJSON

func (o PostInstanceServiceAccountTokensRequest) MarshalJSON() ([]byte, error)

func (*PostInstanceServiceAccountTokensRequest) SetName

SetName sets field value

func (*PostInstanceServiceAccountTokensRequest) SetSecondsToLive

func (o *PostInstanceServiceAccountTokensRequest) SetSecondsToLive(v int32)

SetSecondsToLive gets a reference to the given int32 and assigns it to the SecondsToLive field.

func (PostInstanceServiceAccountTokensRequest) ToMap

func (o PostInstanceServiceAccountTokensRequest) ToMap() (map[string]interface{}, error)

func (*PostInstanceServiceAccountTokensRequest) UnmarshalJSON

func (o *PostInstanceServiceAccountTokensRequest) UnmarshalJSON(data []byte) (err error)

type PostInstanceServiceAccountsRequest

type PostInstanceServiceAccountsRequest struct {
	IsDisabled           *bool  `json:"isDisabled,omitempty"`
	Name                 string `json:"name"`
	Role                 string `json:"role"`
	AdditionalProperties map[string]interface{}
}

PostInstanceServiceAccountsRequest struct for PostInstanceServiceAccountsRequest

func NewPostInstanceServiceAccountsRequest

func NewPostInstanceServiceAccountsRequest(name string, role string) *PostInstanceServiceAccountsRequest

NewPostInstanceServiceAccountsRequest instantiates a new PostInstanceServiceAccountsRequest 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 NewPostInstanceServiceAccountsRequestWithDefaults

func NewPostInstanceServiceAccountsRequestWithDefaults() *PostInstanceServiceAccountsRequest

NewPostInstanceServiceAccountsRequestWithDefaults instantiates a new PostInstanceServiceAccountsRequest 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 (*PostInstanceServiceAccountsRequest) GetIsDisabled

func (o *PostInstanceServiceAccountsRequest) GetIsDisabled() bool

GetIsDisabled returns the IsDisabled field value if set, zero value otherwise.

func (*PostInstanceServiceAccountsRequest) GetIsDisabledOk

func (o *PostInstanceServiceAccountsRequest) GetIsDisabledOk() (*bool, bool)

GetIsDisabledOk returns a tuple with the IsDisabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstanceServiceAccountsRequest) GetName

GetName returns the Name field value

func (*PostInstanceServiceAccountsRequest) GetNameOk

func (o *PostInstanceServiceAccountsRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PostInstanceServiceAccountsRequest) GetRole

GetRole returns the Role field value

func (*PostInstanceServiceAccountsRequest) GetRoleOk

func (o *PostInstanceServiceAccountsRequest) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.

func (*PostInstanceServiceAccountsRequest) HasIsDisabled

func (o *PostInstanceServiceAccountsRequest) HasIsDisabled() bool

HasIsDisabled returns a boolean if a field has been set.

func (PostInstanceServiceAccountsRequest) MarshalJSON

func (o PostInstanceServiceAccountsRequest) MarshalJSON() ([]byte, error)

func (*PostInstanceServiceAccountsRequest) SetIsDisabled

func (o *PostInstanceServiceAccountsRequest) SetIsDisabled(v bool)

SetIsDisabled gets a reference to the given bool and assigns it to the IsDisabled field.

func (*PostInstanceServiceAccountsRequest) SetName

SetName sets field value

func (*PostInstanceServiceAccountsRequest) SetRole

SetRole sets field value

func (PostInstanceServiceAccountsRequest) ToMap

func (o PostInstanceServiceAccountsRequest) ToMap() (map[string]interface{}, error)

func (*PostInstanceServiceAccountsRequest) UnmarshalJSON

func (o *PostInstanceServiceAccountsRequest) UnmarshalJSON(data []byte) (err error)

type PostInstancesRequest

type PostInstancesRequest struct {
	AdminUserInstance    *bool              `json:"adminUserInstance,omitempty"`
	Alerts               *bool              `json:"alerts,omitempty"`
	Cluster              *string            `json:"cluster,omitempty"`
	Description          *string            `json:"description,omitempty"`
	Graphite             *bool              `json:"graphite,omitempty"`
	HlInstanceId         *int32             `json:"hlInstanceId,omitempty"`
	Hosted               *bool              `json:"hosted,omitempty"`
	K6OrgId              *int32             `json:"k6OrgId,omitempty"`
	Labels               *map[string]string `json:"labels,omitempty"`
	Logs                 *bool              `json:"logs,omitempty"`
	Name                 string             `json:"name"`
	Org                  *string            `json:"org,omitempty"`
	Plan                 *string            `json:"plan,omitempty"`
	Plugins              []string           `json:"plugins,omitempty"`
	Prometheus           *bool              `json:"prometheus,omitempty"`
	PublicInstance       *bool              `json:"publicInstance,omitempty"`
	Region               *string            `json:"region,omitempty"`
	Slug                 *string            `json:"slug,omitempty"`
	Url                  *string            `json:"url,omitempty"`
	UsernameOrEmail      *string            `json:"usernameOrEmail,omitempty"`
	Version              *string            `json:"version,omitempty"`
	WaitForReadiness     *bool              `json:"waitForReadiness,omitempty"`
	AdditionalProperties map[string]interface{}
}

PostInstancesRequest struct for PostInstancesRequest

func NewPostInstancesRequest

func NewPostInstancesRequest(name string) *PostInstancesRequest

NewPostInstancesRequest instantiates a new PostInstancesRequest 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 NewPostInstancesRequestWithDefaults

func NewPostInstancesRequestWithDefaults() *PostInstancesRequest

NewPostInstancesRequestWithDefaults instantiates a new PostInstancesRequest 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 (*PostInstancesRequest) GetAdminUserInstance

func (o *PostInstancesRequest) GetAdminUserInstance() bool

GetAdminUserInstance returns the AdminUserInstance field value if set, zero value otherwise.

func (*PostInstancesRequest) GetAdminUserInstanceOk

func (o *PostInstancesRequest) GetAdminUserInstanceOk() (*bool, bool)

GetAdminUserInstanceOk returns a tuple with the AdminUserInstance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstancesRequest) GetAlerts

func (o *PostInstancesRequest) GetAlerts() bool

GetAlerts returns the Alerts field value if set, zero value otherwise.

func (*PostInstancesRequest) GetAlertsOk

func (o *PostInstancesRequest) GetAlertsOk() (*bool, bool)

GetAlertsOk returns a tuple with the Alerts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstancesRequest) GetCluster

func (o *PostInstancesRequest) GetCluster() string

GetCluster returns the Cluster field value if set, zero value otherwise.

func (*PostInstancesRequest) GetClusterOk

func (o *PostInstancesRequest) GetClusterOk() (*string, 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 (*PostInstancesRequest) GetDescription

func (o *PostInstancesRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*PostInstancesRequest) GetDescriptionOk

func (o *PostInstancesRequest) 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 (*PostInstancesRequest) GetGraphite

func (o *PostInstancesRequest) GetGraphite() bool

GetGraphite returns the Graphite field value if set, zero value otherwise.

func (*PostInstancesRequest) GetGraphiteOk

func (o *PostInstancesRequest) GetGraphiteOk() (*bool, bool)

GetGraphiteOk returns a tuple with the Graphite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstancesRequest) GetHlInstanceId

func (o *PostInstancesRequest) GetHlInstanceId() int32

GetHlInstanceId returns the HlInstanceId field value if set, zero value otherwise.

func (*PostInstancesRequest) GetHlInstanceIdOk

func (o *PostInstancesRequest) GetHlInstanceIdOk() (*int32, bool)

GetHlInstanceIdOk returns a tuple with the HlInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstancesRequest) GetHosted

func (o *PostInstancesRequest) GetHosted() bool

GetHosted returns the Hosted field value if set, zero value otherwise.

func (*PostInstancesRequest) GetHostedOk

func (o *PostInstancesRequest) GetHostedOk() (*bool, bool)

GetHostedOk returns a tuple with the Hosted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstancesRequest) GetK6OrgId

func (o *PostInstancesRequest) GetK6OrgId() int32

GetK6OrgId returns the K6OrgId field value if set, zero value otherwise.

func (*PostInstancesRequest) GetK6OrgIdOk

func (o *PostInstancesRequest) GetK6OrgIdOk() (*int32, bool)

GetK6OrgIdOk returns a tuple with the K6OrgId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstancesRequest) GetLabels

func (o *PostInstancesRequest) GetLabels() map[string]string

GetLabels returns the Labels field value if set, zero value otherwise.

func (*PostInstancesRequest) GetLabelsOk

func (o *PostInstancesRequest) GetLabelsOk() (*map[string]string, 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 (*PostInstancesRequest) GetLogs

func (o *PostInstancesRequest) GetLogs() bool

GetLogs returns the Logs field value if set, zero value otherwise.

func (*PostInstancesRequest) GetLogsOk

func (o *PostInstancesRequest) GetLogsOk() (*bool, bool)

GetLogsOk returns a tuple with the Logs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstancesRequest) GetName

func (o *PostInstancesRequest) GetName() string

GetName returns the Name field value

func (*PostInstancesRequest) GetNameOk

func (o *PostInstancesRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PostInstancesRequest) GetOrg

func (o *PostInstancesRequest) GetOrg() string

GetOrg returns the Org field value if set, zero value otherwise.

func (*PostInstancesRequest) GetOrgOk

func (o *PostInstancesRequest) GetOrgOk() (*string, bool)

GetOrgOk returns a tuple with the Org field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstancesRequest) GetPlan

func (o *PostInstancesRequest) GetPlan() string

GetPlan returns the Plan field value if set, zero value otherwise.

func (*PostInstancesRequest) GetPlanOk

func (o *PostInstancesRequest) GetPlanOk() (*string, 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 (*PostInstancesRequest) GetPlugins

func (o *PostInstancesRequest) GetPlugins() []string

GetPlugins returns the Plugins field value if set, zero value otherwise.

func (*PostInstancesRequest) GetPluginsOk

func (o *PostInstancesRequest) GetPluginsOk() ([]string, bool)

GetPluginsOk returns a tuple with the Plugins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstancesRequest) GetPrometheus

func (o *PostInstancesRequest) GetPrometheus() bool

GetPrometheus returns the Prometheus field value if set, zero value otherwise.

func (*PostInstancesRequest) GetPrometheusOk

func (o *PostInstancesRequest) GetPrometheusOk() (*bool, bool)

GetPrometheusOk returns a tuple with the Prometheus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstancesRequest) GetPublicInstance

func (o *PostInstancesRequest) GetPublicInstance() bool

GetPublicInstance returns the PublicInstance field value if set, zero value otherwise.

func (*PostInstancesRequest) GetPublicInstanceOk

func (o *PostInstancesRequest) GetPublicInstanceOk() (*bool, bool)

GetPublicInstanceOk returns a tuple with the PublicInstance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstancesRequest) GetRegion

func (o *PostInstancesRequest) GetRegion() string

GetRegion returns the Region field value if set, zero value otherwise.

func (*PostInstancesRequest) GetRegionOk

func (o *PostInstancesRequest) GetRegionOk() (*string, bool)

GetRegionOk returns a tuple with the Region field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstancesRequest) GetSlug

func (o *PostInstancesRequest) GetSlug() string

GetSlug returns the Slug field value if set, zero value otherwise.

func (*PostInstancesRequest) GetSlugOk

func (o *PostInstancesRequest) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstancesRequest) GetUrl

func (o *PostInstancesRequest) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*PostInstancesRequest) GetUrlOk

func (o *PostInstancesRequest) 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 (*PostInstancesRequest) GetUsernameOrEmail

func (o *PostInstancesRequest) GetUsernameOrEmail() string

GetUsernameOrEmail returns the UsernameOrEmail field value if set, zero value otherwise.

func (*PostInstancesRequest) GetUsernameOrEmailOk

func (o *PostInstancesRequest) GetUsernameOrEmailOk() (*string, bool)

GetUsernameOrEmailOk returns a tuple with the UsernameOrEmail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstancesRequest) GetVersion

func (o *PostInstancesRequest) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*PostInstancesRequest) GetVersionOk

func (o *PostInstancesRequest) 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 (*PostInstancesRequest) GetWaitForReadiness

func (o *PostInstancesRequest) GetWaitForReadiness() bool

GetWaitForReadiness returns the WaitForReadiness field value if set, zero value otherwise.

func (*PostInstancesRequest) GetWaitForReadinessOk

func (o *PostInstancesRequest) GetWaitForReadinessOk() (*bool, bool)

GetWaitForReadinessOk returns a tuple with the WaitForReadiness field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostInstancesRequest) HasAdminUserInstance

func (o *PostInstancesRequest) HasAdminUserInstance() bool

HasAdminUserInstance returns a boolean if a field has been set.

func (*PostInstancesRequest) HasAlerts

func (o *PostInstancesRequest) HasAlerts() bool

HasAlerts returns a boolean if a field has been set.

func (*PostInstancesRequest) HasCluster

func (o *PostInstancesRequest) HasCluster() bool

HasCluster returns a boolean if a field has been set.

func (*PostInstancesRequest) HasDescription

func (o *PostInstancesRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*PostInstancesRequest) HasGraphite

func (o *PostInstancesRequest) HasGraphite() bool

HasGraphite returns a boolean if a field has been set.

func (*PostInstancesRequest) HasHlInstanceId

func (o *PostInstancesRequest) HasHlInstanceId() bool

HasHlInstanceId returns a boolean if a field has been set.

func (*PostInstancesRequest) HasHosted

func (o *PostInstancesRequest) HasHosted() bool

HasHosted returns a boolean if a field has been set.

func (*PostInstancesRequest) HasK6OrgId

func (o *PostInstancesRequest) HasK6OrgId() bool

HasK6OrgId returns a boolean if a field has been set.

func (*PostInstancesRequest) HasLabels

func (o *PostInstancesRequest) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*PostInstancesRequest) HasLogs

func (o *PostInstancesRequest) HasLogs() bool

HasLogs returns a boolean if a field has been set.

func (*PostInstancesRequest) HasOrg

func (o *PostInstancesRequest) HasOrg() bool

HasOrg returns a boolean if a field has been set.

func (*PostInstancesRequest) HasPlan

func (o *PostInstancesRequest) HasPlan() bool

HasPlan returns a boolean if a field has been set.

func (*PostInstancesRequest) HasPlugins

func (o *PostInstancesRequest) HasPlugins() bool

HasPlugins returns a boolean if a field has been set.

func (*PostInstancesRequest) HasPrometheus

func (o *PostInstancesRequest) HasPrometheus() bool

HasPrometheus returns a boolean if a field has been set.

func (*PostInstancesRequest) HasPublicInstance

func (o *PostInstancesRequest) HasPublicInstance() bool

HasPublicInstance returns a boolean if a field has been set.

func (*PostInstancesRequest) HasRegion

func (o *PostInstancesRequest) HasRegion() bool

HasRegion returns a boolean if a field has been set.

func (*PostInstancesRequest) HasSlug

func (o *PostInstancesRequest) HasSlug() bool

HasSlug returns a boolean if a field has been set.

func (*PostInstancesRequest) HasUrl

func (o *PostInstancesRequest) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (*PostInstancesRequest) HasUsernameOrEmail

func (o *PostInstancesRequest) HasUsernameOrEmail() bool

HasUsernameOrEmail returns a boolean if a field has been set.

func (*PostInstancesRequest) HasVersion

func (o *PostInstancesRequest) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (*PostInstancesRequest) HasWaitForReadiness

func (o *PostInstancesRequest) HasWaitForReadiness() bool

HasWaitForReadiness returns a boolean if a field has been set.

func (PostInstancesRequest) MarshalJSON

func (o PostInstancesRequest) MarshalJSON() ([]byte, error)

func (*PostInstancesRequest) SetAdminUserInstance

func (o *PostInstancesRequest) SetAdminUserInstance(v bool)

SetAdminUserInstance gets a reference to the given bool and assigns it to the AdminUserInstance field.

func (*PostInstancesRequest) SetAlerts

func (o *PostInstancesRequest) SetAlerts(v bool)

SetAlerts gets a reference to the given bool and assigns it to the Alerts field.

func (*PostInstancesRequest) SetCluster

func (o *PostInstancesRequest) SetCluster(v string)

SetCluster gets a reference to the given string and assigns it to the Cluster field.

func (*PostInstancesRequest) SetDescription

func (o *PostInstancesRequest) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*PostInstancesRequest) SetGraphite

func (o *PostInstancesRequest) SetGraphite(v bool)

SetGraphite gets a reference to the given bool and assigns it to the Graphite field.

func (*PostInstancesRequest) SetHlInstanceId

func (o *PostInstancesRequest) SetHlInstanceId(v int32)

SetHlInstanceId gets a reference to the given int32 and assigns it to the HlInstanceId field.

func (*PostInstancesRequest) SetHosted

func (o *PostInstancesRequest) SetHosted(v bool)

SetHosted gets a reference to the given bool and assigns it to the Hosted field.

func (*PostInstancesRequest) SetK6OrgId

func (o *PostInstancesRequest) SetK6OrgId(v int32)

SetK6OrgId gets a reference to the given int32 and assigns it to the K6OrgId field.

func (*PostInstancesRequest) SetLabels

func (o *PostInstancesRequest) SetLabels(v map[string]string)

SetLabels gets a reference to the given map[string]string and assigns it to the Labels field.

func (*PostInstancesRequest) SetLogs

func (o *PostInstancesRequest) SetLogs(v bool)

SetLogs gets a reference to the given bool and assigns it to the Logs field.

func (*PostInstancesRequest) SetName

func (o *PostInstancesRequest) SetName(v string)

SetName sets field value

func (*PostInstancesRequest) SetOrg

func (o *PostInstancesRequest) SetOrg(v string)

SetOrg gets a reference to the given string and assigns it to the Org field.

func (*PostInstancesRequest) SetPlan

func (o *PostInstancesRequest) SetPlan(v string)

SetPlan gets a reference to the given string and assigns it to the Plan field.

func (*PostInstancesRequest) SetPlugins

func (o *PostInstancesRequest) SetPlugins(v []string)

SetPlugins gets a reference to the given []string and assigns it to the Plugins field.

func (*PostInstancesRequest) SetPrometheus

func (o *PostInstancesRequest) SetPrometheus(v bool)

SetPrometheus gets a reference to the given bool and assigns it to the Prometheus field.

func (*PostInstancesRequest) SetPublicInstance

func (o *PostInstancesRequest) SetPublicInstance(v bool)

SetPublicInstance gets a reference to the given bool and assigns it to the PublicInstance field.

func (*PostInstancesRequest) SetRegion

func (o *PostInstancesRequest) SetRegion(v string)

SetRegion gets a reference to the given string and assigns it to the Region field.

func (*PostInstancesRequest) SetSlug

func (o *PostInstancesRequest) SetSlug(v string)

SetSlug gets a reference to the given string and assigns it to the Slug field.

func (*PostInstancesRequest) SetUrl

func (o *PostInstancesRequest) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (*PostInstancesRequest) SetUsernameOrEmail

func (o *PostInstancesRequest) SetUsernameOrEmail(v string)

SetUsernameOrEmail gets a reference to the given string and assigns it to the UsernameOrEmail field.

func (*PostInstancesRequest) SetVersion

func (o *PostInstancesRequest) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (*PostInstancesRequest) SetWaitForReadiness

func (o *PostInstancesRequest) SetWaitForReadiness(v bool)

SetWaitForReadiness gets a reference to the given bool and assigns it to the WaitForReadiness field.

func (PostInstancesRequest) ToMap

func (o PostInstancesRequest) ToMap() (map[string]interface{}, error)

func (*PostInstancesRequest) UnmarshalJSON

func (o *PostInstancesRequest) UnmarshalJSON(data []byte) (err error)

type PostOrgMemberRequest

type PostOrgMemberRequest struct {
	Billing              *int32  `json:"billing,omitempty"`
	DefaultOrg           *string `json:"defaultOrg,omitempty"`
	Privacy              *string `json:"privacy,omitempty"`
	Role                 *string `json:"role,omitempty"`
	AdditionalProperties map[string]interface{}
}

PostOrgMemberRequest struct for PostOrgMemberRequest

func NewPostOrgMemberRequest

func NewPostOrgMemberRequest() *PostOrgMemberRequest

NewPostOrgMemberRequest instantiates a new PostOrgMemberRequest 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 NewPostOrgMemberRequestWithDefaults

func NewPostOrgMemberRequestWithDefaults() *PostOrgMemberRequest

NewPostOrgMemberRequestWithDefaults instantiates a new PostOrgMemberRequest 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 (*PostOrgMemberRequest) GetBilling

func (o *PostOrgMemberRequest) GetBilling() int32

GetBilling returns the Billing field value if set, zero value otherwise.

func (*PostOrgMemberRequest) GetBillingOk

func (o *PostOrgMemberRequest) GetBillingOk() (*int32, bool)

GetBillingOk returns a tuple with the Billing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostOrgMemberRequest) GetDefaultOrg

func (o *PostOrgMemberRequest) GetDefaultOrg() string

GetDefaultOrg returns the DefaultOrg field value if set, zero value otherwise.

func (*PostOrgMemberRequest) GetDefaultOrgOk

func (o *PostOrgMemberRequest) GetDefaultOrgOk() (*string, bool)

GetDefaultOrgOk returns a tuple with the DefaultOrg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostOrgMemberRequest) GetPrivacy

func (o *PostOrgMemberRequest) GetPrivacy() string

GetPrivacy returns the Privacy field value if set, zero value otherwise.

func (*PostOrgMemberRequest) GetPrivacyOk

func (o *PostOrgMemberRequest) GetPrivacyOk() (*string, bool)

GetPrivacyOk returns a tuple with the Privacy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostOrgMemberRequest) GetRole

func (o *PostOrgMemberRequest) GetRole() string

GetRole returns the Role field value if set, zero value otherwise.

func (*PostOrgMemberRequest) GetRoleOk

func (o *PostOrgMemberRequest) GetRoleOk() (*string, 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 (*PostOrgMemberRequest) HasBilling

func (o *PostOrgMemberRequest) HasBilling() bool

HasBilling returns a boolean if a field has been set.

func (*PostOrgMemberRequest) HasDefaultOrg

func (o *PostOrgMemberRequest) HasDefaultOrg() bool

HasDefaultOrg returns a boolean if a field has been set.

func (*PostOrgMemberRequest) HasPrivacy

func (o *PostOrgMemberRequest) HasPrivacy() bool

HasPrivacy returns a boolean if a field has been set.

func (*PostOrgMemberRequest) HasRole

func (o *PostOrgMemberRequest) HasRole() bool

HasRole returns a boolean if a field has been set.

func (PostOrgMemberRequest) MarshalJSON

func (o PostOrgMemberRequest) MarshalJSON() ([]byte, error)

func (*PostOrgMemberRequest) SetBilling

func (o *PostOrgMemberRequest) SetBilling(v int32)

SetBilling gets a reference to the given int32 and assigns it to the Billing field.

func (*PostOrgMemberRequest) SetDefaultOrg

func (o *PostOrgMemberRequest) SetDefaultOrg(v string)

SetDefaultOrg gets a reference to the given string and assigns it to the DefaultOrg field.

func (*PostOrgMemberRequest) SetPrivacy

func (o *PostOrgMemberRequest) SetPrivacy(v string)

SetPrivacy gets a reference to the given string and assigns it to the Privacy field.

func (*PostOrgMemberRequest) SetRole

func (o *PostOrgMemberRequest) SetRole(v string)

SetRole gets a reference to the given string and assigns it to the Role field.

func (PostOrgMemberRequest) ToMap

func (o PostOrgMemberRequest) ToMap() (map[string]interface{}, error)

func (*PostOrgMemberRequest) UnmarshalJSON

func (o *PostOrgMemberRequest) UnmarshalJSON(data []byte) (err error)

type PostOrgMembersRequest

type PostOrgMembersRequest struct {
	Billing              *int32  `json:"billing,omitempty"`
	Privacy              *string `json:"privacy,omitempty"`
	Role                 *string `json:"role,omitempty"`
	Username             string  `json:"username"`
	AdditionalProperties map[string]interface{}
}

PostOrgMembersRequest struct for PostOrgMembersRequest

func NewPostOrgMembersRequest

func NewPostOrgMembersRequest(username string) *PostOrgMembersRequest

NewPostOrgMembersRequest instantiates a new PostOrgMembersRequest 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 NewPostOrgMembersRequestWithDefaults

func NewPostOrgMembersRequestWithDefaults() *PostOrgMembersRequest

NewPostOrgMembersRequestWithDefaults instantiates a new PostOrgMembersRequest 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 (*PostOrgMembersRequest) GetBilling

func (o *PostOrgMembersRequest) GetBilling() int32

GetBilling returns the Billing field value if set, zero value otherwise.

func (*PostOrgMembersRequest) GetBillingOk

func (o *PostOrgMembersRequest) GetBillingOk() (*int32, bool)

GetBillingOk returns a tuple with the Billing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostOrgMembersRequest) GetPrivacy

func (o *PostOrgMembersRequest) GetPrivacy() string

GetPrivacy returns the Privacy field value if set, zero value otherwise.

func (*PostOrgMembersRequest) GetPrivacyOk

func (o *PostOrgMembersRequest) GetPrivacyOk() (*string, bool)

GetPrivacyOk returns a tuple with the Privacy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostOrgMembersRequest) GetRole

func (o *PostOrgMembersRequest) GetRole() string

GetRole returns the Role field value if set, zero value otherwise.

func (*PostOrgMembersRequest) GetRoleOk

func (o *PostOrgMembersRequest) GetRoleOk() (*string, 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 (*PostOrgMembersRequest) GetUsername

func (o *PostOrgMembersRequest) GetUsername() string

GetUsername returns the Username field value

func (*PostOrgMembersRequest) GetUsernameOk

func (o *PostOrgMembersRequest) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.

func (*PostOrgMembersRequest) HasBilling

func (o *PostOrgMembersRequest) HasBilling() bool

HasBilling returns a boolean if a field has been set.

func (*PostOrgMembersRequest) HasPrivacy

func (o *PostOrgMembersRequest) HasPrivacy() bool

HasPrivacy returns a boolean if a field has been set.

func (*PostOrgMembersRequest) HasRole

func (o *PostOrgMembersRequest) HasRole() bool

HasRole returns a boolean if a field has been set.

func (PostOrgMembersRequest) MarshalJSON

func (o PostOrgMembersRequest) MarshalJSON() ([]byte, error)

func (*PostOrgMembersRequest) SetBilling

func (o *PostOrgMembersRequest) SetBilling(v int32)

SetBilling gets a reference to the given int32 and assigns it to the Billing field.

func (*PostOrgMembersRequest) SetPrivacy

func (o *PostOrgMembersRequest) SetPrivacy(v string)

SetPrivacy gets a reference to the given string and assigns it to the Privacy field.

func (*PostOrgMembersRequest) SetRole

func (o *PostOrgMembersRequest) SetRole(v string)

SetRole gets a reference to the given string and assigns it to the Role field.

func (*PostOrgMembersRequest) SetUsername

func (o *PostOrgMembersRequest) SetUsername(v string)

SetUsername sets field value

func (PostOrgMembersRequest) ToMap

func (o PostOrgMembersRequest) ToMap() (map[string]interface{}, error)

func (*PostOrgMembersRequest) UnmarshalJSON

func (o *PostOrgMembersRequest) UnmarshalJSON(data []byte) (err error)

type PostTokenRequest

type PostTokenRequest struct {
	DisplayName          *string `json:"displayName,omitempty"`
	AdditionalProperties map[string]interface{}
}

PostTokenRequest struct for PostTokenRequest

func NewPostTokenRequest

func NewPostTokenRequest() *PostTokenRequest

NewPostTokenRequest instantiates a new PostTokenRequest 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 NewPostTokenRequestWithDefaults

func NewPostTokenRequestWithDefaults() *PostTokenRequest

NewPostTokenRequestWithDefaults instantiates a new PostTokenRequest 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 (*PostTokenRequest) GetDisplayName

func (o *PostTokenRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*PostTokenRequest) GetDisplayNameOk

func (o *PostTokenRequest) 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 (*PostTokenRequest) HasDisplayName

func (o *PostTokenRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (PostTokenRequest) MarshalJSON

func (o PostTokenRequest) MarshalJSON() ([]byte, error)

func (*PostTokenRequest) SetDisplayName

func (o *PostTokenRequest) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (PostTokenRequest) ToMap

func (o PostTokenRequest) ToMap() (map[string]interface{}, error)

func (*PostTokenRequest) UnmarshalJSON

func (o *PostTokenRequest) UnmarshalJSON(data []byte) (err error)

type PostTokensRequest

type PostTokensRequest struct {
	AccessPolicyId       string     `json:"accessPolicyId"`
	DisplayName          *string    `json:"displayName,omitempty"`
	ExpiresAt            *time.Time `json:"expiresAt,omitempty"`
	Name                 string     `json:"name"`
	AdditionalProperties map[string]interface{}
}

PostTokensRequest struct for PostTokensRequest

func NewPostTokensRequest

func NewPostTokensRequest(accessPolicyId string, name string) *PostTokensRequest

NewPostTokensRequest instantiates a new PostTokensRequest 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 NewPostTokensRequestWithDefaults

func NewPostTokensRequestWithDefaults() *PostTokensRequest

NewPostTokensRequestWithDefaults instantiates a new PostTokensRequest 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 (*PostTokensRequest) GetAccessPolicyId

func (o *PostTokensRequest) GetAccessPolicyId() string

GetAccessPolicyId returns the AccessPolicyId field value

func (*PostTokensRequest) GetAccessPolicyIdOk

func (o *PostTokensRequest) GetAccessPolicyIdOk() (*string, bool)

GetAccessPolicyIdOk returns a tuple with the AccessPolicyId field value and a boolean to check if the value has been set.

func (*PostTokensRequest) GetDisplayName

func (o *PostTokensRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*PostTokensRequest) GetDisplayNameOk

func (o *PostTokensRequest) 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 (*PostTokensRequest) GetExpiresAt

func (o *PostTokensRequest) GetExpiresAt() time.Time

GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise.

func (*PostTokensRequest) GetExpiresAtOk

func (o *PostTokensRequest) GetExpiresAtOk() (*time.Time, 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 (*PostTokensRequest) GetName

func (o *PostTokensRequest) GetName() string

GetName returns the Name field value

func (*PostTokensRequest) GetNameOk

func (o *PostTokensRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PostTokensRequest) HasDisplayName

func (o *PostTokensRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*PostTokensRequest) HasExpiresAt

func (o *PostTokensRequest) HasExpiresAt() bool

HasExpiresAt returns a boolean if a field has been set.

func (PostTokensRequest) MarshalJSON

func (o PostTokensRequest) MarshalJSON() ([]byte, error)

func (*PostTokensRequest) SetAccessPolicyId

func (o *PostTokensRequest) SetAccessPolicyId(v string)

SetAccessPolicyId sets field value

func (*PostTokensRequest) SetDisplayName

func (o *PostTokensRequest) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*PostTokensRequest) SetExpiresAt

func (o *PostTokensRequest) SetExpiresAt(v time.Time)

SetExpiresAt gets a reference to the given time.Time and assigns it to the ExpiresAt field.

func (*PostTokensRequest) SetName

func (o *PostTokensRequest) SetName(v string)

SetName sets field value

func (PostTokensRequest) ToMap

func (o PostTokensRequest) ToMap() (map[string]interface{}, error)

func (*PostTokensRequest) UnmarshalJSON

func (o *PostTokensRequest) UnmarshalJSON(data []byte) (err error)

type PrivateConnectivityInfo

type PrivateConnectivityInfo struct {
	Tenants              []TenantsInner `json:"tenants"`
	Otlp                 *Otlp          `json:"otlp,omitempty"`
	Pdc                  *Pdc           `json:"pdc,omitempty"`
	AdditionalProperties map[string]interface{}
}

PrivateConnectivityInfo struct for PrivateConnectivityInfo

func NewPrivateConnectivityInfo

func NewPrivateConnectivityInfo(tenants []TenantsInner) *PrivateConnectivityInfo

NewPrivateConnectivityInfo instantiates a new PrivateConnectivityInfo 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 NewPrivateConnectivityInfoWithDefaults

func NewPrivateConnectivityInfoWithDefaults() *PrivateConnectivityInfo

NewPrivateConnectivityInfoWithDefaults instantiates a new PrivateConnectivityInfo 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 (*PrivateConnectivityInfo) GetOtlp

func (o *PrivateConnectivityInfo) GetOtlp() Otlp

GetOtlp returns the Otlp field value if set, zero value otherwise.

func (*PrivateConnectivityInfo) GetOtlpOk

func (o *PrivateConnectivityInfo) GetOtlpOk() (*Otlp, bool)

GetOtlpOk returns a tuple with the Otlp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PrivateConnectivityInfo) GetPdc

func (o *PrivateConnectivityInfo) GetPdc() Pdc

GetPdc returns the Pdc field value if set, zero value otherwise.

func (*PrivateConnectivityInfo) GetPdcOk

func (o *PrivateConnectivityInfo) GetPdcOk() (*Pdc, bool)

GetPdcOk returns a tuple with the Pdc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PrivateConnectivityInfo) GetTenants

func (o *PrivateConnectivityInfo) GetTenants() []TenantsInner

GetTenants returns the Tenants field value

func (*PrivateConnectivityInfo) GetTenantsOk

func (o *PrivateConnectivityInfo) GetTenantsOk() ([]TenantsInner, bool)

GetTenantsOk returns a tuple with the Tenants field value and a boolean to check if the value has been set.

func (*PrivateConnectivityInfo) HasOtlp

func (o *PrivateConnectivityInfo) HasOtlp() bool

HasOtlp returns a boolean if a field has been set.

func (*PrivateConnectivityInfo) HasPdc

func (o *PrivateConnectivityInfo) HasPdc() bool

HasPdc returns a boolean if a field has been set.

func (PrivateConnectivityInfo) MarshalJSON

func (o PrivateConnectivityInfo) MarshalJSON() ([]byte, error)

func (*PrivateConnectivityInfo) SetOtlp

func (o *PrivateConnectivityInfo) SetOtlp(v Otlp)

SetOtlp gets a reference to the given Otlp and assigns it to the Otlp field.

func (*PrivateConnectivityInfo) SetPdc

func (o *PrivateConnectivityInfo) SetPdc(v Pdc)

SetPdc gets a reference to the given Pdc and assigns it to the Pdc field.

func (*PrivateConnectivityInfo) SetTenants

func (o *PrivateConnectivityInfo) SetTenants(v []TenantsInner)

SetTenants sets field value

func (PrivateConnectivityInfo) ToMap

func (o PrivateConnectivityInfo) ToMap() (map[string]interface{}, error)

func (*PrivateConnectivityInfo) UnmarshalJSON

func (o *PrivateConnectivityInfo) UnmarshalJSON(data []byte) (err error)

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 StackRegionsAPIService

type StackRegionsAPIService service

StackRegionsAPIService StackRegionsAPI service

func (*StackRegionsAPIService) GetClosestStackRegion

GetClosestStackRegion Method for GetClosestStackRegion

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetClosestStackRegionRequest

func (*StackRegionsAPIService) GetClosestStackRegionExecute

Execute executes the request

@return FormattedApiStackRegion

func (*StackRegionsAPIService) GetStackRegions

GetStackRegions Method for GetStackRegions

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetStackRegionsRequest

func (*StackRegionsAPIService) GetStackRegionsExecute

Execute executes the request

@return GetStackRegions200Response

type Subscriptions

type Subscriptions struct {
	SubscriptionsAnyOf  *SubscriptionsAnyOf
	SubscriptionsAnyOf1 *SubscriptionsAnyOf1
	SubscriptionsAnyOf2 *SubscriptionsAnyOf2
}

Subscriptions struct for Subscriptions

func (*Subscriptions) MarshalJSON

func (src *Subscriptions) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*Subscriptions) UnmarshalJSON

func (dst *Subscriptions) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type SubscriptionsAnyOf

type SubscriptionsAnyOf struct {
	Current              Current     `json:"current"`
	NextProduct          interface{} `json:"nextProduct"`
	Next                 interface{} `json:"next"`
	AdditionalProperties map[string]interface{}
}

SubscriptionsAnyOf struct for SubscriptionsAnyOf

func NewSubscriptionsAnyOf

func NewSubscriptionsAnyOf(current Current, nextProduct interface{}, next interface{}) *SubscriptionsAnyOf

NewSubscriptionsAnyOf instantiates a new SubscriptionsAnyOf 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 NewSubscriptionsAnyOfWithDefaults

func NewSubscriptionsAnyOfWithDefaults() *SubscriptionsAnyOf

NewSubscriptionsAnyOfWithDefaults instantiates a new SubscriptionsAnyOf 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 (*SubscriptionsAnyOf) GetCurrent

func (o *SubscriptionsAnyOf) GetCurrent() Current

GetCurrent returns the Current field value

func (*SubscriptionsAnyOf) GetCurrentOk

func (o *SubscriptionsAnyOf) GetCurrentOk() (*Current, bool)

GetCurrentOk returns a tuple with the Current field value and a boolean to check if the value has been set.

func (*SubscriptionsAnyOf) GetNext

func (o *SubscriptionsAnyOf) GetNext() interface{}

GetNext returns the Next field value If the value is explicit nil, the zero value for interface{} will be returned

func (*SubscriptionsAnyOf) GetNextOk

func (o *SubscriptionsAnyOf) GetNextOk() (*interface{}, bool)

GetNextOk returns a tuple with the Next field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SubscriptionsAnyOf) GetNextProduct

func (o *SubscriptionsAnyOf) GetNextProduct() interface{}

GetNextProduct returns the NextProduct field value If the value is explicit nil, the zero value for interface{} will be returned

func (*SubscriptionsAnyOf) GetNextProductOk

func (o *SubscriptionsAnyOf) GetNextProductOk() (*interface{}, bool)

GetNextProductOk returns a tuple with the NextProduct field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (SubscriptionsAnyOf) MarshalJSON

func (o SubscriptionsAnyOf) MarshalJSON() ([]byte, error)

func (*SubscriptionsAnyOf) SetCurrent

func (o *SubscriptionsAnyOf) SetCurrent(v Current)

SetCurrent sets field value

func (*SubscriptionsAnyOf) SetNext

func (o *SubscriptionsAnyOf) SetNext(v interface{})

SetNext sets field value

func (*SubscriptionsAnyOf) SetNextProduct

func (o *SubscriptionsAnyOf) SetNextProduct(v interface{})

SetNextProduct sets field value

func (SubscriptionsAnyOf) ToMap

func (o SubscriptionsAnyOf) ToMap() (map[string]interface{}, error)

func (*SubscriptionsAnyOf) UnmarshalJSON

func (o *SubscriptionsAnyOf) UnmarshalJSON(data []byte) (err error)

type SubscriptionsAnyOf1

type SubscriptionsAnyOf1 struct {
	Current              Current1 `json:"current"`
	NextProduct          string   `json:"nextProduct"`
	Next                 Next     `json:"next"`
	AdditionalProperties map[string]interface{}
}

SubscriptionsAnyOf1 struct for SubscriptionsAnyOf1

func NewSubscriptionsAnyOf1

func NewSubscriptionsAnyOf1(current Current1, nextProduct string, next Next) *SubscriptionsAnyOf1

NewSubscriptionsAnyOf1 instantiates a new SubscriptionsAnyOf1 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 NewSubscriptionsAnyOf1WithDefaults

func NewSubscriptionsAnyOf1WithDefaults() *SubscriptionsAnyOf1

NewSubscriptionsAnyOf1WithDefaults instantiates a new SubscriptionsAnyOf1 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 (*SubscriptionsAnyOf1) GetCurrent

func (o *SubscriptionsAnyOf1) GetCurrent() Current1

GetCurrent returns the Current field value

func (*SubscriptionsAnyOf1) GetCurrentOk

func (o *SubscriptionsAnyOf1) GetCurrentOk() (*Current1, bool)

GetCurrentOk returns a tuple with the Current field value and a boolean to check if the value has been set.

func (*SubscriptionsAnyOf1) GetNext

func (o *SubscriptionsAnyOf1) GetNext() Next

GetNext returns the Next field value

func (*SubscriptionsAnyOf1) GetNextOk

func (o *SubscriptionsAnyOf1) GetNextOk() (*Next, bool)

GetNextOk returns a tuple with the Next field value and a boolean to check if the value has been set.

func (*SubscriptionsAnyOf1) GetNextProduct

func (o *SubscriptionsAnyOf1) GetNextProduct() string

GetNextProduct returns the NextProduct field value

func (*SubscriptionsAnyOf1) GetNextProductOk

func (o *SubscriptionsAnyOf1) GetNextProductOk() (*string, bool)

GetNextProductOk returns a tuple with the NextProduct field value and a boolean to check if the value has been set.

func (SubscriptionsAnyOf1) MarshalJSON

func (o SubscriptionsAnyOf1) MarshalJSON() ([]byte, error)

func (*SubscriptionsAnyOf1) SetCurrent

func (o *SubscriptionsAnyOf1) SetCurrent(v Current1)

SetCurrent sets field value

func (*SubscriptionsAnyOf1) SetNext

func (o *SubscriptionsAnyOf1) SetNext(v Next)

SetNext sets field value

func (*SubscriptionsAnyOf1) SetNextProduct

func (o *SubscriptionsAnyOf1) SetNextProduct(v string)

SetNextProduct sets field value

func (SubscriptionsAnyOf1) ToMap

func (o SubscriptionsAnyOf1) ToMap() (map[string]interface{}, error)

func (*SubscriptionsAnyOf1) UnmarshalJSON

func (o *SubscriptionsAnyOf1) UnmarshalJSON(data []byte) (err error)

type SubscriptionsAnyOf2

type SubscriptionsAnyOf2 struct {
	Current              Current2    `json:"current"`
	NextProduct          interface{} `json:"nextProduct"`
	Next                 interface{} `json:"next"`
	AdditionalProperties map[string]interface{}
}

SubscriptionsAnyOf2 struct for SubscriptionsAnyOf2

func NewSubscriptionsAnyOf2

func NewSubscriptionsAnyOf2(current Current2, nextProduct interface{}, next interface{}) *SubscriptionsAnyOf2

NewSubscriptionsAnyOf2 instantiates a new SubscriptionsAnyOf2 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 NewSubscriptionsAnyOf2WithDefaults

func NewSubscriptionsAnyOf2WithDefaults() *SubscriptionsAnyOf2

NewSubscriptionsAnyOf2WithDefaults instantiates a new SubscriptionsAnyOf2 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 (*SubscriptionsAnyOf2) GetCurrent

func (o *SubscriptionsAnyOf2) GetCurrent() Current2

GetCurrent returns the Current field value

func (*SubscriptionsAnyOf2) GetCurrentOk

func (o *SubscriptionsAnyOf2) GetCurrentOk() (*Current2, bool)

GetCurrentOk returns a tuple with the Current field value and a boolean to check if the value has been set.

func (*SubscriptionsAnyOf2) GetNext

func (o *SubscriptionsAnyOf2) GetNext() interface{}

GetNext returns the Next field value If the value is explicit nil, the zero value for interface{} will be returned

func (*SubscriptionsAnyOf2) GetNextOk

func (o *SubscriptionsAnyOf2) GetNextOk() (*interface{}, bool)

GetNextOk returns a tuple with the Next field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SubscriptionsAnyOf2) GetNextProduct

func (o *SubscriptionsAnyOf2) GetNextProduct() interface{}

GetNextProduct returns the NextProduct field value If the value is explicit nil, the zero value for interface{} will be returned

func (*SubscriptionsAnyOf2) GetNextProductOk

func (o *SubscriptionsAnyOf2) GetNextProductOk() (*interface{}, bool)

GetNextProductOk returns a tuple with the NextProduct field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (SubscriptionsAnyOf2) MarshalJSON

func (o SubscriptionsAnyOf2) MarshalJSON() ([]byte, error)

func (*SubscriptionsAnyOf2) SetCurrent

func (o *SubscriptionsAnyOf2) SetCurrent(v Current2)

SetCurrent sets field value

func (*SubscriptionsAnyOf2) SetNext

func (o *SubscriptionsAnyOf2) SetNext(v interface{})

SetNext sets field value

func (*SubscriptionsAnyOf2) SetNextProduct

func (o *SubscriptionsAnyOf2) SetNextProduct(v interface{})

SetNextProduct sets field value

func (SubscriptionsAnyOf2) ToMap

func (o SubscriptionsAnyOf2) ToMap() (map[string]interface{}, error)

func (*SubscriptionsAnyOf2) UnmarshalJSON

func (o *SubscriptionsAnyOf2) UnmarshalJSON(data []byte) (err error)

type TenantsInner

type TenantsInner struct {
	Type                 string  `json:"type"`
	Id                   float32 `json:"id"`
	Info                 *Info   `json:"info,omitempty"`
	IpAllowListCNAME     *string `json:"ipAllowListCNAME,omitempty"`
	AdditionalProperties map[string]interface{}
}

TenantsInner struct for TenantsInner

func NewTenantsInner

func NewTenantsInner(type_ string, id float32) *TenantsInner

NewTenantsInner instantiates a new TenantsInner 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 NewTenantsInnerWithDefaults

func NewTenantsInnerWithDefaults() *TenantsInner

NewTenantsInnerWithDefaults instantiates a new TenantsInner 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 (*TenantsInner) GetId

func (o *TenantsInner) GetId() float32

GetId returns the Id field value

func (*TenantsInner) GetIdOk

func (o *TenantsInner) GetIdOk() (*float32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*TenantsInner) GetInfo

func (o *TenantsInner) GetInfo() Info

GetInfo returns the Info field value if set, zero value otherwise.

func (*TenantsInner) GetInfoOk

func (o *TenantsInner) GetInfoOk() (*Info, bool)

GetInfoOk returns a tuple with the Info field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TenantsInner) GetIpAllowListCNAME

func (o *TenantsInner) GetIpAllowListCNAME() string

GetIpAllowListCNAME returns the IpAllowListCNAME field value if set, zero value otherwise.

func (*TenantsInner) GetIpAllowListCNAMEOk

func (o *TenantsInner) GetIpAllowListCNAMEOk() (*string, bool)

GetIpAllowListCNAMEOk returns a tuple with the IpAllowListCNAME field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TenantsInner) GetType

func (o *TenantsInner) GetType() string

GetType returns the Type field value

func (*TenantsInner) GetTypeOk

func (o *TenantsInner) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*TenantsInner) HasInfo

func (o *TenantsInner) HasInfo() bool

HasInfo returns a boolean if a field has been set.

func (*TenantsInner) HasIpAllowListCNAME

func (o *TenantsInner) HasIpAllowListCNAME() bool

HasIpAllowListCNAME returns a boolean if a field has been set.

func (TenantsInner) MarshalJSON

func (o TenantsInner) MarshalJSON() ([]byte, error)

func (*TenantsInner) SetId

func (o *TenantsInner) SetId(v float32)

SetId sets field value

func (*TenantsInner) SetInfo

func (o *TenantsInner) SetInfo(v Info)

SetInfo gets a reference to the given Info and assigns it to the Info field.

func (*TenantsInner) SetIpAllowListCNAME

func (o *TenantsInner) SetIpAllowListCNAME(v string)

SetIpAllowListCNAME gets a reference to the given string and assigns it to the IpAllowListCNAME field.

func (*TenantsInner) SetType

func (o *TenantsInner) SetType(v string)

SetType sets field value

func (TenantsInner) ToMap

func (o TenantsInner) ToMap() (map[string]interface{}, error)

func (*TenantsInner) UnmarshalJSON

func (o *TenantsInner) UnmarshalJSON(data []byte) (err error)

type TokensAPIService

type TokensAPIService service

TokensAPIService TokensAPI service

func (*TokensAPIService) DeleteToken

DeleteToken Delete a token

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteTokenRequest

func (*TokensAPIService) DeleteTokenExecute

func (a *TokensAPIService) DeleteTokenExecute(r ApiDeleteTokenRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*TokensAPIService) GetToken

GetToken Get info for a specific token

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetTokenRequest

func (*TokensAPIService) GetTokenExecute

func (a *TokensAPIService) GetTokenExecute(r ApiGetTokenRequest) (*AuthToken, *http.Response, error)

Execute executes the request

@return AuthToken

func (*TokensAPIService) GetTokens

GetTokens Get a list of tokens

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTokensRequest

func (*TokensAPIService) GetTokensExecute

Execute executes the request

@return AccessPolicyListResponse

func (*TokensAPIService) PostToken

PostToken Update a token

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiPostTokenRequest

func (*TokensAPIService) PostTokenExecute

func (a *TokensAPIService) PostTokenExecute(r ApiPostTokenRequest) (*AuthToken, *http.Response, error)

Execute executes the request

@return AuthToken

func (*TokensAPIService) PostTokens

PostTokens Create a new token

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPostTokensRequest

func (*TokensAPIService) PostTokensExecute

Execute executes the request

@return AuthTokenWithSecret

type UsagesInner

type UsagesInner struct {
	StackName            string                 `json:"stackName"`
	StackLabels          map[string]interface{} `json:"stackLabels"`
	AdditionalProperties map[string]interface{}
}

UsagesInner struct for UsagesInner

func NewUsagesInner

func NewUsagesInner(stackName string, stackLabels map[string]interface{}) *UsagesInner

NewUsagesInner instantiates a new UsagesInner 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 NewUsagesInnerWithDefaults

func NewUsagesInnerWithDefaults() *UsagesInner

NewUsagesInnerWithDefaults instantiates a new UsagesInner 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 (*UsagesInner) GetStackLabels

func (o *UsagesInner) GetStackLabels() map[string]interface{}

GetStackLabels returns the StackLabels field value

func (*UsagesInner) GetStackLabelsOk

func (o *UsagesInner) GetStackLabelsOk() (map[string]interface{}, bool)

GetStackLabelsOk returns a tuple with the StackLabels field value and a boolean to check if the value has been set.

func (*UsagesInner) GetStackName

func (o *UsagesInner) GetStackName() string

GetStackName returns the StackName field value

func (*UsagesInner) GetStackNameOk

func (o *UsagesInner) GetStackNameOk() (*string, bool)

GetStackNameOk returns a tuple with the StackName field value and a boolean to check if the value has been set.

func (UsagesInner) MarshalJSON

func (o UsagesInner) MarshalJSON() ([]byte, error)

func (*UsagesInner) SetStackLabels

func (o *UsagesInner) SetStackLabels(v map[string]interface{})

SetStackLabels sets field value

func (*UsagesInner) SetStackName

func (o *UsagesInner) SetStackName(v string)

SetStackName sets field value

func (UsagesInner) ToMap

func (o UsagesInner) ToMap() (map[string]interface{}, error)

func (*UsagesInner) UnmarshalJSON

func (o *UsagesInner) UnmarshalJSON(data []byte) (err error)

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL