Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AccessPolicyListResponse
- func (o *AccessPolicyListResponse) GetItems() []map[string]interface{}
- func (o *AccessPolicyListResponse) GetItemsOk() ([]map[string]interface{}, bool)
- func (o *AccessPolicyListResponse) GetMetadata() Metadata
- func (o *AccessPolicyListResponse) GetMetadataOk() (*Metadata, bool)
- func (o AccessPolicyListResponse) MarshalJSON() ([]byte, error)
- func (o *AccessPolicyListResponse) SetItems(v []map[string]interface{})
- func (o *AccessPolicyListResponse) SetMetadata(v Metadata)
- func (o AccessPolicyListResponse) ToMap() (map[string]interface{}, error)
- func (o *AccessPolicyListResponse) UnmarshalJSON(data []byte) (err error)
- type AccesspoliciesAPIService
- func (a *AccesspoliciesAPIService) DeleteAccessPolicy(ctx context.Context, id string) ApiDeleteAccessPolicyRequest
- func (a *AccesspoliciesAPIService) DeleteAccessPolicyExecute(r ApiDeleteAccessPolicyRequest) (map[string]interface{}, *http.Response, error)
- func (a *AccesspoliciesAPIService) GetAccessPolicies(ctx context.Context) ApiGetAccessPoliciesRequest
- func (a *AccesspoliciesAPIService) GetAccessPoliciesExecute(r ApiGetAccessPoliciesRequest) (*GetAccessPolicies200Response, *http.Response, error)
- func (a *AccesspoliciesAPIService) GetAccessPolicy(ctx context.Context, id string) ApiGetAccessPolicyRequest
- func (a *AccesspoliciesAPIService) GetAccessPolicyExecute(r ApiGetAccessPolicyRequest) (*AuthAccessPolicy, *http.Response, error)
- func (a *AccesspoliciesAPIService) GetConfig(ctx context.Context) ApiGetConfigRequest
- func (a *AccesspoliciesAPIService) GetConfigExecute(r ApiGetConfigRequest) (map[string]interface{}, *http.Response, error)
- func (a *AccesspoliciesAPIService) PostAccessPolicies(ctx context.Context) ApiPostAccessPoliciesRequest
- func (a *AccesspoliciesAPIService) PostAccessPoliciesExecute(r ApiPostAccessPoliciesRequest) (*AuthAccessPolicy, *http.Response, error)
- func (a *AccesspoliciesAPIService) PostAccessPolicy(ctx context.Context, id string) ApiPostAccessPolicyRequest
- func (a *AccesspoliciesAPIService) PostAccessPolicyExecute(r ApiPostAccessPolicyRequest) (*AuthAccessPolicy, *http.Response, error)
- type Api
- func (o *Api) GetPrivateDNS() string
- func (o *Api) GetPrivateDNSOk() (*string, bool)
- func (o *Api) GetRegions() []string
- func (o *Api) GetRegionsOk() ([]string, bool)
- func (o *Api) GetServiceName() string
- func (o *Api) GetServiceNameOk() (*string, bool)
- func (o *Api) HasRegions() bool
- func (o Api) MarshalJSON() ([]byte, error)
- func (o *Api) SetPrivateDNS(v string)
- func (o *Api) SetRegions(v []string)
- func (o *Api) SetServiceName(v string)
- func (o Api) ToMap() (map[string]interface{}, error)
- func (o *Api) UnmarshalJSON(data []byte) (err error)
- type Api1
- func (o *Api1) GetEndpointName() string
- func (o *Api1) GetEndpointNameOk() (*string, bool)
- func (o *Api1) GetPrivateDNS() string
- func (o *Api1) GetPrivateDNSOk() (*string, bool)
- func (o *Api1) GetRegions() []string
- func (o *Api1) GetRegionsOk() ([]string, bool)
- func (o *Api1) GetServiceId() string
- func (o *Api1) GetServiceIdOk() (*string, bool)
- func (o *Api1) GetServiceName() string
- func (o *Api1) GetServiceNameOk() (*string, bool)
- func (o *Api1) HasEndpointName() bool
- func (o *Api1) HasRegions() bool
- func (o *Api1) HasServiceId() bool
- func (o Api1) MarshalJSON() ([]byte, error)
- func (o *Api1) SetEndpointName(v string)
- func (o *Api1) SetPrivateDNS(v string)
- func (o *Api1) SetRegions(v []string)
- func (o *Api1) SetServiceId(v string)
- func (o *Api1) SetServiceName(v string)
- func (o Api1) ToMap() (map[string]interface{}, error)
- func (o *Api1) UnmarshalJSON(data []byte) (err error)
- type ApiCheckOrgVisibilityRequest
- type ApiDelApiKeyRequest
- type ApiDelInstanceOAuthAzureADRequest
- type ApiDelInstanceOAuthGithubRequest
- type ApiDelInstanceOAuthGoogleRequest
- type ApiDelInstanceOAuthOktaRequest
- type ApiDeleteAccessPolicyRequest
- func (r ApiDeleteAccessPolicyRequest) Execute() (map[string]interface{}, *http.Response, error)
- func (r ApiDeleteAccessPolicyRequest) OrgId(orgId int32) ApiDeleteAccessPolicyRequest
- func (r ApiDeleteAccessPolicyRequest) Region(region string) ApiDeleteAccessPolicyRequest
- func (r ApiDeleteAccessPolicyRequest) XRequestId(xRequestId string) ApiDeleteAccessPolicyRequest
- type ApiDeleteInstancePluginRequest
- type ApiDeleteInstanceRequest
- type ApiDeleteInstanceServiceAccountRequest
- type ApiDeleteInstanceServiceAccountTokenRequest
- type ApiDeleteOrgMemberRequest
- type ApiDeleteTokenRequest
- func (r ApiDeleteTokenRequest) Execute() (map[string]interface{}, *http.Response, error)
- func (r ApiDeleteTokenRequest) OrgId(orgId int32) ApiDeleteTokenRequest
- func (r ApiDeleteTokenRequest) Region(region string) ApiDeleteTokenRequest
- func (r ApiDeleteTokenRequest) XRequestId(xRequestId string) ApiDeleteTokenRequest
- type ApiGetAccessPoliciesRequest
- func (r ApiGetAccessPoliciesRequest) Execute() (*GetAccessPolicies200Response, *http.Response, error)
- func (r ApiGetAccessPoliciesRequest) Name(name string) ApiGetAccessPoliciesRequest
- func (r ApiGetAccessPoliciesRequest) OrgId(orgId int32) ApiGetAccessPoliciesRequest
- func (r ApiGetAccessPoliciesRequest) PageCursor(pageCursor string) ApiGetAccessPoliciesRequest
- func (r ApiGetAccessPoliciesRequest) PageSize(pageSize int32) ApiGetAccessPoliciesRequest
- func (r ApiGetAccessPoliciesRequest) RealmIdentifier(realmIdentifier string) ApiGetAccessPoliciesRequest
- func (r ApiGetAccessPoliciesRequest) RealmType(realmType string) ApiGetAccessPoliciesRequest
- func (r ApiGetAccessPoliciesRequest) Region(region string) ApiGetAccessPoliciesRequest
- func (r ApiGetAccessPoliciesRequest) Status(status string) ApiGetAccessPoliciesRequest
- type ApiGetAccessPolicyRequest
- type ApiGetApiKeyRequest
- type ApiGetApiKeysRequest
- type ApiGetClosestStackRegionRequest
- type ApiGetConfigRequest
- type ApiGetConnectionsRequest
- type ApiGetInstancePluginRequest
- type ApiGetInstancePluginsRequest
- type ApiGetInstanceRequest
- type ApiGetInstanceServiceAccountRequest
- type ApiGetInstanceServiceAccountTokensRequest
- type ApiGetInstanceUsersRequest
- func (r ApiGetInstanceUsersRequest) Active(active bool) ApiGetInstanceUsersRequest
- func (r ApiGetInstanceUsersRequest) ActiveSince(activeSince time.Time) ApiGetInstanceUsersRequest
- func (r ApiGetInstanceUsersRequest) Execute() (*InstanceUsersResponse, *http.Response, error)
- func (r ApiGetInstanceUsersRequest) IncludeInternal(includeInternal bool) ApiGetInstanceUsersRequest
- type ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) Cluster(cluster string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) ClusterIdIn(clusterIdIn []int32) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) Cursor(cursor int32) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) Direction(direction string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) Execute() (*GetInstances200Response, *http.Response, error)
- func (r ApiGetInstancesRequest) Hosted(hosted bool) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) Id(id string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) IdIn(idIn string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) IdMin(idMin int32) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) IncludeLabels(includeLabels bool) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) IncludePromCurrentActiveSeries(includePromCurrentActiveSeries bool) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) Labels(labels []string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) Name(name string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) NameIn(nameIn string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) OrderBy(orderBy string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) OrgId(orgId string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) OrgIdIn(orgIdIn string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) OrgSlug(orgSlug string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) OrgSlugIn(orgSlugIn string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) Page(page int32) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) PageSize(pageSize int32) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) Plan(plan string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) PlanIn(planIn string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) PlanNot(planNot string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) Slug(slug string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) SlugIn(slugIn string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) Status(status string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) UpdatedOrCreatedAtMin(updatedOrCreatedAtMin time.Time) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) Url(url string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) Version(version string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) VersionIn(versionIn []string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) VersionNot(versionNot string) ApiGetInstancesRequest
- func (r ApiGetInstancesRequest) VersionNotIn(versionNotIn []string) ApiGetInstancesRequest
- type ApiGetOrgBilledUsageHistoryRequest
- type ApiGetOrgBilledUsageRequest
- func (r ApiGetOrgBilledUsageRequest) Execute() (*ModifiedGetOrgBilledUsageResponse, *http.Response, error)
- func (r ApiGetOrgBilledUsageRequest) Format(format string) ApiGetOrgBilledUsageRequest
- func (r ApiGetOrgBilledUsageRequest) Month(month int32) ApiGetOrgBilledUsageRequest
- func (r ApiGetOrgBilledUsageRequest) Year(year int32) ApiGetOrgBilledUsageRequest
- type ApiGetOrgInstancesRequest
- func (r ApiGetOrgInstancesRequest) Cluster(cluster string) ApiGetOrgInstancesRequest
- func (r ApiGetOrgInstancesRequest) Direction(direction string) ApiGetOrgInstancesRequest
- func (r ApiGetOrgInstancesRequest) Execute() (*GetInstances200Response, *http.Response, error)
- func (r ApiGetOrgInstancesRequest) Id(id string) ApiGetOrgInstancesRequest
- func (r ApiGetOrgInstancesRequest) IdIn(idIn string) ApiGetOrgInstancesRequest
- func (r ApiGetOrgInstancesRequest) Name(name string) ApiGetOrgInstancesRequest
- func (r ApiGetOrgInstancesRequest) NameIn(nameIn string) ApiGetOrgInstancesRequest
- func (r ApiGetOrgInstancesRequest) OrderBy(orderBy string) ApiGetOrgInstancesRequest
- func (r ApiGetOrgInstancesRequest) Plan(plan string) ApiGetOrgInstancesRequest
- func (r ApiGetOrgInstancesRequest) PlanIn(planIn string) ApiGetOrgInstancesRequest
- func (r ApiGetOrgInstancesRequest) PlanNot(planNot string) ApiGetOrgInstancesRequest
- func (r ApiGetOrgInstancesRequest) Slug(slug string) ApiGetOrgInstancesRequest
- func (r ApiGetOrgInstancesRequest) SlugIn(slugIn string) ApiGetOrgInstancesRequest
- func (r ApiGetOrgInstancesRequest) Url(url string) ApiGetOrgInstancesRequest
- func (r ApiGetOrgInstancesRequest) UrlIn(urlIn string) ApiGetOrgInstancesRequest
- type ApiGetOrgMemberRequest
- type ApiGetOrgMembersRequest
- func (r ApiGetOrgMembersRequest) Billing(billing string) ApiGetOrgMembersRequest
- func (r ApiGetOrgMembersRequest) Direction(direction string) ApiGetOrgMembersRequest
- func (r ApiGetOrgMembersRequest) Execute() (*OrgMemberListResponse, *http.Response, error)
- func (r ApiGetOrgMembersRequest) OrderBy(orderBy string) ApiGetOrgMembersRequest
- func (r ApiGetOrgMembersRequest) Privacy(privacy string) ApiGetOrgMembersRequest
- func (r ApiGetOrgMembersRequest) PrivacyIn(privacyIn string) ApiGetOrgMembersRequest
- type ApiGetOrgRequest
- type ApiGetPluginRequest
- type ApiGetStackRegionsRequest
- func (r ApiGetStackRegionsRequest) Direction(direction string) ApiGetStackRegionsRequest
- func (r ApiGetStackRegionsRequest) Execute() (*GetStackRegions200Response, *http.Response, error)
- func (r ApiGetStackRegionsRequest) Id(id int32) ApiGetStackRegionsRequest
- func (r ApiGetStackRegionsRequest) IdIn(idIn []int32) ApiGetStackRegionsRequest
- func (r ApiGetStackRegionsRequest) OrderBy(orderBy string) ApiGetStackRegionsRequest
- func (r ApiGetStackRegionsRequest) Provider(provider string) ApiGetStackRegionsRequest
- func (r ApiGetStackRegionsRequest) ProviderRegion(providerRegion string) ApiGetStackRegionsRequest
- func (r ApiGetStackRegionsRequest) Slug(slug string) ApiGetStackRegionsRequest
- func (r ApiGetStackRegionsRequest) SlugIn(slugIn []string) ApiGetStackRegionsRequest
- type ApiGetTokenRequest
- type ApiGetTokensRequest
- func (r ApiGetTokensRequest) AccessPolicyId(accessPolicyId string) ApiGetTokensRequest
- func (r ApiGetTokensRequest) AccessPolicyIds(accessPolicyIds string) ApiGetTokensRequest
- func (r ApiGetTokensRequest) AccessPolicyName(accessPolicyName string) ApiGetTokensRequest
- func (r ApiGetTokensRequest) AccessPolicyRealmIdentifier(accessPolicyRealmIdentifier string) ApiGetTokensRequest
- func (r ApiGetTokensRequest) AccessPolicyRealmType(accessPolicyRealmType string) ApiGetTokensRequest
- func (r ApiGetTokensRequest) AccessPolicyStatus(accessPolicyStatus string) ApiGetTokensRequest
- func (r ApiGetTokensRequest) Execute() (*AccessPolicyListResponse, *http.Response, error)
- func (r ApiGetTokensRequest) ExpiresAfter(expiresAfter string) ApiGetTokensRequest
- func (r ApiGetTokensRequest) ExpiresBefore(expiresBefore string) ApiGetTokensRequest
- func (r ApiGetTokensRequest) IncludeExpired(includeExpired bool) ApiGetTokensRequest
- func (r ApiGetTokensRequest) Name(name string) ApiGetTokensRequest
- func (r ApiGetTokensRequest) OrgId(orgId int32) ApiGetTokensRequest
- func (r ApiGetTokensRequest) PageCursor(pageCursor string) ApiGetTokensRequest
- func (r ApiGetTokensRequest) PageSize(pageSize int32) ApiGetTokensRequest
- func (r ApiGetTokensRequest) Region(region string) ApiGetTokensRequest
- type ApiPostAccessPoliciesRequest
- func (r ApiPostAccessPoliciesRequest) Execute() (*AuthAccessPolicy, *http.Response, error)
- func (r ApiPostAccessPoliciesRequest) OrgId(orgId int32) ApiPostAccessPoliciesRequest
- func (r ApiPostAccessPoliciesRequest) PostAccessPoliciesRequest(postAccessPoliciesRequest PostAccessPoliciesRequest) ApiPostAccessPoliciesRequest
- func (r ApiPostAccessPoliciesRequest) Region(region string) ApiPostAccessPoliciesRequest
- func (r ApiPostAccessPoliciesRequest) XRequestId(xRequestId string) ApiPostAccessPoliciesRequest
- type ApiPostAccessPolicyRequest
- func (r ApiPostAccessPolicyRequest) Execute() (*AuthAccessPolicy, *http.Response, error)
- func (r ApiPostAccessPolicyRequest) OrgId(orgId int32) ApiPostAccessPolicyRequest
- func (r ApiPostAccessPolicyRequest) PostAccessPolicyRequest(postAccessPolicyRequest PostAccessPolicyRequest) ApiPostAccessPolicyRequest
- func (r ApiPostAccessPolicyRequest) Region(region string) ApiPostAccessPolicyRequest
- func (r ApiPostAccessPolicyRequest) XRequestId(xRequestId string) ApiPostAccessPolicyRequest
- type ApiPostApiKeysRequest
- type ApiPostInstanceOAuthAzureADRequest
- func (r ApiPostInstanceOAuthAzureADRequest) Execute() (*FormattedApiInstance, *http.Response, error)
- func (r ApiPostInstanceOAuthAzureADRequest) PostInstanceOAuthAzureADRequest(postInstanceOAuthAzureADRequest PostInstanceOAuthAzureADRequest) ApiPostInstanceOAuthAzureADRequest
- func (r ApiPostInstanceOAuthAzureADRequest) XRequestId(xRequestId string) ApiPostInstanceOAuthAzureADRequest
- type ApiPostInstanceOAuthGithubRequest
- func (r ApiPostInstanceOAuthGithubRequest) Execute() (*FormattedApiInstance, *http.Response, error)
- func (r ApiPostInstanceOAuthGithubRequest) PostInstanceOAuthGithubRequest(postInstanceOAuthGithubRequest PostInstanceOAuthGithubRequest) ApiPostInstanceOAuthGithubRequest
- func (r ApiPostInstanceOAuthGithubRequest) XRequestId(xRequestId string) ApiPostInstanceOAuthGithubRequest
- type ApiPostInstanceOAuthGoogleRequest
- func (r ApiPostInstanceOAuthGoogleRequest) Execute() (*FormattedApiInstance, *http.Response, error)
- func (r ApiPostInstanceOAuthGoogleRequest) PostInstanceOAuthGoogleRequest(postInstanceOAuthGoogleRequest PostInstanceOAuthGoogleRequest) ApiPostInstanceOAuthGoogleRequest
- func (r ApiPostInstanceOAuthGoogleRequest) XRequestId(xRequestId string) ApiPostInstanceOAuthGoogleRequest
- type ApiPostInstanceOAuthOktaRequest
- func (r ApiPostInstanceOAuthOktaRequest) Execute() (*FormattedApiInstance, *http.Response, error)
- func (r ApiPostInstanceOAuthOktaRequest) PostInstanceOAuthOktaRequest(postInstanceOAuthOktaRequest PostInstanceOAuthOktaRequest) ApiPostInstanceOAuthOktaRequest
- func (r ApiPostInstanceOAuthOktaRequest) XRequestId(xRequestId string) ApiPostInstanceOAuthOktaRequest
- type ApiPostInstancePluginRequest
- func (r ApiPostInstancePluginRequest) Execute() (*FormattedApiInstancePlugin, *http.Response, error)
- func (r ApiPostInstancePluginRequest) PostInstancePluginRequest(postInstancePluginRequest PostInstancePluginRequest) ApiPostInstancePluginRequest
- func (r ApiPostInstancePluginRequest) XRequestId(xRequestId string) ApiPostInstancePluginRequest
- type ApiPostInstancePluginsRequest
- func (r ApiPostInstancePluginsRequest) Execute() (*FormattedApiInstancePlugin, *http.Response, error)
- func (r ApiPostInstancePluginsRequest) PostInstancePluginsRequest(postInstancePluginsRequest PostInstancePluginsRequest) ApiPostInstancePluginsRequest
- func (r ApiPostInstancePluginsRequest) XRequestId(xRequestId string) ApiPostInstancePluginsRequest
- type ApiPostInstanceRequest
- type ApiPostInstanceServiceAccountTokensRequest
- func (r ApiPostInstanceServiceAccountTokensRequest) Execute() (*GrafanaNewApiKeyResult, *http.Response, error)
- func (r ApiPostInstanceServiceAccountTokensRequest) PostInstanceServiceAccountTokensRequest(...) ApiPostInstanceServiceAccountTokensRequest
- func (r ApiPostInstanceServiceAccountTokensRequest) XRequestId(xRequestId string) ApiPostInstanceServiceAccountTokensRequest
- type ApiPostInstanceServiceAccountsRequest
- func (r ApiPostInstanceServiceAccountsRequest) Execute() (*GrafanaServiceAccountDTO, *http.Response, error)
- func (r ApiPostInstanceServiceAccountsRequest) PostInstanceServiceAccountsRequest(postInstanceServiceAccountsRequest PostInstanceServiceAccountsRequest) ApiPostInstanceServiceAccountsRequest
- func (r ApiPostInstanceServiceAccountsRequest) XRequestId(xRequestId string) ApiPostInstanceServiceAccountsRequest
- type ApiPostInstancesRequest
- type ApiPostOrgMemberRequest
- type ApiPostOrgMembersRequest
- func (r ApiPostOrgMembersRequest) Execute() (*FormattedOrgMembership, *http.Response, error)
- func (r ApiPostOrgMembersRequest) PostOrgMembersRequest(postOrgMembersRequest PostOrgMembersRequest) ApiPostOrgMembersRequest
- func (r ApiPostOrgMembersRequest) XRequestId(xRequestId string) ApiPostOrgMembersRequest
- type ApiPostTokenRequest
- func (r ApiPostTokenRequest) Execute() (*AuthToken, *http.Response, error)
- func (r ApiPostTokenRequest) OrgId(orgId int32) ApiPostTokenRequest
- func (r ApiPostTokenRequest) PostTokenRequest(postTokenRequest PostTokenRequest) ApiPostTokenRequest
- func (r ApiPostTokenRequest) Region(region string) ApiPostTokenRequest
- func (r ApiPostTokenRequest) XRequestId(xRequestId string) ApiPostTokenRequest
- type ApiPostTokensRequest
- func (r ApiPostTokensRequest) Execute() (*AuthTokenWithSecret, *http.Response, error)
- func (r ApiPostTokensRequest) OrgId(orgId int32) ApiPostTokensRequest
- func (r ApiPostTokensRequest) PostTokensRequest(postTokensRequest PostTokensRequest) ApiPostTokensRequest
- func (r ApiPostTokensRequest) Region(region string) ApiPostTokensRequest
- func (r ApiPostTokensRequest) XRequestId(xRequestId string) ApiPostTokensRequest
- type AppPlatform
- func (o *AppPlatform) GetCaData() string
- func (o *AppPlatform) GetCaDataOk() (*string, bool)
- func (o *AppPlatform) GetUrl() string
- func (o *AppPlatform) GetUrlOk() (*string, bool)
- func (o *AppPlatform) HasCaData() bool
- func (o AppPlatform) MarshalJSON() ([]byte, error)
- func (o *AppPlatform) SetCaData(v string)
- func (o *AppPlatform) SetCaDataNil()
- func (o *AppPlatform) SetUrl(v string)
- func (o AppPlatform) ToMap() (map[string]interface{}, error)
- func (o *AppPlatform) UnmarshalJSON(data []byte) (err error)
- func (o *AppPlatform) UnsetCaData()
- type AuthAccessPolicy
- func (o *AuthAccessPolicy) GetAttributes() AuthAccessPolicyAttributes
- func (o *AuthAccessPolicy) GetAttributesOk() (*AuthAccessPolicyAttributes, bool)
- func (o *AuthAccessPolicy) GetConditions() AuthAccessPolicyConditions
- func (o *AuthAccessPolicy) GetConditionsOk() (*AuthAccessPolicyConditions, bool)
- func (o *AuthAccessPolicy) GetCreatedAt() time.Time
- func (o *AuthAccessPolicy) GetCreatedAtOk() (*time.Time, bool)
- func (o *AuthAccessPolicy) GetDisplayName() string
- func (o *AuthAccessPolicy) GetDisplayNameOk() (*string, bool)
- func (o *AuthAccessPolicy) GetId() string
- func (o *AuthAccessPolicy) GetIdOk() (*string, bool)
- func (o *AuthAccessPolicy) GetName() string
- func (o *AuthAccessPolicy) GetNameOk() (*string, bool)
- func (o *AuthAccessPolicy) GetOrgId() string
- func (o *AuthAccessPolicy) GetOrgIdOk() (*string, bool)
- func (o *AuthAccessPolicy) GetRealms() []AuthAccessPolicyRealmsInner
- func (o *AuthAccessPolicy) GetRealmsOk() ([]AuthAccessPolicyRealmsInner, bool)
- func (o *AuthAccessPolicy) GetScopes() []string
- func (o *AuthAccessPolicy) GetScopesOk() ([]string, bool)
- func (o *AuthAccessPolicy) GetSource() string
- func (o *AuthAccessPolicy) GetSourceOk() (*string, bool)
- func (o *AuthAccessPolicy) GetStatus() string
- func (o *AuthAccessPolicy) GetStatusOk() (*string, bool)
- func (o *AuthAccessPolicy) GetUpdatedAt() time.Time
- func (o *AuthAccessPolicy) GetUpdatedAtOk() (*time.Time, bool)
- func (o *AuthAccessPolicy) HasAttributes() bool
- func (o *AuthAccessPolicy) HasConditions() bool
- func (o *AuthAccessPolicy) HasCreatedAt() bool
- func (o *AuthAccessPolicy) HasDisplayName() bool
- func (o *AuthAccessPolicy) HasId() bool
- func (o *AuthAccessPolicy) HasOrgId() bool
- func (o *AuthAccessPolicy) HasSource() bool
- func (o *AuthAccessPolicy) HasStatus() bool
- func (o *AuthAccessPolicy) HasUpdatedAt() bool
- func (o AuthAccessPolicy) MarshalJSON() ([]byte, error)
- func (o *AuthAccessPolicy) SetAttributes(v AuthAccessPolicyAttributes)
- func (o *AuthAccessPolicy) SetConditions(v AuthAccessPolicyConditions)
- func (o *AuthAccessPolicy) SetCreatedAt(v time.Time)
- func (o *AuthAccessPolicy) SetDisplayName(v string)
- func (o *AuthAccessPolicy) SetId(v string)
- func (o *AuthAccessPolicy) SetName(v string)
- func (o *AuthAccessPolicy) SetOrgId(v string)
- func (o *AuthAccessPolicy) SetRealms(v []AuthAccessPolicyRealmsInner)
- func (o *AuthAccessPolicy) SetScopes(v []string)
- func (o *AuthAccessPolicy) SetSource(v string)
- func (o *AuthAccessPolicy) SetStatus(v string)
- func (o *AuthAccessPolicy) SetUpdatedAt(v time.Time)
- func (o AuthAccessPolicy) ToMap() (map[string]interface{}, error)
- func (o *AuthAccessPolicy) UnmarshalJSON(data []byte) (err error)
- type AuthAccessPolicyAttributes
- func (o *AuthAccessPolicyAttributes) GetAllowedAudiences() []string
- func (o *AuthAccessPolicyAttributes) GetAllowedAudiencesOk() ([]string, bool)
- func (o *AuthAccessPolicyAttributes) GetAllowedScopes() []string
- func (o *AuthAccessPolicyAttributes) GetAllowedScopesOk() ([]string, bool)
- func (o *AuthAccessPolicyAttributes) GetLokiQueryPolicy() AuthAccessPolicyAttributesLokiQueryPolicy
- func (o *AuthAccessPolicyAttributes) GetLokiQueryPolicyOk() (*AuthAccessPolicyAttributesLokiQueryPolicy, bool)
- func (o *AuthAccessPolicyAttributes) GetPdcConfiguration() AuthAccessPolicyAttributesPdcConfiguration
- func (o *AuthAccessPolicyAttributes) GetPdcConfigurationOk() (*AuthAccessPolicyAttributesPdcConfiguration, bool)
- func (o *AuthAccessPolicyAttributes) HasAllowedAudiences() bool
- func (o *AuthAccessPolicyAttributes) HasAllowedScopes() bool
- func (o *AuthAccessPolicyAttributes) HasLokiQueryPolicy() bool
- func (o *AuthAccessPolicyAttributes) HasPdcConfiguration() bool
- func (o AuthAccessPolicyAttributes) MarshalJSON() ([]byte, error)
- func (o *AuthAccessPolicyAttributes) SetAllowedAudiences(v []string)
- func (o *AuthAccessPolicyAttributes) SetAllowedScopes(v []string)
- func (o *AuthAccessPolicyAttributes) SetLokiQueryPolicy(v AuthAccessPolicyAttributesLokiQueryPolicy)
- func (o *AuthAccessPolicyAttributes) SetPdcConfiguration(v AuthAccessPolicyAttributesPdcConfiguration)
- func (o AuthAccessPolicyAttributes) ToMap() (map[string]interface{}, error)
- func (o *AuthAccessPolicyAttributes) UnmarshalJSON(data []byte) (err error)
- type AuthAccessPolicyAttributesLokiQueryPolicy
- func (o *AuthAccessPolicyAttributesLokiQueryPolicy) GetMaxEntriesLimitPerQuery() int32
- func (o *AuthAccessPolicyAttributesLokiQueryPolicy) GetMaxEntriesLimitPerQueryOk() (*int32, bool)
- func (o *AuthAccessPolicyAttributesLokiQueryPolicy) GetMaxQueryLength() string
- func (o *AuthAccessPolicyAttributesLokiQueryPolicy) GetMaxQueryLengthOk() (*string, bool)
- func (o *AuthAccessPolicyAttributesLokiQueryPolicy) GetMaxQueryLookback() string
- func (o *AuthAccessPolicyAttributesLokiQueryPolicy) GetMaxQueryLookbackOk() (*string, bool)
- func (o *AuthAccessPolicyAttributesLokiQueryPolicy) GetQueryTimeout() string
- func (o *AuthAccessPolicyAttributesLokiQueryPolicy) GetQueryTimeoutOk() (*string, bool)
- func (o *AuthAccessPolicyAttributesLokiQueryPolicy) HasMaxEntriesLimitPerQuery() bool
- func (o *AuthAccessPolicyAttributesLokiQueryPolicy) HasMaxQueryLength() bool
- func (o *AuthAccessPolicyAttributesLokiQueryPolicy) HasMaxQueryLookback() bool
- func (o *AuthAccessPolicyAttributesLokiQueryPolicy) HasQueryTimeout() bool
- func (o AuthAccessPolicyAttributesLokiQueryPolicy) MarshalJSON() ([]byte, error)
- func (o *AuthAccessPolicyAttributesLokiQueryPolicy) SetMaxEntriesLimitPerQuery(v int32)
- func (o *AuthAccessPolicyAttributesLokiQueryPolicy) SetMaxQueryLength(v string)
- func (o *AuthAccessPolicyAttributesLokiQueryPolicy) SetMaxQueryLookback(v string)
- func (o *AuthAccessPolicyAttributesLokiQueryPolicy) SetQueryTimeout(v string)
- func (o AuthAccessPolicyAttributesLokiQueryPolicy) ToMap() (map[string]interface{}, error)
- func (o *AuthAccessPolicyAttributesLokiQueryPolicy) UnmarshalJSON(data []byte) (err error)
- type AuthAccessPolicyAttributesPdcConfiguration
- func (o *AuthAccessPolicyAttributesPdcConfiguration) GetLimitedHosts() []string
- func (o *AuthAccessPolicyAttributesPdcConfiguration) GetLimitedHostsOk() ([]string, bool)
- func (o *AuthAccessPolicyAttributesPdcConfiguration) HasLimitedHosts() bool
- func (o AuthAccessPolicyAttributesPdcConfiguration) MarshalJSON() ([]byte, error)
- func (o *AuthAccessPolicyAttributesPdcConfiguration) SetLimitedHosts(v []string)
- func (o AuthAccessPolicyAttributesPdcConfiguration) ToMap() (map[string]interface{}, error)
- func (o *AuthAccessPolicyAttributesPdcConfiguration) UnmarshalJSON(data []byte) (err error)
- type AuthAccessPolicyConditions
- func (o *AuthAccessPolicyConditions) GetAllowedSubnets() []AuthAccessPolicyConditionsAllowedSubnetsInner
- func (o *AuthAccessPolicyConditions) GetAllowedSubnetsOk() ([]AuthAccessPolicyConditionsAllowedSubnetsInner, bool)
- func (o *AuthAccessPolicyConditions) HasAllowedSubnets() bool
- func (o AuthAccessPolicyConditions) MarshalJSON() ([]byte, error)
- func (o *AuthAccessPolicyConditions) SetAllowedSubnets(v []AuthAccessPolicyConditionsAllowedSubnetsInner)
- func (o AuthAccessPolicyConditions) ToMap() (map[string]interface{}, error)
- func (o *AuthAccessPolicyConditions) UnmarshalJSON(data []byte) (err error)
- type AuthAccessPolicyConditionsAllowedSubnetsInner
- type AuthAccessPolicyRealmsInner
- func (o *AuthAccessPolicyRealmsInner) GetIdentifier() string
- func (o *AuthAccessPolicyRealmsInner) GetIdentifierOk() (*string, bool)
- func (o *AuthAccessPolicyRealmsInner) GetLabelPolicies() []AuthAccessPolicyRealmsInnerLabelPoliciesInner
- func (o *AuthAccessPolicyRealmsInner) GetLabelPoliciesOk() ([]AuthAccessPolicyRealmsInnerLabelPoliciesInner, bool)
- func (o *AuthAccessPolicyRealmsInner) GetType() string
- func (o *AuthAccessPolicyRealmsInner) GetTypeOk() (*string, bool)
- func (o *AuthAccessPolicyRealmsInner) HasIdentifier() bool
- func (o *AuthAccessPolicyRealmsInner) HasLabelPolicies() bool
- func (o *AuthAccessPolicyRealmsInner) HasType() bool
- func (o AuthAccessPolicyRealmsInner) MarshalJSON() ([]byte, error)
- func (o *AuthAccessPolicyRealmsInner) SetIdentifier(v string)
- func (o *AuthAccessPolicyRealmsInner) SetLabelPolicies(v []AuthAccessPolicyRealmsInnerLabelPoliciesInner)
- func (o *AuthAccessPolicyRealmsInner) SetType(v string)
- func (o AuthAccessPolicyRealmsInner) ToMap() (map[string]interface{}, error)
- func (o *AuthAccessPolicyRealmsInner) UnmarshalJSON(data []byte) (err error)
- type AuthAccessPolicyRealmsInnerLabelPoliciesInner
- func (o *AuthAccessPolicyRealmsInnerLabelPoliciesInner) GetSelector() string
- func (o *AuthAccessPolicyRealmsInnerLabelPoliciesInner) GetSelectorOk() (*string, bool)
- func (o *AuthAccessPolicyRealmsInnerLabelPoliciesInner) HasSelector() bool
- func (o AuthAccessPolicyRealmsInnerLabelPoliciesInner) MarshalJSON() ([]byte, error)
- func (o *AuthAccessPolicyRealmsInnerLabelPoliciesInner) SetSelector(v string)
- func (o AuthAccessPolicyRealmsInnerLabelPoliciesInner) ToMap() (map[string]interface{}, error)
- func (o *AuthAccessPolicyRealmsInnerLabelPoliciesInner) UnmarshalJSON(data []byte) (err error)
- type AuthToken
- func (o *AuthToken) GetAccessPolicyId() string
- func (o *AuthToken) GetAccessPolicyIdOk() (*string, bool)
- func (o *AuthToken) GetCreatedAt() time.Time
- func (o *AuthToken) GetCreatedAtOk() (*time.Time, bool)
- func (o *AuthToken) GetDisplayName() string
- func (o *AuthToken) GetDisplayNameOk() (*string, bool)
- func (o *AuthToken) GetExpiresAt() time.Time
- func (o *AuthToken) GetExpiresAtOk() (*time.Time, bool)
- func (o *AuthToken) GetFirstUsedAt() time.Time
- func (o *AuthToken) GetFirstUsedAtOk() (*time.Time, bool)
- func (o *AuthToken) GetId() string
- func (o *AuthToken) GetIdOk() (*string, bool)
- func (o *AuthToken) GetLastUsedAt() time.Time
- func (o *AuthToken) GetLastUsedAtOk() (*time.Time, bool)
- func (o *AuthToken) GetName() string
- func (o *AuthToken) GetNameOk() (*string, bool)
- func (o *AuthToken) GetOrgId() string
- func (o *AuthToken) GetOrgIdOk() (*string, bool)
- func (o *AuthToken) GetUpdatedAt() time.Time
- func (o *AuthToken) GetUpdatedAtOk() (*time.Time, bool)
- func (o *AuthToken) HasCreatedAt() bool
- func (o *AuthToken) HasDisplayName() bool
- func (o *AuthToken) HasExpiresAt() bool
- func (o *AuthToken) HasFirstUsedAt() bool
- func (o *AuthToken) HasId() bool
- func (o *AuthToken) HasLastUsedAt() bool
- func (o *AuthToken) HasOrgId() bool
- func (o *AuthToken) HasUpdatedAt() bool
- func (o AuthToken) MarshalJSON() ([]byte, error)
- func (o *AuthToken) SetAccessPolicyId(v string)
- func (o *AuthToken) SetCreatedAt(v time.Time)
- func (o *AuthToken) SetDisplayName(v string)
- func (o *AuthToken) SetExpiresAt(v time.Time)
- func (o *AuthToken) SetFirstUsedAt(v time.Time)
- func (o *AuthToken) SetId(v string)
- func (o *AuthToken) SetLastUsedAt(v time.Time)
- func (o *AuthToken) SetName(v string)
- func (o *AuthToken) SetOrgId(v string)
- func (o *AuthToken) SetUpdatedAt(v time.Time)
- func (o AuthToken) ToMap() (map[string]interface{}, error)
- func (o *AuthToken) UnmarshalJSON(data []byte) (err error)
- type AuthTokenWithSecret
- func (o *AuthTokenWithSecret) GetAccessPolicyId() string
- func (o *AuthTokenWithSecret) GetAccessPolicyIdOk() (*string, bool)
- func (o *AuthTokenWithSecret) GetCreatedAt() time.Time
- func (o *AuthTokenWithSecret) GetCreatedAtOk() (*time.Time, bool)
- func (o *AuthTokenWithSecret) GetDisplayName() string
- func (o *AuthTokenWithSecret) GetDisplayNameOk() (*string, bool)
- func (o *AuthTokenWithSecret) GetExpiresAt() time.Time
- func (o *AuthTokenWithSecret) GetExpiresAtOk() (*time.Time, bool)
- func (o *AuthTokenWithSecret) GetFirstUsedAt() time.Time
- func (o *AuthTokenWithSecret) GetFirstUsedAtOk() (*time.Time, bool)
- func (o *AuthTokenWithSecret) GetId() string
- func (o *AuthTokenWithSecret) GetIdOk() (*string, bool)
- func (o *AuthTokenWithSecret) GetLastUsedAt() time.Time
- func (o *AuthTokenWithSecret) GetLastUsedAtOk() (*time.Time, bool)
- func (o *AuthTokenWithSecret) GetName() string
- func (o *AuthTokenWithSecret) GetNameOk() (*string, bool)
- func (o *AuthTokenWithSecret) GetOrgId() string
- func (o *AuthTokenWithSecret) GetOrgIdOk() (*string, bool)
- func (o *AuthTokenWithSecret) GetToken() string
- func (o *AuthTokenWithSecret) GetTokenOk() (*string, bool)
- func (o *AuthTokenWithSecret) GetUpdatedAt() time.Time
- func (o *AuthTokenWithSecret) GetUpdatedAtOk() (*time.Time, bool)
- func (o *AuthTokenWithSecret) HasCreatedAt() bool
- func (o *AuthTokenWithSecret) HasDisplayName() bool
- func (o *AuthTokenWithSecret) HasExpiresAt() bool
- func (o *AuthTokenWithSecret) HasFirstUsedAt() bool
- func (o *AuthTokenWithSecret) HasId() bool
- func (o *AuthTokenWithSecret) HasLastUsedAt() bool
- func (o *AuthTokenWithSecret) HasOrgId() bool
- func (o *AuthTokenWithSecret) HasToken() bool
- func (o *AuthTokenWithSecret) HasUpdatedAt() bool
- func (o AuthTokenWithSecret) MarshalJSON() ([]byte, error)
- func (o *AuthTokenWithSecret) SetAccessPolicyId(v string)
- func (o *AuthTokenWithSecret) SetCreatedAt(v time.Time)
- func (o *AuthTokenWithSecret) SetDisplayName(v string)
- func (o *AuthTokenWithSecret) SetExpiresAt(v time.Time)
- func (o *AuthTokenWithSecret) SetFirstUsedAt(v time.Time)
- func (o *AuthTokenWithSecret) SetId(v string)
- func (o *AuthTokenWithSecret) SetLastUsedAt(v time.Time)
- func (o *AuthTokenWithSecret) SetName(v string)
- func (o *AuthTokenWithSecret) SetOrgId(v string)
- func (o *AuthTokenWithSecret) SetToken(v string)
- func (o *AuthTokenWithSecret) SetUpdatedAt(v time.Time)
- func (o AuthTokenWithSecret) ToMap() (map[string]interface{}, error)
- func (o *AuthTokenWithSecret) UnmarshalJSON(data []byte) (err error)
- type BasicAuth
- type Configuration
- type Current
- func (o *Current) GetEndDate() interface{}
- func (o *Current) GetEndDateOk() (*interface{}, bool)
- func (o *Current) GetEnterprisePluginsAdded() bool
- func (o *Current) GetEnterprisePluginsAddedOk() (*bool, bool)
- func (o *Current) GetIsTrial() bool
- func (o *Current) GetIsTrialOk() (*bool, bool)
- func (o *Current) GetPayload() map[string]interface{}
- func (o *Current) GetPayloadOk() (map[string]interface{}, bool)
- func (o *Current) GetPlan() interface{}
- func (o *Current) GetPlanBillingCycle() interface{}
- func (o *Current) GetPlanBillingCycleOk() (*interface{}, bool)
- func (o *Current) GetPlanOk() (*interface{}, bool)
- func (o *Current) GetProduct() interface{}
- func (o *Current) GetProductOk() (*interface{}, bool)
- func (o *Current) GetPublicName() interface{}
- func (o *Current) GetPublicNameOk() (*interface{}, bool)
- func (o *Current) GetStartDate() interface{}
- func (o *Current) GetStartDateOk() (*interface{}, bool)
- func (o Current) MarshalJSON() ([]byte, error)
- func (o *Current) SetEndDate(v interface{})
- func (o *Current) SetEnterprisePluginsAdded(v bool)
- func (o *Current) SetIsTrial(v bool)
- func (o *Current) SetPayload(v map[string]interface{})
- func (o *Current) SetPlan(v interface{})
- func (o *Current) SetPlanBillingCycle(v interface{})
- func (o *Current) SetProduct(v interface{})
- func (o *Current) SetPublicName(v interface{})
- func (o *Current) SetStartDate(v interface{})
- func (o Current) ToMap() (map[string]interface{}, error)
- func (o *Current) UnmarshalJSON(data []byte) (err error)
- type Current1
- func (o *Current1) GetEndDate() time.Time
- func (o *Current1) GetEndDateOk() (*time.Time, bool)
- func (o *Current1) GetEnterprisePluginsAdded() bool
- func (o *Current1) GetEnterprisePluginsAddedOk() (*bool, bool)
- func (o *Current1) GetIsTrial() bool
- func (o *Current1) GetIsTrialOk() (*bool, bool)
- func (o *Current1) GetPayload() Payload
- func (o *Current1) GetPayloadOk() (*Payload, bool)
- func (o *Current1) GetPlan() string
- func (o *Current1) GetPlanBillingCycle() string
- func (o *Current1) GetPlanBillingCycleOk() (*string, bool)
- func (o *Current1) GetPlanOk() (*string, bool)
- func (o *Current1) GetProduct() string
- func (o *Current1) GetProductOk() (*string, bool)
- func (o *Current1) GetPublicName() string
- func (o *Current1) GetPublicNameOk() (*string, bool)
- func (o *Current1) GetStartDate() time.Time
- func (o *Current1) GetStartDateOk() (*time.Time, bool)
- func (o Current1) MarshalJSON() ([]byte, error)
- func (o *Current1) SetEndDate(v time.Time)
- func (o *Current1) SetEnterprisePluginsAdded(v bool)
- func (o *Current1) SetIsTrial(v bool)
- func (o *Current1) SetPayload(v Payload)
- func (o *Current1) SetPlan(v string)
- func (o *Current1) SetPlanBillingCycle(v string)
- func (o *Current1) SetProduct(v string)
- func (o *Current1) SetPublicName(v string)
- func (o *Current1) SetStartDate(v time.Time)
- func (o Current1) ToMap() (map[string]interface{}, error)
- func (o *Current1) UnmarshalJSON(data []byte) (err error)
- type Current2
- func (o *Current2) GetEndDate() interface{}
- func (o *Current2) GetEndDateOk() (*interface{}, bool)
- func (o *Current2) GetEnterprisePluginsAdded() bool
- func (o *Current2) GetEnterprisePluginsAddedOk() (*bool, bool)
- func (o *Current2) GetIsTrial() bool
- func (o *Current2) GetIsTrialOk() (*bool, bool)
- func (o *Current2) GetPayload() Payload
- func (o *Current2) GetPayloadOk() (*Payload, bool)
- func (o *Current2) GetPlan() string
- func (o *Current2) GetPlanBillingCycle() string
- func (o *Current2) GetPlanBillingCycleOk() (*string, bool)
- func (o *Current2) GetPlanOk() (*string, bool)
- func (o *Current2) GetProduct() string
- func (o *Current2) GetProductOk() (*string, bool)
- func (o *Current2) GetPublicName() string
- func (o *Current2) GetPublicNameOk() (*string, bool)
- func (o *Current2) GetStartDate() time.Time
- func (o *Current2) GetStartDateOk() (*time.Time, bool)
- func (o Current2) MarshalJSON() ([]byte, error)
- func (o *Current2) SetEndDate(v interface{})
- func (o *Current2) SetEnterprisePluginsAdded(v bool)
- func (o *Current2) SetIsTrial(v bool)
- func (o *Current2) SetPayload(v Payload)
- func (o *Current2) SetPlan(v string)
- func (o *Current2) SetPlanBillingCycle(v string)
- func (o *Current2) SetProduct(v string)
- func (o *Current2) SetPublicName(v string)
- func (o *Current2) SetStartDate(v time.Time)
- func (o Current2) ToMap() (map[string]interface{}, error)
- func (o *Current2) UnmarshalJSON(data []byte) (err error)
- type ErrorConflict
- func (o *ErrorConflict) GetCode() string
- func (o *ErrorConflict) GetCodeOk() (*string, bool)
- func (o *ErrorConflict) GetMessage() string
- func (o *ErrorConflict) GetMessageOk() (*string, bool)
- func (o *ErrorConflict) HasCode() bool
- func (o *ErrorConflict) HasMessage() bool
- func (o ErrorConflict) MarshalJSON() ([]byte, error)
- func (o *ErrorConflict) SetCode(v string)
- func (o *ErrorConflict) SetMessage(v string)
- func (o ErrorConflict) ToMap() (map[string]interface{}, error)
- func (o *ErrorConflict) UnmarshalJSON(data []byte) (err error)
- type ErrorForbidden
- func (o *ErrorForbidden) GetCode() string
- func (o *ErrorForbidden) GetCodeOk() (*string, bool)
- func (o *ErrorForbidden) GetMessage() string
- func (o *ErrorForbidden) GetMessageOk() (*string, bool)
- func (o *ErrorForbidden) HasCode() bool
- func (o *ErrorForbidden) HasMessage() bool
- func (o ErrorForbidden) MarshalJSON() ([]byte, error)
- func (o *ErrorForbidden) SetCode(v string)
- func (o *ErrorForbidden) SetMessage(v string)
- func (o ErrorForbidden) ToMap() (map[string]interface{}, error)
- func (o *ErrorForbidden) UnmarshalJSON(data []byte) (err error)
- type ErrorInvalidCredentials
- func (o *ErrorInvalidCredentials) GetCode() string
- func (o *ErrorInvalidCredentials) GetCodeOk() (*string, bool)
- func (o *ErrorInvalidCredentials) GetMessage() string
- func (o *ErrorInvalidCredentials) GetMessageOk() (*string, bool)
- func (o *ErrorInvalidCredentials) HasCode() bool
- func (o *ErrorInvalidCredentials) HasMessage() bool
- func (o ErrorInvalidCredentials) MarshalJSON() ([]byte, error)
- func (o *ErrorInvalidCredentials) SetCode(v string)
- func (o *ErrorInvalidCredentials) SetMessage(v string)
- func (o ErrorInvalidCredentials) ToMap() (map[string]interface{}, error)
- func (o *ErrorInvalidCredentials) UnmarshalJSON(data []byte) (err error)
- type ErrorNotFound
- func (o *ErrorNotFound) GetCode() string
- func (o *ErrorNotFound) GetCodeOk() (*string, bool)
- func (o *ErrorNotFound) GetMessage() string
- func (o *ErrorNotFound) GetMessageOk() (*string, bool)
- func (o *ErrorNotFound) HasCode() bool
- func (o *ErrorNotFound) HasMessage() bool
- func (o ErrorNotFound) MarshalJSON() ([]byte, error)
- func (o *ErrorNotFound) SetCode(v string)
- func (o *ErrorNotFound) SetMessage(v string)
- func (o ErrorNotFound) ToMap() (map[string]interface{}, error)
- func (o *ErrorNotFound) UnmarshalJSON(data []byte) (err error)
- type ErrorServiceUnavailable
- func (o *ErrorServiceUnavailable) GetCode() string
- func (o *ErrorServiceUnavailable) GetCodeOk() (*string, bool)
- func (o *ErrorServiceUnavailable) GetMessage() string
- func (o *ErrorServiceUnavailable) GetMessageOk() (*string, bool)
- func (o *ErrorServiceUnavailable) HasCode() bool
- func (o *ErrorServiceUnavailable) HasMessage() bool
- func (o ErrorServiceUnavailable) MarshalJSON() ([]byte, error)
- func (o *ErrorServiceUnavailable) SetCode(v string)
- func (o *ErrorServiceUnavailable) SetMessage(v string)
- func (o ErrorServiceUnavailable) ToMap() (map[string]interface{}, error)
- func (o *ErrorServiceUnavailable) UnmarshalJSON(data []byte) (err error)
- type FormattedApiApiKey
- func (o *FormattedApiApiKey) GetAccessPolicyId() string
- func (o *FormattedApiApiKey) GetAccessPolicyIdOk() (*string, bool)
- func (o *FormattedApiApiKey) GetCreatedAt() string
- func (o *FormattedApiApiKey) GetCreatedAtOk() (*string, bool)
- func (o *FormattedApiApiKey) GetFirstUsed() string
- func (o *FormattedApiApiKey) GetFirstUsedOk() (*string, bool)
- func (o *FormattedApiApiKey) GetId() ItemsInnerId
- func (o *FormattedApiApiKey) GetIdOk() (*ItemsInnerId, bool)
- func (o *FormattedApiApiKey) GetInstanceId() float32
- func (o *FormattedApiApiKey) GetInstanceIdOk() (*float32, bool)
- func (o *FormattedApiApiKey) GetLinks() []LinksInner
- func (o *FormattedApiApiKey) GetLinksOk() ([]LinksInner, bool)
- func (o *FormattedApiApiKey) GetName() string
- func (o *FormattedApiApiKey) GetNameOk() (*string, bool)
- func (o *FormattedApiApiKey) GetOrgId() float32
- func (o *FormattedApiApiKey) GetOrgIdOk() (*float32, bool)
- func (o *FormattedApiApiKey) GetOrgName() string
- func (o *FormattedApiApiKey) GetOrgNameOk() (*string, bool)
- func (o *FormattedApiApiKey) GetOrgSlug() string
- func (o *FormattedApiApiKey) GetOrgSlugOk() (*string, bool)
- func (o *FormattedApiApiKey) GetRole() string
- func (o *FormattedApiApiKey) GetRoleOk() (*string, bool)
- func (o *FormattedApiApiKey) GetToken() string
- func (o *FormattedApiApiKey) GetTokenOk() (*string, bool)
- func (o *FormattedApiApiKey) GetUpdatedAt() string
- func (o *FormattedApiApiKey) GetUpdatedAtOk() (*string, bool)
- func (o *FormattedApiApiKey) HasToken() bool
- func (o FormattedApiApiKey) MarshalJSON() ([]byte, error)
- func (o *FormattedApiApiKey) SetAccessPolicyId(v string)
- func (o *FormattedApiApiKey) SetCreatedAt(v string)
- func (o *FormattedApiApiKey) SetFirstUsed(v string)
- func (o *FormattedApiApiKey) SetId(v ItemsInnerId)
- func (o *FormattedApiApiKey) SetInstanceId(v float32)
- func (o *FormattedApiApiKey) SetLinks(v []LinksInner)
- func (o *FormattedApiApiKey) SetName(v string)
- func (o *FormattedApiApiKey) SetOrgId(v float32)
- func (o *FormattedApiApiKey) SetOrgName(v string)
- func (o *FormattedApiApiKey) SetOrgSlug(v string)
- func (o *FormattedApiApiKey) SetRole(v string)
- func (o *FormattedApiApiKey) SetToken(v string)
- func (o *FormattedApiApiKey) SetUpdatedAt(v string)
- func (o FormattedApiApiKey) ToMap() (map[string]interface{}, error)
- func (o *FormattedApiApiKey) UnmarshalJSON(data []byte) (err error)
- type FormattedApiApiKeyListResponse
- func (o *FormattedApiApiKeyListResponse) GetCursor() float32
- func (o *FormattedApiApiKeyListResponse) GetCursorOk() (*float32, bool)
- func (o *FormattedApiApiKeyListResponse) GetDirection() string
- func (o *FormattedApiApiKeyListResponse) GetDirectionOk() (*string, bool)
- func (o *FormattedApiApiKeyListResponse) GetItems() []ItemsInner
- func (o *FormattedApiApiKeyListResponse) GetItemsOk() ([]ItemsInner, bool)
- func (o *FormattedApiApiKeyListResponse) GetLinks() []LinksInner1
- func (o *FormattedApiApiKeyListResponse) GetLinksOk() ([]LinksInner1, bool)
- func (o *FormattedApiApiKeyListResponse) GetNextCursor() float32
- func (o *FormattedApiApiKeyListResponse) GetNextCursorOk() (*float32, bool)
- func (o *FormattedApiApiKeyListResponse) GetOrderBy() string
- func (o *FormattedApiApiKeyListResponse) GetOrderByOk() (*string, bool)
- func (o *FormattedApiApiKeyListResponse) GetPage() float32
- func (o *FormattedApiApiKeyListResponse) GetPageOk() (*float32, bool)
- func (o *FormattedApiApiKeyListResponse) GetPageSize() float32
- func (o *FormattedApiApiKeyListResponse) GetPageSizeOk() (*float32, bool)
- func (o *FormattedApiApiKeyListResponse) GetPages() float32
- func (o *FormattedApiApiKeyListResponse) GetPagesOk() (*float32, bool)
- func (o *FormattedApiApiKeyListResponse) GetTotal() float32
- func (o *FormattedApiApiKeyListResponse) GetTotalOk() (*float32, bool)
- func (o *FormattedApiApiKeyListResponse) HasCursor() bool
- func (o *FormattedApiApiKeyListResponse) HasDirection() bool
- func (o *FormattedApiApiKeyListResponse) HasLinks() bool
- func (o *FormattedApiApiKeyListResponse) HasNextCursor() bool
- func (o *FormattedApiApiKeyListResponse) HasOrderBy() bool
- func (o *FormattedApiApiKeyListResponse) HasPage() bool
- func (o *FormattedApiApiKeyListResponse) HasPageSize() bool
- func (o *FormattedApiApiKeyListResponse) HasPages() bool
- func (o *FormattedApiApiKeyListResponse) HasTotal() bool
- func (o FormattedApiApiKeyListResponse) MarshalJSON() ([]byte, error)
- func (o *FormattedApiApiKeyListResponse) SetCursor(v float32)
- func (o *FormattedApiApiKeyListResponse) SetDirection(v string)
- func (o *FormattedApiApiKeyListResponse) SetItems(v []ItemsInner)
- func (o *FormattedApiApiKeyListResponse) SetLinks(v []LinksInner1)
- func (o *FormattedApiApiKeyListResponse) SetNextCursor(v float32)
- func (o *FormattedApiApiKeyListResponse) SetOrderBy(v string)
- func (o *FormattedApiApiKeyListResponse) SetPage(v float32)
- func (o *FormattedApiApiKeyListResponse) SetPageSize(v float32)
- func (o *FormattedApiApiKeyListResponse) SetPages(v float32)
- func (o *FormattedApiApiKeyListResponse) SetTotal(v float32)
- func (o FormattedApiApiKeyListResponse) ToMap() (map[string]interface{}, error)
- func (o *FormattedApiApiKeyListResponse) UnmarshalJSON(data []byte) (err error)
- type FormattedApiInstance
- func (o *FormattedApiInstance) GetAgentManagementInstanceClusterId() float32
- func (o *FormattedApiInstance) GetAgentManagementInstanceClusterIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetAgentManagementInstanceId() float32
- func (o *FormattedApiInstance) GetAgentManagementInstanceIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetAgentManagementInstanceName() string
- func (o *FormattedApiInstance) GetAgentManagementInstanceNameOk() (*string, bool)
- func (o *FormattedApiInstance) GetAgentManagementInstanceStatus() string
- func (o *FormattedApiInstance) GetAgentManagementInstanceStatusOk() (*string, bool)
- func (o *FormattedApiInstance) GetAgentManagementInstanceUrl() string
- func (o *FormattedApiInstance) GetAgentManagementInstanceUrlOk() (*string, bool)
- func (o *FormattedApiInstance) GetAlertCnt() float32
- func (o *FormattedApiInstance) GetAlertCntOk() (*float32, bool)
- func (o *FormattedApiInstance) GetAlertQuota() float32
- func (o *FormattedApiInstance) GetAlertQuotaOk() (*float32, bool)
- func (o *FormattedApiInstance) GetAmInstanceClusterId() float32
- func (o *FormattedApiInstance) GetAmInstanceClusterIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetAmInstanceGeneratorUrl() string
- func (o *FormattedApiInstance) GetAmInstanceGeneratorUrlDatasource() string
- func (o *FormattedApiInstance) GetAmInstanceGeneratorUrlDatasourceOk() (*string, bool)
- func (o *FormattedApiInstance) GetAmInstanceGeneratorUrlOk() (*string, bool)
- func (o *FormattedApiInstance) GetAmInstanceId() float32
- func (o *FormattedApiInstance) GetAmInstanceIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetAmInstanceName() string
- func (o *FormattedApiInstance) GetAmInstanceNameOk() (*string, bool)
- func (o *FormattedApiInstance) GetAmInstanceStatus() string
- func (o *FormattedApiInstance) GetAmInstanceStatusOk() (*string, bool)
- func (o *FormattedApiInstance) GetAmInstanceUrl() string
- func (o *FormattedApiInstance) GetAmInstanceUrlOk() (*string, bool)
- func (o *FormattedApiInstance) GetBillingActiveUsers() float32
- func (o *FormattedApiInstance) GetBillingActiveUsersOk() (*float32, bool)
- func (o *FormattedApiInstance) GetBillingEndDate() string
- func (o *FormattedApiInstance) GetBillingEndDateOk() (*string, bool)
- func (o *FormattedApiInstance) GetBillingGrafanaActiveUsers() float32
- func (o *FormattedApiInstance) GetBillingGrafanaActiveUsersOk() (*float32, bool)
- func (o *FormattedApiInstance) GetBillingOnCallActiveUsers() float32
- func (o *FormattedApiInstance) GetBillingOnCallActiveUsersOk() (*float32, bool)
- func (o *FormattedApiInstance) GetBillingStartDate() string
- func (o *FormattedApiInstance) GetBillingStartDateOk() (*string, bool)
- func (o *FormattedApiInstance) GetClusterId() float32
- func (o *FormattedApiInstance) GetClusterIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetClusterName() string
- func (o *FormattedApiInstance) GetClusterNameOk() (*string, bool)
- func (o *FormattedApiInstance) GetClusterSlug() string
- func (o *FormattedApiInstance) GetClusterSlugOk() (*string, bool)
- func (o *FormattedApiInstance) GetConfig() map[string]interface{}
- func (o *FormattedApiInstance) GetConfigOk() (map[string]interface{}, bool)
- func (o *FormattedApiInstance) GetCreatedAt() string
- func (o *FormattedApiInstance) GetCreatedAtOk() (*string, bool)
- func (o *FormattedApiInstance) GetCreatedBy() string
- func (o *FormattedApiInstance) GetCreatedByOk() (*string, bool)
- func (o *FormattedApiInstance) GetCurrentActiveAdminUsers() float32
- func (o *FormattedApiInstance) GetCurrentActiveAdminUsersOk() (*float32, bool)
- func (o *FormattedApiInstance) GetCurrentActiveEditorUsers() float32
- func (o *FormattedApiInstance) GetCurrentActiveEditorUsersOk() (*float32, bool)
- func (o *FormattedApiInstance) GetCurrentActiveUsers() float32
- func (o *FormattedApiInstance) GetCurrentActiveUsersOk() (*float32, bool)
- func (o *FormattedApiInstance) GetCurrentActiveViewerUsers() float32
- func (o *FormattedApiInstance) GetCurrentActiveViewerUsersOk() (*float32, bool)
- func (o *FormattedApiInstance) GetCustomAuth() bool
- func (o *FormattedApiInstance) GetCustomAuthOk() (*bool, bool)
- func (o *FormattedApiInstance) GetCustomDomain() bool
- func (o *FormattedApiInstance) GetCustomDomainOk() (*bool, bool)
- func (o *FormattedApiInstance) GetDailyAdminCnt() float32
- func (o *FormattedApiInstance) GetDailyAdminCntOk() (*float32, bool)
- func (o *FormattedApiInstance) GetDailyEditorCnt() float32
- func (o *FormattedApiInstance) GetDailyEditorCntOk() (*float32, bool)
- func (o *FormattedApiInstance) GetDailyUserCnt() float32
- func (o *FormattedApiInstance) GetDailyUserCntOk() (*float32, bool)
- func (o *FormattedApiInstance) GetDailyViewerCnt() float32
- func (o *FormattedApiInstance) GetDailyViewerCntOk() (*float32, bool)
- func (o *FormattedApiInstance) GetDashboardCnt() float32
- func (o *FormattedApiInstance) GetDashboardCntOk() (*float32, bool)
- func (o *FormattedApiInstance) GetDashboardQuota() float32
- func (o *FormattedApiInstance) GetDashboardQuotaOk() (*float32, bool)
- func (o *FormattedApiInstance) GetDatasourceCnts() map[string]interface{}
- func (o *FormattedApiInstance) GetDatasourceCntsOk() (map[string]interface{}, bool)
- func (o *FormattedApiInstance) GetDescription() string
- func (o *FormattedApiInstance) GetDescriptionOk() (*string, bool)
- func (o *FormattedApiInstance) GetGateway() string
- func (o *FormattedApiInstance) GetGatewayOk() (*string, bool)
- func (o *FormattedApiInstance) GetHlInstanceBillingUsage() float32
- func (o *FormattedApiInstance) GetHlInstanceBillingUsageOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHlInstanceClusterId() float32
- func (o *FormattedApiInstance) GetHlInstanceClusterIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHlInstanceCurrentUsage() float32
- func (o *FormattedApiInstance) GetHlInstanceCurrentUsageOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHlInstanceId() float32
- func (o *FormattedApiInstance) GetHlInstanceIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHlInstanceName() string
- func (o *FormattedApiInstance) GetHlInstanceNameOk() (*string, bool)
- func (o *FormattedApiInstance) GetHlInstanceStatus() string
- func (o *FormattedApiInstance) GetHlInstanceStatusOk() (*string, bool)
- func (o *FormattedApiInstance) GetHlInstanceUrl() string
- func (o *FormattedApiInstance) GetHlInstanceUrlOk() (*string, bool)
- func (o *FormattedApiInstance) GetHmInstanceGraphiteBillingUsage() float32
- func (o *FormattedApiInstance) GetHmInstanceGraphiteBillingUsageOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHmInstanceGraphiteClusterId() float32
- func (o *FormattedApiInstance) GetHmInstanceGraphiteClusterIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHmInstanceGraphiteCurrentUsage() float32
- func (o *FormattedApiInstance) GetHmInstanceGraphiteCurrentUsageOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHmInstanceGraphiteId() float32
- func (o *FormattedApiInstance) GetHmInstanceGraphiteIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHmInstanceGraphiteName() string
- func (o *FormattedApiInstance) GetHmInstanceGraphiteNameOk() (*string, bool)
- func (o *FormattedApiInstance) GetHmInstanceGraphiteStatus() string
- func (o *FormattedApiInstance) GetHmInstanceGraphiteStatusOk() (*string, bool)
- func (o *FormattedApiInstance) GetHmInstanceGraphiteType() string
- func (o *FormattedApiInstance) GetHmInstanceGraphiteTypeOk() (*string, bool)
- func (o *FormattedApiInstance) GetHmInstanceGraphiteUrl() string
- func (o *FormattedApiInstance) GetHmInstanceGraphiteUrlOk() (*string, bool)
- func (o *FormattedApiInstance) GetHmInstancePromBillingUsage() float32
- func (o *FormattedApiInstance) GetHmInstancePromBillingUsageOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHmInstancePromClusterId() float32
- func (o *FormattedApiInstance) GetHmInstancePromClusterIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHmInstancePromCurrentActiveSeries() float32
- func (o *FormattedApiInstance) GetHmInstancePromCurrentActiveSeriesOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHmInstancePromCurrentUsage() float32
- func (o *FormattedApiInstance) GetHmInstancePromCurrentUsageOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHmInstancePromId() float32
- func (o *FormattedApiInstance) GetHmInstancePromIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHmInstancePromName() string
- func (o *FormattedApiInstance) GetHmInstancePromNameOk() (*string, bool)
- func (o *FormattedApiInstance) GetHmInstancePromStatus() string
- func (o *FormattedApiInstance) GetHmInstancePromStatusOk() (*string, bool)
- func (o *FormattedApiInstance) GetHmInstancePromUrl() string
- func (o *FormattedApiInstance) GetHmInstancePromUrlOk() (*string, bool)
- func (o *FormattedApiInstance) GetHpInstanceBillingUsage() float32
- func (o *FormattedApiInstance) GetHpInstanceBillingUsageOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHpInstanceClusterId() float32
- func (o *FormattedApiInstance) GetHpInstanceClusterIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHpInstanceCurrentUsage() float32
- func (o *FormattedApiInstance) GetHpInstanceCurrentUsageOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHpInstanceId() float32
- func (o *FormattedApiInstance) GetHpInstanceIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHpInstanceName() string
- func (o *FormattedApiInstance) GetHpInstanceNameOk() (*string, bool)
- func (o *FormattedApiInstance) GetHpInstanceStatus() string
- func (o *FormattedApiInstance) GetHpInstanceStatusOk() (*string, bool)
- func (o *FormattedApiInstance) GetHpInstanceUrl() string
- func (o *FormattedApiInstance) GetHpInstanceUrlOk() (*string, bool)
- func (o *FormattedApiInstance) GetHtInstanceBillingUsage() float32
- func (o *FormattedApiInstance) GetHtInstanceBillingUsageOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHtInstanceClusterId() float32
- func (o *FormattedApiInstance) GetHtInstanceClusterIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHtInstanceCurrentUsage() float32
- func (o *FormattedApiInstance) GetHtInstanceCurrentUsageOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHtInstanceId() float32
- func (o *FormattedApiInstance) GetHtInstanceIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetHtInstanceName() string
- func (o *FormattedApiInstance) GetHtInstanceNameOk() (*string, bool)
- func (o *FormattedApiInstance) GetHtInstanceStatus() string
- func (o *FormattedApiInstance) GetHtInstanceStatusOk() (*string, bool)
- func (o *FormattedApiInstance) GetHtInstanceUrl() string
- func (o *FormattedApiInstance) GetHtInstanceUrlOk() (*string, bool)
- func (o *FormattedApiInstance) GetId() float32
- func (o *FormattedApiInstance) GetIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetIncident() float32
- func (o *FormattedApiInstance) GetIncidentOk() (*float32, bool)
- func (o *FormattedApiInstance) GetK6OrgId() float32
- func (o *FormattedApiInstance) GetK6OrgIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetLabels() map[string]interface{}
- func (o *FormattedApiInstance) GetLabelsOk() (map[string]interface{}, bool)
- func (o *FormattedApiInstance) GetLinks() []LinksInner1
- func (o *FormattedApiInstance) GetLinksOk() ([]LinksInner1, bool)
- func (o *FormattedApiInstance) GetMachineLearning() float32
- func (o *FormattedApiInstance) GetMachineLearningLogsToken() string
- func (o *FormattedApiInstance) GetMachineLearningLogsTokenOk() (*string, bool)
- func (o *FormattedApiInstance) GetMachineLearningOk() (*float32, bool)
- func (o *FormattedApiInstance) GetName() string
- func (o *FormattedApiInstance) GetNameOk() (*string, bool)
- func (o *FormattedApiInstance) GetOrgId() float32
- func (o *FormattedApiInstance) GetOrgIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetOrgName() string
- func (o *FormattedApiInstance) GetOrgNameOk() (*string, bool)
- func (o *FormattedApiInstance) GetOrgSlug() string
- func (o *FormattedApiInstance) GetOrgSlugOk() (*string, bool)
- func (o *FormattedApiInstance) GetPlan() string
- func (o *FormattedApiInstance) GetPlanName() string
- func (o *FormattedApiInstance) GetPlanNameOk() (*string, bool)
- func (o *FormattedApiInstance) GetPlanOk() (*string, bool)
- func (o *FormattedApiInstance) GetProvider() string
- func (o *FormattedApiInstance) GetProviderOk() (*string, bool)
- func (o *FormattedApiInstance) GetProviderRegion() string
- func (o *FormattedApiInstance) GetProviderRegionOk() (*string, bool)
- func (o *FormattedApiInstance) GetRegionHostedExportersApiUrl() string
- func (o *FormattedApiInstance) GetRegionHostedExportersApiUrlOk() (*string, bool)
- func (o *FormattedApiInstance) GetRegionId() float32
- func (o *FormattedApiInstance) GetRegionIdOk() (*float32, bool)
- func (o *FormattedApiInstance) GetRegionInsightsApiUrl() string
- func (o *FormattedApiInstance) GetRegionInsightsApiUrlOk() (*string, bool)
- func (o *FormattedApiInstance) GetRegionIntegrationsApiUrl() string
- func (o *FormattedApiInstance) GetRegionIntegrationsApiUrlOk() (*string, bool)
- func (o *FormattedApiInstance) GetRegionLLMGatewayUrl() string
- func (o *FormattedApiInstance) GetRegionLLMGatewayUrlOk() (*string, bool)
- func (o *FormattedApiInstance) GetRegionMachineLearningApiUrl() string
- func (o *FormattedApiInstance) GetRegionMachineLearningApiUrlOk() (*string, bool)
- func (o *FormattedApiInstance) GetRegionPublicName() string
- func (o *FormattedApiInstance) GetRegionPublicNameOk() (*string, bool)
- func (o *FormattedApiInstance) GetRegionSlug() string
- func (o *FormattedApiInstance) GetRegionSlugOk() (*string, bool)
- func (o *FormattedApiInstance) GetRegionStackStateServiceUrl() string
- func (o *FormattedApiInstance) GetRegionStackStateServiceUrlOk() (*string, bool)
- func (o *FormattedApiInstance) GetRegionSyntheticMonitoringApiUrl() string
- func (o *FormattedApiInstance) GetRegionSyntheticMonitoringApiUrlOk() (*string, bool)
- func (o *FormattedApiInstance) GetRunningVersion() string
- func (o *FormattedApiInstance) GetRunningVersionOk() (*string, bool)
- func (o *FormattedApiInstance) GetSlug() string
- func (o *FormattedApiInstance) GetSlugOk() (*string, bool)
- func (o *FormattedApiInstance) GetSsl() bool
- func (o *FormattedApiInstance) GetSslOk() (*bool, bool)
- func (o *FormattedApiInstance) GetStatus() string
- func (o *FormattedApiInstance) GetStatusOk() (*string, bool)
- func (o *FormattedApiInstance) GetSupport() bool
- func (o *FormattedApiInstance) GetSupportOk() (*bool, bool)
- func (o *FormattedApiInstance) GetTrial() float32
- func (o *FormattedApiInstance) GetTrialExpiresAt() string
- func (o *FormattedApiInstance) GetTrialExpiresAtOk() (*string, bool)
- func (o *FormattedApiInstance) GetTrialOk() (*float32, bool)
- func (o *FormattedApiInstance) GetType() string
- func (o *FormattedApiInstance) GetTypeOk() (*string, bool)
- func (o *FormattedApiInstance) GetUpdatedAt() string
- func (o *FormattedApiInstance) GetUpdatedAtOk() (*string, bool)
- func (o *FormattedApiInstance) GetUpdatedBy() string
- func (o *FormattedApiInstance) GetUpdatedByOk() (*string, bool)
- func (o *FormattedApiInstance) GetUrl() string
- func (o *FormattedApiInstance) GetUrlOk() (*string, bool)
- func (o *FormattedApiInstance) GetUsageStatsId() string
- func (o *FormattedApiInstance) GetUsageStatsIdOk() (*string, bool)
- func (o *FormattedApiInstance) GetUserQuota() float32
- func (o *FormattedApiInstance) GetUserQuotaOk() (*float32, bool)
- func (o *FormattedApiInstance) GetVersion() string
- func (o *FormattedApiInstance) GetVersionIssueLink() string
- func (o *FormattedApiInstance) GetVersionIssueLinkOk() (*string, bool)
- func (o *FormattedApiInstance) GetVersionOk() (*string, bool)
- func (o *FormattedApiInstance) HasConfig() bool
- func (o *FormattedApiInstance) HasLabels() bool
- func (o *FormattedApiInstance) HasVersionIssueLink() bool
- func (o FormattedApiInstance) MarshalJSON() ([]byte, error)
- func (o *FormattedApiInstance) SetAgentManagementInstanceClusterId(v float32)
- func (o *FormattedApiInstance) SetAgentManagementInstanceId(v float32)
- func (o *FormattedApiInstance) SetAgentManagementInstanceName(v string)
- func (o *FormattedApiInstance) SetAgentManagementInstanceStatus(v string)
- func (o *FormattedApiInstance) SetAgentManagementInstanceUrl(v string)
- func (o *FormattedApiInstance) SetAlertCnt(v float32)
- func (o *FormattedApiInstance) SetAlertQuota(v float32)
- func (o *FormattedApiInstance) SetAmInstanceClusterId(v float32)
- func (o *FormattedApiInstance) SetAmInstanceGeneratorUrl(v string)
- func (o *FormattedApiInstance) SetAmInstanceGeneratorUrlDatasource(v string)
- func (o *FormattedApiInstance) SetAmInstanceId(v float32)
- func (o *FormattedApiInstance) SetAmInstanceName(v string)
- func (o *FormattedApiInstance) SetAmInstanceStatus(v string)
- func (o *FormattedApiInstance) SetAmInstanceUrl(v string)
- func (o *FormattedApiInstance) SetBillingActiveUsers(v float32)
- func (o *FormattedApiInstance) SetBillingEndDate(v string)
- func (o *FormattedApiInstance) SetBillingGrafanaActiveUsers(v float32)
- func (o *FormattedApiInstance) SetBillingOnCallActiveUsers(v float32)
- func (o *FormattedApiInstance) SetBillingStartDate(v string)
- func (o *FormattedApiInstance) SetClusterId(v float32)
- func (o *FormattedApiInstance) SetClusterName(v string)
- func (o *FormattedApiInstance) SetClusterSlug(v string)
- func (o *FormattedApiInstance) SetConfig(v map[string]interface{})
- func (o *FormattedApiInstance) SetCreatedAt(v string)
- func (o *FormattedApiInstance) SetCreatedBy(v string)
- func (o *FormattedApiInstance) SetCurrentActiveAdminUsers(v float32)
- func (o *FormattedApiInstance) SetCurrentActiveEditorUsers(v float32)
- func (o *FormattedApiInstance) SetCurrentActiveUsers(v float32)
- func (o *FormattedApiInstance) SetCurrentActiveViewerUsers(v float32)
- func (o *FormattedApiInstance) SetCustomAuth(v bool)
- func (o *FormattedApiInstance) SetCustomDomain(v bool)
- func (o *FormattedApiInstance) SetDailyAdminCnt(v float32)
- func (o *FormattedApiInstance) SetDailyEditorCnt(v float32)
- func (o *FormattedApiInstance) SetDailyUserCnt(v float32)
- func (o *FormattedApiInstance) SetDailyViewerCnt(v float32)
- func (o *FormattedApiInstance) SetDashboardCnt(v float32)
- func (o *FormattedApiInstance) SetDashboardQuota(v float32)
- func (o *FormattedApiInstance) SetDatasourceCnts(v map[string]interface{})
- func (o *FormattedApiInstance) SetDescription(v string)
- func (o *FormattedApiInstance) SetGateway(v string)
- func (o *FormattedApiInstance) SetHlInstanceBillingUsage(v float32)
- func (o *FormattedApiInstance) SetHlInstanceClusterId(v float32)
- func (o *FormattedApiInstance) SetHlInstanceCurrentUsage(v float32)
- func (o *FormattedApiInstance) SetHlInstanceId(v float32)
- func (o *FormattedApiInstance) SetHlInstanceName(v string)
- func (o *FormattedApiInstance) SetHlInstanceStatus(v string)
- func (o *FormattedApiInstance) SetHlInstanceUrl(v string)
- func (o *FormattedApiInstance) SetHmInstanceGraphiteBillingUsage(v float32)
- func (o *FormattedApiInstance) SetHmInstanceGraphiteClusterId(v float32)
- func (o *FormattedApiInstance) SetHmInstanceGraphiteCurrentUsage(v float32)
- func (o *FormattedApiInstance) SetHmInstanceGraphiteId(v float32)
- func (o *FormattedApiInstance) SetHmInstanceGraphiteName(v string)
- func (o *FormattedApiInstance) SetHmInstanceGraphiteStatus(v string)
- func (o *FormattedApiInstance) SetHmInstanceGraphiteType(v string)
- func (o *FormattedApiInstance) SetHmInstanceGraphiteUrl(v string)
- func (o *FormattedApiInstance) SetHmInstancePromBillingUsage(v float32)
- func (o *FormattedApiInstance) SetHmInstancePromClusterId(v float32)
- func (o *FormattedApiInstance) SetHmInstancePromCurrentActiveSeries(v float32)
- func (o *FormattedApiInstance) SetHmInstancePromCurrentUsage(v float32)
- func (o *FormattedApiInstance) SetHmInstancePromId(v float32)
- func (o *FormattedApiInstance) SetHmInstancePromName(v string)
- func (o *FormattedApiInstance) SetHmInstancePromStatus(v string)
- func (o *FormattedApiInstance) SetHmInstancePromUrl(v string)
- func (o *FormattedApiInstance) SetHpInstanceBillingUsage(v float32)
- func (o *FormattedApiInstance) SetHpInstanceClusterId(v float32)
- func (o *FormattedApiInstance) SetHpInstanceCurrentUsage(v float32)
- func (o *FormattedApiInstance) SetHpInstanceId(v float32)
- func (o *FormattedApiInstance) SetHpInstanceName(v string)
- func (o *FormattedApiInstance) SetHpInstanceStatus(v string)
- func (o *FormattedApiInstance) SetHpInstanceUrl(v string)
- func (o *FormattedApiInstance) SetHtInstanceBillingUsage(v float32)
- func (o *FormattedApiInstance) SetHtInstanceClusterId(v float32)
- func (o *FormattedApiInstance) SetHtInstanceCurrentUsage(v float32)
- func (o *FormattedApiInstance) SetHtInstanceId(v float32)
- func (o *FormattedApiInstance) SetHtInstanceName(v string)
- func (o *FormattedApiInstance) SetHtInstanceStatus(v string)
- func (o *FormattedApiInstance) SetHtInstanceUrl(v string)
- func (o *FormattedApiInstance) SetId(v float32)
- func (o *FormattedApiInstance) SetIncident(v float32)
- func (o *FormattedApiInstance) SetK6OrgId(v float32)
- func (o *FormattedApiInstance) SetLabels(v map[string]interface{})
- func (o *FormattedApiInstance) SetLinks(v []LinksInner1)
- func (o *FormattedApiInstance) SetMachineLearning(v float32)
- func (o *FormattedApiInstance) SetMachineLearningLogsToken(v string)
- func (o *FormattedApiInstance) SetName(v string)
- func (o *FormattedApiInstance) SetOrgId(v float32)
- func (o *FormattedApiInstance) SetOrgName(v string)
- func (o *FormattedApiInstance) SetOrgSlug(v string)
- func (o *FormattedApiInstance) SetPlan(v string)
- func (o *FormattedApiInstance) SetPlanName(v string)
- func (o *FormattedApiInstance) SetProvider(v string)
- func (o *FormattedApiInstance) SetProviderRegion(v string)
- func (o *FormattedApiInstance) SetRegionHostedExportersApiUrl(v string)
- func (o *FormattedApiInstance) SetRegionId(v float32)
- func (o *FormattedApiInstance) SetRegionInsightsApiUrl(v string)
- func (o *FormattedApiInstance) SetRegionIntegrationsApiUrl(v string)
- func (o *FormattedApiInstance) SetRegionLLMGatewayUrl(v string)
- func (o *FormattedApiInstance) SetRegionMachineLearningApiUrl(v string)
- func (o *FormattedApiInstance) SetRegionPublicName(v string)
- func (o *FormattedApiInstance) SetRegionSlug(v string)
- func (o *FormattedApiInstance) SetRegionStackStateServiceUrl(v string)
- func (o *FormattedApiInstance) SetRegionSyntheticMonitoringApiUrl(v string)
- func (o *FormattedApiInstance) SetRunningVersion(v string)
- func (o *FormattedApiInstance) SetSlug(v string)
- func (o *FormattedApiInstance) SetSsl(v bool)
- func (o *FormattedApiInstance) SetStatus(v string)
- func (o *FormattedApiInstance) SetSupport(v bool)
- func (o *FormattedApiInstance) SetTrial(v float32)
- func (o *FormattedApiInstance) SetTrialExpiresAt(v string)
- func (o *FormattedApiInstance) SetType(v string)
- func (o *FormattedApiInstance) SetUpdatedAt(v string)
- func (o *FormattedApiInstance) SetUpdatedBy(v string)
- func (o *FormattedApiInstance) SetUrl(v string)
- func (o *FormattedApiInstance) SetUsageStatsId(v string)
- func (o *FormattedApiInstance) SetUserQuota(v float32)
- func (o *FormattedApiInstance) SetVersion(v string)
- func (o *FormattedApiInstance) SetVersionIssueLink(v string)
- func (o FormattedApiInstance) ToMap() (map[string]interface{}, error)
- func (o *FormattedApiInstance) UnmarshalJSON(data []byte) (err error)
- type FormattedApiInstanceConnections
- func (o *FormattedApiInstanceConnections) GetAppPlatform() AppPlatform
- func (o *FormattedApiInstanceConnections) GetAppPlatformOk() (*AppPlatform, bool)
- func (o *FormattedApiInstanceConnections) GetInfluxUrl() string
- func (o *FormattedApiInstanceConnections) GetInfluxUrlOk() (*string, bool)
- func (o *FormattedApiInstanceConnections) GetOncallApiUrl() string
- func (o *FormattedApiInstanceConnections) GetOncallApiUrlOk() (*string, bool)
- func (o *FormattedApiInstanceConnections) GetOtlpHttpUrl() string
- func (o *FormattedApiInstanceConnections) GetOtlpHttpUrlOk() (*string, bool)
- func (o *FormattedApiInstanceConnections) GetPrivateConnectivityInfo() PrivateConnectivityInfo
- func (o *FormattedApiInstanceConnections) GetPrivateConnectivityInfoOk() (*PrivateConnectivityInfo, bool)
- func (o *FormattedApiInstanceConnections) HasAppPlatform() bool
- func (o *FormattedApiInstanceConnections) HasInfluxUrl() bool
- func (o *FormattedApiInstanceConnections) HasOncallApiUrl() bool
- func (o *FormattedApiInstanceConnections) HasOtlpHttpUrl() bool
- func (o FormattedApiInstanceConnections) MarshalJSON() ([]byte, error)
- func (o *FormattedApiInstanceConnections) SetAppPlatform(v AppPlatform)
- func (o *FormattedApiInstanceConnections) SetInfluxUrl(v string)
- func (o *FormattedApiInstanceConnections) SetInfluxUrlNil()
- func (o *FormattedApiInstanceConnections) SetOncallApiUrl(v string)
- func (o *FormattedApiInstanceConnections) SetOncallApiUrlNil()
- func (o *FormattedApiInstanceConnections) SetOtlpHttpUrl(v string)
- func (o *FormattedApiInstanceConnections) SetOtlpHttpUrlNil()
- func (o *FormattedApiInstanceConnections) SetPrivateConnectivityInfo(v PrivateConnectivityInfo)
- func (o FormattedApiInstanceConnections) ToMap() (map[string]interface{}, error)
- func (o *FormattedApiInstanceConnections) UnmarshalJSON(data []byte) (err error)
- func (o *FormattedApiInstanceConnections) UnsetInfluxUrl()
- func (o *FormattedApiInstanceConnections) UnsetOncallApiUrl()
- func (o *FormattedApiInstanceConnections) UnsetOtlpHttpUrl()
- type FormattedApiInstancePlugin
- func (o *FormattedApiInstancePlugin) GetCreatedAt() string
- func (o *FormattedApiInstancePlugin) GetCreatedAtOk() (*string, bool)
- func (o *FormattedApiInstancePlugin) GetId() float32
- func (o *FormattedApiInstancePlugin) GetIdOk() (*float32, bool)
- func (o *FormattedApiInstancePlugin) GetInstanceId() float32
- func (o *FormattedApiInstancePlugin) GetInstanceIdOk() (*float32, bool)
- func (o *FormattedApiInstancePlugin) GetInstanceSlug() string
- func (o *FormattedApiInstancePlugin) GetInstanceSlugOk() (*string, bool)
- func (o *FormattedApiInstancePlugin) GetInstanceUrl() string
- func (o *FormattedApiInstancePlugin) GetInstanceUrlOk() (*string, bool)
- func (o *FormattedApiInstancePlugin) GetLatestVersion() string
- func (o *FormattedApiInstancePlugin) GetLatestVersionOk() (*string, bool)
- func (o *FormattedApiInstancePlugin) GetLinks() []LinksInner
- func (o *FormattedApiInstancePlugin) GetLinksOk() ([]LinksInner, bool)
- func (o *FormattedApiInstancePlugin) GetPluginId() float32
- func (o *FormattedApiInstancePlugin) GetPluginIdOk() (*float32, bool)
- func (o *FormattedApiInstancePlugin) GetPluginName() string
- func (o *FormattedApiInstancePlugin) GetPluginNameOk() (*string, bool)
- func (o *FormattedApiInstancePlugin) GetPluginSlug() string
- func (o *FormattedApiInstancePlugin) GetPluginSlugOk() (*string, bool)
- func (o *FormattedApiInstancePlugin) GetUpdatedAt() time.Time
- func (o *FormattedApiInstancePlugin) GetUpdatedAtOk() (*time.Time, bool)
- func (o *FormattedApiInstancePlugin) GetVersion() string
- func (o *FormattedApiInstancePlugin) GetVersionOk() (*string, bool)
- func (o *FormattedApiInstancePlugin) HasUpdatedAt() bool
- func (o FormattedApiInstancePlugin) MarshalJSON() ([]byte, error)
- func (o *FormattedApiInstancePlugin) SetCreatedAt(v string)
- func (o *FormattedApiInstancePlugin) SetId(v float32)
- func (o *FormattedApiInstancePlugin) SetInstanceId(v float32)
- func (o *FormattedApiInstancePlugin) SetInstanceSlug(v string)
- func (o *FormattedApiInstancePlugin) SetInstanceUrl(v string)
- func (o *FormattedApiInstancePlugin) SetLatestVersion(v string)
- func (o *FormattedApiInstancePlugin) SetLinks(v []LinksInner)
- func (o *FormattedApiInstancePlugin) SetPluginId(v float32)
- func (o *FormattedApiInstancePlugin) SetPluginName(v string)
- func (o *FormattedApiInstancePlugin) SetPluginSlug(v string)
- func (o *FormattedApiInstancePlugin) SetUpdatedAt(v time.Time)
- func (o *FormattedApiInstancePlugin) SetVersion(v string)
- func (o FormattedApiInstancePlugin) ToMap() (map[string]interface{}, error)
- func (o *FormattedApiInstancePlugin) UnmarshalJSON(data []byte) (err error)
- type FormattedApiOrgPublic
- func (o *FormattedApiOrgPublic) GetAllowGCloudTrial() FormattedOrgMembershipAllowGCloudTrial
- func (o *FormattedApiOrgPublic) GetAllowGCloudTrialOk() (*FormattedOrgMembershipAllowGCloudTrial, bool)
- func (o *FormattedApiOrgPublic) GetAppO11YUsage() float32
- func (o *FormattedApiOrgPublic) GetAppO11YUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetAvatar() string
- func (o *FormattedApiOrgPublic) GetAvatarOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetAwsMarketplaceSupport() float32
- func (o *FormattedApiOrgPublic) GetAwsMarketplaceSupportOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetCancellationDate() string
- func (o *FormattedApiOrgPublic) GetCancellationDateOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetChecksPerMonth() float32
- func (o *FormattedApiOrgPublic) GetChecksPerMonthOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetContractType() string
- func (o *FormattedApiOrgPublic) GetContractTypeId() float32
- func (o *FormattedApiOrgPublic) GetContractTypeIdOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetContractTypeOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetCreatedAt() string
- func (o *FormattedApiOrgPublic) GetCreatedAtOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetCreatedBy() string
- func (o *FormattedApiOrgPublic) GetCreatedByOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetCreditApproved() float32
- func (o *FormattedApiOrgPublic) GetCreditApprovedOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetEmergencySupport() bool
- func (o *FormattedApiOrgPublic) GetEmergencySupportOk() (*bool, bool)
- func (o *FormattedApiOrgPublic) GetEnterprisePlugins() float32
- func (o *FormattedApiOrgPublic) GetEnterprisePluginsOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetFeO11YUsage() float32
- func (o *FormattedApiOrgPublic) GetFeO11YUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetGcloudMonthlyCost() float32
- func (o *FormattedApiOrgPublic) GetGcloudMonthlyCostOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetGeInstancesUsage() float32
- func (o *FormattedApiOrgPublic) GetGeInstancesUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetGeUsersUsage() float32
- func (o *FormattedApiOrgPublic) GetGeUsersUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetGrafanaCloud() float32
- func (o *FormattedApiOrgPublic) GetGrafanaCloudOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetHgCurrentActiveUsers() float32
- func (o *FormattedApiOrgPublic) GetHgCurrentActiveUsersOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetHgGrafanaUsage() float32
- func (o *FormattedApiOrgPublic) GetHgGrafanaUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetHgInstanceLimit() float32
- func (o *FormattedApiOrgPublic) GetHgInstanceLimitOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetHgOnCallUsage() float32
- func (o *FormattedApiOrgPublic) GetHgOnCallUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetHgUsage() float32
- func (o *FormattedApiOrgPublic) GetHgUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetHlInstanceLimit() float32
- func (o *FormattedApiOrgPublic) GetHlInstanceLimitOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetHlRetentionUsage() float32
- func (o *FormattedApiOrgPublic) GetHlRetentionUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetHlUsage() float32
- func (o *FormattedApiOrgPublic) GetHlUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetHmCurrentUsage() float32
- func (o *FormattedApiOrgPublic) GetHmCurrentUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetHmGraphiteUsage() float32
- func (o *FormattedApiOrgPublic) GetHmGraphiteUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetHmInstanceLimit() float32
- func (o *FormattedApiOrgPublic) GetHmInstanceLimitOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetHmUsage() float32
- func (o *FormattedApiOrgPublic) GetHmUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetHpUsage() float32
- func (o *FormattedApiOrgPublic) GetHpUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetHtUsage() float32
- func (o *FormattedApiOrgPublic) GetHtUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetId() float32
- func (o *FormattedApiOrgPublic) GetIdOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetInfraO11YContainersUsage() float32
- func (o *FormattedApiOrgPublic) GetInfraO11YContainersUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetInfraO11YHostsUsage() float32
- func (o *FormattedApiOrgPublic) GetInfraO11YHostsUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetIrmUsage() float32
- func (o *FormattedApiOrgPublic) GetIrmUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetK6IPUsage() float32
- func (o *FormattedApiOrgPublic) GetK6IPUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetK6VuhUsage() float32
- func (o *FormattedApiOrgPublic) GetK6VuhUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetLicenseProducts() []string
- func (o *FormattedApiOrgPublic) GetLicenseProductsOk() ([]string, bool)
- func (o *FormattedApiOrgPublic) GetLinks() []LinksInner1
- func (o *FormattedApiOrgPublic) GetLinksOk() ([]LinksInner1, bool)
- func (o *FormattedApiOrgPublic) GetLiveChatEnabled() bool
- func (o *FormattedApiOrgPublic) GetLiveChatEnabledOk() (*bool, bool)
- func (o *FormattedApiOrgPublic) GetMsaSignedAt() string
- func (o *FormattedApiOrgPublic) GetMsaSignedAtOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetMsaSignedBy() string
- func (o *FormattedApiOrgPublic) GetMsaSignedByOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetName() string
- func (o *FormattedApiOrgPublic) GetNameOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetPluginSignatureType() string
- func (o *FormattedApiOrgPublic) GetPluginSignatureTypeOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetPrivacy() string
- func (o *FormattedApiOrgPublic) GetPrivacyOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetReseller() string
- func (o *FormattedApiOrgPublic) GetResellerId() float32
- func (o *FormattedApiOrgPublic) GetResellerIdOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetResellerName() string
- func (o *FormattedApiOrgPublic) GetResellerNameOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetResellerOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetRetainedStackId() float32
- func (o *FormattedApiOrgPublic) GetRetainedStackIdOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetSlug() string
- func (o *FormattedApiOrgPublic) GetSlugOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetSmUsage() float32
- func (o *FormattedApiOrgPublic) GetSmUsageOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetSubscriptions() Subscriptions
- func (o *FormattedApiOrgPublic) GetSubscriptionsOk() (*Subscriptions, bool)
- func (o *FormattedApiOrgPublic) GetSupportPlan() string
- func (o *FormattedApiOrgPublic) GetSupportPlanOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetTrialEndDate() string
- func (o *FormattedApiOrgPublic) GetTrialEndDateOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetTrialLengthDays() float32
- func (o *FormattedApiOrgPublic) GetTrialLengthDaysOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetTrialNoticeDate() string
- func (o *FormattedApiOrgPublic) GetTrialNoticeDateOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetTrialStartDate() string
- func (o *FormattedApiOrgPublic) GetTrialStartDateOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetUpdatedAt() string
- func (o *FormattedApiOrgPublic) GetUpdatedAtOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetUpdatedBy() string
- func (o *FormattedApiOrgPublic) GetUpdatedByOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetUrl() string
- func (o *FormattedApiOrgPublic) GetUrlOk() (*string, bool)
- func (o *FormattedApiOrgPublic) GetUserQuota() float32
- func (o *FormattedApiOrgPublic) GetUserQuotaOk() (*float32, bool)
- func (o *FormattedApiOrgPublic) GetWpPlan() string
- func (o *FormattedApiOrgPublic) GetWpPlanOk() (*string, bool)
- func (o FormattedApiOrgPublic) MarshalJSON() ([]byte, error)
- func (o *FormattedApiOrgPublic) SetAllowGCloudTrial(v FormattedOrgMembershipAllowGCloudTrial)
- func (o *FormattedApiOrgPublic) SetAppO11YUsage(v float32)
- func (o *FormattedApiOrgPublic) SetAvatar(v string)
- func (o *FormattedApiOrgPublic) SetAwsMarketplaceSupport(v float32)
- func (o *FormattedApiOrgPublic) SetCancellationDate(v string)
- func (o *FormattedApiOrgPublic) SetChecksPerMonth(v float32)
- func (o *FormattedApiOrgPublic) SetContractType(v string)
- func (o *FormattedApiOrgPublic) SetContractTypeId(v float32)
- func (o *FormattedApiOrgPublic) SetCreatedAt(v string)
- func (o *FormattedApiOrgPublic) SetCreatedBy(v string)
- func (o *FormattedApiOrgPublic) SetCreditApproved(v float32)
- func (o *FormattedApiOrgPublic) SetEmergencySupport(v bool)
- func (o *FormattedApiOrgPublic) SetEnterprisePlugins(v float32)
- func (o *FormattedApiOrgPublic) SetFeO11YUsage(v float32)
- func (o *FormattedApiOrgPublic) SetGcloudMonthlyCost(v float32)
- func (o *FormattedApiOrgPublic) SetGeInstancesUsage(v float32)
- func (o *FormattedApiOrgPublic) SetGeUsersUsage(v float32)
- func (o *FormattedApiOrgPublic) SetGrafanaCloud(v float32)
- func (o *FormattedApiOrgPublic) SetHgCurrentActiveUsers(v float32)
- func (o *FormattedApiOrgPublic) SetHgGrafanaUsage(v float32)
- func (o *FormattedApiOrgPublic) SetHgInstanceLimit(v float32)
- func (o *FormattedApiOrgPublic) SetHgOnCallUsage(v float32)
- func (o *FormattedApiOrgPublic) SetHgUsage(v float32)
- func (o *FormattedApiOrgPublic) SetHlInstanceLimit(v float32)
- func (o *FormattedApiOrgPublic) SetHlRetentionUsage(v float32)
- func (o *FormattedApiOrgPublic) SetHlUsage(v float32)
- func (o *FormattedApiOrgPublic) SetHmCurrentUsage(v float32)
- func (o *FormattedApiOrgPublic) SetHmGraphiteUsage(v float32)
- func (o *FormattedApiOrgPublic) SetHmInstanceLimit(v float32)
- func (o *FormattedApiOrgPublic) SetHmUsage(v float32)
- func (o *FormattedApiOrgPublic) SetHpUsage(v float32)
- func (o *FormattedApiOrgPublic) SetHtUsage(v float32)
- func (o *FormattedApiOrgPublic) SetId(v float32)
- func (o *FormattedApiOrgPublic) SetInfraO11YContainersUsage(v float32)
- func (o *FormattedApiOrgPublic) SetInfraO11YHostsUsage(v float32)
- func (o *FormattedApiOrgPublic) SetIrmUsage(v float32)
- func (o *FormattedApiOrgPublic) SetK6IPUsage(v float32)
- func (o *FormattedApiOrgPublic) SetK6VuhUsage(v float32)
- func (o *FormattedApiOrgPublic) SetLicenseProducts(v []string)
- func (o *FormattedApiOrgPublic) SetLinks(v []LinksInner1)
- func (o *FormattedApiOrgPublic) SetLiveChatEnabled(v bool)
- func (o *FormattedApiOrgPublic) SetMsaSignedAt(v string)
- func (o *FormattedApiOrgPublic) SetMsaSignedBy(v string)
- func (o *FormattedApiOrgPublic) SetName(v string)
- func (o *FormattedApiOrgPublic) SetPluginSignatureType(v string)
- func (o *FormattedApiOrgPublic) SetPrivacy(v string)
- func (o *FormattedApiOrgPublic) SetReseller(v string)
- func (o *FormattedApiOrgPublic) SetResellerId(v float32)
- func (o *FormattedApiOrgPublic) SetResellerName(v string)
- func (o *FormattedApiOrgPublic) SetRetainedStackId(v float32)
- func (o *FormattedApiOrgPublic) SetSlug(v string)
- func (o *FormattedApiOrgPublic) SetSmUsage(v float32)
- func (o *FormattedApiOrgPublic) SetSubscriptions(v Subscriptions)
- func (o *FormattedApiOrgPublic) SetSupportPlan(v string)
- func (o *FormattedApiOrgPublic) SetTrialEndDate(v string)
- func (o *FormattedApiOrgPublic) SetTrialLengthDays(v float32)
- func (o *FormattedApiOrgPublic) SetTrialNoticeDate(v string)
- func (o *FormattedApiOrgPublic) SetTrialStartDate(v string)
- func (o *FormattedApiOrgPublic) SetUpdatedAt(v string)
- func (o *FormattedApiOrgPublic) SetUpdatedBy(v string)
- func (o *FormattedApiOrgPublic) SetUrl(v string)
- func (o *FormattedApiOrgPublic) SetUserQuota(v float32)
- func (o *FormattedApiOrgPublic) SetWpPlan(v string)
- func (o FormattedApiOrgPublic) ToMap() (map[string]interface{}, error)
- func (o *FormattedApiOrgPublic) UnmarshalJSON(data []byte) (err error)
- type FormattedApiPlugin
- func (o *FormattedApiPlugin) GetAngularDetected() bool
- func (o *FormattedApiPlugin) GetAngularDetectedOk() (*bool, bool)
- func (o *FormattedApiPlugin) GetCreatedAt() string
- func (o *FormattedApiPlugin) GetCreatedAtOk() (*string, bool)
- func (o *FormattedApiPlugin) GetDescription() string
- func (o *FormattedApiPlugin) GetDescriptionOk() (*string, bool)
- func (o *FormattedApiPlugin) GetDocumentationUrl() string
- func (o *FormattedApiPlugin) GetDocumentationUrlOk() (*string, bool)
- func (o *FormattedApiPlugin) GetDownloadSlug() string
- func (o *FormattedApiPlugin) GetDownloadSlugOk() (*string, bool)
- func (o *FormattedApiPlugin) GetDownloads() float32
- func (o *FormattedApiPlugin) GetDownloadsOk() (*float32, bool)
- func (o *FormattedApiPlugin) GetFeatured() float32
- func (o *FormattedApiPlugin) GetFeaturedOk() (*float32, bool)
- func (o *FormattedApiPlugin) GetId() float32
- func (o *FormattedApiPlugin) GetIdOk() (*float32, bool)
- func (o *FormattedApiPlugin) GetInternal() bool
- func (o *FormattedApiPlugin) GetInternalOk() (*bool, bool)
- func (o *FormattedApiPlugin) GetLastCommitDate() string
- func (o *FormattedApiPlugin) GetLastCommitDateOk() (*string, bool)
- func (o *FormattedApiPlugin) GetLicenseUrl() string
- func (o *FormattedApiPlugin) GetLicenseUrlOk() (*string, bool)
- func (o *FormattedApiPlugin) GetLinks() []LinksInner1
- func (o *FormattedApiPlugin) GetLinksOk() ([]LinksInner1, bool)
- func (o *FormattedApiPlugin) GetName() string
- func (o *FormattedApiPlugin) GetNameOk() (*string, bool)
- func (o *FormattedApiPlugin) GetOrgId() float32
- func (o *FormattedApiPlugin) GetOrgIdOk() (*float32, bool)
- func (o *FormattedApiPlugin) GetOrgName() string
- func (o *FormattedApiPlugin) GetOrgNameOk() (*string, bool)
- func (o *FormattedApiPlugin) GetOrgSlug() string
- func (o *FormattedApiPlugin) GetOrgSlugOk() (*string, bool)
- func (o *FormattedApiPlugin) GetOrgUrl() string
- func (o *FormattedApiPlugin) GetOrgUrlOk() (*string, bool)
- func (o *FormattedApiPlugin) GetPackages() map[string]interface{}
- func (o *FormattedApiPlugin) GetPackagesOk() (map[string]interface{}, bool)
- func (o *FormattedApiPlugin) GetPopularity() float32
- func (o *FormattedApiPlugin) GetPopularityOk() (*float32, bool)
- func (o *FormattedApiPlugin) GetSignatureType() string
- func (o *FormattedApiPlugin) GetSignatureTypeOk() (*string, bool)
- func (o *FormattedApiPlugin) GetSlug() string
- func (o *FormattedApiPlugin) GetSlugOk() (*string, bool)
- func (o *FormattedApiPlugin) GetStatus() string
- func (o *FormattedApiPlugin) GetStatusOk() (*string, bool)
- func (o *FormattedApiPlugin) GetTypeCode() string
- func (o *FormattedApiPlugin) GetTypeCodeOk() (*string, bool)
- func (o *FormattedApiPlugin) GetTypeId() float32
- func (o *FormattedApiPlugin) GetTypeIdOk() (*float32, bool)
- func (o *FormattedApiPlugin) GetTypeName() string
- func (o *FormattedApiPlugin) GetTypeNameOk() (*string, bool)
- func (o *FormattedApiPlugin) GetUpdatedAt() string
- func (o *FormattedApiPlugin) GetUpdatedAtOk() (*string, bool)
- func (o *FormattedApiPlugin) GetUrl() string
- func (o *FormattedApiPlugin) GetUrlOk() (*string, bool)
- func (o *FormattedApiPlugin) GetUserId() float32
- func (o *FormattedApiPlugin) GetUserIdOk() (*float32, bool)
- func (o *FormattedApiPlugin) GetVerified() bool
- func (o *FormattedApiPlugin) GetVerifiedOk() (*bool, bool)
- func (o *FormattedApiPlugin) GetVersion() string
- func (o *FormattedApiPlugin) GetVersionOk() (*string, bool)
- func (o *FormattedApiPlugin) GetVersionSignatureType() string
- func (o *FormattedApiPlugin) GetVersionSignatureTypeOk() (*string, bool)
- func (o *FormattedApiPlugin) GetVersionSignedByOrg() string
- func (o *FormattedApiPlugin) GetVersionSignedByOrgName() string
- func (o *FormattedApiPlugin) GetVersionSignedByOrgNameOk() (*string, bool)
- func (o *FormattedApiPlugin) GetVersionSignedByOrgOk() (*string, bool)
- func (o *FormattedApiPlugin) GetVersionStatus() string
- func (o *FormattedApiPlugin) GetVersionStatusOk() (*string, bool)
- func (o *FormattedApiPlugin) HasDocumentationUrl() bool
- func (o *FormattedApiPlugin) HasLicenseUrl() bool
- func (o FormattedApiPlugin) MarshalJSON() ([]byte, error)
- func (o *FormattedApiPlugin) SetAngularDetected(v bool)
- func (o *FormattedApiPlugin) SetCreatedAt(v string)
- func (o *FormattedApiPlugin) SetDescription(v string)
- func (o *FormattedApiPlugin) SetDocumentationUrl(v string)
- func (o *FormattedApiPlugin) SetDownloadSlug(v string)
- func (o *FormattedApiPlugin) SetDownloads(v float32)
- func (o *FormattedApiPlugin) SetFeatured(v float32)
- func (o *FormattedApiPlugin) SetId(v float32)
- func (o *FormattedApiPlugin) SetInternal(v bool)
- func (o *FormattedApiPlugin) SetLastCommitDate(v string)
- func (o *FormattedApiPlugin) SetLicenseUrl(v string)
- func (o *FormattedApiPlugin) SetLinks(v []LinksInner1)
- func (o *FormattedApiPlugin) SetName(v string)
- func (o *FormattedApiPlugin) SetOrgId(v float32)
- func (o *FormattedApiPlugin) SetOrgName(v string)
- func (o *FormattedApiPlugin) SetOrgSlug(v string)
- func (o *FormattedApiPlugin) SetOrgUrl(v string)
- func (o *FormattedApiPlugin) SetPackages(v map[string]interface{})
- func (o *FormattedApiPlugin) SetPopularity(v float32)
- func (o *FormattedApiPlugin) SetSignatureType(v string)
- func (o *FormattedApiPlugin) SetSlug(v string)
- func (o *FormattedApiPlugin) SetStatus(v string)
- func (o *FormattedApiPlugin) SetTypeCode(v string)
- func (o *FormattedApiPlugin) SetTypeId(v float32)
- func (o *FormattedApiPlugin) SetTypeName(v string)
- func (o *FormattedApiPlugin) SetUpdatedAt(v string)
- func (o *FormattedApiPlugin) SetUrl(v string)
- func (o *FormattedApiPlugin) SetUserId(v float32)
- func (o *FormattedApiPlugin) SetVerified(v bool)
- func (o *FormattedApiPlugin) SetVersion(v string)
- func (o *FormattedApiPlugin) SetVersionSignatureType(v string)
- func (o *FormattedApiPlugin) SetVersionSignedByOrg(v string)
- func (o *FormattedApiPlugin) SetVersionSignedByOrgName(v string)
- func (o *FormattedApiPlugin) SetVersionStatus(v string)
- func (o FormattedApiPlugin) ToMap() (map[string]interface{}, error)
- func (o *FormattedApiPlugin) UnmarshalJSON(data []byte) (err error)
- type FormattedApiStackRegion
- type FormattedApiStackRegionAnyOf
- func (o *FormattedApiStackRegionAnyOf) GetCreatedAt() string
- func (o *FormattedApiStackRegionAnyOf) GetCreatedAtOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf) GetDescription() string
- func (o *FormattedApiStackRegionAnyOf) GetDescriptionOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf) GetId() float32
- func (o *FormattedApiStackRegionAnyOf) GetIdOk() (*float32, bool)
- func (o *FormattedApiStackRegionAnyOf) GetName() string
- func (o *FormattedApiStackRegionAnyOf) GetNameOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf) GetProvider() string
- func (o *FormattedApiStackRegionAnyOf) GetProviderOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf) GetPublicName() string
- func (o *FormattedApiStackRegionAnyOf) GetPublicNameOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf) GetSlug() string
- func (o *FormattedApiStackRegionAnyOf) GetSlugOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf) GetSortOrder() float32
- func (o *FormattedApiStackRegionAnyOf) GetSortOrderOk() (*float32, bool)
- func (o *FormattedApiStackRegionAnyOf) GetStatus() string
- func (o *FormattedApiStackRegionAnyOf) GetStatusOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf) GetUpdatedAt() string
- func (o *FormattedApiStackRegionAnyOf) GetUpdatedAtOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf) GetVisibility() string
- func (o *FormattedApiStackRegionAnyOf) GetVisibilityOk() (*string, bool)
- func (o FormattedApiStackRegionAnyOf) MarshalJSON() ([]byte, error)
- func (o *FormattedApiStackRegionAnyOf) SetCreatedAt(v string)
- func (o *FormattedApiStackRegionAnyOf) SetDescription(v string)
- func (o *FormattedApiStackRegionAnyOf) SetId(v float32)
- func (o *FormattedApiStackRegionAnyOf) SetName(v string)
- func (o *FormattedApiStackRegionAnyOf) SetProvider(v string)
- func (o *FormattedApiStackRegionAnyOf) SetPublicName(v string)
- func (o *FormattedApiStackRegionAnyOf) SetSlug(v string)
- func (o *FormattedApiStackRegionAnyOf) SetSortOrder(v float32)
- func (o *FormattedApiStackRegionAnyOf) SetStatus(v string)
- func (o *FormattedApiStackRegionAnyOf) SetUpdatedAt(v string)
- func (o *FormattedApiStackRegionAnyOf) SetVisibility(v string)
- func (o FormattedApiStackRegionAnyOf) ToMap() (map[string]interface{}, error)
- func (o *FormattedApiStackRegionAnyOf) UnmarshalJSON(data []byte) (err error)
- type FormattedApiStackRegionAnyOf1
- func (o *FormattedApiStackRegionAnyOf1) GetAgmClusterId() float32
- func (o *FormattedApiStackRegionAnyOf1) GetAgmClusterIdOk() (*float32, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetAgmClusterName() string
- func (o *FormattedApiStackRegionAnyOf1) GetAgmClusterNameOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetAgmClusterSlug() string
- func (o *FormattedApiStackRegionAnyOf1) GetAgmClusterSlugOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetAgmClusterUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetAgmClusterUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetAmClusterId() float32
- func (o *FormattedApiStackRegionAnyOf1) GetAmClusterIdOk() (*float32, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetAmClusterName() string
- func (o *FormattedApiStackRegionAnyOf1) GetAmClusterNameOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetAmClusterSlug() string
- func (o *FormattedApiStackRegionAnyOf1) GetAmClusterSlugOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetAmClusterUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetAmClusterUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterApiUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterApiUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterId() float32
- func (o *FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterIdOk() (*float32, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterName() string
- func (o *FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterNameOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterSlug() string
- func (o *FormattedApiStackRegionAnyOf1) GetAssertsGraphClusterSlugOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetAuthApiTokenSet() bool
- func (o *FormattedApiStackRegionAnyOf1) GetAuthApiTokenSetOk() (*bool, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetAuthApiUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetAuthApiUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetCreatedAt() string
- func (o *FormattedApiStackRegionAnyOf1) GetCreatedAtOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetDescription() string
- func (o *FormattedApiStackRegionAnyOf1) GetDescriptionOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetFaroEndpointUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetFaroEndpointUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHgClusterId() float32
- func (o *FormattedApiStackRegionAnyOf1) GetHgClusterIdOk() (*float32, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHgClusterName() string
- func (o *FormattedApiStackRegionAnyOf1) GetHgClusterNameOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHgClusterSlug() string
- func (o *FormattedApiStackRegionAnyOf1) GetHgClusterSlugOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHgClusterUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetHgClusterUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHlClusterId() float32
- func (o *FormattedApiStackRegionAnyOf1) GetHlClusterIdOk() (*float32, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHlClusterName() string
- func (o *FormattedApiStackRegionAnyOf1) GetHlClusterNameOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHlClusterSlug() string
- func (o *FormattedApiStackRegionAnyOf1) GetHlClusterSlugOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHlClusterUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetHlClusterUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterId() float32
- func (o *FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterIdOk() (*float32, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterName() string
- func (o *FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterNameOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterSlug() string
- func (o *FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterSlugOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetHmGraphiteClusterUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHmPromClusterId() float32
- func (o *FormattedApiStackRegionAnyOf1) GetHmPromClusterIdOk() (*float32, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHmPromClusterName() string
- func (o *FormattedApiStackRegionAnyOf1) GetHmPromClusterNameOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHmPromClusterSlug() string
- func (o *FormattedApiStackRegionAnyOf1) GetHmPromClusterSlugOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHmPromClusterUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetHmPromClusterUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHostedExportersApiUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetHostedExportersApiUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHpClusterId() float32
- func (o *FormattedApiStackRegionAnyOf1) GetHpClusterIdOk() (*float32, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHpClusterName() string
- func (o *FormattedApiStackRegionAnyOf1) GetHpClusterNameOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHpClusterSlug() string
- func (o *FormattedApiStackRegionAnyOf1) GetHpClusterSlugOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHpClusterUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetHpClusterUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHtClusterId() float32
- func (o *FormattedApiStackRegionAnyOf1) GetHtClusterIdOk() (*float32, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHtClusterName() string
- func (o *FormattedApiStackRegionAnyOf1) GetHtClusterNameOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHtClusterSlug() string
- func (o *FormattedApiStackRegionAnyOf1) GetHtClusterSlugOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetHtClusterUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetHtClusterUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetId() float32
- func (o *FormattedApiStackRegionAnyOf1) GetIdOk() (*float32, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetIncidentApiUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetIncidentApiUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetInsightsApiUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetInsightsApiUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetIntegrationsApiUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetIntegrationsApiUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetIsStub() bool
- func (o *FormattedApiStackRegionAnyOf1) GetIsStubOk() (*bool, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetLlmGatewayUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetLlmGatewayUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetMachineLearningApiUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetMachineLearningApiUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetName() string
- func (o *FormattedApiStackRegionAnyOf1) GetNameOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetOncallApiUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetOncallApiUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetOtlpHttpUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetOtlpHttpUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetOtlpPrivateConnectivityInfo() OtlpPrivateConnectivityInfo
- func (o *FormattedApiStackRegionAnyOf1) GetOtlpPrivateConnectivityInfoOk() (*OtlpPrivateConnectivityInfo, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetPdcClusterSlug() string
- func (o *FormattedApiStackRegionAnyOf1) GetPdcClusterSlugOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetPdcPrivateConnectivityInfo() PdcPrivateConnectivityInfo
- func (o *FormattedApiStackRegionAnyOf1) GetPdcPrivateConnectivityInfoOk() (*PdcPrivateConnectivityInfo, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetProvider() string
- func (o *FormattedApiStackRegionAnyOf1) GetProviderOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetProviderRegion() string
- func (o *FormattedApiStackRegionAnyOf1) GetProviderRegionOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetPublicName() string
- func (o *FormattedApiStackRegionAnyOf1) GetPublicNameOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetSlug() string
- func (o *FormattedApiStackRegionAnyOf1) GetSlugOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetSortOrder() float32
- func (o *FormattedApiStackRegionAnyOf1) GetSortOrderOk() (*float32, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetStackStateServiceUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetStackStateServiceUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetStatus() string
- func (o *FormattedApiStackRegionAnyOf1) GetStatusOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetSyntheticMonitoringApiUrl() string
- func (o *FormattedApiStackRegionAnyOf1) GetSyntheticMonitoringApiUrlOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetUpdatedAt() string
- func (o *FormattedApiStackRegionAnyOf1) GetUpdatedAtOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) GetVisibility() string
- func (o *FormattedApiStackRegionAnyOf1) GetVisibilityOk() (*string, bool)
- func (o *FormattedApiStackRegionAnyOf1) HasAssertsGraphClusterApiUrl() bool
- func (o FormattedApiStackRegionAnyOf1) MarshalJSON() ([]byte, error)
- func (o *FormattedApiStackRegionAnyOf1) SetAgmClusterId(v float32)
- func (o *FormattedApiStackRegionAnyOf1) SetAgmClusterName(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetAgmClusterSlug(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetAgmClusterUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetAmClusterId(v float32)
- func (o *FormattedApiStackRegionAnyOf1) SetAmClusterName(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetAmClusterSlug(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetAmClusterUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetAssertsGraphClusterApiUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetAssertsGraphClusterApiUrlNil()
- func (o *FormattedApiStackRegionAnyOf1) SetAssertsGraphClusterId(v float32)
- func (o *FormattedApiStackRegionAnyOf1) SetAssertsGraphClusterName(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetAssertsGraphClusterSlug(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetAuthApiTokenSet(v bool)
- func (o *FormattedApiStackRegionAnyOf1) SetAuthApiUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetCreatedAt(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetDescription(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetFaroEndpointUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHgClusterId(v float32)
- func (o *FormattedApiStackRegionAnyOf1) SetHgClusterName(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHgClusterSlug(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHgClusterUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHlClusterId(v float32)
- func (o *FormattedApiStackRegionAnyOf1) SetHlClusterName(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHlClusterSlug(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHlClusterUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHmGraphiteClusterId(v float32)
- func (o *FormattedApiStackRegionAnyOf1) SetHmGraphiteClusterName(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHmGraphiteClusterSlug(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHmGraphiteClusterUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHmPromClusterId(v float32)
- func (o *FormattedApiStackRegionAnyOf1) SetHmPromClusterName(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHmPromClusterSlug(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHmPromClusterUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHostedExportersApiUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHpClusterId(v float32)
- func (o *FormattedApiStackRegionAnyOf1) SetHpClusterName(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHpClusterSlug(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHpClusterUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHtClusterId(v float32)
- func (o *FormattedApiStackRegionAnyOf1) SetHtClusterName(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHtClusterSlug(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetHtClusterUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetId(v float32)
- func (o *FormattedApiStackRegionAnyOf1) SetIncidentApiUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetInsightsApiUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetIntegrationsApiUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetIsStub(v bool)
- func (o *FormattedApiStackRegionAnyOf1) SetLlmGatewayUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetMachineLearningApiUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetName(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetOncallApiUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetOtlpHttpUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetOtlpPrivateConnectivityInfo(v OtlpPrivateConnectivityInfo)
- func (o *FormattedApiStackRegionAnyOf1) SetPdcClusterSlug(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetPdcPrivateConnectivityInfo(v PdcPrivateConnectivityInfo)
- func (o *FormattedApiStackRegionAnyOf1) SetProvider(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetProviderRegion(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetPublicName(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetSlug(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetSortOrder(v float32)
- func (o *FormattedApiStackRegionAnyOf1) SetStackStateServiceUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetStatus(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetSyntheticMonitoringApiUrl(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetUpdatedAt(v string)
- func (o *FormattedApiStackRegionAnyOf1) SetVisibility(v string)
- func (o FormattedApiStackRegionAnyOf1) ToMap() (map[string]interface{}, error)
- func (o *FormattedApiStackRegionAnyOf1) UnmarshalJSON(data []byte) (err error)
- func (o *FormattedApiStackRegionAnyOf1) UnsetAssertsGraphClusterApiUrl()
- type FormattedOrgMembership
- func (o *FormattedOrgMembership) GetAllowGCloudTrial() FormattedOrgMembershipAllowGCloudTrial
- func (o *FormattedOrgMembership) GetAllowGCloudTrialOk() (*FormattedOrgMembershipAllowGCloudTrial, bool)
- func (o *FormattedOrgMembership) GetBilling() float32
- func (o *FormattedOrgMembership) GetBillingOk() (*float32, bool)
- func (o *FormattedOrgMembership) GetContractTypeId() float32
- func (o *FormattedOrgMembership) GetContractTypeIdOk() (*float32, bool)
- func (o *FormattedOrgMembership) GetCreatedAt() string
- func (o *FormattedOrgMembership) GetCreatedAtOk() (*string, bool)
- func (o *FormattedOrgMembership) GetCreatedBy() string
- func (o *FormattedOrgMembership) GetCreatedByOk() (*string, bool)
- func (o *FormattedOrgMembership) GetDefaultOrg() float32
- func (o *FormattedOrgMembership) GetDefaultOrgOk() (*float32, bool)
- func (o *FormattedOrgMembership) GetExtraPermissions() []string
- func (o *FormattedOrgMembership) GetExtraPermissionsOk() ([]string, bool)
- func (o *FormattedOrgMembership) GetGrafanaCloud() float32
- func (o *FormattedOrgMembership) GetGrafanaCloudOk() (*float32, bool)
- func (o *FormattedOrgMembership) GetGrafanaStaffAccess() ItemsInner2GrafanaStaffAccess
- func (o *FormattedOrgMembership) GetGrafanaStaffAccessOk() (*ItemsInner2GrafanaStaffAccess, bool)
- func (o *FormattedOrgMembership) GetHgDatasourceCnts() string
- func (o *FormattedOrgMembership) GetHgDatasourceCntsOk() (*string, bool)
- func (o *FormattedOrgMembership) GetHlUsage() float32
- func (o *FormattedOrgMembership) GetHlUsageOk() (*float32, bool)
- func (o *FormattedOrgMembership) GetHmCurrentGraphiteUsage() float32
- func (o *FormattedOrgMembership) GetHmCurrentGraphiteUsageOk() (*float32, bool)
- func (o *FormattedOrgMembership) GetHmCurrentPrometheusUsage() float32
- func (o *FormattedOrgMembership) GetHmCurrentPrometheusUsageOk() (*float32, bool)
- func (o *FormattedOrgMembership) GetId() float32
- func (o *FormattedOrgMembership) GetIdOk() (*float32, bool)
- func (o *FormattedOrgMembership) GetMarketplaceSubscription() ItemsInner2MarketplaceSubscription
- func (o *FormattedOrgMembership) GetMarketplaceSubscriptionOk() (*ItemsInner2MarketplaceSubscription, bool)
- func (o *FormattedOrgMembership) GetOrgId() float32
- func (o *FormattedOrgMembership) GetOrgIdOk() (*float32, bool)
- func (o *FormattedOrgMembership) GetOrgName() string
- func (o *FormattedOrgMembership) GetOrgNameOk() (*string, bool)
- func (o *FormattedOrgMembership) GetOrgSlug() string
- func (o *FormattedOrgMembership) GetOrgSlugOk() (*string, bool)
- func (o *FormattedOrgMembership) GetOrgUrl() string
- func (o *FormattedOrgMembership) GetOrgUrlOk() (*string, bool)
- func (o *FormattedOrgMembership) GetPrivacy() float32
- func (o *FormattedOrgMembership) GetPrivacyOk() (*float32, bool)
- func (o *FormattedOrgMembership) GetResellerId() float32
- func (o *FormattedOrgMembership) GetResellerIdOk() (*float32, bool)
- func (o *FormattedOrgMembership) GetRole() string
- func (o *FormattedOrgMembership) GetRoleOk() (*string, bool)
- func (o *FormattedOrgMembership) GetStatus() float32
- func (o *FormattedOrgMembership) GetStatusOk() (*float32, bool)
- func (o *FormattedOrgMembership) GetSubscriptions() Subscriptions
- func (o *FormattedOrgMembership) GetSubscriptionsOk() (*Subscriptions, bool)
- func (o *FormattedOrgMembership) GetUpdatedAt() string
- func (o *FormattedOrgMembership) GetUpdatedAtOk() (*string, bool)
- func (o *FormattedOrgMembership) GetUpdatedBy() string
- func (o *FormattedOrgMembership) GetUpdatedByOk() (*string, bool)
- func (o *FormattedOrgMembership) GetUserEmail() string
- func (o *FormattedOrgMembership) GetUserEmailOk() (*string, bool)
- func (o *FormattedOrgMembership) GetUserFirstName() string
- func (o *FormattedOrgMembership) GetUserFirstNameOk() (*string, bool)
- func (o *FormattedOrgMembership) GetUserId() float32
- func (o *FormattedOrgMembership) GetUserIdOk() (*float32, bool)
- func (o *FormattedOrgMembership) GetUserLastName() string
- func (o *FormattedOrgMembership) GetUserLastNameOk() (*string, bool)
- func (o *FormattedOrgMembership) GetUserName() string
- func (o *FormattedOrgMembership) GetUserNameOk() (*string, bool)
- func (o *FormattedOrgMembership) GetUserStatus() float32
- func (o *FormattedOrgMembership) GetUserStatusOk() (*float32, bool)
- func (o *FormattedOrgMembership) GetUserUsername() string
- func (o *FormattedOrgMembership) GetUserUsernameOk() (*string, bool)
- func (o *FormattedOrgMembership) HasExtraPermissions() bool
- func (o *FormattedOrgMembership) HasGrafanaStaffAccess() bool
- func (o FormattedOrgMembership) MarshalJSON() ([]byte, error)
- func (o *FormattedOrgMembership) SetAllowGCloudTrial(v FormattedOrgMembershipAllowGCloudTrial)
- func (o *FormattedOrgMembership) SetBilling(v float32)
- func (o *FormattedOrgMembership) SetContractTypeId(v float32)
- func (o *FormattedOrgMembership) SetCreatedAt(v string)
- func (o *FormattedOrgMembership) SetCreatedBy(v string)
- func (o *FormattedOrgMembership) SetDefaultOrg(v float32)
- func (o *FormattedOrgMembership) SetExtraPermissions(v []string)
- func (o *FormattedOrgMembership) SetGrafanaCloud(v float32)
- func (o *FormattedOrgMembership) SetGrafanaStaffAccess(v ItemsInner2GrafanaStaffAccess)
- func (o *FormattedOrgMembership) SetGrafanaStaffAccessNil()
- func (o *FormattedOrgMembership) SetHgDatasourceCnts(v string)
- func (o *FormattedOrgMembership) SetHlUsage(v float32)
- func (o *FormattedOrgMembership) SetHmCurrentGraphiteUsage(v float32)
- func (o *FormattedOrgMembership) SetHmCurrentPrometheusUsage(v float32)
- func (o *FormattedOrgMembership) SetId(v float32)
- func (o *FormattedOrgMembership) SetMarketplaceSubscription(v ItemsInner2MarketplaceSubscription)
- func (o *FormattedOrgMembership) SetOrgId(v float32)
- func (o *FormattedOrgMembership) SetOrgName(v string)
- func (o *FormattedOrgMembership) SetOrgSlug(v string)
- func (o *FormattedOrgMembership) SetOrgUrl(v string)
- func (o *FormattedOrgMembership) SetPrivacy(v float32)
- func (o *FormattedOrgMembership) SetResellerId(v float32)
- func (o *FormattedOrgMembership) SetRole(v string)
- func (o *FormattedOrgMembership) SetStatus(v float32)
- func (o *FormattedOrgMembership) SetSubscriptions(v Subscriptions)
- func (o *FormattedOrgMembership) SetUpdatedAt(v string)
- func (o *FormattedOrgMembership) SetUpdatedBy(v string)
- func (o *FormattedOrgMembership) SetUserEmail(v string)
- func (o *FormattedOrgMembership) SetUserFirstName(v string)
- func (o *FormattedOrgMembership) SetUserId(v float32)
- func (o *FormattedOrgMembership) SetUserLastName(v string)
- func (o *FormattedOrgMembership) SetUserName(v string)
- func (o *FormattedOrgMembership) SetUserStatus(v float32)
- func (o *FormattedOrgMembership) SetUserUsername(v string)
- func (o FormattedOrgMembership) ToMap() (map[string]interface{}, error)
- func (o *FormattedOrgMembership) UnmarshalJSON(data []byte) (err error)
- func (o *FormattedOrgMembership) UnsetGrafanaStaffAccess()
- type FormattedOrgMembershipAllowGCloudTrial
- type Gateway
- func (o *Gateway) GetPrivateDNS() string
- func (o *Gateway) GetPrivateDNSOk() (*string, bool)
- func (o *Gateway) GetRegions() []string
- func (o *Gateway) GetRegionsOk() ([]string, bool)
- func (o *Gateway) GetServiceName() string
- func (o *Gateway) GetServiceNameOk() (*string, bool)
- func (o *Gateway) HasRegions() bool
- func (o Gateway) MarshalJSON() ([]byte, error)
- func (o *Gateway) SetPrivateDNS(v string)
- func (o *Gateway) SetRegions(v []string)
- func (o *Gateway) SetServiceName(v string)
- func (o Gateway) ToMap() (map[string]interface{}, error)
- func (o *Gateway) UnmarshalJSON(data []byte) (err error)
- type Gateway1
- func (o *Gateway1) GetEndpointName() string
- func (o *Gateway1) GetEndpointNameOk() (*string, bool)
- func (o *Gateway1) GetPrivateDNS() string
- func (o *Gateway1) GetPrivateDNSOk() (*string, bool)
- func (o *Gateway1) GetRegions() []string
- func (o *Gateway1) GetRegionsOk() ([]string, bool)
- func (o *Gateway1) GetServiceId() string
- func (o *Gateway1) GetServiceIdOk() (*string, bool)
- func (o *Gateway1) GetServiceName() string
- func (o *Gateway1) GetServiceNameOk() (*string, bool)
- func (o *Gateway1) HasEndpointName() bool
- func (o *Gateway1) HasRegions() bool
- func (o *Gateway1) HasServiceId() bool
- func (o Gateway1) MarshalJSON() ([]byte, error)
- func (o *Gateway1) SetEndpointName(v string)
- func (o *Gateway1) SetPrivateDNS(v string)
- func (o *Gateway1) SetRegions(v []string)
- func (o *Gateway1) SetServiceId(v string)
- func (o *Gateway1) SetServiceName(v string)
- func (o Gateway1) ToMap() (map[string]interface{}, error)
- func (o *Gateway1) UnmarshalJSON(data []byte) (err error)
- type GenericOpenAPIError
- type GetAccessPolicies200Response
- func (o *GetAccessPolicies200Response) GetItems() []AuthAccessPolicy
- func (o *GetAccessPolicies200Response) GetItemsOk() ([]AuthAccessPolicy, bool)
- func (o *GetAccessPolicies200Response) HasItems() bool
- func (o GetAccessPolicies200Response) MarshalJSON() ([]byte, error)
- func (o *GetAccessPolicies200Response) SetItems(v []AuthAccessPolicy)
- func (o GetAccessPolicies200Response) ToMap() (map[string]interface{}, error)
- func (o *GetAccessPolicies200Response) UnmarshalJSON(data []byte) (err error)
- type GetInstancePlugins200Response
- func (o *GetInstancePlugins200Response) GetDirection() string
- func (o *GetInstancePlugins200Response) GetDirectionOk() (*string, bool)
- func (o *GetInstancePlugins200Response) GetItems() []FormattedApiInstancePlugin
- func (o *GetInstancePlugins200Response) GetItemsOk() ([]FormattedApiInstancePlugin, bool)
- func (o *GetInstancePlugins200Response) GetOrderBy() string
- func (o *GetInstancePlugins200Response) GetOrderByOk() (*string, bool)
- func (o *GetInstancePlugins200Response) GetPage() float32
- func (o *GetInstancePlugins200Response) GetPageOk() (*float32, bool)
- func (o *GetInstancePlugins200Response) GetPageSize() float32
- func (o *GetInstancePlugins200Response) GetPageSizeOk() (*float32, bool)
- func (o *GetInstancePlugins200Response) GetPages() float32
- func (o *GetInstancePlugins200Response) GetPagesOk() (*float32, bool)
- func (o *GetInstancePlugins200Response) GetTotal() float32
- func (o *GetInstancePlugins200Response) GetTotalOk() (*float32, bool)
- func (o GetInstancePlugins200Response) MarshalJSON() ([]byte, error)
- func (o *GetInstancePlugins200Response) SetDirection(v string)
- func (o *GetInstancePlugins200Response) SetItems(v []FormattedApiInstancePlugin)
- func (o *GetInstancePlugins200Response) SetOrderBy(v string)
- func (o *GetInstancePlugins200Response) SetPage(v float32)
- func (o *GetInstancePlugins200Response) SetPageSize(v float32)
- func (o *GetInstancePlugins200Response) SetPages(v float32)
- func (o *GetInstancePlugins200Response) SetTotal(v float32)
- func (o GetInstancePlugins200Response) ToMap() (map[string]interface{}, error)
- func (o *GetInstancePlugins200Response) UnmarshalJSON(data []byte) (err error)
- type GetInstances200Response
- func (o *GetInstances200Response) GetDirection() string
- func (o *GetInstances200Response) GetDirectionOk() (*string, bool)
- func (o *GetInstances200Response) GetItems() []FormattedApiInstance
- func (o *GetInstances200Response) GetItemsOk() ([]FormattedApiInstance, bool)
- func (o *GetInstances200Response) GetOrderBy() string
- func (o *GetInstances200Response) GetOrderByOk() (*string, bool)
- func (o *GetInstances200Response) GetPage() float32
- func (o *GetInstances200Response) GetPageOk() (*float32, bool)
- func (o *GetInstances200Response) GetPageSize() float32
- func (o *GetInstances200Response) GetPageSizeOk() (*float32, bool)
- func (o *GetInstances200Response) GetPages() float32
- func (o *GetInstances200Response) GetPagesOk() (*float32, bool)
- func (o *GetInstances200Response) GetTotal() float32
- func (o *GetInstances200Response) GetTotalOk() (*float32, bool)
- func (o GetInstances200Response) MarshalJSON() ([]byte, error)
- func (o *GetInstances200Response) SetDirection(v string)
- func (o *GetInstances200Response) SetItems(v []FormattedApiInstance)
- func (o *GetInstances200Response) SetOrderBy(v string)
- func (o *GetInstances200Response) SetPage(v float32)
- func (o *GetInstances200Response) SetPageSize(v float32)
- func (o *GetInstances200Response) SetPages(v float32)
- func (o *GetInstances200Response) SetTotal(v float32)
- func (o GetInstances200Response) ToMap() (map[string]interface{}, error)
- func (o *GetInstances200Response) UnmarshalJSON(data []byte) (err error)
- type GetStackRegions200Response
- func (o *GetStackRegions200Response) GetDirection() string
- func (o *GetStackRegions200Response) GetDirectionOk() (*string, bool)
- func (o *GetStackRegions200Response) GetItems() []FormattedApiStackRegion
- func (o *GetStackRegions200Response) GetItemsOk() ([]FormattedApiStackRegion, bool)
- func (o *GetStackRegions200Response) GetOrderBy() string
- func (o *GetStackRegions200Response) GetOrderByOk() (*string, bool)
- func (o *GetStackRegions200Response) GetPage() float32
- func (o *GetStackRegions200Response) GetPageOk() (*float32, bool)
- func (o *GetStackRegions200Response) GetPageSize() float32
- func (o *GetStackRegions200Response) GetPageSizeOk() (*float32, bool)
- func (o *GetStackRegions200Response) GetPages() float32
- func (o *GetStackRegions200Response) GetPagesOk() (*float32, bool)
- func (o *GetStackRegions200Response) GetTotal() float32
- func (o *GetStackRegions200Response) GetTotalOk() (*float32, bool)
- func (o GetStackRegions200Response) MarshalJSON() ([]byte, error)
- func (o *GetStackRegions200Response) SetDirection(v string)
- func (o *GetStackRegions200Response) SetItems(v []FormattedApiStackRegion)
- func (o *GetStackRegions200Response) SetOrderBy(v string)
- func (o *GetStackRegions200Response) SetPage(v float32)
- func (o *GetStackRegions200Response) SetPageSize(v float32)
- func (o *GetStackRegions200Response) SetPages(v float32)
- func (o *GetStackRegions200Response) SetTotal(v float32)
- func (o GetStackRegions200Response) ToMap() (map[string]interface{}, error)
- func (o *GetStackRegions200Response) UnmarshalJSON(data []byte) (err error)
- type GrafanaNewApiKeyResult
- func (o *GrafanaNewApiKeyResult) GetId() int64
- func (o *GrafanaNewApiKeyResult) GetIdOk() (*int64, bool)
- func (o *GrafanaNewApiKeyResult) GetKey() string
- func (o *GrafanaNewApiKeyResult) GetKeyOk() (*string, bool)
- func (o *GrafanaNewApiKeyResult) GetName() string
- func (o *GrafanaNewApiKeyResult) GetNameOk() (*string, bool)
- func (o *GrafanaNewApiKeyResult) HasId() bool
- func (o *GrafanaNewApiKeyResult) HasKey() bool
- func (o *GrafanaNewApiKeyResult) HasName() bool
- func (o GrafanaNewApiKeyResult) MarshalJSON() ([]byte, error)
- func (o *GrafanaNewApiKeyResult) SetId(v int64)
- func (o *GrafanaNewApiKeyResult) SetKey(v string)
- func (o *GrafanaNewApiKeyResult) SetName(v string)
- func (o GrafanaNewApiKeyResult) ToMap() (map[string]interface{}, error)
- func (o *GrafanaNewApiKeyResult) UnmarshalJSON(data []byte) (err error)
- type GrafanaServiceAccountDTO
- func (o *GrafanaServiceAccountDTO) GetAccessControl() map[string]bool
- func (o *GrafanaServiceAccountDTO) GetAccessControlOk() (*map[string]bool, bool)
- func (o *GrafanaServiceAccountDTO) GetAvatarUrl() string
- func (o *GrafanaServiceAccountDTO) GetAvatarUrlOk() (*string, bool)
- func (o *GrafanaServiceAccountDTO) GetId() int64
- func (o *GrafanaServiceAccountDTO) GetIdOk() (*int64, bool)
- func (o *GrafanaServiceAccountDTO) GetIsDisabled() bool
- func (o *GrafanaServiceAccountDTO) GetIsDisabledOk() (*bool, bool)
- func (o *GrafanaServiceAccountDTO) GetIsExternal() bool
- func (o *GrafanaServiceAccountDTO) GetIsExternalOk() (*bool, bool)
- func (o *GrafanaServiceAccountDTO) GetLogin() string
- func (o *GrafanaServiceAccountDTO) GetLoginOk() (*string, bool)
- func (o *GrafanaServiceAccountDTO) GetName() string
- func (o *GrafanaServiceAccountDTO) GetNameOk() (*string, bool)
- func (o *GrafanaServiceAccountDTO) GetOrgId() int64
- func (o *GrafanaServiceAccountDTO) GetOrgIdOk() (*int64, bool)
- func (o *GrafanaServiceAccountDTO) GetRole() string
- func (o *GrafanaServiceAccountDTO) GetRoleOk() (*string, bool)
- func (o *GrafanaServiceAccountDTO) GetTokens() int64
- func (o *GrafanaServiceAccountDTO) GetTokensOk() (*int64, bool)
- func (o *GrafanaServiceAccountDTO) HasAccessControl() bool
- func (o *GrafanaServiceAccountDTO) HasAvatarUrl() bool
- func (o *GrafanaServiceAccountDTO) HasId() bool
- func (o *GrafanaServiceAccountDTO) HasIsDisabled() bool
- func (o *GrafanaServiceAccountDTO) HasIsExternal() bool
- func (o *GrafanaServiceAccountDTO) HasLogin() bool
- func (o *GrafanaServiceAccountDTO) HasName() bool
- func (o *GrafanaServiceAccountDTO) HasOrgId() bool
- func (o *GrafanaServiceAccountDTO) HasRole() bool
- func (o *GrafanaServiceAccountDTO) HasTokens() bool
- func (o GrafanaServiceAccountDTO) MarshalJSON() ([]byte, error)
- func (o *GrafanaServiceAccountDTO) SetAccessControl(v map[string]bool)
- func (o *GrafanaServiceAccountDTO) SetAvatarUrl(v string)
- func (o *GrafanaServiceAccountDTO) SetId(v int64)
- func (o *GrafanaServiceAccountDTO) SetIsDisabled(v bool)
- func (o *GrafanaServiceAccountDTO) SetIsExternal(v bool)
- func (o *GrafanaServiceAccountDTO) SetLogin(v string)
- func (o *GrafanaServiceAccountDTO) SetName(v string)
- func (o *GrafanaServiceAccountDTO) SetOrgId(v int64)
- func (o *GrafanaServiceAccountDTO) SetRole(v string)
- func (o *GrafanaServiceAccountDTO) SetTokens(v int64)
- func (o GrafanaServiceAccountDTO) ToMap() (map[string]interface{}, error)
- func (o *GrafanaServiceAccountDTO) UnmarshalJSON(data []byte) (err error)
- type GrafanaTokenDTO
- func (o *GrafanaTokenDTO) GetCreated() time.Time
- func (o *GrafanaTokenDTO) GetCreatedOk() (*time.Time, bool)
- func (o *GrafanaTokenDTO) GetExpiration() time.Time
- func (o *GrafanaTokenDTO) GetExpirationOk() (*time.Time, bool)
- func (o *GrafanaTokenDTO) GetHasExpired() bool
- func (o *GrafanaTokenDTO) GetHasExpiredOk() (*bool, bool)
- func (o *GrafanaTokenDTO) GetId() int64
- func (o *GrafanaTokenDTO) GetIdOk() (*int64, bool)
- func (o *GrafanaTokenDTO) GetIsRevoked() bool
- func (o *GrafanaTokenDTO) GetIsRevokedOk() (*bool, bool)
- func (o *GrafanaTokenDTO) GetLastUsedAt() time.Time
- func (o *GrafanaTokenDTO) GetLastUsedAtOk() (*time.Time, bool)
- func (o *GrafanaTokenDTO) GetName() string
- func (o *GrafanaTokenDTO) GetNameOk() (*string, bool)
- func (o *GrafanaTokenDTO) GetSecondsUntilExpiration() float64
- func (o *GrafanaTokenDTO) GetSecondsUntilExpirationOk() (*float64, bool)
- func (o *GrafanaTokenDTO) HasCreated() bool
- func (o *GrafanaTokenDTO) HasExpiration() bool
- func (o *GrafanaTokenDTO) HasHasExpired() bool
- func (o *GrafanaTokenDTO) HasId() bool
- func (o *GrafanaTokenDTO) HasIsRevoked() bool
- func (o *GrafanaTokenDTO) HasLastUsedAt() bool
- func (o *GrafanaTokenDTO) HasName() bool
- func (o *GrafanaTokenDTO) HasSecondsUntilExpiration() bool
- func (o GrafanaTokenDTO) MarshalJSON() ([]byte, error)
- func (o *GrafanaTokenDTO) SetCreated(v time.Time)
- func (o *GrafanaTokenDTO) SetExpiration(v time.Time)
- func (o *GrafanaTokenDTO) SetHasExpired(v bool)
- func (o *GrafanaTokenDTO) SetId(v int64)
- func (o *GrafanaTokenDTO) SetIsRevoked(v bool)
- func (o *GrafanaTokenDTO) SetLastUsedAt(v time.Time)
- func (o *GrafanaTokenDTO) SetName(v string)
- func (o *GrafanaTokenDTO) SetSecondsUntilExpiration(v float64)
- func (o GrafanaTokenDTO) ToMap() (map[string]interface{}, error)
- func (o *GrafanaTokenDTO) UnmarshalJSON(data []byte) (err error)
- type Graphite
- func (o *Graphite) GetEndpointName() string
- func (o *Graphite) GetEndpointNameOk() (*string, bool)
- func (o *Graphite) GetPrivateDNS() string
- func (o *Graphite) GetPrivateDNSOk() (*string, bool)
- func (o *Graphite) GetRegions() []string
- func (o *Graphite) GetRegionsOk() ([]string, bool)
- func (o *Graphite) GetServiceId() string
- func (o *Graphite) GetServiceIdOk() (*string, bool)
- func (o *Graphite) GetServiceName() string
- func (o *Graphite) GetServiceNameOk() (*string, bool)
- func (o *Graphite) HasEndpointName() bool
- func (o *Graphite) HasRegions() bool
- func (o *Graphite) HasServiceId() bool
- func (o Graphite) MarshalJSON() ([]byte, error)
- func (o *Graphite) SetEndpointName(v string)
- func (o *Graphite) SetPrivateDNS(v string)
- func (o *Graphite) SetRegions(v []string)
- func (o *Graphite) SetServiceId(v string)
- func (o *Graphite) SetServiceName(v string)
- func (o Graphite) ToMap() (map[string]interface{}, error)
- func (o *Graphite) UnmarshalJSON(data []byte) (err error)
- type Info
- func (o *Info) GetPrivateDNS() string
- func (o *Info) GetPrivateDNSOk() (*string, bool)
- func (o *Info) GetRegions() []string
- func (o *Info) GetRegionsOk() ([]string, bool)
- func (o *Info) GetServiceName() string
- func (o *Info) GetServiceNameOk() (*string, bool)
- func (o *Info) HasRegions() bool
- func (o Info) MarshalJSON() ([]byte, error)
- func (o *Info) SetPrivateDNS(v string)
- func (o *Info) SetRegions(v []string)
- func (o *Info) SetServiceName(v string)
- func (o Info) ToMap() (map[string]interface{}, error)
- func (o *Info) UnmarshalJSON(data []byte) (err error)
- type InstanceUsersResponse
- func (o *InstanceUsersResponse) GetItems() []ItemsInner1
- func (o *InstanceUsersResponse) GetItemsOk() ([]ItemsInner1, bool)
- func (o InstanceUsersResponse) MarshalJSON() ([]byte, error)
- func (o *InstanceUsersResponse) SetItems(v []ItemsInner1)
- func (o InstanceUsersResponse) ToMap() (map[string]interface{}, error)
- func (o *InstanceUsersResponse) UnmarshalJSON(data []byte) (err error)
- type InstancesAPIService
- func (a *InstancesAPIService) DelInstanceOAuthAzureAD(ctx context.Context, instanceId string) ApiDelInstanceOAuthAzureADRequest
- func (a *InstancesAPIService) DelInstanceOAuthAzureADExecute(r ApiDelInstanceOAuthAzureADRequest) (*FormattedApiInstance, *http.Response, error)
- func (a *InstancesAPIService) DelInstanceOAuthGithub(ctx context.Context, instanceId string) ApiDelInstanceOAuthGithubRequest
- func (a *InstancesAPIService) DelInstanceOAuthGithubExecute(r ApiDelInstanceOAuthGithubRequest) (*FormattedApiInstance, *http.Response, error)
- func (a *InstancesAPIService) DelInstanceOAuthGoogle(ctx context.Context, instanceId string) ApiDelInstanceOAuthGoogleRequest
- func (a *InstancesAPIService) DelInstanceOAuthGoogleExecute(r ApiDelInstanceOAuthGoogleRequest) (*FormattedApiInstance, *http.Response, error)
- func (a *InstancesAPIService) DelInstanceOAuthOkta(ctx context.Context, instanceId string) ApiDelInstanceOAuthOktaRequest
- func (a *InstancesAPIService) DelInstanceOAuthOktaExecute(r ApiDelInstanceOAuthOktaRequest) (*FormattedApiInstance, *http.Response, error)
- func (a *InstancesAPIService) DeleteInstance(ctx context.Context, instanceId string) ApiDeleteInstanceRequest
- func (a *InstancesAPIService) DeleteInstanceExecute(r ApiDeleteInstanceRequest) (*FormattedApiInstance, *http.Response, error)
- func (a *InstancesAPIService) DeleteInstancePlugin(ctx context.Context, instanceId string, pluginSlugOrId string) ApiDeleteInstancePluginRequest
- func (a *InstancesAPIService) DeleteInstancePluginExecute(r ApiDeleteInstancePluginRequest) (*FormattedApiInstancePlugin, *http.Response, error)
- func (a *InstancesAPIService) DeleteInstanceServiceAccount(ctx context.Context, instanceId string, serviceAccountId string) ApiDeleteInstanceServiceAccountRequest
- func (a *InstancesAPIService) DeleteInstanceServiceAccountExecute(r ApiDeleteInstanceServiceAccountRequest) (*http.Response, error)
- func (a *InstancesAPIService) DeleteInstanceServiceAccountToken(ctx context.Context, instanceId string, serviceAccountId string, ...) ApiDeleteInstanceServiceAccountTokenRequest
- func (a *InstancesAPIService) DeleteInstanceServiceAccountTokenExecute(r ApiDeleteInstanceServiceAccountTokenRequest) (*http.Response, error)
- func (a *InstancesAPIService) GetConnections(ctx context.Context, instanceId string) ApiGetConnectionsRequest
- func (a *InstancesAPIService) GetConnectionsExecute(r ApiGetConnectionsRequest) (*FormattedApiInstanceConnections, *http.Response, error)
- func (a *InstancesAPIService) GetInstance(ctx context.Context, instanceId string) ApiGetInstanceRequest
- func (a *InstancesAPIService) GetInstanceExecute(r ApiGetInstanceRequest) (*FormattedApiInstance, *http.Response, error)
- func (a *InstancesAPIService) GetInstancePlugin(ctx context.Context, instanceId string, pluginSlugOrId string) ApiGetInstancePluginRequest
- func (a *InstancesAPIService) GetInstancePluginExecute(r ApiGetInstancePluginRequest) (*FormattedApiInstancePlugin, *http.Response, error)
- func (a *InstancesAPIService) GetInstancePlugins(ctx context.Context, instanceId string) ApiGetInstancePluginsRequest
- func (a *InstancesAPIService) GetInstancePluginsExecute(r ApiGetInstancePluginsRequest) (*GetInstancePlugins200Response, *http.Response, error)
- func (a *InstancesAPIService) GetInstanceServiceAccount(ctx context.Context, instanceId string, serviceAccountId string) ApiGetInstanceServiceAccountRequest
- func (a *InstancesAPIService) GetInstanceServiceAccountExecute(r ApiGetInstanceServiceAccountRequest) (*GrafanaServiceAccountDTO, *http.Response, error)
- func (a *InstancesAPIService) GetInstanceServiceAccountTokens(ctx context.Context, instanceId string, serviceAccountId string) ApiGetInstanceServiceAccountTokensRequest
- func (a *InstancesAPIService) GetInstanceServiceAccountTokensExecute(r ApiGetInstanceServiceAccountTokensRequest) ([]GrafanaTokenDTO, *http.Response, error)
- func (a *InstancesAPIService) GetInstanceUsers(ctx context.Context, instanceId string) ApiGetInstanceUsersRequest
- func (a *InstancesAPIService) GetInstanceUsersExecute(r ApiGetInstanceUsersRequest) (*InstanceUsersResponse, *http.Response, error)
- func (a *InstancesAPIService) GetInstances(ctx context.Context) ApiGetInstancesRequest
- func (a *InstancesAPIService) GetInstancesExecute(r ApiGetInstancesRequest) (*GetInstances200Response, *http.Response, error)
- func (a *InstancesAPIService) PostInstance(ctx context.Context, instanceId string) ApiPostInstanceRequest
- func (a *InstancesAPIService) PostInstanceExecute(r ApiPostInstanceRequest) (*FormattedApiInstance, *http.Response, error)
- func (a *InstancesAPIService) PostInstanceOAuthAzureAD(ctx context.Context, instanceId string) ApiPostInstanceOAuthAzureADRequest
- func (a *InstancesAPIService) PostInstanceOAuthAzureADExecute(r ApiPostInstanceOAuthAzureADRequest) (*FormattedApiInstance, *http.Response, error)
- func (a *InstancesAPIService) PostInstanceOAuthGithub(ctx context.Context, instanceId string) ApiPostInstanceOAuthGithubRequest
- func (a *InstancesAPIService) PostInstanceOAuthGithubExecute(r ApiPostInstanceOAuthGithubRequest) (*FormattedApiInstance, *http.Response, error)
- func (a *InstancesAPIService) PostInstanceOAuthGoogle(ctx context.Context, instanceId string) ApiPostInstanceOAuthGoogleRequest
- func (a *InstancesAPIService) PostInstanceOAuthGoogleExecute(r ApiPostInstanceOAuthGoogleRequest) (*FormattedApiInstance, *http.Response, error)
- func (a *InstancesAPIService) PostInstanceOAuthOkta(ctx context.Context, instanceId string) ApiPostInstanceOAuthOktaRequest
- func (a *InstancesAPIService) PostInstanceOAuthOktaExecute(r ApiPostInstanceOAuthOktaRequest) (*FormattedApiInstance, *http.Response, error)
- func (a *InstancesAPIService) PostInstancePlugin(ctx context.Context, instanceId string, pluginSlugOrId string) ApiPostInstancePluginRequest
- func (a *InstancesAPIService) PostInstancePluginExecute(r ApiPostInstancePluginRequest) (*FormattedApiInstancePlugin, *http.Response, error)
- func (a *InstancesAPIService) PostInstancePlugins(ctx context.Context, instanceId string) ApiPostInstancePluginsRequest
- func (a *InstancesAPIService) PostInstancePluginsExecute(r ApiPostInstancePluginsRequest) (*FormattedApiInstancePlugin, *http.Response, error)
- func (a *InstancesAPIService) PostInstanceServiceAccountTokens(ctx context.Context, instanceId string, serviceAccountId string) ApiPostInstanceServiceAccountTokensRequest
- func (a *InstancesAPIService) PostInstanceServiceAccountTokensExecute(r ApiPostInstanceServiceAccountTokensRequest) (*GrafanaNewApiKeyResult, *http.Response, error)
- func (a *InstancesAPIService) PostInstanceServiceAccounts(ctx context.Context, instanceId string) ApiPostInstanceServiceAccountsRequest
- func (a *InstancesAPIService) PostInstanceServiceAccountsExecute(r ApiPostInstanceServiceAccountsRequest) (*GrafanaServiceAccountDTO, *http.Response, error)
- func (a *InstancesAPIService) PostInstances(ctx context.Context) ApiPostInstancesRequest
- func (a *InstancesAPIService) PostInstancesExecute(r ApiPostInstancesRequest) (*FormattedApiInstance, *http.Response, error)
- type ItemsInner
- func (o *ItemsInner) GetAccessPolicyId() string
- func (o *ItemsInner) GetAccessPolicyIdOk() (*string, bool)
- func (o *ItemsInner) GetCreatedAt() string
- func (o *ItemsInner) GetCreatedAtOk() (*string, bool)
- func (o *ItemsInner) GetFirstUsed() string
- func (o *ItemsInner) GetFirstUsedOk() (*string, bool)
- func (o *ItemsInner) GetId() ItemsInnerId
- func (o *ItemsInner) GetIdOk() (*ItemsInnerId, bool)
- func (o *ItemsInner) GetInstanceId() float32
- func (o *ItemsInner) GetInstanceIdOk() (*float32, bool)
- func (o *ItemsInner) GetLinks() []LinksInner
- func (o *ItemsInner) GetLinksOk() ([]LinksInner, bool)
- func (o *ItemsInner) GetName() string
- func (o *ItemsInner) GetNameOk() (*string, bool)
- func (o *ItemsInner) GetOrgId() float32
- func (o *ItemsInner) GetOrgIdOk() (*float32, bool)
- func (o *ItemsInner) GetOrgName() string
- func (o *ItemsInner) GetOrgNameOk() (*string, bool)
- func (o *ItemsInner) GetOrgSlug() string
- func (o *ItemsInner) GetOrgSlugOk() (*string, bool)
- func (o *ItemsInner) GetRole() string
- func (o *ItemsInner) GetRoleOk() (*string, bool)
- func (o *ItemsInner) GetToken() string
- func (o *ItemsInner) GetTokenOk() (*string, bool)
- func (o *ItemsInner) GetUpdatedAt() string
- func (o *ItemsInner) GetUpdatedAtOk() (*string, bool)
- func (o *ItemsInner) HasToken() bool
- func (o ItemsInner) MarshalJSON() ([]byte, error)
- func (o *ItemsInner) SetAccessPolicyId(v string)
- func (o *ItemsInner) SetCreatedAt(v string)
- func (o *ItemsInner) SetFirstUsed(v string)
- func (o *ItemsInner) SetId(v ItemsInnerId)
- func (o *ItemsInner) SetInstanceId(v float32)
- func (o *ItemsInner) SetLinks(v []LinksInner)
- func (o *ItemsInner) SetName(v string)
- func (o *ItemsInner) SetOrgId(v float32)
- func (o *ItemsInner) SetOrgName(v string)
- func (o *ItemsInner) SetOrgSlug(v string)
- func (o *ItemsInner) SetRole(v string)
- func (o *ItemsInner) SetToken(v string)
- func (o *ItemsInner) SetUpdatedAt(v string)
- func (o ItemsInner) ToMap() (map[string]interface{}, error)
- func (o *ItemsInner) UnmarshalJSON(data []byte) (err error)
- type ItemsInner1
- func (o *ItemsInner1) GetCreatedAt() string
- func (o *ItemsInner1) GetCreatedAtOk() (*string, bool)
- func (o *ItemsInner1) GetEmail() string
- func (o *ItemsInner1) GetEmailOk() (*string, bool)
- func (o *ItemsInner1) GetId() float32
- func (o *ItemsInner1) GetIdOk() (*float32, bool)
- func (o *ItemsInner1) GetIsServiceAccount() bool
- func (o *ItemsInner1) GetIsServiceAccountOk() (*bool, bool)
- func (o *ItemsInner1) GetLastSeenAt() string
- func (o *ItemsInner1) GetLastSeenAtOk() (*string, bool)
- func (o *ItemsInner1) GetLogin() string
- func (o *ItemsInner1) GetLoginOk() (*string, bool)
- func (o *ItemsInner1) GetName() string
- func (o *ItemsInner1) GetNameOk() (*string, bool)
- func (o *ItemsInner1) GetRole() string
- func (o *ItemsInner1) GetRoleOk() (*string, bool)
- func (o *ItemsInner1) GetUpdatedAt() string
- func (o *ItemsInner1) GetUpdatedAtOk() (*string, bool)
- func (o *ItemsInner1) HasLastSeenAt() bool
- func (o ItemsInner1) MarshalJSON() ([]byte, error)
- func (o *ItemsInner1) SetCreatedAt(v string)
- func (o *ItemsInner1) SetEmail(v string)
- func (o *ItemsInner1) SetId(v float32)
- func (o *ItemsInner1) SetIsServiceAccount(v bool)
- func (o *ItemsInner1) SetLastSeenAt(v string)
- func (o *ItemsInner1) SetLogin(v string)
- func (o *ItemsInner1) SetName(v string)
- func (o *ItemsInner1) SetRole(v string)
- func (o *ItemsInner1) SetUpdatedAt(v string)
- func (o ItemsInner1) ToMap() (map[string]interface{}, error)
- func (o *ItemsInner1) UnmarshalJSON(data []byte) (err error)
- type ItemsInner2
- func (o *ItemsInner2) GetAllowGCloudTrial() bool
- func (o *ItemsInner2) GetAllowGCloudTrialOk() (*bool, bool)
- func (o *ItemsInner2) GetBilling() float32
- func (o *ItemsInner2) GetBillingOk() (*float32, bool)
- func (o *ItemsInner2) GetContractTypeId() float32
- func (o *ItemsInner2) GetContractTypeIdOk() (*float32, bool)
- func (o *ItemsInner2) GetCreatedAt() string
- func (o *ItemsInner2) GetCreatedAtOk() (*string, bool)
- func (o *ItemsInner2) GetCreatedBy() string
- func (o *ItemsInner2) GetCreatedByOk() (*string, bool)
- func (o *ItemsInner2) GetDefaultOrg() float32
- func (o *ItemsInner2) GetDefaultOrgOk() (*float32, bool)
- func (o *ItemsInner2) GetExtraPermissions() []string
- func (o *ItemsInner2) GetExtraPermissionsOk() ([]string, bool)
- func (o *ItemsInner2) GetGrafanaCloud() float32
- func (o *ItemsInner2) GetGrafanaCloudOk() (*float32, bool)
- func (o *ItemsInner2) GetGrafanaStaffAccess() ItemsInner2GrafanaStaffAccess
- func (o *ItemsInner2) GetGrafanaStaffAccessOk() (*ItemsInner2GrafanaStaffAccess, bool)
- func (o *ItemsInner2) GetHgDatasourceCnts() string
- func (o *ItemsInner2) GetHgDatasourceCntsOk() (*string, bool)
- func (o *ItemsInner2) GetHlUsage() float32
- func (o *ItemsInner2) GetHlUsageOk() (*float32, bool)
- func (o *ItemsInner2) GetHmCurrentGraphiteUsage() float32
- func (o *ItemsInner2) GetHmCurrentGraphiteUsageOk() (*float32, bool)
- func (o *ItemsInner2) GetHmCurrentPrometheusUsage() float32
- func (o *ItemsInner2) GetHmCurrentPrometheusUsageOk() (*float32, bool)
- func (o *ItemsInner2) GetId() float32
- func (o *ItemsInner2) GetIdOk() (*float32, bool)
- func (o *ItemsInner2) GetMarketplaceSubscription() ItemsInner2MarketplaceSubscription
- func (o *ItemsInner2) GetMarketplaceSubscriptionOk() (*ItemsInner2MarketplaceSubscription, bool)
- func (o *ItemsInner2) GetOrgId() float32
- func (o *ItemsInner2) GetOrgIdOk() (*float32, bool)
- func (o *ItemsInner2) GetOrgName() string
- func (o *ItemsInner2) GetOrgNameOk() (*string, bool)
- func (o *ItemsInner2) GetOrgSlug() string
- func (o *ItemsInner2) GetOrgSlugOk() (*string, bool)
- func (o *ItemsInner2) GetOrgUrl() string
- func (o *ItemsInner2) GetOrgUrlOk() (*string, bool)
- func (o *ItemsInner2) GetPrivacy() float32
- func (o *ItemsInner2) GetPrivacyOk() (*float32, bool)
- func (o *ItemsInner2) GetResellerId() float32
- func (o *ItemsInner2) GetResellerIdOk() (*float32, bool)
- func (o *ItemsInner2) GetRole() string
- func (o *ItemsInner2) GetRoleOk() (*string, bool)
- func (o *ItemsInner2) GetStatus() float32
- func (o *ItemsInner2) GetStatusOk() (*float32, bool)
- func (o *ItemsInner2) GetSubscriptions() Subscriptions
- func (o *ItemsInner2) GetSubscriptionsOk() (*Subscriptions, bool)
- func (o *ItemsInner2) GetUpdatedAt() string
- func (o *ItemsInner2) GetUpdatedAtOk() (*string, bool)
- func (o *ItemsInner2) GetUpdatedBy() string
- func (o *ItemsInner2) GetUpdatedByOk() (*string, bool)
- func (o *ItemsInner2) GetUserEmail() string
- func (o *ItemsInner2) GetUserEmailOk() (*string, bool)
- func (o *ItemsInner2) GetUserFirstName() string
- func (o *ItemsInner2) GetUserFirstNameOk() (*string, bool)
- func (o *ItemsInner2) GetUserId() float32
- func (o *ItemsInner2) GetUserIdOk() (*float32, bool)
- func (o *ItemsInner2) GetUserLastName() string
- func (o *ItemsInner2) GetUserLastNameOk() (*string, bool)
- func (o *ItemsInner2) GetUserName() string
- func (o *ItemsInner2) GetUserNameOk() (*string, bool)
- func (o *ItemsInner2) GetUserStatus() float32
- func (o *ItemsInner2) GetUserStatusOk() (*float32, bool)
- func (o *ItemsInner2) GetUserUsername() string
- func (o *ItemsInner2) GetUserUsernameOk() (*string, bool)
- func (o *ItemsInner2) HasExtraPermissions() bool
- func (o *ItemsInner2) HasGrafanaStaffAccess() bool
- func (o ItemsInner2) MarshalJSON() ([]byte, error)
- func (o *ItemsInner2) SetAllowGCloudTrial(v bool)
- func (o *ItemsInner2) SetBilling(v float32)
- func (o *ItemsInner2) SetContractTypeId(v float32)
- func (o *ItemsInner2) SetCreatedAt(v string)
- func (o *ItemsInner2) SetCreatedBy(v string)
- func (o *ItemsInner2) SetDefaultOrg(v float32)
- func (o *ItemsInner2) SetExtraPermissions(v []string)
- func (o *ItemsInner2) SetGrafanaCloud(v float32)
- func (o *ItemsInner2) SetGrafanaStaffAccess(v ItemsInner2GrafanaStaffAccess)
- func (o *ItemsInner2) SetGrafanaStaffAccessNil()
- func (o *ItemsInner2) SetHgDatasourceCnts(v string)
- func (o *ItemsInner2) SetHlUsage(v float32)
- func (o *ItemsInner2) SetHmCurrentGraphiteUsage(v float32)
- func (o *ItemsInner2) SetHmCurrentPrometheusUsage(v float32)
- func (o *ItemsInner2) SetId(v float32)
- func (o *ItemsInner2) SetMarketplaceSubscription(v ItemsInner2MarketplaceSubscription)
- func (o *ItemsInner2) SetOrgId(v float32)
- func (o *ItemsInner2) SetOrgName(v string)
- func (o *ItemsInner2) SetOrgSlug(v string)
- func (o *ItemsInner2) SetOrgUrl(v string)
- func (o *ItemsInner2) SetPrivacy(v float32)
- func (o *ItemsInner2) SetResellerId(v float32)
- func (o *ItemsInner2) SetRole(v string)
- func (o *ItemsInner2) SetStatus(v float32)
- func (o *ItemsInner2) SetSubscriptions(v Subscriptions)
- func (o *ItemsInner2) SetUpdatedAt(v string)
- func (o *ItemsInner2) SetUpdatedBy(v string)
- func (o *ItemsInner2) SetUserEmail(v string)
- func (o *ItemsInner2) SetUserFirstName(v string)
- func (o *ItemsInner2) SetUserId(v float32)
- func (o *ItemsInner2) SetUserLastName(v string)
- func (o *ItemsInner2) SetUserName(v string)
- func (o *ItemsInner2) SetUserStatus(v float32)
- func (o *ItemsInner2) SetUserUsername(v string)
- func (o ItemsInner2) ToMap() (map[string]interface{}, error)
- func (o *ItemsInner2) UnmarshalJSON(data []byte) (err error)
- func (o *ItemsInner2) UnsetGrafanaStaffAccess()
- type ItemsInner2GrafanaStaffAccess
- func (o *ItemsInner2GrafanaStaffAccess) GetAccessExpiresAt() time.Time
- func (o *ItemsInner2GrafanaStaffAccess) GetAccessExpiresAtOk() (*time.Time, bool)
- func (o *ItemsInner2GrafanaStaffAccess) GetPublicReason() string
- func (o *ItemsInner2GrafanaStaffAccess) GetPublicReasonOk() (*string, bool)
- func (o *ItemsInner2GrafanaStaffAccess) GetTicketId() float32
- func (o *ItemsInner2GrafanaStaffAccess) GetTicketIdOk() (*float32, bool)
- func (o *ItemsInner2GrafanaStaffAccess) HasPublicReason() bool
- func (o *ItemsInner2GrafanaStaffAccess) HasTicketId() bool
- func (o ItemsInner2GrafanaStaffAccess) MarshalJSON() ([]byte, error)
- func (o *ItemsInner2GrafanaStaffAccess) SetAccessExpiresAt(v time.Time)
- func (o *ItemsInner2GrafanaStaffAccess) SetPublicReason(v string)
- func (o *ItemsInner2GrafanaStaffAccess) SetPublicReasonNil()
- func (o *ItemsInner2GrafanaStaffAccess) SetTicketId(v float32)
- func (o *ItemsInner2GrafanaStaffAccess) SetTicketIdNil()
- func (o ItemsInner2GrafanaStaffAccess) ToMap() (map[string]interface{}, error)
- func (o *ItemsInner2GrafanaStaffAccess) UnmarshalJSON(data []byte) (err error)
- func (o *ItemsInner2GrafanaStaffAccess) UnsetPublicReason()
- func (o *ItemsInner2GrafanaStaffAccess) UnsetTicketId()
- type ItemsInner2MarketplaceSubscription
- func (o *ItemsInner2MarketplaceSubscription) GetIsLegacy() bool
- func (o *ItemsInner2MarketplaceSubscription) GetIsLegacyOk() (*bool, bool)
- func (o *ItemsInner2MarketplaceSubscription) GetProvider() string
- func (o *ItemsInner2MarketplaceSubscription) GetProviderOk() (*string, bool)
- func (o ItemsInner2MarketplaceSubscription) MarshalJSON() ([]byte, error)
- func (o *ItemsInner2MarketplaceSubscription) SetIsLegacy(v bool)
- func (o *ItemsInner2MarketplaceSubscription) SetProvider(v string)
- func (o ItemsInner2MarketplaceSubscription) ToMap() (map[string]interface{}, error)
- func (o *ItemsInner2MarketplaceSubscription) UnmarshalJSON(data []byte) (err error)
- type ItemsInner3
- func (o *ItemsInner3) GetUsages() []UsagesInner
- func (o *ItemsInner3) GetUsagesOk() ([]UsagesInner, bool)
- func (o ItemsInner3) MarshalJSON() ([]byte, error)
- func (o *ItemsInner3) SetUsages(v []UsagesInner)
- func (o ItemsInner3) ToMap() (map[string]interface{}, error)
- func (o *ItemsInner3) UnmarshalJSON(data []byte) (err error)
- type ItemsInner4
- func (o *ItemsInner4) GetMonth() float32
- func (o *ItemsInner4) GetMonthOk() (*float32, bool)
- func (o *ItemsInner4) GetYear() float32
- func (o *ItemsInner4) GetYearOk() (*float32, bool)
- func (o ItemsInner4) MarshalJSON() ([]byte, error)
- func (o *ItemsInner4) SetMonth(v float32)
- func (o *ItemsInner4) SetYear(v float32)
- func (o ItemsInner4) ToMap() (map[string]interface{}, error)
- func (o *ItemsInner4) UnmarshalJSON(data []byte) (err error)
- type ItemsInnerId
- type LinksInner
- func (o *LinksInner) GetHref() string
- func (o *LinksInner) GetHrefOk() (*string, bool)
- func (o *LinksInner) GetRel() string
- func (o *LinksInner) GetRelOk() (*string, bool)
- func (o LinksInner) MarshalJSON() ([]byte, error)
- func (o *LinksInner) SetHref(v string)
- func (o *LinksInner) SetRel(v string)
- func (o LinksInner) ToMap() (map[string]interface{}, error)
- func (o *LinksInner) UnmarshalJSON(data []byte) (err error)
- type LinksInner1
- func (o *LinksInner1) GetHref() string
- func (o *LinksInner1) GetHrefOk() (*string, bool)
- func (o *LinksInner1) GetRel() string
- func (o *LinksInner1) GetRelOk() (*string, bool)
- func (o LinksInner1) MarshalJSON() ([]byte, error)
- func (o *LinksInner1) SetHref(v string)
- func (o *LinksInner1) SetRel(v string)
- func (o LinksInner1) ToMap() (map[string]interface{}, error)
- func (o *LinksInner1) UnmarshalJSON(data []byte) (err error)
- type MappedNullable
- type Metadata
- func (o *Metadata) GetPagination() Pagination
- func (o *Metadata) GetPaginationOk() (*Pagination, bool)
- func (o Metadata) MarshalJSON() ([]byte, error)
- func (o *Metadata) SetPagination(v Pagination)
- func (o Metadata) ToMap() (map[string]interface{}, error)
- func (o *Metadata) UnmarshalJSON(data []byte) (err error)
- type Mimir
- func (o *Mimir) GetEndpointName() string
- func (o *Mimir) GetEndpointNameOk() (*string, bool)
- func (o *Mimir) GetPrivateDNS() string
- func (o *Mimir) GetPrivateDNSOk() (*string, bool)
- func (o *Mimir) GetRegions() []string
- func (o *Mimir) GetRegionsOk() ([]string, bool)
- func (o *Mimir) GetServiceId() string
- func (o *Mimir) GetServiceIdOk() (*string, bool)
- func (o *Mimir) GetServiceName() string
- func (o *Mimir) GetServiceNameOk() (*string, bool)
- func (o *Mimir) HasEndpointName() bool
- func (o *Mimir) HasRegions() bool
- func (o *Mimir) HasServiceId() bool
- func (o Mimir) MarshalJSON() ([]byte, error)
- func (o *Mimir) SetEndpointName(v string)
- func (o *Mimir) SetPrivateDNS(v string)
- func (o *Mimir) SetRegions(v []string)
- func (o *Mimir) SetServiceId(v string)
- func (o *Mimir) SetServiceName(v string)
- func (o Mimir) ToMap() (map[string]interface{}, error)
- func (o *Mimir) UnmarshalJSON(data []byte) (err error)
- type ModifiedGetOrgBilledUsageResponse
- func (o *ModifiedGetOrgBilledUsageResponse) GetItems() []ItemsInner3
- func (o *ModifiedGetOrgBilledUsageResponse) GetItemsOk() ([]ItemsInner3, bool)
- func (o *ModifiedGetOrgBilledUsageResponse) GetPage() float32
- func (o *ModifiedGetOrgBilledUsageResponse) GetPageOk() (*float32, bool)
- func (o *ModifiedGetOrgBilledUsageResponse) GetPageSize() float32
- func (o *ModifiedGetOrgBilledUsageResponse) GetPageSizeOk() (*float32, bool)
- func (o *ModifiedGetOrgBilledUsageResponse) GetTotal() float32
- func (o *ModifiedGetOrgBilledUsageResponse) GetTotalOk() (*float32, bool)
- func (o ModifiedGetOrgBilledUsageResponse) MarshalJSON() ([]byte, error)
- func (o *ModifiedGetOrgBilledUsageResponse) SetItems(v []ItemsInner3)
- func (o *ModifiedGetOrgBilledUsageResponse) SetPage(v float32)
- func (o *ModifiedGetOrgBilledUsageResponse) SetPageSize(v float32)
- func (o *ModifiedGetOrgBilledUsageResponse) SetTotal(v float32)
- func (o ModifiedGetOrgBilledUsageResponse) ToMap() (map[string]interface{}, error)
- func (o *ModifiedGetOrgBilledUsageResponse) UnmarshalJSON(data []byte) (err error)
- type Next
- func (o *Next) GetPayload() Payload
- func (o *Next) GetPayloadOk() (*Payload, bool)
- func (o *Next) GetPlan() string
- func (o *Next) GetPlanOk() (*string, bool)
- func (o *Next) GetProduct() string
- func (o *Next) GetProductOk() (*string, bool)
- func (o *Next) GetPublicName() string
- func (o *Next) GetPublicNameOk() (*string, bool)
- func (o Next) MarshalJSON() ([]byte, error)
- func (o *Next) SetPayload(v Payload)
- func (o *Next) SetPlan(v string)
- func (o *Next) SetProduct(v string)
- func (o *Next) SetPublicName(v string)
- func (o Next) ToMap() (map[string]interface{}, error)
- func (o *Next) UnmarshalJSON(data []byte) (err error)
- type NullableAccessPolicyListResponse
- func (v NullableAccessPolicyListResponse) Get() *AccessPolicyListResponse
- func (v NullableAccessPolicyListResponse) IsSet() bool
- func (v NullableAccessPolicyListResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAccessPolicyListResponse) Set(val *AccessPolicyListResponse)
- func (v *NullableAccessPolicyListResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAccessPolicyListResponse) Unset()
- type NullableApi
- type NullableApi1
- type NullableAppPlatform
- func (v NullableAppPlatform) Get() *AppPlatform
- func (v NullableAppPlatform) IsSet() bool
- func (v NullableAppPlatform) MarshalJSON() ([]byte, error)
- func (v *NullableAppPlatform) Set(val *AppPlatform)
- func (v *NullableAppPlatform) UnmarshalJSON(src []byte) error
- func (v *NullableAppPlatform) Unset()
- type NullableAuthAccessPolicy
- func (v NullableAuthAccessPolicy) Get() *AuthAccessPolicy
- func (v NullableAuthAccessPolicy) IsSet() bool
- func (v NullableAuthAccessPolicy) MarshalJSON() ([]byte, error)
- func (v *NullableAuthAccessPolicy) Set(val *AuthAccessPolicy)
- func (v *NullableAuthAccessPolicy) UnmarshalJSON(src []byte) error
- func (v *NullableAuthAccessPolicy) Unset()
- type NullableAuthAccessPolicyAttributes
- func (v NullableAuthAccessPolicyAttributes) Get() *AuthAccessPolicyAttributes
- func (v NullableAuthAccessPolicyAttributes) IsSet() bool
- func (v NullableAuthAccessPolicyAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableAuthAccessPolicyAttributes) Set(val *AuthAccessPolicyAttributes)
- func (v *NullableAuthAccessPolicyAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableAuthAccessPolicyAttributes) Unset()
- type NullableAuthAccessPolicyAttributesLokiQueryPolicy
- func (v NullableAuthAccessPolicyAttributesLokiQueryPolicy) Get() *AuthAccessPolicyAttributesLokiQueryPolicy
- func (v NullableAuthAccessPolicyAttributesLokiQueryPolicy) IsSet() bool
- func (v NullableAuthAccessPolicyAttributesLokiQueryPolicy) MarshalJSON() ([]byte, error)
- func (v *NullableAuthAccessPolicyAttributesLokiQueryPolicy) Set(val *AuthAccessPolicyAttributesLokiQueryPolicy)
- func (v *NullableAuthAccessPolicyAttributesLokiQueryPolicy) UnmarshalJSON(src []byte) error
- func (v *NullableAuthAccessPolicyAttributesLokiQueryPolicy) Unset()
- type NullableAuthAccessPolicyAttributesPdcConfiguration
- func (v NullableAuthAccessPolicyAttributesPdcConfiguration) Get() *AuthAccessPolicyAttributesPdcConfiguration
- func (v NullableAuthAccessPolicyAttributesPdcConfiguration) IsSet() bool
- func (v NullableAuthAccessPolicyAttributesPdcConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableAuthAccessPolicyAttributesPdcConfiguration) Set(val *AuthAccessPolicyAttributesPdcConfiguration)
- func (v *NullableAuthAccessPolicyAttributesPdcConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableAuthAccessPolicyAttributesPdcConfiguration) Unset()
- type NullableAuthAccessPolicyConditions
- func (v NullableAuthAccessPolicyConditions) Get() *AuthAccessPolicyConditions
- func (v NullableAuthAccessPolicyConditions) IsSet() bool
- func (v NullableAuthAccessPolicyConditions) MarshalJSON() ([]byte, error)
- func (v *NullableAuthAccessPolicyConditions) Set(val *AuthAccessPolicyConditions)
- func (v *NullableAuthAccessPolicyConditions) UnmarshalJSON(src []byte) error
- func (v *NullableAuthAccessPolicyConditions) Unset()
- type NullableAuthAccessPolicyConditionsAllowedSubnetsInner
- func (v NullableAuthAccessPolicyConditionsAllowedSubnetsInner) Get() *AuthAccessPolicyConditionsAllowedSubnetsInner
- func (v NullableAuthAccessPolicyConditionsAllowedSubnetsInner) IsSet() bool
- func (v NullableAuthAccessPolicyConditionsAllowedSubnetsInner) MarshalJSON() ([]byte, error)
- func (v *NullableAuthAccessPolicyConditionsAllowedSubnetsInner) Set(val *AuthAccessPolicyConditionsAllowedSubnetsInner)
- func (v *NullableAuthAccessPolicyConditionsAllowedSubnetsInner) UnmarshalJSON(src []byte) error
- func (v *NullableAuthAccessPolicyConditionsAllowedSubnetsInner) Unset()
- type NullableAuthAccessPolicyRealmsInner
- func (v NullableAuthAccessPolicyRealmsInner) Get() *AuthAccessPolicyRealmsInner
- func (v NullableAuthAccessPolicyRealmsInner) IsSet() bool
- func (v NullableAuthAccessPolicyRealmsInner) MarshalJSON() ([]byte, error)
- func (v *NullableAuthAccessPolicyRealmsInner) Set(val *AuthAccessPolicyRealmsInner)
- func (v *NullableAuthAccessPolicyRealmsInner) UnmarshalJSON(src []byte) error
- func (v *NullableAuthAccessPolicyRealmsInner) Unset()
- type NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner
- func (v NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) Get() *AuthAccessPolicyRealmsInnerLabelPoliciesInner
- func (v NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) IsSet() bool
- func (v NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) MarshalJSON() ([]byte, error)
- func (v *NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) Set(val *AuthAccessPolicyRealmsInnerLabelPoliciesInner)
- func (v *NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) UnmarshalJSON(src []byte) error
- func (v *NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) Unset()
- type NullableAuthToken
- type NullableAuthTokenWithSecret
- func (v NullableAuthTokenWithSecret) Get() *AuthTokenWithSecret
- func (v NullableAuthTokenWithSecret) IsSet() bool
- func (v NullableAuthTokenWithSecret) MarshalJSON() ([]byte, error)
- func (v *NullableAuthTokenWithSecret) Set(val *AuthTokenWithSecret)
- func (v *NullableAuthTokenWithSecret) UnmarshalJSON(src []byte) error
- func (v *NullableAuthTokenWithSecret) Unset()
- type NullableBool
- type NullableCurrent
- type NullableCurrent1
- type NullableCurrent2
- type NullableErrorConflict
- func (v NullableErrorConflict) Get() *ErrorConflict
- func (v NullableErrorConflict) IsSet() bool
- func (v NullableErrorConflict) MarshalJSON() ([]byte, error)
- func (v *NullableErrorConflict) Set(val *ErrorConflict)
- func (v *NullableErrorConflict) UnmarshalJSON(src []byte) error
- func (v *NullableErrorConflict) Unset()
- type NullableErrorForbidden
- func (v NullableErrorForbidden) Get() *ErrorForbidden
- func (v NullableErrorForbidden) IsSet() bool
- func (v NullableErrorForbidden) MarshalJSON() ([]byte, error)
- func (v *NullableErrorForbidden) Set(val *ErrorForbidden)
- func (v *NullableErrorForbidden) UnmarshalJSON(src []byte) error
- func (v *NullableErrorForbidden) Unset()
- type NullableErrorInvalidCredentials
- func (v NullableErrorInvalidCredentials) Get() *ErrorInvalidCredentials
- func (v NullableErrorInvalidCredentials) IsSet() bool
- func (v NullableErrorInvalidCredentials) MarshalJSON() ([]byte, error)
- func (v *NullableErrorInvalidCredentials) Set(val *ErrorInvalidCredentials)
- func (v *NullableErrorInvalidCredentials) UnmarshalJSON(src []byte) error
- func (v *NullableErrorInvalidCredentials) Unset()
- type NullableErrorNotFound
- func (v NullableErrorNotFound) Get() *ErrorNotFound
- func (v NullableErrorNotFound) IsSet() bool
- func (v NullableErrorNotFound) MarshalJSON() ([]byte, error)
- func (v *NullableErrorNotFound) Set(val *ErrorNotFound)
- func (v *NullableErrorNotFound) UnmarshalJSON(src []byte) error
- func (v *NullableErrorNotFound) Unset()
- type NullableErrorServiceUnavailable
- func (v NullableErrorServiceUnavailable) Get() *ErrorServiceUnavailable
- func (v NullableErrorServiceUnavailable) IsSet() bool
- func (v NullableErrorServiceUnavailable) MarshalJSON() ([]byte, error)
- func (v *NullableErrorServiceUnavailable) Set(val *ErrorServiceUnavailable)
- func (v *NullableErrorServiceUnavailable) UnmarshalJSON(src []byte) error
- func (v *NullableErrorServiceUnavailable) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableFormattedApiApiKey
- func (v NullableFormattedApiApiKey) Get() *FormattedApiApiKey
- func (v NullableFormattedApiApiKey) IsSet() bool
- func (v NullableFormattedApiApiKey) MarshalJSON() ([]byte, error)
- func (v *NullableFormattedApiApiKey) Set(val *FormattedApiApiKey)
- func (v *NullableFormattedApiApiKey) UnmarshalJSON(src []byte) error
- func (v *NullableFormattedApiApiKey) Unset()
- type NullableFormattedApiApiKeyListResponse
- func (v NullableFormattedApiApiKeyListResponse) Get() *FormattedApiApiKeyListResponse
- func (v NullableFormattedApiApiKeyListResponse) IsSet() bool
- func (v NullableFormattedApiApiKeyListResponse) MarshalJSON() ([]byte, error)
- func (v *NullableFormattedApiApiKeyListResponse) Set(val *FormattedApiApiKeyListResponse)
- func (v *NullableFormattedApiApiKeyListResponse) UnmarshalJSON(src []byte) error
- func (v *NullableFormattedApiApiKeyListResponse) Unset()
- type NullableFormattedApiInstance
- func (v NullableFormattedApiInstance) Get() *FormattedApiInstance
- func (v NullableFormattedApiInstance) IsSet() bool
- func (v NullableFormattedApiInstance) MarshalJSON() ([]byte, error)
- func (v *NullableFormattedApiInstance) Set(val *FormattedApiInstance)
- func (v *NullableFormattedApiInstance) UnmarshalJSON(src []byte) error
- func (v *NullableFormattedApiInstance) Unset()
- type NullableFormattedApiInstanceConnections
- func (v NullableFormattedApiInstanceConnections) Get() *FormattedApiInstanceConnections
- func (v NullableFormattedApiInstanceConnections) IsSet() bool
- func (v NullableFormattedApiInstanceConnections) MarshalJSON() ([]byte, error)
- func (v *NullableFormattedApiInstanceConnections) Set(val *FormattedApiInstanceConnections)
- func (v *NullableFormattedApiInstanceConnections) UnmarshalJSON(src []byte) error
- func (v *NullableFormattedApiInstanceConnections) Unset()
- type NullableFormattedApiInstancePlugin
- func (v NullableFormattedApiInstancePlugin) Get() *FormattedApiInstancePlugin
- func (v NullableFormattedApiInstancePlugin) IsSet() bool
- func (v NullableFormattedApiInstancePlugin) MarshalJSON() ([]byte, error)
- func (v *NullableFormattedApiInstancePlugin) Set(val *FormattedApiInstancePlugin)
- func (v *NullableFormattedApiInstancePlugin) UnmarshalJSON(src []byte) error
- func (v *NullableFormattedApiInstancePlugin) Unset()
- type NullableFormattedApiOrgPublic
- func (v NullableFormattedApiOrgPublic) Get() *FormattedApiOrgPublic
- func (v NullableFormattedApiOrgPublic) IsSet() bool
- func (v NullableFormattedApiOrgPublic) MarshalJSON() ([]byte, error)
- func (v *NullableFormattedApiOrgPublic) Set(val *FormattedApiOrgPublic)
- func (v *NullableFormattedApiOrgPublic) UnmarshalJSON(src []byte) error
- func (v *NullableFormattedApiOrgPublic) Unset()
- type NullableFormattedApiPlugin
- func (v NullableFormattedApiPlugin) Get() *FormattedApiPlugin
- func (v NullableFormattedApiPlugin) IsSet() bool
- func (v NullableFormattedApiPlugin) MarshalJSON() ([]byte, error)
- func (v *NullableFormattedApiPlugin) Set(val *FormattedApiPlugin)
- func (v *NullableFormattedApiPlugin) UnmarshalJSON(src []byte) error
- func (v *NullableFormattedApiPlugin) Unset()
- type NullableFormattedApiStackRegion
- func (v NullableFormattedApiStackRegion) Get() *FormattedApiStackRegion
- func (v NullableFormattedApiStackRegion) IsSet() bool
- func (v NullableFormattedApiStackRegion) MarshalJSON() ([]byte, error)
- func (v *NullableFormattedApiStackRegion) Set(val *FormattedApiStackRegion)
- func (v *NullableFormattedApiStackRegion) UnmarshalJSON(src []byte) error
- func (v *NullableFormattedApiStackRegion) Unset()
- type NullableFormattedApiStackRegionAnyOf
- func (v NullableFormattedApiStackRegionAnyOf) Get() *FormattedApiStackRegionAnyOf
- func (v NullableFormattedApiStackRegionAnyOf) IsSet() bool
- func (v NullableFormattedApiStackRegionAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullableFormattedApiStackRegionAnyOf) Set(val *FormattedApiStackRegionAnyOf)
- func (v *NullableFormattedApiStackRegionAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullableFormattedApiStackRegionAnyOf) Unset()
- type NullableFormattedApiStackRegionAnyOf1
- func (v NullableFormattedApiStackRegionAnyOf1) Get() *FormattedApiStackRegionAnyOf1
- func (v NullableFormattedApiStackRegionAnyOf1) IsSet() bool
- func (v NullableFormattedApiStackRegionAnyOf1) MarshalJSON() ([]byte, error)
- func (v *NullableFormattedApiStackRegionAnyOf1) Set(val *FormattedApiStackRegionAnyOf1)
- func (v *NullableFormattedApiStackRegionAnyOf1) UnmarshalJSON(src []byte) error
- func (v *NullableFormattedApiStackRegionAnyOf1) Unset()
- type NullableFormattedOrgMembership
- func (v NullableFormattedOrgMembership) Get() *FormattedOrgMembership
- func (v NullableFormattedOrgMembership) IsSet() bool
- func (v NullableFormattedOrgMembership) MarshalJSON() ([]byte, error)
- func (v *NullableFormattedOrgMembership) Set(val *FormattedOrgMembership)
- func (v *NullableFormattedOrgMembership) UnmarshalJSON(src []byte) error
- func (v *NullableFormattedOrgMembership) Unset()
- type NullableFormattedOrgMembershipAllowGCloudTrial
- func (v NullableFormattedOrgMembershipAllowGCloudTrial) Get() *FormattedOrgMembershipAllowGCloudTrial
- func (v NullableFormattedOrgMembershipAllowGCloudTrial) IsSet() bool
- func (v NullableFormattedOrgMembershipAllowGCloudTrial) MarshalJSON() ([]byte, error)
- func (v *NullableFormattedOrgMembershipAllowGCloudTrial) Set(val *FormattedOrgMembershipAllowGCloudTrial)
- func (v *NullableFormattedOrgMembershipAllowGCloudTrial) UnmarshalJSON(src []byte) error
- func (v *NullableFormattedOrgMembershipAllowGCloudTrial) Unset()
- type NullableGateway
- type NullableGateway1
- type NullableGetAccessPolicies200Response
- func (v NullableGetAccessPolicies200Response) Get() *GetAccessPolicies200Response
- func (v NullableGetAccessPolicies200Response) IsSet() bool
- func (v NullableGetAccessPolicies200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetAccessPolicies200Response) Set(val *GetAccessPolicies200Response)
- func (v *NullableGetAccessPolicies200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetAccessPolicies200Response) Unset()
- type NullableGetInstancePlugins200Response
- func (v NullableGetInstancePlugins200Response) Get() *GetInstancePlugins200Response
- func (v NullableGetInstancePlugins200Response) IsSet() bool
- func (v NullableGetInstancePlugins200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetInstancePlugins200Response) Set(val *GetInstancePlugins200Response)
- func (v *NullableGetInstancePlugins200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetInstancePlugins200Response) Unset()
- type NullableGetInstances200Response
- func (v NullableGetInstances200Response) Get() *GetInstances200Response
- func (v NullableGetInstances200Response) IsSet() bool
- func (v NullableGetInstances200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetInstances200Response) Set(val *GetInstances200Response)
- func (v *NullableGetInstances200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetInstances200Response) Unset()
- type NullableGetStackRegions200Response
- func (v NullableGetStackRegions200Response) Get() *GetStackRegions200Response
- func (v NullableGetStackRegions200Response) IsSet() bool
- func (v NullableGetStackRegions200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetStackRegions200Response) Set(val *GetStackRegions200Response)
- func (v *NullableGetStackRegions200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetStackRegions200Response) Unset()
- type NullableGrafanaNewApiKeyResult
- func (v NullableGrafanaNewApiKeyResult) Get() *GrafanaNewApiKeyResult
- func (v NullableGrafanaNewApiKeyResult) IsSet() bool
- func (v NullableGrafanaNewApiKeyResult) MarshalJSON() ([]byte, error)
- func (v *NullableGrafanaNewApiKeyResult) Set(val *GrafanaNewApiKeyResult)
- func (v *NullableGrafanaNewApiKeyResult) UnmarshalJSON(src []byte) error
- func (v *NullableGrafanaNewApiKeyResult) Unset()
- type NullableGrafanaServiceAccountDTO
- func (v NullableGrafanaServiceAccountDTO) Get() *GrafanaServiceAccountDTO
- func (v NullableGrafanaServiceAccountDTO) IsSet() bool
- func (v NullableGrafanaServiceAccountDTO) MarshalJSON() ([]byte, error)
- func (v *NullableGrafanaServiceAccountDTO) Set(val *GrafanaServiceAccountDTO)
- func (v *NullableGrafanaServiceAccountDTO) UnmarshalJSON(src []byte) error
- func (v *NullableGrafanaServiceAccountDTO) Unset()
- type NullableGrafanaTokenDTO
- func (v NullableGrafanaTokenDTO) Get() *GrafanaTokenDTO
- func (v NullableGrafanaTokenDTO) IsSet() bool
- func (v NullableGrafanaTokenDTO) MarshalJSON() ([]byte, error)
- func (v *NullableGrafanaTokenDTO) Set(val *GrafanaTokenDTO)
- func (v *NullableGrafanaTokenDTO) UnmarshalJSON(src []byte) error
- func (v *NullableGrafanaTokenDTO) Unset()
- type NullableGraphite
- type NullableInfo
- type NullableInstanceUsersResponse
- func (v NullableInstanceUsersResponse) Get() *InstanceUsersResponse
- func (v NullableInstanceUsersResponse) IsSet() bool
- func (v NullableInstanceUsersResponse) MarshalJSON() ([]byte, error)
- func (v *NullableInstanceUsersResponse) Set(val *InstanceUsersResponse)
- func (v *NullableInstanceUsersResponse) UnmarshalJSON(src []byte) error
- func (v *NullableInstanceUsersResponse) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableItemsInner
- type NullableItemsInner1
- func (v NullableItemsInner1) Get() *ItemsInner1
- func (v NullableItemsInner1) IsSet() bool
- func (v NullableItemsInner1) MarshalJSON() ([]byte, error)
- func (v *NullableItemsInner1) Set(val *ItemsInner1)
- func (v *NullableItemsInner1) UnmarshalJSON(src []byte) error
- func (v *NullableItemsInner1) Unset()
- type NullableItemsInner2
- func (v NullableItemsInner2) Get() *ItemsInner2
- func (v NullableItemsInner2) IsSet() bool
- func (v NullableItemsInner2) MarshalJSON() ([]byte, error)
- func (v *NullableItemsInner2) Set(val *ItemsInner2)
- func (v *NullableItemsInner2) UnmarshalJSON(src []byte) error
- func (v *NullableItemsInner2) Unset()
- type NullableItemsInner2GrafanaStaffAccess
- func (v NullableItemsInner2GrafanaStaffAccess) Get() *ItemsInner2GrafanaStaffAccess
- func (v NullableItemsInner2GrafanaStaffAccess) IsSet() bool
- func (v NullableItemsInner2GrafanaStaffAccess) MarshalJSON() ([]byte, error)
- func (v *NullableItemsInner2GrafanaStaffAccess) Set(val *ItemsInner2GrafanaStaffAccess)
- func (v *NullableItemsInner2GrafanaStaffAccess) UnmarshalJSON(src []byte) error
- func (v *NullableItemsInner2GrafanaStaffAccess) Unset()
- type NullableItemsInner2MarketplaceSubscription
- func (v NullableItemsInner2MarketplaceSubscription) Get() *ItemsInner2MarketplaceSubscription
- func (v NullableItemsInner2MarketplaceSubscription) IsSet() bool
- func (v NullableItemsInner2MarketplaceSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableItemsInner2MarketplaceSubscription) Set(val *ItemsInner2MarketplaceSubscription)
- func (v *NullableItemsInner2MarketplaceSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableItemsInner2MarketplaceSubscription) Unset()
- type NullableItemsInner3
- func (v NullableItemsInner3) Get() *ItemsInner3
- func (v NullableItemsInner3) IsSet() bool
- func (v NullableItemsInner3) MarshalJSON() ([]byte, error)
- func (v *NullableItemsInner3) Set(val *ItemsInner3)
- func (v *NullableItemsInner3) UnmarshalJSON(src []byte) error
- func (v *NullableItemsInner3) Unset()
- type NullableItemsInner4
- func (v NullableItemsInner4) Get() *ItemsInner4
- func (v NullableItemsInner4) IsSet() bool
- func (v NullableItemsInner4) MarshalJSON() ([]byte, error)
- func (v *NullableItemsInner4) Set(val *ItemsInner4)
- func (v *NullableItemsInner4) UnmarshalJSON(src []byte) error
- func (v *NullableItemsInner4) Unset()
- type NullableItemsInnerId
- func (v NullableItemsInnerId) Get() *ItemsInnerId
- func (v NullableItemsInnerId) IsSet() bool
- func (v NullableItemsInnerId) MarshalJSON() ([]byte, error)
- func (v *NullableItemsInnerId) Set(val *ItemsInnerId)
- func (v *NullableItemsInnerId) UnmarshalJSON(src []byte) error
- func (v *NullableItemsInnerId) Unset()
- type NullableLinksInner
- type NullableLinksInner1
- func (v NullableLinksInner1) Get() *LinksInner1
- func (v NullableLinksInner1) IsSet() bool
- func (v NullableLinksInner1) MarshalJSON() ([]byte, error)
- func (v *NullableLinksInner1) Set(val *LinksInner1)
- func (v *NullableLinksInner1) UnmarshalJSON(src []byte) error
- func (v *NullableLinksInner1) Unset()
- type NullableMetadata
- type NullableMimir
- type NullableModifiedGetOrgBilledUsageResponse
- func (v NullableModifiedGetOrgBilledUsageResponse) Get() *ModifiedGetOrgBilledUsageResponse
- func (v NullableModifiedGetOrgBilledUsageResponse) IsSet() bool
- func (v NullableModifiedGetOrgBilledUsageResponse) MarshalJSON() ([]byte, error)
- func (v *NullableModifiedGetOrgBilledUsageResponse) Set(val *ModifiedGetOrgBilledUsageResponse)
- func (v *NullableModifiedGetOrgBilledUsageResponse) UnmarshalJSON(src []byte) error
- func (v *NullableModifiedGetOrgBilledUsageResponse) Unset()
- type NullableNext
- type NullableOrgBilledUsageHistory
- func (v NullableOrgBilledUsageHistory) Get() *OrgBilledUsageHistory
- func (v NullableOrgBilledUsageHistory) IsSet() bool
- func (v NullableOrgBilledUsageHistory) MarshalJSON() ([]byte, error)
- func (v *NullableOrgBilledUsageHistory) Set(val *OrgBilledUsageHistory)
- func (v *NullableOrgBilledUsageHistory) UnmarshalJSON(src []byte) error
- func (v *NullableOrgBilledUsageHistory) Unset()
- type NullableOrgMemberListResponse
- func (v NullableOrgMemberListResponse) Get() *OrgMemberListResponse
- func (v NullableOrgMemberListResponse) IsSet() bool
- func (v NullableOrgMemberListResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrgMemberListResponse) Set(val *OrgMemberListResponse)
- func (v *NullableOrgMemberListResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrgMemberListResponse) Unset()
- type NullableOtlp
- type NullableOtlpPrivateConnectivityInfo
- func (v NullableOtlpPrivateConnectivityInfo) Get() *OtlpPrivateConnectivityInfo
- func (v NullableOtlpPrivateConnectivityInfo) IsSet() bool
- func (v NullableOtlpPrivateConnectivityInfo) MarshalJSON() ([]byte, error)
- func (v *NullableOtlpPrivateConnectivityInfo) Set(val *OtlpPrivateConnectivityInfo)
- func (v *NullableOtlpPrivateConnectivityInfo) UnmarshalJSON(src []byte) error
- func (v *NullableOtlpPrivateConnectivityInfo) Unset()
- type NullablePagination
- type NullablePayload
- type NullablePdc
- type NullablePdcPrivateConnectivityInfo
- func (v NullablePdcPrivateConnectivityInfo) Get() *PdcPrivateConnectivityInfo
- func (v NullablePdcPrivateConnectivityInfo) IsSet() bool
- func (v NullablePdcPrivateConnectivityInfo) MarshalJSON() ([]byte, error)
- func (v *NullablePdcPrivateConnectivityInfo) Set(val *PdcPrivateConnectivityInfo)
- func (v *NullablePdcPrivateConnectivityInfo) UnmarshalJSON(src []byte) error
- func (v *NullablePdcPrivateConnectivityInfo) Unset()
- type NullablePdcPrivateConnectivityInfoAnyOf
- func (v NullablePdcPrivateConnectivityInfoAnyOf) Get() *PdcPrivateConnectivityInfoAnyOf
- func (v NullablePdcPrivateConnectivityInfoAnyOf) IsSet() bool
- func (v NullablePdcPrivateConnectivityInfoAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullablePdcPrivateConnectivityInfoAnyOf) Set(val *PdcPrivateConnectivityInfoAnyOf)
- func (v *NullablePdcPrivateConnectivityInfoAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullablePdcPrivateConnectivityInfoAnyOf) Unset()
- type NullablePdcPrivateConnectivityInfoAnyOf1
- func (v NullablePdcPrivateConnectivityInfoAnyOf1) Get() *PdcPrivateConnectivityInfoAnyOf1
- func (v NullablePdcPrivateConnectivityInfoAnyOf1) IsSet() bool
- func (v NullablePdcPrivateConnectivityInfoAnyOf1) MarshalJSON() ([]byte, error)
- func (v *NullablePdcPrivateConnectivityInfoAnyOf1) Set(val *PdcPrivateConnectivityInfoAnyOf1)
- func (v *NullablePdcPrivateConnectivityInfoAnyOf1) UnmarshalJSON(src []byte) error
- func (v *NullablePdcPrivateConnectivityInfoAnyOf1) Unset()
- type NullablePdcPrivateConnectivityInfoAnyOf2
- func (v NullablePdcPrivateConnectivityInfoAnyOf2) Get() *PdcPrivateConnectivityInfoAnyOf2
- func (v NullablePdcPrivateConnectivityInfoAnyOf2) IsSet() bool
- func (v NullablePdcPrivateConnectivityInfoAnyOf2) MarshalJSON() ([]byte, error)
- func (v *NullablePdcPrivateConnectivityInfoAnyOf2) Set(val *PdcPrivateConnectivityInfoAnyOf2)
- func (v *NullablePdcPrivateConnectivityInfoAnyOf2) UnmarshalJSON(src []byte) error
- func (v *NullablePdcPrivateConnectivityInfoAnyOf2) Unset()
- type NullablePostAccessPoliciesRequest
- func (v NullablePostAccessPoliciesRequest) Get() *PostAccessPoliciesRequest
- func (v NullablePostAccessPoliciesRequest) IsSet() bool
- func (v NullablePostAccessPoliciesRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostAccessPoliciesRequest) Set(val *PostAccessPoliciesRequest)
- func (v *NullablePostAccessPoliciesRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostAccessPoliciesRequest) Unset()
- type NullablePostAccessPoliciesRequestAttributes
- func (v NullablePostAccessPoliciesRequestAttributes) Get() *PostAccessPoliciesRequestAttributes
- func (v NullablePostAccessPoliciesRequestAttributes) IsSet() bool
- func (v NullablePostAccessPoliciesRequestAttributes) MarshalJSON() ([]byte, error)
- func (v *NullablePostAccessPoliciesRequestAttributes) Set(val *PostAccessPoliciesRequestAttributes)
- func (v *NullablePostAccessPoliciesRequestAttributes) UnmarshalJSON(src []byte) error
- func (v *NullablePostAccessPoliciesRequestAttributes) Unset()
- type NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy
- func (v NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) Get() *PostAccessPoliciesRequestAttributesLokiQueryPolicy
- func (v NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) IsSet() bool
- func (v NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) MarshalJSON() ([]byte, error)
- func (v *NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) Set(val *PostAccessPoliciesRequestAttributesLokiQueryPolicy)
- func (v *NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) UnmarshalJSON(src []byte) error
- func (v *NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) Unset()
- type NullablePostAccessPoliciesRequestAttributesPdcConfiguration
- func (v NullablePostAccessPoliciesRequestAttributesPdcConfiguration) Get() *PostAccessPoliciesRequestAttributesPdcConfiguration
- func (v NullablePostAccessPoliciesRequestAttributesPdcConfiguration) IsSet() bool
- func (v NullablePostAccessPoliciesRequestAttributesPdcConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullablePostAccessPoliciesRequestAttributesPdcConfiguration) Set(val *PostAccessPoliciesRequestAttributesPdcConfiguration)
- func (v *NullablePostAccessPoliciesRequestAttributesPdcConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullablePostAccessPoliciesRequestAttributesPdcConfiguration) Unset()
- type NullablePostAccessPoliciesRequestConditions
- func (v NullablePostAccessPoliciesRequestConditions) Get() *PostAccessPoliciesRequestConditions
- func (v NullablePostAccessPoliciesRequestConditions) IsSet() bool
- func (v NullablePostAccessPoliciesRequestConditions) MarshalJSON() ([]byte, error)
- func (v *NullablePostAccessPoliciesRequestConditions) Set(val *PostAccessPoliciesRequestConditions)
- func (v *NullablePostAccessPoliciesRequestConditions) UnmarshalJSON(src []byte) error
- func (v *NullablePostAccessPoliciesRequestConditions) Unset()
- type NullablePostAccessPoliciesRequestRealmsInner
- func (v NullablePostAccessPoliciesRequestRealmsInner) Get() *PostAccessPoliciesRequestRealmsInner
- func (v NullablePostAccessPoliciesRequestRealmsInner) IsSet() bool
- func (v NullablePostAccessPoliciesRequestRealmsInner) MarshalJSON() ([]byte, error)
- func (v *NullablePostAccessPoliciesRequestRealmsInner) Set(val *PostAccessPoliciesRequestRealmsInner)
- func (v *NullablePostAccessPoliciesRequestRealmsInner) UnmarshalJSON(src []byte) error
- func (v *NullablePostAccessPoliciesRequestRealmsInner) Unset()
- type NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner
- func (v NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) Get() *PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner
- func (v NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) IsSet() bool
- func (v NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) MarshalJSON() ([]byte, error)
- func (v *NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) Set(val *PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner)
- func (v *NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) UnmarshalJSON(src []byte) error
- func (v *NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) Unset()
- type NullablePostAccessPolicyRequest
- func (v NullablePostAccessPolicyRequest) Get() *PostAccessPolicyRequest
- func (v NullablePostAccessPolicyRequest) IsSet() bool
- func (v NullablePostAccessPolicyRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostAccessPolicyRequest) Set(val *PostAccessPolicyRequest)
- func (v *NullablePostAccessPolicyRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostAccessPolicyRequest) Unset()
- type NullablePostApiKeysRequest
- func (v NullablePostApiKeysRequest) Get() *PostApiKeysRequest
- func (v NullablePostApiKeysRequest) IsSet() bool
- func (v NullablePostApiKeysRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostApiKeysRequest) Set(val *PostApiKeysRequest)
- func (v *NullablePostApiKeysRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostApiKeysRequest) Unset()
- type NullablePostInstanceOAuthAzureADRequest
- func (v NullablePostInstanceOAuthAzureADRequest) Get() *PostInstanceOAuthAzureADRequest
- func (v NullablePostInstanceOAuthAzureADRequest) IsSet() bool
- func (v NullablePostInstanceOAuthAzureADRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostInstanceOAuthAzureADRequest) Set(val *PostInstanceOAuthAzureADRequest)
- func (v *NullablePostInstanceOAuthAzureADRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostInstanceOAuthAzureADRequest) Unset()
- type NullablePostInstanceOAuthGithubRequest
- func (v NullablePostInstanceOAuthGithubRequest) Get() *PostInstanceOAuthGithubRequest
- func (v NullablePostInstanceOAuthGithubRequest) IsSet() bool
- func (v NullablePostInstanceOAuthGithubRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostInstanceOAuthGithubRequest) Set(val *PostInstanceOAuthGithubRequest)
- func (v *NullablePostInstanceOAuthGithubRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostInstanceOAuthGithubRequest) Unset()
- type NullablePostInstanceOAuthGoogleRequest
- func (v NullablePostInstanceOAuthGoogleRequest) Get() *PostInstanceOAuthGoogleRequest
- func (v NullablePostInstanceOAuthGoogleRequest) IsSet() bool
- func (v NullablePostInstanceOAuthGoogleRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostInstanceOAuthGoogleRequest) Set(val *PostInstanceOAuthGoogleRequest)
- func (v *NullablePostInstanceOAuthGoogleRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostInstanceOAuthGoogleRequest) Unset()
- type NullablePostInstanceOAuthOktaRequest
- func (v NullablePostInstanceOAuthOktaRequest) Get() *PostInstanceOAuthOktaRequest
- func (v NullablePostInstanceOAuthOktaRequest) IsSet() bool
- func (v NullablePostInstanceOAuthOktaRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostInstanceOAuthOktaRequest) Set(val *PostInstanceOAuthOktaRequest)
- func (v *NullablePostInstanceOAuthOktaRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostInstanceOAuthOktaRequest) Unset()
- type NullablePostInstancePluginRequest
- func (v NullablePostInstancePluginRequest) Get() *PostInstancePluginRequest
- func (v NullablePostInstancePluginRequest) IsSet() bool
- func (v NullablePostInstancePluginRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostInstancePluginRequest) Set(val *PostInstancePluginRequest)
- func (v *NullablePostInstancePluginRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostInstancePluginRequest) Unset()
- type NullablePostInstancePluginsRequest
- func (v NullablePostInstancePluginsRequest) Get() *PostInstancePluginsRequest
- func (v NullablePostInstancePluginsRequest) IsSet() bool
- func (v NullablePostInstancePluginsRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostInstancePluginsRequest) Set(val *PostInstancePluginsRequest)
- func (v *NullablePostInstancePluginsRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostInstancePluginsRequest) Unset()
- type NullablePostInstanceRequest
- func (v NullablePostInstanceRequest) Get() *PostInstanceRequest
- func (v NullablePostInstanceRequest) IsSet() bool
- func (v NullablePostInstanceRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostInstanceRequest) Set(val *PostInstanceRequest)
- func (v *NullablePostInstanceRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostInstanceRequest) Unset()
- type NullablePostInstanceServiceAccountTokensRequest
- func (v NullablePostInstanceServiceAccountTokensRequest) Get() *PostInstanceServiceAccountTokensRequest
- func (v NullablePostInstanceServiceAccountTokensRequest) IsSet() bool
- func (v NullablePostInstanceServiceAccountTokensRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostInstanceServiceAccountTokensRequest) Set(val *PostInstanceServiceAccountTokensRequest)
- func (v *NullablePostInstanceServiceAccountTokensRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostInstanceServiceAccountTokensRequest) Unset()
- type NullablePostInstanceServiceAccountsRequest
- func (v NullablePostInstanceServiceAccountsRequest) Get() *PostInstanceServiceAccountsRequest
- func (v NullablePostInstanceServiceAccountsRequest) IsSet() bool
- func (v NullablePostInstanceServiceAccountsRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostInstanceServiceAccountsRequest) Set(val *PostInstanceServiceAccountsRequest)
- func (v *NullablePostInstanceServiceAccountsRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostInstanceServiceAccountsRequest) Unset()
- type NullablePostInstancesRequest
- func (v NullablePostInstancesRequest) Get() *PostInstancesRequest
- func (v NullablePostInstancesRequest) IsSet() bool
- func (v NullablePostInstancesRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostInstancesRequest) Set(val *PostInstancesRequest)
- func (v *NullablePostInstancesRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostInstancesRequest) Unset()
- type NullablePostOrgMemberRequest
- func (v NullablePostOrgMemberRequest) Get() *PostOrgMemberRequest
- func (v NullablePostOrgMemberRequest) IsSet() bool
- func (v NullablePostOrgMemberRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostOrgMemberRequest) Set(val *PostOrgMemberRequest)
- func (v *NullablePostOrgMemberRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostOrgMemberRequest) Unset()
- type NullablePostOrgMembersRequest
- func (v NullablePostOrgMembersRequest) Get() *PostOrgMembersRequest
- func (v NullablePostOrgMembersRequest) IsSet() bool
- func (v NullablePostOrgMembersRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostOrgMembersRequest) Set(val *PostOrgMembersRequest)
- func (v *NullablePostOrgMembersRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostOrgMembersRequest) Unset()
- type NullablePostTokenRequest
- func (v NullablePostTokenRequest) Get() *PostTokenRequest
- func (v NullablePostTokenRequest) IsSet() bool
- func (v NullablePostTokenRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostTokenRequest) Set(val *PostTokenRequest)
- func (v *NullablePostTokenRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostTokenRequest) Unset()
- type NullablePostTokensRequest
- func (v NullablePostTokensRequest) Get() *PostTokensRequest
- func (v NullablePostTokensRequest) IsSet() bool
- func (v NullablePostTokensRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostTokensRequest) Set(val *PostTokensRequest)
- func (v *NullablePostTokensRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostTokensRequest) Unset()
- type NullablePrivateConnectivityInfo
- func (v NullablePrivateConnectivityInfo) Get() *PrivateConnectivityInfo
- func (v NullablePrivateConnectivityInfo) IsSet() bool
- func (v NullablePrivateConnectivityInfo) MarshalJSON() ([]byte, error)
- func (v *NullablePrivateConnectivityInfo) Set(val *PrivateConnectivityInfo)
- func (v *NullablePrivateConnectivityInfo) UnmarshalJSON(src []byte) error
- func (v *NullablePrivateConnectivityInfo) Unset()
- type NullableString
- type NullableSubscriptions
- func (v NullableSubscriptions) Get() *Subscriptions
- func (v NullableSubscriptions) IsSet() bool
- func (v NullableSubscriptions) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptions) Set(val *Subscriptions)
- func (v *NullableSubscriptions) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptions) Unset()
- type NullableSubscriptionsAnyOf
- func (v NullableSubscriptionsAnyOf) Get() *SubscriptionsAnyOf
- func (v NullableSubscriptionsAnyOf) IsSet() bool
- func (v NullableSubscriptionsAnyOf) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptionsAnyOf) Set(val *SubscriptionsAnyOf)
- func (v *NullableSubscriptionsAnyOf) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptionsAnyOf) Unset()
- type NullableSubscriptionsAnyOf1
- func (v NullableSubscriptionsAnyOf1) Get() *SubscriptionsAnyOf1
- func (v NullableSubscriptionsAnyOf1) IsSet() bool
- func (v NullableSubscriptionsAnyOf1) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptionsAnyOf1) Set(val *SubscriptionsAnyOf1)
- func (v *NullableSubscriptionsAnyOf1) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptionsAnyOf1) Unset()
- type NullableSubscriptionsAnyOf2
- func (v NullableSubscriptionsAnyOf2) Get() *SubscriptionsAnyOf2
- func (v NullableSubscriptionsAnyOf2) IsSet() bool
- func (v NullableSubscriptionsAnyOf2) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptionsAnyOf2) Set(val *SubscriptionsAnyOf2)
- func (v *NullableSubscriptionsAnyOf2) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptionsAnyOf2) Unset()
- type NullableTenantsInner
- func (v NullableTenantsInner) Get() *TenantsInner
- func (v NullableTenantsInner) IsSet() bool
- func (v NullableTenantsInner) MarshalJSON() ([]byte, error)
- func (v *NullableTenantsInner) Set(val *TenantsInner)
- func (v *NullableTenantsInner) UnmarshalJSON(src []byte) error
- func (v *NullableTenantsInner) Unset()
- type NullableTime
- type NullableUsagesInner
- func (v NullableUsagesInner) Get() *UsagesInner
- func (v NullableUsagesInner) IsSet() bool
- func (v NullableUsagesInner) MarshalJSON() ([]byte, error)
- func (v *NullableUsagesInner) Set(val *UsagesInner)
- func (v *NullableUsagesInner) UnmarshalJSON(src []byte) error
- func (v *NullableUsagesInner) Unset()
- type OrgBilledUsageHistory
- func (o *OrgBilledUsageHistory) GetItems() []ItemsInner4
- func (o *OrgBilledUsageHistory) GetItemsOk() ([]ItemsInner4, bool)
- func (o OrgBilledUsageHistory) MarshalJSON() ([]byte, error)
- func (o *OrgBilledUsageHistory) SetItems(v []ItemsInner4)
- func (o OrgBilledUsageHistory) ToMap() (map[string]interface{}, error)
- func (o *OrgBilledUsageHistory) UnmarshalJSON(data []byte) (err error)
- type OrgMemberListResponse
- func (o *OrgMemberListResponse) GetCursor() float32
- func (o *OrgMemberListResponse) GetCursorOk() (*float32, bool)
- func (o *OrgMemberListResponse) GetDirection() string
- func (o *OrgMemberListResponse) GetDirectionOk() (*string, bool)
- func (o *OrgMemberListResponse) GetItems() []ItemsInner2
- func (o *OrgMemberListResponse) GetItemsOk() ([]ItemsInner2, bool)
- func (o *OrgMemberListResponse) GetLinks() []LinksInner1
- func (o *OrgMemberListResponse) GetLinksOk() ([]LinksInner1, bool)
- func (o *OrgMemberListResponse) GetNextCursor() float32
- func (o *OrgMemberListResponse) GetNextCursorOk() (*float32, bool)
- func (o *OrgMemberListResponse) GetOrderBy() string
- func (o *OrgMemberListResponse) GetOrderByOk() (*string, bool)
- func (o *OrgMemberListResponse) GetPage() float32
- func (o *OrgMemberListResponse) GetPageOk() (*float32, bool)
- func (o *OrgMemberListResponse) GetPages() float32
- func (o *OrgMemberListResponse) GetPagesOk() (*float32, bool)
- func (o *OrgMemberListResponse) GetPerPage() float32
- func (o *OrgMemberListResponse) GetPerPageOk() (*float32, bool)
- func (o *OrgMemberListResponse) GetTotal() float32
- func (o *OrgMemberListResponse) GetTotalCount() float32
- func (o *OrgMemberListResponse) GetTotalCountOk() (*float32, bool)
- func (o *OrgMemberListResponse) GetTotalOk() (*float32, bool)
- func (o *OrgMemberListResponse) HasCursor() bool
- func (o *OrgMemberListResponse) HasDirection() bool
- func (o *OrgMemberListResponse) HasNextCursor() bool
- func (o *OrgMemberListResponse) HasOrderBy() bool
- func (o *OrgMemberListResponse) HasPage() bool
- func (o *OrgMemberListResponse) HasPages() bool
- func (o *OrgMemberListResponse) HasPerPage() bool
- func (o *OrgMemberListResponse) HasTotal() bool
- func (o *OrgMemberListResponse) HasTotalCount() bool
- func (o OrgMemberListResponse) MarshalJSON() ([]byte, error)
- func (o *OrgMemberListResponse) SetCursor(v float32)
- func (o *OrgMemberListResponse) SetDirection(v string)
- func (o *OrgMemberListResponse) SetItems(v []ItemsInner2)
- func (o *OrgMemberListResponse) SetLinks(v []LinksInner1)
- func (o *OrgMemberListResponse) SetNextCursor(v float32)
- func (o *OrgMemberListResponse) SetOrderBy(v string)
- func (o *OrgMemberListResponse) SetPage(v float32)
- func (o *OrgMemberListResponse) SetPages(v float32)
- func (o *OrgMemberListResponse) SetPerPage(v float32)
- func (o *OrgMemberListResponse) SetTotal(v float32)
- func (o *OrgMemberListResponse) SetTotalCount(v float32)
- func (o OrgMemberListResponse) ToMap() (map[string]interface{}, error)
- func (o *OrgMemberListResponse) UnmarshalJSON(data []byte) (err error)
- type OrgsAPIService
- func (a *OrgsAPIService) CheckOrgVisibility(ctx context.Context, slugOrId string) ApiCheckOrgVisibilityRequest
- func (a *OrgsAPIService) CheckOrgVisibilityExecute(r ApiCheckOrgVisibilityRequest) (*http.Response, error)
- func (a *OrgsAPIService) DelApiKey(ctx context.Context, name string, slugOrId string) ApiDelApiKeyRequest
- func (a *OrgsAPIService) DelApiKeyExecute(r ApiDelApiKeyRequest) (*http.Response, error)
- func (a *OrgsAPIService) DeleteOrgMember(ctx context.Context, slugOrId string, usernameOrId string) ApiDeleteOrgMemberRequest
- func (a *OrgsAPIService) DeleteOrgMemberExecute(r ApiDeleteOrgMemberRequest) (*http.Response, error)
- func (a *OrgsAPIService) GetApiKey(ctx context.Context, name string, slugOrId string) ApiGetApiKeyRequest
- func (a *OrgsAPIService) GetApiKeyExecute(r ApiGetApiKeyRequest) (*FormattedApiApiKey, *http.Response, error)
- func (a *OrgsAPIService) GetApiKeys(ctx context.Context, slugOrId string) ApiGetApiKeysRequest
- func (a *OrgsAPIService) GetApiKeysExecute(r ApiGetApiKeysRequest) (*FormattedApiApiKeyListResponse, *http.Response, error)
- func (a *OrgsAPIService) GetOrg(ctx context.Context, slugOrId string) ApiGetOrgRequest
- func (a *OrgsAPIService) GetOrgBilledUsage(ctx context.Context, orgSlugOrId string) ApiGetOrgBilledUsageRequest
- func (a *OrgsAPIService) GetOrgBilledUsageExecute(r ApiGetOrgBilledUsageRequest) (*ModifiedGetOrgBilledUsageResponse, *http.Response, error)
- func (a *OrgsAPIService) GetOrgBilledUsageHistory(ctx context.Context, orgSlugOrId string) ApiGetOrgBilledUsageHistoryRequest
- func (a *OrgsAPIService) GetOrgBilledUsageHistoryExecute(r ApiGetOrgBilledUsageHistoryRequest) (*OrgBilledUsageHistory, *http.Response, error)
- func (a *OrgsAPIService) GetOrgExecute(r ApiGetOrgRequest) (*FormattedApiOrgPublic, *http.Response, error)
- func (a *OrgsAPIService) GetOrgInstances(ctx context.Context, orgSlug string) ApiGetOrgInstancesRequest
- func (a *OrgsAPIService) GetOrgInstancesExecute(r ApiGetOrgInstancesRequest) (*GetInstances200Response, *http.Response, error)
- func (a *OrgsAPIService) GetOrgMember(ctx context.Context, slugOrId string, usernameOrId string) ApiGetOrgMemberRequest
- func (a *OrgsAPIService) GetOrgMemberExecute(r ApiGetOrgMemberRequest) (*FormattedOrgMembership, *http.Response, error)
- func (a *OrgsAPIService) GetOrgMembers(ctx context.Context, slugOrId string) ApiGetOrgMembersRequest
- func (a *OrgsAPIService) GetOrgMembersExecute(r ApiGetOrgMembersRequest) (*OrgMemberListResponse, *http.Response, error)
- func (a *OrgsAPIService) PostApiKeys(ctx context.Context, slugOrId string) ApiPostApiKeysRequest
- func (a *OrgsAPIService) PostApiKeysExecute(r ApiPostApiKeysRequest) (*FormattedApiApiKey, *http.Response, error)
- func (a *OrgsAPIService) PostOrgMember(ctx context.Context, slugOrId string, usernameOrId string) ApiPostOrgMemberRequest
- func (a *OrgsAPIService) PostOrgMemberExecute(r ApiPostOrgMemberRequest) (*FormattedOrgMembership, *http.Response, error)
- func (a *OrgsAPIService) PostOrgMembers(ctx context.Context, slugOrId string) ApiPostOrgMembersRequest
- func (a *OrgsAPIService) PostOrgMembersExecute(r ApiPostOrgMembersRequest) (*FormattedOrgMembership, *http.Response, error)
- type Otlp
- func (o *Otlp) GetPrivateDNS() string
- func (o *Otlp) GetPrivateDNSOk() (*string, bool)
- func (o *Otlp) GetRegions() []string
- func (o *Otlp) GetRegionsOk() ([]string, bool)
- func (o *Otlp) GetServiceName() string
- func (o *Otlp) GetServiceNameOk() (*string, bool)
- func (o *Otlp) HasRegions() bool
- func (o Otlp) MarshalJSON() ([]byte, error)
- func (o *Otlp) SetPrivateDNS(v string)
- func (o *Otlp) SetRegions(v []string)
- func (o *Otlp) SetServiceName(v string)
- func (o Otlp) ToMap() (map[string]interface{}, error)
- func (o *Otlp) UnmarshalJSON(data []byte) (err error)
- type OtlpPrivateConnectivityInfo
- type Pagination
- func (o *Pagination) GetNextPage() string
- func (o *Pagination) GetNextPageOk() (*string, bool)
- func (o *Pagination) GetPageCursor() string
- func (o *Pagination) GetPageCursorOk() (*string, bool)
- func (o *Pagination) GetPageSize() float32
- func (o *Pagination) GetPageSizeOk() (*float32, bool)
- func (o *Pagination) HasNextPage() bool
- func (o *Pagination) HasPageCursor() bool
- func (o Pagination) MarshalJSON() ([]byte, error)
- func (o *Pagination) SetNextPage(v string)
- func (o *Pagination) SetNextPageNil()
- func (o *Pagination) SetPageCursor(v string)
- func (o *Pagination) SetPageCursorNil()
- func (o *Pagination) SetPageSize(v float32)
- func (o Pagination) ToMap() (map[string]interface{}, error)
- func (o *Pagination) UnmarshalJSON(data []byte) (err error)
- func (o *Pagination) UnsetNextPage()
- func (o *Pagination) UnsetPageCursor()
- type Payload
- func (o *Payload) GetCaseId() string
- func (o *Payload) GetCaseIdOk() (*string, bool)
- func (o *Payload) GetLicenseAllPlugins() bool
- func (o *Payload) GetLicenseAllPluginsOk() (*bool, bool)
- func (o *Payload) GetWithAddons() []string
- func (o *Payload) GetWithAddonsOk() ([]string, bool)
- func (o *Payload) HasCaseId() bool
- func (o *Payload) HasLicenseAllPlugins() bool
- func (o *Payload) HasWithAddons() bool
- func (o Payload) MarshalJSON() ([]byte, error)
- func (o *Payload) SetCaseId(v string)
- func (o *Payload) SetLicenseAllPlugins(v bool)
- func (o *Payload) SetWithAddons(v []string)
- func (o Payload) ToMap() (map[string]interface{}, error)
- func (o *Payload) UnmarshalJSON(data []byte) (err error)
- type Pdc
- func (o *Pdc) GetApi() Api
- func (o *Pdc) GetApiOk() (*Api, bool)
- func (o *Pdc) GetGateway() Gateway
- func (o *Pdc) GetGatewayOk() (*Gateway, bool)
- func (o Pdc) MarshalJSON() ([]byte, error)
- func (o *Pdc) SetApi(v Api)
- func (o *Pdc) SetGateway(v Gateway)
- func (o Pdc) ToMap() (map[string]interface{}, error)
- func (o *Pdc) UnmarshalJSON(data []byte) (err error)
- type PdcPrivateConnectivityInfo
- type PdcPrivateConnectivityInfoAnyOf
- func (o *PdcPrivateConnectivityInfoAnyOf) GetEndpointName() string
- func (o *PdcPrivateConnectivityInfoAnyOf) GetEndpointNameOk() (*string, bool)
- func (o *PdcPrivateConnectivityInfoAnyOf) GetPrivateDNS() string
- func (o *PdcPrivateConnectivityInfoAnyOf) GetPrivateDNSOk() (*string, bool)
- func (o *PdcPrivateConnectivityInfoAnyOf) GetRegions() []string
- func (o *PdcPrivateConnectivityInfoAnyOf) GetRegionsOk() ([]string, bool)
- func (o *PdcPrivateConnectivityInfoAnyOf) GetServiceId() string
- func (o *PdcPrivateConnectivityInfoAnyOf) GetServiceIdOk() (*string, bool)
- func (o *PdcPrivateConnectivityInfoAnyOf) GetServiceName() string
- func (o *PdcPrivateConnectivityInfoAnyOf) GetServiceNameOk() (*string, bool)
- func (o *PdcPrivateConnectivityInfoAnyOf) HasEndpointName() bool
- func (o *PdcPrivateConnectivityInfoAnyOf) HasRegions() bool
- func (o *PdcPrivateConnectivityInfoAnyOf) HasServiceId() bool
- func (o PdcPrivateConnectivityInfoAnyOf) MarshalJSON() ([]byte, error)
- func (o *PdcPrivateConnectivityInfoAnyOf) SetEndpointName(v string)
- func (o *PdcPrivateConnectivityInfoAnyOf) SetPrivateDNS(v string)
- func (o *PdcPrivateConnectivityInfoAnyOf) SetRegions(v []string)
- func (o *PdcPrivateConnectivityInfoAnyOf) SetServiceId(v string)
- func (o *PdcPrivateConnectivityInfoAnyOf) SetServiceName(v string)
- func (o PdcPrivateConnectivityInfoAnyOf) ToMap() (map[string]interface{}, error)
- func (o *PdcPrivateConnectivityInfoAnyOf) UnmarshalJSON(data []byte) (err error)
- type PdcPrivateConnectivityInfoAnyOf1
- func (o *PdcPrivateConnectivityInfoAnyOf1) GetApi() Api1
- func (o *PdcPrivateConnectivityInfoAnyOf1) GetApiOk() (*Api1, bool)
- func (o *PdcPrivateConnectivityInfoAnyOf1) GetGateway() Gateway1
- func (o *PdcPrivateConnectivityInfoAnyOf1) GetGatewayOk() (*Gateway1, bool)
- func (o PdcPrivateConnectivityInfoAnyOf1) MarshalJSON() ([]byte, error)
- func (o *PdcPrivateConnectivityInfoAnyOf1) SetApi(v Api1)
- func (o *PdcPrivateConnectivityInfoAnyOf1) SetGateway(v Gateway1)
- func (o PdcPrivateConnectivityInfoAnyOf1) ToMap() (map[string]interface{}, error)
- func (o *PdcPrivateConnectivityInfoAnyOf1) UnmarshalJSON(data []byte) (err error)
- type PdcPrivateConnectivityInfoAnyOf2
- func (o *PdcPrivateConnectivityInfoAnyOf2) GetGraphite() Graphite
- func (o *PdcPrivateConnectivityInfoAnyOf2) GetGraphiteOk() (*Graphite, bool)
- func (o *PdcPrivateConnectivityInfoAnyOf2) GetMimir() Mimir
- func (o *PdcPrivateConnectivityInfoAnyOf2) GetMimirOk() (*Mimir, bool)
- func (o *PdcPrivateConnectivityInfoAnyOf2) GetOtlp() PdcPrivateConnectivityInfoAnyOf
- func (o *PdcPrivateConnectivityInfoAnyOf2) GetOtlpOk() (*PdcPrivateConnectivityInfoAnyOf, bool)
- func (o *PdcPrivateConnectivityInfoAnyOf2) HasGraphite() bool
- func (o *PdcPrivateConnectivityInfoAnyOf2) HasOtlp() bool
- func (o PdcPrivateConnectivityInfoAnyOf2) MarshalJSON() ([]byte, error)
- func (o *PdcPrivateConnectivityInfoAnyOf2) SetGraphite(v Graphite)
- func (o *PdcPrivateConnectivityInfoAnyOf2) SetMimir(v Mimir)
- func (o *PdcPrivateConnectivityInfoAnyOf2) SetOtlp(v PdcPrivateConnectivityInfoAnyOf)
- func (o *PdcPrivateConnectivityInfoAnyOf2) SetOtlpNil()
- func (o PdcPrivateConnectivityInfoAnyOf2) ToMap() (map[string]interface{}, error)
- func (o *PdcPrivateConnectivityInfoAnyOf2) UnmarshalJSON(data []byte) (err error)
- func (o *PdcPrivateConnectivityInfoAnyOf2) UnsetOtlp()
- type PluginsAPIService
- type PostAccessPoliciesRequest
- func (o *PostAccessPoliciesRequest) GetAttributes() PostAccessPoliciesRequestAttributes
- func (o *PostAccessPoliciesRequest) GetAttributesOk() (*PostAccessPoliciesRequestAttributes, bool)
- func (o *PostAccessPoliciesRequest) GetConditions() PostAccessPoliciesRequestConditions
- func (o *PostAccessPoliciesRequest) GetConditionsOk() (*PostAccessPoliciesRequestConditions, bool)
- func (o *PostAccessPoliciesRequest) GetDisplayName() string
- func (o *PostAccessPoliciesRequest) GetDisplayNameOk() (*string, bool)
- func (o *PostAccessPoliciesRequest) GetName() string
- func (o *PostAccessPoliciesRequest) GetNameOk() (*string, bool)
- func (o *PostAccessPoliciesRequest) GetRealms() []PostAccessPoliciesRequestRealmsInner
- func (o *PostAccessPoliciesRequest) GetRealmsOk() ([]PostAccessPoliciesRequestRealmsInner, bool)
- func (o *PostAccessPoliciesRequest) GetScopes() []string
- func (o *PostAccessPoliciesRequest) GetScopesOk() ([]string, bool)
- func (o *PostAccessPoliciesRequest) HasAttributes() bool
- func (o *PostAccessPoliciesRequest) HasConditions() bool
- func (o *PostAccessPoliciesRequest) HasDisplayName() bool
- func (o PostAccessPoliciesRequest) MarshalJSON() ([]byte, error)
- func (o *PostAccessPoliciesRequest) SetAttributes(v PostAccessPoliciesRequestAttributes)
- func (o *PostAccessPoliciesRequest) SetConditions(v PostAccessPoliciesRequestConditions)
- func (o *PostAccessPoliciesRequest) SetDisplayName(v string)
- func (o *PostAccessPoliciesRequest) SetName(v string)
- func (o *PostAccessPoliciesRequest) SetRealms(v []PostAccessPoliciesRequestRealmsInner)
- func (o *PostAccessPoliciesRequest) SetScopes(v []string)
- func (o PostAccessPoliciesRequest) ToMap() (map[string]interface{}, error)
- func (o *PostAccessPoliciesRequest) UnmarshalJSON(data []byte) (err error)
- type PostAccessPoliciesRequestAttributes
- func (o *PostAccessPoliciesRequestAttributes) GetLokiQueryPolicy() PostAccessPoliciesRequestAttributesLokiQueryPolicy
- func (o *PostAccessPoliciesRequestAttributes) GetLokiQueryPolicyOk() (*PostAccessPoliciesRequestAttributesLokiQueryPolicy, bool)
- func (o *PostAccessPoliciesRequestAttributes) GetPdcConfiguration() PostAccessPoliciesRequestAttributesPdcConfiguration
- func (o *PostAccessPoliciesRequestAttributes) GetPdcConfigurationOk() (*PostAccessPoliciesRequestAttributesPdcConfiguration, bool)
- func (o *PostAccessPoliciesRequestAttributes) HasLokiQueryPolicy() bool
- func (o *PostAccessPoliciesRequestAttributes) HasPdcConfiguration() bool
- func (o PostAccessPoliciesRequestAttributes) MarshalJSON() ([]byte, error)
- func (o *PostAccessPoliciesRequestAttributes) SetLokiQueryPolicy(v PostAccessPoliciesRequestAttributesLokiQueryPolicy)
- func (o *PostAccessPoliciesRequestAttributes) SetPdcConfiguration(v PostAccessPoliciesRequestAttributesPdcConfiguration)
- func (o PostAccessPoliciesRequestAttributes) ToMap() (map[string]interface{}, error)
- func (o *PostAccessPoliciesRequestAttributes) UnmarshalJSON(data []byte) (err error)
- type PostAccessPoliciesRequestAttributesLokiQueryPolicy
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxEntriesLimitPerQuery() int32
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxEntriesLimitPerQueryOk() (*int32, bool)
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryBytesRead() string
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryBytesReadOk() (*string, bool)
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryInterval() string
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryIntervalOk() (*string, bool)
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryLength() string
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryLengthOk() (*string, bool)
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryLookback() string
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryLookbackOk() (*string, bool)
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryTime() string
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryTimeOk() (*string, bool)
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMinimumLabelsNumber() int32
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMinimumLabelsNumberOk() (*int32, bool)
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetRequiredLabels() []string
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetRequiredLabelsOk() ([]string, bool)
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxEntriesLimitPerQuery() bool
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxQueryBytesRead() bool
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxQueryInterval() bool
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxQueryLength() bool
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxQueryLookback() bool
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxQueryTime() bool
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMinimumLabelsNumber() bool
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasRequiredLabels() bool
- func (o PostAccessPoliciesRequestAttributesLokiQueryPolicy) MarshalJSON() ([]byte, error)
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxEntriesLimitPerQuery(v int32)
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryBytesRead(v string)
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryInterval(v string)
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryLength(v string)
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryLookback(v string)
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryTime(v string)
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMinimumLabelsNumber(v int32)
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetRequiredLabels(v []string)
- func (o PostAccessPoliciesRequestAttributesLokiQueryPolicy) ToMap() (map[string]interface{}, error)
- func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) UnmarshalJSON(data []byte) (err error)
- type PostAccessPoliciesRequestAttributesPdcConfiguration
- func (o *PostAccessPoliciesRequestAttributesPdcConfiguration) GetLimitedHosts() []string
- func (o *PostAccessPoliciesRequestAttributesPdcConfiguration) GetLimitedHostsOk() ([]string, bool)
- func (o *PostAccessPoliciesRequestAttributesPdcConfiguration) HasLimitedHosts() bool
- func (o PostAccessPoliciesRequestAttributesPdcConfiguration) MarshalJSON() ([]byte, error)
- func (o *PostAccessPoliciesRequestAttributesPdcConfiguration) SetLimitedHosts(v []string)
- func (o PostAccessPoliciesRequestAttributesPdcConfiguration) ToMap() (map[string]interface{}, error)
- func (o *PostAccessPoliciesRequestAttributesPdcConfiguration) UnmarshalJSON(data []byte) (err error)
- type PostAccessPoliciesRequestConditions
- func (o *PostAccessPoliciesRequestConditions) GetAllowedSubnets() []string
- func (o *PostAccessPoliciesRequestConditions) GetAllowedSubnetsOk() ([]string, bool)
- func (o *PostAccessPoliciesRequestConditions) HasAllowedSubnets() bool
- func (o PostAccessPoliciesRequestConditions) MarshalJSON() ([]byte, error)
- func (o *PostAccessPoliciesRequestConditions) SetAllowedSubnets(v []string)
- func (o PostAccessPoliciesRequestConditions) ToMap() (map[string]interface{}, error)
- func (o *PostAccessPoliciesRequestConditions) UnmarshalJSON(data []byte) (err error)
- type PostAccessPoliciesRequestRealmsInner
- func (o *PostAccessPoliciesRequestRealmsInner) GetIdentifier() string
- func (o *PostAccessPoliciesRequestRealmsInner) GetIdentifierOk() (*string, bool)
- func (o *PostAccessPoliciesRequestRealmsInner) GetLabelPolicies() []PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner
- func (o *PostAccessPoliciesRequestRealmsInner) GetLabelPoliciesOk() ([]PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner, bool)
- func (o *PostAccessPoliciesRequestRealmsInner) GetType() string
- func (o *PostAccessPoliciesRequestRealmsInner) GetTypeOk() (*string, bool)
- func (o *PostAccessPoliciesRequestRealmsInner) HasLabelPolicies() bool
- func (o PostAccessPoliciesRequestRealmsInner) MarshalJSON() ([]byte, error)
- func (o *PostAccessPoliciesRequestRealmsInner) SetIdentifier(v string)
- func (o *PostAccessPoliciesRequestRealmsInner) SetLabelPolicies(v []PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner)
- func (o *PostAccessPoliciesRequestRealmsInner) SetType(v string)
- func (o PostAccessPoliciesRequestRealmsInner) ToMap() (map[string]interface{}, error)
- func (o *PostAccessPoliciesRequestRealmsInner) UnmarshalJSON(data []byte) (err error)
- type PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner
- func (o *PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) GetSelector() string
- func (o *PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) GetSelectorOk() (*string, bool)
- func (o PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) MarshalJSON() ([]byte, error)
- func (o *PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) SetSelector(v string)
- func (o PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) ToMap() (map[string]interface{}, error)
- func (o *PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) UnmarshalJSON(data []byte) (err error)
- type PostAccessPolicyRequest
- func (o *PostAccessPolicyRequest) GetAttributes() PostAccessPoliciesRequestAttributes
- func (o *PostAccessPolicyRequest) GetAttributesOk() (*PostAccessPoliciesRequestAttributes, bool)
- func (o *PostAccessPolicyRequest) GetConditions() PostAccessPoliciesRequestConditions
- func (o *PostAccessPolicyRequest) GetConditionsOk() (*PostAccessPoliciesRequestConditions, bool)
- func (o *PostAccessPolicyRequest) GetDisplayName() string
- func (o *PostAccessPolicyRequest) GetDisplayNameOk() (*string, bool)
- func (o *PostAccessPolicyRequest) GetRealms() []PostAccessPoliciesRequestRealmsInner
- func (o *PostAccessPolicyRequest) GetRealmsOk() ([]PostAccessPoliciesRequestRealmsInner, bool)
- func (o *PostAccessPolicyRequest) GetScopes() []string
- func (o *PostAccessPolicyRequest) GetScopesOk() ([]string, bool)
- func (o *PostAccessPolicyRequest) GetStatus() string
- func (o *PostAccessPolicyRequest) GetStatusOk() (*string, bool)
- func (o *PostAccessPolicyRequest) HasAttributes() bool
- func (o *PostAccessPolicyRequest) HasConditions() bool
- func (o *PostAccessPolicyRequest) HasDisplayName() bool
- func (o *PostAccessPolicyRequest) HasRealms() bool
- func (o *PostAccessPolicyRequest) HasScopes() bool
- func (o *PostAccessPolicyRequest) HasStatus() bool
- func (o PostAccessPolicyRequest) MarshalJSON() ([]byte, error)
- func (o *PostAccessPolicyRequest) SetAttributes(v PostAccessPoliciesRequestAttributes)
- func (o *PostAccessPolicyRequest) SetConditions(v PostAccessPoliciesRequestConditions)
- func (o *PostAccessPolicyRequest) SetDisplayName(v string)
- func (o *PostAccessPolicyRequest) SetRealms(v []PostAccessPoliciesRequestRealmsInner)
- func (o *PostAccessPolicyRequest) SetScopes(v []string)
- func (o *PostAccessPolicyRequest) SetStatus(v string)
- func (o PostAccessPolicyRequest) ToMap() (map[string]interface{}, error)
- func (o *PostAccessPolicyRequest) UnmarshalJSON(data []byte) (err error)
- type PostApiKeysRequest
- func (o *PostApiKeysRequest) GetName() string
- func (o *PostApiKeysRequest) GetNameOk() (*string, bool)
- func (o *PostApiKeysRequest) GetRole() string
- func (o *PostApiKeysRequest) GetRoleOk() (*string, bool)
- func (o PostApiKeysRequest) MarshalJSON() ([]byte, error)
- func (o *PostApiKeysRequest) SetName(v string)
- func (o *PostApiKeysRequest) SetRole(v string)
- func (o PostApiKeysRequest) ToMap() (map[string]interface{}, error)
- func (o *PostApiKeysRequest) UnmarshalJSON(data []byte) (err error)
- type PostInstanceOAuthAzureADRequest
- func (o *PostInstanceOAuthAzureADRequest) GetAllowedDomains() []string
- func (o *PostInstanceOAuthAzureADRequest) GetAllowedDomainsOk() ([]string, bool)
- func (o *PostInstanceOAuthAzureADRequest) GetAllowedGroups() []string
- func (o *PostInstanceOAuthAzureADRequest) GetAllowedGroupsOk() ([]string, bool)
- func (o *PostInstanceOAuthAzureADRequest) GetAuthUrl() string
- func (o *PostInstanceOAuthAzureADRequest) GetAuthUrlOk() (*string, bool)
- func (o *PostInstanceOAuthAzureADRequest) GetClientId() string
- func (o *PostInstanceOAuthAzureADRequest) GetClientIdOk() (*string, bool)
- func (o *PostInstanceOAuthAzureADRequest) GetClientSecret() string
- func (o *PostInstanceOAuthAzureADRequest) GetClientSecretOk() (*string, bool)
- func (o *PostInstanceOAuthAzureADRequest) GetScopes() []string
- func (o *PostInstanceOAuthAzureADRequest) GetScopesOk() ([]string, bool)
- func (o *PostInstanceOAuthAzureADRequest) GetTokenUrl() string
- func (o *PostInstanceOAuthAzureADRequest) GetTokenUrlOk() (*string, bool)
- func (o *PostInstanceOAuthAzureADRequest) HasAllowedDomains() bool
- func (o *PostInstanceOAuthAzureADRequest) HasAllowedGroups() bool
- func (o *PostInstanceOAuthAzureADRequest) HasClientSecret() bool
- func (o *PostInstanceOAuthAzureADRequest) HasScopes() bool
- func (o PostInstanceOAuthAzureADRequest) MarshalJSON() ([]byte, error)
- func (o *PostInstanceOAuthAzureADRequest) SetAllowedDomains(v []string)
- func (o *PostInstanceOAuthAzureADRequest) SetAllowedGroups(v []string)
- func (o *PostInstanceOAuthAzureADRequest) SetAuthUrl(v string)
- func (o *PostInstanceOAuthAzureADRequest) SetClientId(v string)
- func (o *PostInstanceOAuthAzureADRequest) SetClientSecret(v string)
- func (o *PostInstanceOAuthAzureADRequest) SetScopes(v []string)
- func (o *PostInstanceOAuthAzureADRequest) SetTokenUrl(v string)
- func (o PostInstanceOAuthAzureADRequest) ToMap() (map[string]interface{}, error)
- func (o *PostInstanceOAuthAzureADRequest) UnmarshalJSON(data []byte) (err error)
- type PostInstanceOAuthGithubRequest
- func (o *PostInstanceOAuthGithubRequest) GetAllowedOrganizations() []string
- func (o *PostInstanceOAuthGithubRequest) GetAllowedOrganizationsOk() ([]string, bool)
- func (o *PostInstanceOAuthGithubRequest) GetClientId() string
- func (o *PostInstanceOAuthGithubRequest) GetClientIdOk() (*string, bool)
- func (o *PostInstanceOAuthGithubRequest) GetClientSecret() string
- func (o *PostInstanceOAuthGithubRequest) GetClientSecretOk() (*string, bool)
- func (o *PostInstanceOAuthGithubRequest) GetTeamIds() []string
- func (o *PostInstanceOAuthGithubRequest) GetTeamIdsOk() ([]string, bool)
- func (o *PostInstanceOAuthGithubRequest) HasAllowedOrganizations() bool
- func (o *PostInstanceOAuthGithubRequest) HasClientSecret() bool
- func (o *PostInstanceOAuthGithubRequest) HasTeamIds() bool
- func (o PostInstanceOAuthGithubRequest) MarshalJSON() ([]byte, error)
- func (o *PostInstanceOAuthGithubRequest) SetAllowedOrganizations(v []string)
- func (o *PostInstanceOAuthGithubRequest) SetClientId(v string)
- func (o *PostInstanceOAuthGithubRequest) SetClientSecret(v string)
- func (o *PostInstanceOAuthGithubRequest) SetTeamIds(v []string)
- func (o PostInstanceOAuthGithubRequest) ToMap() (map[string]interface{}, error)
- func (o *PostInstanceOAuthGithubRequest) UnmarshalJSON(data []byte) (err error)
- type PostInstanceOAuthGoogleRequest
- func (o *PostInstanceOAuthGoogleRequest) GetAllowedDomains() []string
- func (o *PostInstanceOAuthGoogleRequest) GetAllowedDomainsOk() ([]string, bool)
- func (o *PostInstanceOAuthGoogleRequest) GetClientId() string
- func (o *PostInstanceOAuthGoogleRequest) GetClientIdOk() (*string, bool)
- func (o *PostInstanceOAuthGoogleRequest) GetClientSecret() string
- func (o *PostInstanceOAuthGoogleRequest) GetClientSecretOk() (*string, bool)
- func (o *PostInstanceOAuthGoogleRequest) HasClientSecret() bool
- func (o PostInstanceOAuthGoogleRequest) MarshalJSON() ([]byte, error)
- func (o *PostInstanceOAuthGoogleRequest) SetAllowedDomains(v []string)
- func (o *PostInstanceOAuthGoogleRequest) SetClientId(v string)
- func (o *PostInstanceOAuthGoogleRequest) SetClientSecret(v string)
- func (o PostInstanceOAuthGoogleRequest) ToMap() (map[string]interface{}, error)
- func (o *PostInstanceOAuthGoogleRequest) UnmarshalJSON(data []byte) (err error)
- type PostInstanceOAuthOktaRequest
- func (o *PostInstanceOAuthOktaRequest) GetAllowedDomains() []string
- func (o *PostInstanceOAuthOktaRequest) GetAllowedDomainsOk() ([]string, bool)
- func (o *PostInstanceOAuthOktaRequest) GetAllowedGroups() []string
- func (o *PostInstanceOAuthOktaRequest) GetAllowedGroupsOk() ([]string, bool)
- func (o *PostInstanceOAuthOktaRequest) GetApiUrl() string
- func (o *PostInstanceOAuthOktaRequest) GetApiUrlOk() (*string, bool)
- func (o *PostInstanceOAuthOktaRequest) GetAuthUrl() string
- func (o *PostInstanceOAuthOktaRequest) GetAuthUrlOk() (*string, bool)
- func (o *PostInstanceOAuthOktaRequest) GetClientId() string
- func (o *PostInstanceOAuthOktaRequest) GetClientIdOk() (*string, bool)
- func (o *PostInstanceOAuthOktaRequest) GetClientSecret() string
- func (o *PostInstanceOAuthOktaRequest) GetClientSecretOk() (*string, bool)
- func (o *PostInstanceOAuthOktaRequest) GetRoleAttributePath() string
- func (o *PostInstanceOAuthOktaRequest) GetRoleAttributePathOk() (*string, bool)
- func (o *PostInstanceOAuthOktaRequest) GetTokenUrl() string
- func (o *PostInstanceOAuthOktaRequest) GetTokenUrlOk() (*string, bool)
- func (o *PostInstanceOAuthOktaRequest) HasAllowedDomains() bool
- func (o *PostInstanceOAuthOktaRequest) HasAllowedGroups() bool
- func (o *PostInstanceOAuthOktaRequest) HasClientSecret() bool
- func (o *PostInstanceOAuthOktaRequest) HasRoleAttributePath() bool
- func (o PostInstanceOAuthOktaRequest) MarshalJSON() ([]byte, error)
- func (o *PostInstanceOAuthOktaRequest) SetAllowedDomains(v []string)
- func (o *PostInstanceOAuthOktaRequest) SetAllowedGroups(v []string)
- func (o *PostInstanceOAuthOktaRequest) SetApiUrl(v string)
- func (o *PostInstanceOAuthOktaRequest) SetAuthUrl(v string)
- func (o *PostInstanceOAuthOktaRequest) SetClientId(v string)
- func (o *PostInstanceOAuthOktaRequest) SetClientSecret(v string)
- func (o *PostInstanceOAuthOktaRequest) SetRoleAttributePath(v string)
- func (o *PostInstanceOAuthOktaRequest) SetTokenUrl(v string)
- func (o PostInstanceOAuthOktaRequest) ToMap() (map[string]interface{}, error)
- func (o *PostInstanceOAuthOktaRequest) UnmarshalJSON(data []byte) (err error)
- type PostInstancePluginRequest
- func (o *PostInstancePluginRequest) GetVersion() string
- func (o *PostInstancePluginRequest) GetVersionOk() (*string, bool)
- func (o *PostInstancePluginRequest) HasVersion() bool
- func (o PostInstancePluginRequest) MarshalJSON() ([]byte, error)
- func (o *PostInstancePluginRequest) SetVersion(v string)
- func (o PostInstancePluginRequest) ToMap() (map[string]interface{}, error)
- func (o *PostInstancePluginRequest) UnmarshalJSON(data []byte) (err error)
- type PostInstancePluginsRequest
- func (o *PostInstancePluginsRequest) GetPlugin() string
- func (o *PostInstancePluginsRequest) GetPluginOk() (*string, bool)
- func (o *PostInstancePluginsRequest) GetVersion() string
- func (o *PostInstancePluginsRequest) GetVersionOk() (*string, bool)
- func (o *PostInstancePluginsRequest) HasVersion() bool
- func (o PostInstancePluginsRequest) MarshalJSON() ([]byte, error)
- func (o *PostInstancePluginsRequest) SetPlugin(v string)
- func (o *PostInstancePluginsRequest) SetVersion(v string)
- func (o PostInstancePluginsRequest) ToMap() (map[string]interface{}, error)
- func (o *PostInstancePluginsRequest) UnmarshalJSON(data []byte) (err error)
- type PostInstanceRequest
- func (o *PostInstanceRequest) GetAlerts() bool
- func (o *PostInstanceRequest) GetAlertsOk() (*bool, bool)
- func (o *PostInstanceRequest) GetDescription() string
- func (o *PostInstanceRequest) GetDescriptionOk() (*string, bool)
- func (o *PostInstanceRequest) GetGraphite() bool
- func (o *PostInstanceRequest) GetGraphiteOk() (*bool, bool)
- func (o *PostInstanceRequest) GetHlInstanceId() int32
- func (o *PostInstanceRequest) GetHlInstanceIdOk() (*int32, bool)
- func (o *PostInstanceRequest) GetK6OrgId() int32
- func (o *PostInstanceRequest) GetK6OrgIdOk() (*int32, bool)
- func (o *PostInstanceRequest) GetLabels() map[string]string
- func (o *PostInstanceRequest) GetLabelsOk() (*map[string]string, bool)
- func (o *PostInstanceRequest) GetLogs() bool
- func (o *PostInstanceRequest) GetLogsOk() (*bool, bool)
- func (o *PostInstanceRequest) GetName() string
- func (o *PostInstanceRequest) GetNameOk() (*string, bool)
- func (o *PostInstanceRequest) GetPlan() string
- func (o *PostInstanceRequest) GetPlanOk() (*string, bool)
- func (o *PostInstanceRequest) GetPrometheus() bool
- func (o *PostInstanceRequest) GetPrometheusOk() (*bool, bool)
- func (o *PostInstanceRequest) GetSlug() string
- func (o *PostInstanceRequest) GetSlugOk() (*string, bool)
- func (o *PostInstanceRequest) GetUrl() string
- func (o *PostInstanceRequest) GetUrlOk() (*string, bool)
- func (o *PostInstanceRequest) HasAlerts() bool
- func (o *PostInstanceRequest) HasDescription() bool
- func (o *PostInstanceRequest) HasGraphite() bool
- func (o *PostInstanceRequest) HasHlInstanceId() bool
- func (o *PostInstanceRequest) HasK6OrgId() bool
- func (o *PostInstanceRequest) HasLabels() bool
- func (o *PostInstanceRequest) HasLogs() bool
- func (o *PostInstanceRequest) HasName() bool
- func (o *PostInstanceRequest) HasPlan() bool
- func (o *PostInstanceRequest) HasPrometheus() bool
- func (o *PostInstanceRequest) HasSlug() bool
- func (o *PostInstanceRequest) HasUrl() bool
- func (o PostInstanceRequest) MarshalJSON() ([]byte, error)
- func (o *PostInstanceRequest) SetAlerts(v bool)
- func (o *PostInstanceRequest) SetDescription(v string)
- func (o *PostInstanceRequest) SetGraphite(v bool)
- func (o *PostInstanceRequest) SetHlInstanceId(v int32)
- func (o *PostInstanceRequest) SetK6OrgId(v int32)
- func (o *PostInstanceRequest) SetLabels(v map[string]string)
- func (o *PostInstanceRequest) SetLogs(v bool)
- func (o *PostInstanceRequest) SetName(v string)
- func (o *PostInstanceRequest) SetPlan(v string)
- func (o *PostInstanceRequest) SetPrometheus(v bool)
- func (o *PostInstanceRequest) SetSlug(v string)
- func (o *PostInstanceRequest) SetUrl(v string)
- func (o PostInstanceRequest) ToMap() (map[string]interface{}, error)
- func (o *PostInstanceRequest) UnmarshalJSON(data []byte) (err error)
- type PostInstanceServiceAccountTokensRequest
- func (o *PostInstanceServiceAccountTokensRequest) GetName() string
- func (o *PostInstanceServiceAccountTokensRequest) GetNameOk() (*string, bool)
- func (o *PostInstanceServiceAccountTokensRequest) GetSecondsToLive() int32
- func (o *PostInstanceServiceAccountTokensRequest) GetSecondsToLiveOk() (*int32, bool)
- func (o *PostInstanceServiceAccountTokensRequest) HasSecondsToLive() bool
- func (o PostInstanceServiceAccountTokensRequest) MarshalJSON() ([]byte, error)
- func (o *PostInstanceServiceAccountTokensRequest) SetName(v string)
- func (o *PostInstanceServiceAccountTokensRequest) SetSecondsToLive(v int32)
- func (o PostInstanceServiceAccountTokensRequest) ToMap() (map[string]interface{}, error)
- func (o *PostInstanceServiceAccountTokensRequest) UnmarshalJSON(data []byte) (err error)
- type PostInstanceServiceAccountsRequest
- func (o *PostInstanceServiceAccountsRequest) GetIsDisabled() bool
- func (o *PostInstanceServiceAccountsRequest) GetIsDisabledOk() (*bool, bool)
- func (o *PostInstanceServiceAccountsRequest) GetName() string
- func (o *PostInstanceServiceAccountsRequest) GetNameOk() (*string, bool)
- func (o *PostInstanceServiceAccountsRequest) GetRole() string
- func (o *PostInstanceServiceAccountsRequest) GetRoleOk() (*string, bool)
- func (o *PostInstanceServiceAccountsRequest) HasIsDisabled() bool
- func (o PostInstanceServiceAccountsRequest) MarshalJSON() ([]byte, error)
- func (o *PostInstanceServiceAccountsRequest) SetIsDisabled(v bool)
- func (o *PostInstanceServiceAccountsRequest) SetName(v string)
- func (o *PostInstanceServiceAccountsRequest) SetRole(v string)
- func (o PostInstanceServiceAccountsRequest) ToMap() (map[string]interface{}, error)
- func (o *PostInstanceServiceAccountsRequest) UnmarshalJSON(data []byte) (err error)
- type PostInstancesRequest
- func (o *PostInstancesRequest) GetAdminUserInstance() bool
- func (o *PostInstancesRequest) GetAdminUserInstanceOk() (*bool, bool)
- func (o *PostInstancesRequest) GetAlerts() bool
- func (o *PostInstancesRequest) GetAlertsOk() (*bool, bool)
- func (o *PostInstancesRequest) GetCluster() string
- func (o *PostInstancesRequest) GetClusterOk() (*string, bool)
- func (o *PostInstancesRequest) GetDescription() string
- func (o *PostInstancesRequest) GetDescriptionOk() (*string, bool)
- func (o *PostInstancesRequest) GetGraphite() bool
- func (o *PostInstancesRequest) GetGraphiteOk() (*bool, bool)
- func (o *PostInstancesRequest) GetHlInstanceId() int32
- func (o *PostInstancesRequest) GetHlInstanceIdOk() (*int32, bool)
- func (o *PostInstancesRequest) GetHosted() bool
- func (o *PostInstancesRequest) GetHostedOk() (*bool, bool)
- func (o *PostInstancesRequest) GetK6OrgId() int32
- func (o *PostInstancesRequest) GetK6OrgIdOk() (*int32, bool)
- func (o *PostInstancesRequest) GetLabels() map[string]string
- func (o *PostInstancesRequest) GetLabelsOk() (*map[string]string, bool)
- func (o *PostInstancesRequest) GetLogs() bool
- func (o *PostInstancesRequest) GetLogsOk() (*bool, bool)
- func (o *PostInstancesRequest) GetName() string
- func (o *PostInstancesRequest) GetNameOk() (*string, bool)
- func (o *PostInstancesRequest) GetOrg() string
- func (o *PostInstancesRequest) GetOrgOk() (*string, bool)
- func (o *PostInstancesRequest) GetPlan() string
- func (o *PostInstancesRequest) GetPlanOk() (*string, bool)
- func (o *PostInstancesRequest) GetPlugins() []string
- func (o *PostInstancesRequest) GetPluginsOk() ([]string, bool)
- func (o *PostInstancesRequest) GetPrometheus() bool
- func (o *PostInstancesRequest) GetPrometheusOk() (*bool, bool)
- func (o *PostInstancesRequest) GetPublicInstance() bool
- func (o *PostInstancesRequest) GetPublicInstanceOk() (*bool, bool)
- func (o *PostInstancesRequest) GetRegion() string
- func (o *PostInstancesRequest) GetRegionOk() (*string, bool)
- func (o *PostInstancesRequest) GetSlug() string
- func (o *PostInstancesRequest) GetSlugOk() (*string, bool)
- func (o *PostInstancesRequest) GetUrl() string
- func (o *PostInstancesRequest) GetUrlOk() (*string, bool)
- func (o *PostInstancesRequest) GetUsernameOrEmail() string
- func (o *PostInstancesRequest) GetUsernameOrEmailOk() (*string, bool)
- func (o *PostInstancesRequest) GetVersion() string
- func (o *PostInstancesRequest) GetVersionOk() (*string, bool)
- func (o *PostInstancesRequest) GetWaitForReadiness() bool
- func (o *PostInstancesRequest) GetWaitForReadinessOk() (*bool, bool)
- func (o *PostInstancesRequest) HasAdminUserInstance() bool
- func (o *PostInstancesRequest) HasAlerts() bool
- func (o *PostInstancesRequest) HasCluster() bool
- func (o *PostInstancesRequest) HasDescription() bool
- func (o *PostInstancesRequest) HasGraphite() bool
- func (o *PostInstancesRequest) HasHlInstanceId() bool
- func (o *PostInstancesRequest) HasHosted() bool
- func (o *PostInstancesRequest) HasK6OrgId() bool
- func (o *PostInstancesRequest) HasLabels() bool
- func (o *PostInstancesRequest) HasLogs() bool
- func (o *PostInstancesRequest) HasOrg() bool
- func (o *PostInstancesRequest) HasPlan() bool
- func (o *PostInstancesRequest) HasPlugins() bool
- func (o *PostInstancesRequest) HasPrometheus() bool
- func (o *PostInstancesRequest) HasPublicInstance() bool
- func (o *PostInstancesRequest) HasRegion() bool
- func (o *PostInstancesRequest) HasSlug() bool
- func (o *PostInstancesRequest) HasUrl() bool
- func (o *PostInstancesRequest) HasUsernameOrEmail() bool
- func (o *PostInstancesRequest) HasVersion() bool
- func (o *PostInstancesRequest) HasWaitForReadiness() bool
- func (o PostInstancesRequest) MarshalJSON() ([]byte, error)
- func (o *PostInstancesRequest) SetAdminUserInstance(v bool)
- func (o *PostInstancesRequest) SetAlerts(v bool)
- func (o *PostInstancesRequest) SetCluster(v string)
- func (o *PostInstancesRequest) SetDescription(v string)
- func (o *PostInstancesRequest) SetGraphite(v bool)
- func (o *PostInstancesRequest) SetHlInstanceId(v int32)
- func (o *PostInstancesRequest) SetHosted(v bool)
- func (o *PostInstancesRequest) SetK6OrgId(v int32)
- func (o *PostInstancesRequest) SetLabels(v map[string]string)
- func (o *PostInstancesRequest) SetLogs(v bool)
- func (o *PostInstancesRequest) SetName(v string)
- func (o *PostInstancesRequest) SetOrg(v string)
- func (o *PostInstancesRequest) SetPlan(v string)
- func (o *PostInstancesRequest) SetPlugins(v []string)
- func (o *PostInstancesRequest) SetPrometheus(v bool)
- func (o *PostInstancesRequest) SetPublicInstance(v bool)
- func (o *PostInstancesRequest) SetRegion(v string)
- func (o *PostInstancesRequest) SetSlug(v string)
- func (o *PostInstancesRequest) SetUrl(v string)
- func (o *PostInstancesRequest) SetUsernameOrEmail(v string)
- func (o *PostInstancesRequest) SetVersion(v string)
- func (o *PostInstancesRequest) SetWaitForReadiness(v bool)
- func (o PostInstancesRequest) ToMap() (map[string]interface{}, error)
- func (o *PostInstancesRequest) UnmarshalJSON(data []byte) (err error)
- type PostOrgMemberRequest
- func (o *PostOrgMemberRequest) GetBilling() int32
- func (o *PostOrgMemberRequest) GetBillingOk() (*int32, bool)
- func (o *PostOrgMemberRequest) GetDefaultOrg() string
- func (o *PostOrgMemberRequest) GetDefaultOrgOk() (*string, bool)
- func (o *PostOrgMemberRequest) GetPrivacy() string
- func (o *PostOrgMemberRequest) GetPrivacyOk() (*string, bool)
- func (o *PostOrgMemberRequest) GetRole() string
- func (o *PostOrgMemberRequest) GetRoleOk() (*string, bool)
- func (o *PostOrgMemberRequest) HasBilling() bool
- func (o *PostOrgMemberRequest) HasDefaultOrg() bool
- func (o *PostOrgMemberRequest) HasPrivacy() bool
- func (o *PostOrgMemberRequest) HasRole() bool
- func (o PostOrgMemberRequest) MarshalJSON() ([]byte, error)
- func (o *PostOrgMemberRequest) SetBilling(v int32)
- func (o *PostOrgMemberRequest) SetDefaultOrg(v string)
- func (o *PostOrgMemberRequest) SetPrivacy(v string)
- func (o *PostOrgMemberRequest) SetRole(v string)
- func (o PostOrgMemberRequest) ToMap() (map[string]interface{}, error)
- func (o *PostOrgMemberRequest) UnmarshalJSON(data []byte) (err error)
- type PostOrgMembersRequest
- func (o *PostOrgMembersRequest) GetBilling() int32
- func (o *PostOrgMembersRequest) GetBillingOk() (*int32, bool)
- func (o *PostOrgMembersRequest) GetPrivacy() string
- func (o *PostOrgMembersRequest) GetPrivacyOk() (*string, bool)
- func (o *PostOrgMembersRequest) GetRole() string
- func (o *PostOrgMembersRequest) GetRoleOk() (*string, bool)
- func (o *PostOrgMembersRequest) GetUsername() string
- func (o *PostOrgMembersRequest) GetUsernameOk() (*string, bool)
- func (o *PostOrgMembersRequest) HasBilling() bool
- func (o *PostOrgMembersRequest) HasPrivacy() bool
- func (o *PostOrgMembersRequest) HasRole() bool
- func (o PostOrgMembersRequest) MarshalJSON() ([]byte, error)
- func (o *PostOrgMembersRequest) SetBilling(v int32)
- func (o *PostOrgMembersRequest) SetPrivacy(v string)
- func (o *PostOrgMembersRequest) SetRole(v string)
- func (o *PostOrgMembersRequest) SetUsername(v string)
- func (o PostOrgMembersRequest) ToMap() (map[string]interface{}, error)
- func (o *PostOrgMembersRequest) UnmarshalJSON(data []byte) (err error)
- type PostTokenRequest
- func (o *PostTokenRequest) GetDisplayName() string
- func (o *PostTokenRequest) GetDisplayNameOk() (*string, bool)
- func (o *PostTokenRequest) HasDisplayName() bool
- func (o PostTokenRequest) MarshalJSON() ([]byte, error)
- func (o *PostTokenRequest) SetDisplayName(v string)
- func (o PostTokenRequest) ToMap() (map[string]interface{}, error)
- func (o *PostTokenRequest) UnmarshalJSON(data []byte) (err error)
- type PostTokensRequest
- func (o *PostTokensRequest) GetAccessPolicyId() string
- func (o *PostTokensRequest) GetAccessPolicyIdOk() (*string, bool)
- func (o *PostTokensRequest) GetDisplayName() string
- func (o *PostTokensRequest) GetDisplayNameOk() (*string, bool)
- func (o *PostTokensRequest) GetExpiresAt() time.Time
- func (o *PostTokensRequest) GetExpiresAtOk() (*time.Time, bool)
- func (o *PostTokensRequest) GetName() string
- func (o *PostTokensRequest) GetNameOk() (*string, bool)
- func (o *PostTokensRequest) HasDisplayName() bool
- func (o *PostTokensRequest) HasExpiresAt() bool
- func (o PostTokensRequest) MarshalJSON() ([]byte, error)
- func (o *PostTokensRequest) SetAccessPolicyId(v string)
- func (o *PostTokensRequest) SetDisplayName(v string)
- func (o *PostTokensRequest) SetExpiresAt(v time.Time)
- func (o *PostTokensRequest) SetName(v string)
- func (o PostTokensRequest) ToMap() (map[string]interface{}, error)
- func (o *PostTokensRequest) UnmarshalJSON(data []byte) (err error)
- type PrivateConnectivityInfo
- func (o *PrivateConnectivityInfo) GetOtlp() Otlp
- func (o *PrivateConnectivityInfo) GetOtlpOk() (*Otlp, bool)
- func (o *PrivateConnectivityInfo) GetPdc() Pdc
- func (o *PrivateConnectivityInfo) GetPdcOk() (*Pdc, bool)
- func (o *PrivateConnectivityInfo) GetTenants() []TenantsInner
- func (o *PrivateConnectivityInfo) GetTenantsOk() ([]TenantsInner, bool)
- func (o *PrivateConnectivityInfo) HasOtlp() bool
- func (o *PrivateConnectivityInfo) HasPdc() bool
- func (o PrivateConnectivityInfo) MarshalJSON() ([]byte, error)
- func (o *PrivateConnectivityInfo) SetOtlp(v Otlp)
- func (o *PrivateConnectivityInfo) SetPdc(v Pdc)
- func (o *PrivateConnectivityInfo) SetTenants(v []TenantsInner)
- func (o PrivateConnectivityInfo) ToMap() (map[string]interface{}, error)
- func (o *PrivateConnectivityInfo) UnmarshalJSON(data []byte) (err error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type StackRegionsAPIService
- func (a *StackRegionsAPIService) GetClosestStackRegion(ctx context.Context) ApiGetClosestStackRegionRequest
- func (a *StackRegionsAPIService) GetClosestStackRegionExecute(r ApiGetClosestStackRegionRequest) (*FormattedApiStackRegion, *http.Response, error)
- func (a *StackRegionsAPIService) GetStackRegions(ctx context.Context) ApiGetStackRegionsRequest
- func (a *StackRegionsAPIService) GetStackRegionsExecute(r ApiGetStackRegionsRequest) (*GetStackRegions200Response, *http.Response, error)
- type Subscriptions
- type SubscriptionsAnyOf
- func (o *SubscriptionsAnyOf) GetCurrent() Current
- func (o *SubscriptionsAnyOf) GetCurrentOk() (*Current, bool)
- func (o *SubscriptionsAnyOf) GetNext() interface{}
- func (o *SubscriptionsAnyOf) GetNextOk() (*interface{}, bool)
- func (o *SubscriptionsAnyOf) GetNextProduct() interface{}
- func (o *SubscriptionsAnyOf) GetNextProductOk() (*interface{}, bool)
- func (o SubscriptionsAnyOf) MarshalJSON() ([]byte, error)
- func (o *SubscriptionsAnyOf) SetCurrent(v Current)
- func (o *SubscriptionsAnyOf) SetNext(v interface{})
- func (o *SubscriptionsAnyOf) SetNextProduct(v interface{})
- func (o SubscriptionsAnyOf) ToMap() (map[string]interface{}, error)
- func (o *SubscriptionsAnyOf) UnmarshalJSON(data []byte) (err error)
- type SubscriptionsAnyOf1
- func (o *SubscriptionsAnyOf1) GetCurrent() Current1
- func (o *SubscriptionsAnyOf1) GetCurrentOk() (*Current1, bool)
- func (o *SubscriptionsAnyOf1) GetNext() Next
- func (o *SubscriptionsAnyOf1) GetNextOk() (*Next, bool)
- func (o *SubscriptionsAnyOf1) GetNextProduct() string
- func (o *SubscriptionsAnyOf1) GetNextProductOk() (*string, bool)
- func (o SubscriptionsAnyOf1) MarshalJSON() ([]byte, error)
- func (o *SubscriptionsAnyOf1) SetCurrent(v Current1)
- func (o *SubscriptionsAnyOf1) SetNext(v Next)
- func (o *SubscriptionsAnyOf1) SetNextProduct(v string)
- func (o SubscriptionsAnyOf1) ToMap() (map[string]interface{}, error)
- func (o *SubscriptionsAnyOf1) UnmarshalJSON(data []byte) (err error)
- type SubscriptionsAnyOf2
- func (o *SubscriptionsAnyOf2) GetCurrent() Current2
- func (o *SubscriptionsAnyOf2) GetCurrentOk() (*Current2, bool)
- func (o *SubscriptionsAnyOf2) GetNext() interface{}
- func (o *SubscriptionsAnyOf2) GetNextOk() (*interface{}, bool)
- func (o *SubscriptionsAnyOf2) GetNextProduct() interface{}
- func (o *SubscriptionsAnyOf2) GetNextProductOk() (*interface{}, bool)
- func (o SubscriptionsAnyOf2) MarshalJSON() ([]byte, error)
- func (o *SubscriptionsAnyOf2) SetCurrent(v Current2)
- func (o *SubscriptionsAnyOf2) SetNext(v interface{})
- func (o *SubscriptionsAnyOf2) SetNextProduct(v interface{})
- func (o SubscriptionsAnyOf2) ToMap() (map[string]interface{}, error)
- func (o *SubscriptionsAnyOf2) UnmarshalJSON(data []byte) (err error)
- type TenantsInner
- func (o *TenantsInner) GetId() float32
- func (o *TenantsInner) GetIdOk() (*float32, bool)
- func (o *TenantsInner) GetInfo() Info
- func (o *TenantsInner) GetInfoOk() (*Info, bool)
- func (o *TenantsInner) GetIpAllowListCNAME() string
- func (o *TenantsInner) GetIpAllowListCNAMEOk() (*string, bool)
- func (o *TenantsInner) GetType() string
- func (o *TenantsInner) GetTypeOk() (*string, bool)
- func (o *TenantsInner) HasInfo() bool
- func (o *TenantsInner) HasIpAllowListCNAME() bool
- func (o TenantsInner) MarshalJSON() ([]byte, error)
- func (o *TenantsInner) SetId(v float32)
- func (o *TenantsInner) SetInfo(v Info)
- func (o *TenantsInner) SetIpAllowListCNAME(v string)
- func (o *TenantsInner) SetType(v string)
- func (o TenantsInner) ToMap() (map[string]interface{}, error)
- func (o *TenantsInner) UnmarshalJSON(data []byte) (err error)
- type TokensAPIService
- func (a *TokensAPIService) DeleteToken(ctx context.Context, id string) ApiDeleteTokenRequest
- func (a *TokensAPIService) DeleteTokenExecute(r ApiDeleteTokenRequest) (map[string]interface{}, *http.Response, error)
- func (a *TokensAPIService) GetToken(ctx context.Context, id string) ApiGetTokenRequest
- func (a *TokensAPIService) GetTokenExecute(r ApiGetTokenRequest) (*AuthToken, *http.Response, error)
- func (a *TokensAPIService) GetTokens(ctx context.Context) ApiGetTokensRequest
- func (a *TokensAPIService) GetTokensExecute(r ApiGetTokensRequest) (*AccessPolicyListResponse, *http.Response, error)
- func (a *TokensAPIService) PostToken(ctx context.Context, id string) ApiPostTokenRequest
- func (a *TokensAPIService) PostTokenExecute(r ApiPostTokenRequest) (*AuthToken, *http.Response, error)
- func (a *TokensAPIService) PostTokens(ctx context.Context) ApiPostTokensRequest
- func (a *TokensAPIService) PostTokensExecute(r ApiPostTokensRequest) (*AuthTokenWithSecret, *http.Response, error)
- type UsagesInner
- func (o *UsagesInner) GetStackLabels() map[string]interface{}
- func (o *UsagesInner) GetStackLabelsOk() (map[string]interface{}, bool)
- func (o *UsagesInner) GetStackName() string
- func (o *UsagesInner) GetStackNameOk() (*string, bool)
- func (o UsagesInner) MarshalJSON() ([]byte, error)
- func (o *UsagesInner) SetStackLabels(v map[string]interface{})
- func (o *UsagesInner) SetStackName(v string)
- func (o UsagesInner) ToMap() (map[string]interface{}, error)
- func (o *UsagesInner) UnmarshalJSON(data []byte) (err error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // 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 ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { 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 ¶
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 ¶
func (a *AccesspoliciesAPIService) DeleteAccessPolicy(ctx context.Context, id string) ApiDeleteAccessPolicyRequest
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 ¶
func (a *AccesspoliciesAPIService) GetAccessPolicies(ctx context.Context) ApiGetAccessPoliciesRequest
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 ¶
func (a *AccesspoliciesAPIService) GetAccessPoliciesExecute(r ApiGetAccessPoliciesRequest) (*GetAccessPolicies200Response, *http.Response, error)
Execute executes the request
@return GetAccessPolicies200Response
func (*AccesspoliciesAPIService) GetAccessPolicy ¶
func (a *AccesspoliciesAPIService) GetAccessPolicy(ctx context.Context, id string) ApiGetAccessPolicyRequest
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 ¶
func (a *AccesspoliciesAPIService) GetAccessPolicyExecute(r ApiGetAccessPolicyRequest) (*AuthAccessPolicy, *http.Response, error)
Execute executes the request
@return AuthAccessPolicy
func (*AccesspoliciesAPIService) GetConfig ¶
func (a *AccesspoliciesAPIService) GetConfig(ctx context.Context) ApiGetConfigRequest
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 ¶
func (a *AccesspoliciesAPIService) PostAccessPolicies(ctx context.Context) ApiPostAccessPoliciesRequest
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 ¶
func (a *AccesspoliciesAPIService) PostAccessPoliciesExecute(r ApiPostAccessPoliciesRequest) (*AuthAccessPolicy, *http.Response, error)
Execute executes the request
@return AuthAccessPolicy
func (*AccesspoliciesAPIService) PostAccessPolicy ¶
func (a *AccesspoliciesAPIService) PostAccessPolicy(ctx context.Context, id string) ApiPostAccessPolicyRequest
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 ¶
func (a *AccesspoliciesAPIService) PostAccessPolicyExecute(r ApiPostAccessPolicyRequest) (*AuthAccessPolicy, *http.Response, error)
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 ¶
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 ¶
GetPrivateDNS returns the PrivateDNS field value
func (*Api) GetPrivateDNSOk ¶
GetPrivateDNSOk returns a tuple with the PrivateDNS field value and a boolean to check if the value has been set.
func (*Api) GetRegions ¶
GetRegions returns the Regions field value if set, zero value otherwise.
func (*Api) GetRegionsOk ¶
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 ¶
GetServiceName returns the ServiceName field value
func (*Api) GetServiceNameOk ¶
GetServiceNameOk returns a tuple with the ServiceName field value and a boolean to check if the value has been set.
func (*Api) HasRegions ¶
HasRegions returns a boolean if a field has been set.
func (Api) MarshalJSON ¶
func (*Api) SetRegions ¶
SetRegions gets a reference to the given []string and assigns it to the Regions field.
func (*Api) UnmarshalJSON ¶
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 ¶
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 ¶
GetEndpointName returns the EndpointName field value if set, zero value otherwise.
func (*Api1) GetEndpointNameOk ¶
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 ¶
GetPrivateDNS returns the PrivateDNS field value
func (*Api1) GetPrivateDNSOk ¶
GetPrivateDNSOk returns a tuple with the PrivateDNS field value and a boolean to check if the value has been set.
func (*Api1) GetRegions ¶
GetRegions returns the Regions field value if set, zero value otherwise.
func (*Api1) GetRegionsOk ¶
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 ¶
GetServiceId returns the ServiceId field value if set, zero value otherwise.
func (*Api1) GetServiceIdOk ¶
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 ¶
GetServiceName returns the ServiceName field value
func (*Api1) GetServiceNameOk ¶
GetServiceNameOk returns a tuple with the ServiceName field value and a boolean to check if the value has been set.
func (*Api1) HasEndpointName ¶
HasEndpointName returns a boolean if a field has been set.
func (*Api1) HasRegions ¶
HasRegions returns a boolean if a field has been set.
func (*Api1) HasServiceId ¶
HasServiceId returns a boolean if a field has been set.
func (Api1) MarshalJSON ¶
func (*Api1) SetEndpointName ¶
SetEndpointName gets a reference to the given string and assigns it to the EndpointName field.
func (*Api1) SetRegions ¶
SetRegions gets a reference to the given []string and assigns it to the Regions field.
func (*Api1) SetServiceId ¶
SetServiceId gets a reference to the given string and assigns it to the ServiceId field.
func (*Api1) SetServiceName ¶
SetServiceName sets field value
func (*Api1) UnmarshalJSON ¶
type ApiCheckOrgVisibilityRequest ¶
type ApiCheckOrgVisibilityRequest struct { ApiService *OrgsAPIService // contains filtered or unexported fields }
type ApiDelApiKeyRequest ¶
type ApiDelApiKeyRequest struct { ApiService *OrgsAPIService // contains filtered or unexported fields }
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 (r ApiDelInstanceOAuthAzureADRequest) Execute() (*FormattedApiInstance, *http.Response, error)
func (ApiDelInstanceOAuthAzureADRequest) XRequestId ¶
func (r ApiDelInstanceOAuthAzureADRequest) XRequestId(xRequestId string) ApiDelInstanceOAuthAzureADRequest
type ApiDelInstanceOAuthGithubRequest ¶
type ApiDelInstanceOAuthGithubRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiDelInstanceOAuthGithubRequest) Execute ¶
func (r ApiDelInstanceOAuthGithubRequest) Execute() (*FormattedApiInstance, *http.Response, error)
func (ApiDelInstanceOAuthGithubRequest) XRequestId ¶
func (r ApiDelInstanceOAuthGithubRequest) XRequestId(xRequestId string) ApiDelInstanceOAuthGithubRequest
type ApiDelInstanceOAuthGoogleRequest ¶
type ApiDelInstanceOAuthGoogleRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiDelInstanceOAuthGoogleRequest) Execute ¶
func (r ApiDelInstanceOAuthGoogleRequest) Execute() (*FormattedApiInstance, *http.Response, error)
func (ApiDelInstanceOAuthGoogleRequest) XRequestId ¶
func (r ApiDelInstanceOAuthGoogleRequest) XRequestId(xRequestId string) ApiDelInstanceOAuthGoogleRequest
type ApiDelInstanceOAuthOktaRequest ¶
type ApiDelInstanceOAuthOktaRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiDelInstanceOAuthOktaRequest) Execute ¶
func (r ApiDelInstanceOAuthOktaRequest) Execute() (*FormattedApiInstance, *http.Response, error)
func (ApiDelInstanceOAuthOktaRequest) XRequestId ¶
func (r ApiDelInstanceOAuthOktaRequest) XRequestId(xRequestId string) ApiDelInstanceOAuthOktaRequest
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 (r ApiDeleteAccessPolicyRequest) OrgId(orgId int32) ApiDeleteAccessPolicyRequest
func (ApiDeleteAccessPolicyRequest) Region ¶
func (r ApiDeleteAccessPolicyRequest) Region(region string) ApiDeleteAccessPolicyRequest
func (ApiDeleteAccessPolicyRequest) XRequestId ¶
func (r ApiDeleteAccessPolicyRequest) XRequestId(xRequestId string) ApiDeleteAccessPolicyRequest
type ApiDeleteInstancePluginRequest ¶
type ApiDeleteInstancePluginRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiDeleteInstancePluginRequest) Execute ¶
func (r ApiDeleteInstancePluginRequest) Execute() (*FormattedApiInstancePlugin, *http.Response, error)
func (ApiDeleteInstancePluginRequest) XRequestId ¶
func (r ApiDeleteInstancePluginRequest) XRequestId(xRequestId string) ApiDeleteInstancePluginRequest
type ApiDeleteInstanceRequest ¶
type ApiDeleteInstanceRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiDeleteInstanceRequest) Execute ¶
func (r ApiDeleteInstanceRequest) Execute() (*FormattedApiInstance, *http.Response, error)
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 (r ApiDeleteInstanceServiceAccountRequest) Execute() (*http.Response, error)
func (ApiDeleteInstanceServiceAccountRequest) XRequestId ¶
func (r ApiDeleteInstanceServiceAccountRequest) XRequestId(xRequestId string) ApiDeleteInstanceServiceAccountRequest
type ApiDeleteInstanceServiceAccountTokenRequest ¶
type ApiDeleteInstanceServiceAccountTokenRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiDeleteInstanceServiceAccountTokenRequest) Execute ¶
func (r ApiDeleteInstanceServiceAccountTokenRequest) Execute() (*http.Response, error)
func (ApiDeleteInstanceServiceAccountTokenRequest) XRequestId ¶
func (r ApiDeleteInstanceServiceAccountTokenRequest) XRequestId(xRequestId string) ApiDeleteInstanceServiceAccountTokenRequest
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 ¶
func (r ApiDeleteOrgMemberRequest) XRequestId(xRequestId string) ApiDeleteOrgMemberRequest
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 (r ApiDeleteTokenRequest) OrgId(orgId int32) ApiDeleteTokenRequest
func (ApiDeleteTokenRequest) Region ¶
func (r ApiDeleteTokenRequest) Region(region string) ApiDeleteTokenRequest
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 (r ApiGetAccessPoliciesRequest) Execute() (*GetAccessPolicies200Response, *http.Response, error)
func (ApiGetAccessPoliciesRequest) Name ¶
func (r ApiGetAccessPoliciesRequest) Name(name string) ApiGetAccessPoliciesRequest
func (ApiGetAccessPoliciesRequest) OrgId ¶
func (r ApiGetAccessPoliciesRequest) OrgId(orgId int32) ApiGetAccessPoliciesRequest
func (ApiGetAccessPoliciesRequest) PageCursor ¶
func (r ApiGetAccessPoliciesRequest) PageCursor(pageCursor string) ApiGetAccessPoliciesRequest
func (ApiGetAccessPoliciesRequest) PageSize ¶
func (r ApiGetAccessPoliciesRequest) PageSize(pageSize int32) ApiGetAccessPoliciesRequest
func (ApiGetAccessPoliciesRequest) RealmIdentifier ¶
func (r ApiGetAccessPoliciesRequest) RealmIdentifier(realmIdentifier string) ApiGetAccessPoliciesRequest
func (ApiGetAccessPoliciesRequest) RealmType ¶
func (r ApiGetAccessPoliciesRequest) RealmType(realmType string) ApiGetAccessPoliciesRequest
func (ApiGetAccessPoliciesRequest) Region ¶
func (r ApiGetAccessPoliciesRequest) Region(region string) ApiGetAccessPoliciesRequest
func (ApiGetAccessPoliciesRequest) Status ¶
func (r ApiGetAccessPoliciesRequest) Status(status string) ApiGetAccessPoliciesRequest
type ApiGetAccessPolicyRequest ¶
type ApiGetAccessPolicyRequest struct { ApiService *AccesspoliciesAPIService // contains filtered or unexported fields }
func (ApiGetAccessPolicyRequest) Execute ¶
func (r ApiGetAccessPolicyRequest) Execute() (*AuthAccessPolicy, *http.Response, error)
func (ApiGetAccessPolicyRequest) OrgId ¶
func (r ApiGetAccessPolicyRequest) OrgId(orgId int32) ApiGetAccessPolicyRequest
func (ApiGetAccessPolicyRequest) Region ¶
func (r ApiGetAccessPolicyRequest) Region(region string) ApiGetAccessPolicyRequest
type ApiGetApiKeyRequest ¶
type ApiGetApiKeyRequest struct { ApiService *OrgsAPIService // contains filtered or unexported fields }
func (ApiGetApiKeyRequest) Execute ¶
func (r ApiGetApiKeyRequest) Execute() (*FormattedApiApiKey, *http.Response, error)
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 ¶
func (r ApiGetApiKeysRequest) Execute() (*FormattedApiApiKeyListResponse, *http.Response, error)
type ApiGetClosestStackRegionRequest ¶
type ApiGetClosestStackRegionRequest struct { ApiService *StackRegionsAPIService // contains filtered or unexported fields }
func (ApiGetClosestStackRegionRequest) Execute ¶
func (r ApiGetClosestStackRegionRequest) Execute() (*FormattedApiStackRegion, *http.Response, error)
func (ApiGetClosestStackRegionRequest) Provider ¶
func (r ApiGetClosestStackRegionRequest) Provider(provider string) ApiGetClosestStackRegionRequest
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 ¶
func (r ApiGetConfigRequest) Region(region string) ApiGetConfigRequest
type ApiGetConnectionsRequest ¶
type ApiGetConnectionsRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiGetConnectionsRequest) Config ¶
func (r ApiGetConnectionsRequest) Config(config bool) ApiGetConnectionsRequest
func (ApiGetConnectionsRequest) Execute ¶
func (r ApiGetConnectionsRequest) Execute() (*FormattedApiInstanceConnections, *http.Response, error)
type ApiGetInstancePluginRequest ¶
type ApiGetInstancePluginRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiGetInstancePluginRequest) Execute ¶
func (r ApiGetInstancePluginRequest) Execute() (*FormattedApiInstancePlugin, *http.Response, error)
type ApiGetInstancePluginsRequest ¶
type ApiGetInstancePluginsRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiGetInstancePluginsRequest) Direction ¶
func (r ApiGetInstancePluginsRequest) Direction(direction string) ApiGetInstancePluginsRequest
func (ApiGetInstancePluginsRequest) Execute ¶
func (r ApiGetInstancePluginsRequest) Execute() (*GetInstancePlugins200Response, *http.Response, error)
func (ApiGetInstancePluginsRequest) OrderBy ¶
func (r ApiGetInstancePluginsRequest) OrderBy(orderBy string) ApiGetInstancePluginsRequest
type ApiGetInstanceRequest ¶
type ApiGetInstanceRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiGetInstanceRequest) Config ¶
func (r ApiGetInstanceRequest) Config(config bool) ApiGetInstanceRequest
func (ApiGetInstanceRequest) Execute ¶
func (r ApiGetInstanceRequest) Execute() (*FormattedApiInstance, *http.Response, error)
type ApiGetInstanceServiceAccountRequest ¶
type ApiGetInstanceServiceAccountRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiGetInstanceServiceAccountRequest) Execute ¶
func (r ApiGetInstanceServiceAccountRequest) Execute() (*GrafanaServiceAccountDTO, *http.Response, error)
type ApiGetInstanceServiceAccountTokensRequest ¶
type ApiGetInstanceServiceAccountTokensRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiGetInstanceServiceAccountTokensRequest) Execute ¶
func (r ApiGetInstanceServiceAccountTokensRequest) Execute() ([]GrafanaTokenDTO, *http.Response, error)
type ApiGetInstanceUsersRequest ¶
type ApiGetInstanceUsersRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiGetInstanceUsersRequest) Active ¶
func (r ApiGetInstanceUsersRequest) Active(active bool) ApiGetInstanceUsersRequest
func (ApiGetInstanceUsersRequest) ActiveSince ¶
func (r ApiGetInstanceUsersRequest) ActiveSince(activeSince time.Time) ApiGetInstanceUsersRequest
func (ApiGetInstanceUsersRequest) Execute ¶
func (r ApiGetInstanceUsersRequest) Execute() (*InstanceUsersResponse, *http.Response, error)
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 (r ApiGetInstancesRequest) Cluster(cluster string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) ClusterIdIn ¶
func (r ApiGetInstancesRequest) ClusterIdIn(clusterIdIn []int32) ApiGetInstancesRequest
func (ApiGetInstancesRequest) Cursor ¶
func (r ApiGetInstancesRequest) Cursor(cursor int32) ApiGetInstancesRequest
func (ApiGetInstancesRequest) Direction ¶
func (r ApiGetInstancesRequest) Direction(direction string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) Execute ¶
func (r ApiGetInstancesRequest) Execute() (*GetInstances200Response, *http.Response, error)
func (ApiGetInstancesRequest) Hosted ¶
func (r ApiGetInstancesRequest) Hosted(hosted bool) ApiGetInstancesRequest
func (ApiGetInstancesRequest) Id ¶
func (r ApiGetInstancesRequest) Id(id string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) IdIn ¶
func (r ApiGetInstancesRequest) IdIn(idIn string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) IdMin ¶
func (r ApiGetInstancesRequest) IdMin(idMin int32) ApiGetInstancesRequest
func (ApiGetInstancesRequest) IncludeLabels ¶
func (r ApiGetInstancesRequest) IncludeLabels(includeLabels bool) ApiGetInstancesRequest
func (ApiGetInstancesRequest) IncludePromCurrentActiveSeries ¶
func (r ApiGetInstancesRequest) IncludePromCurrentActiveSeries(includePromCurrentActiveSeries bool) ApiGetInstancesRequest
func (ApiGetInstancesRequest) Labels ¶
func (r ApiGetInstancesRequest) Labels(labels []string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) Name ¶
func (r ApiGetInstancesRequest) Name(name string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) NameIn ¶
func (r ApiGetInstancesRequest) NameIn(nameIn string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) OrderBy ¶
func (r ApiGetInstancesRequest) OrderBy(orderBy string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) OrgId ¶
func (r ApiGetInstancesRequest) OrgId(orgId string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) OrgIdIn ¶
func (r ApiGetInstancesRequest) OrgIdIn(orgIdIn string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) OrgSlug ¶
func (r ApiGetInstancesRequest) OrgSlug(orgSlug string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) OrgSlugIn ¶
func (r ApiGetInstancesRequest) OrgSlugIn(orgSlugIn string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) Page ¶
func (r ApiGetInstancesRequest) Page(page int32) ApiGetInstancesRequest
func (ApiGetInstancesRequest) PageSize ¶
func (r ApiGetInstancesRequest) PageSize(pageSize int32) ApiGetInstancesRequest
func (ApiGetInstancesRequest) Plan ¶
func (r ApiGetInstancesRequest) Plan(plan string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) PlanIn ¶
func (r ApiGetInstancesRequest) PlanIn(planIn string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) PlanNot ¶
func (r ApiGetInstancesRequest) PlanNot(planNot string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) Slug ¶
func (r ApiGetInstancesRequest) Slug(slug string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) SlugIn ¶
func (r ApiGetInstancesRequest) SlugIn(slugIn string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) Status ¶
func (r ApiGetInstancesRequest) Status(status string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) UpdatedOrCreatedAtMin ¶
func (r ApiGetInstancesRequest) UpdatedOrCreatedAtMin(updatedOrCreatedAtMin time.Time) ApiGetInstancesRequest
func (ApiGetInstancesRequest) Url ¶
func (r ApiGetInstancesRequest) Url(url string) ApiGetInstancesRequest
func (ApiGetInstancesRequest) Version ¶
func (r ApiGetInstancesRequest) Version(version string) ApiGetInstancesRequest
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 ¶
func (r ApiGetOrgBilledUsageHistoryRequest) Execute() (*OrgBilledUsageHistory, *http.Response, error)
type ApiGetOrgBilledUsageRequest ¶
type ApiGetOrgBilledUsageRequest struct { ApiService *OrgsAPIService // contains filtered or unexported fields }
func (ApiGetOrgBilledUsageRequest) Execute ¶
func (r ApiGetOrgBilledUsageRequest) Execute() (*ModifiedGetOrgBilledUsageResponse, *http.Response, error)
func (ApiGetOrgBilledUsageRequest) Format ¶
func (r ApiGetOrgBilledUsageRequest) Format(format string) ApiGetOrgBilledUsageRequest
func (ApiGetOrgBilledUsageRequest) Month ¶
func (r ApiGetOrgBilledUsageRequest) Month(month int32) ApiGetOrgBilledUsageRequest
func (ApiGetOrgBilledUsageRequest) Year ¶
func (r ApiGetOrgBilledUsageRequest) Year(year int32) ApiGetOrgBilledUsageRequest
type ApiGetOrgInstancesRequest ¶
type ApiGetOrgInstancesRequest struct { ApiService *OrgsAPIService // contains filtered or unexported fields }
func (ApiGetOrgInstancesRequest) Cluster ¶
func (r ApiGetOrgInstancesRequest) Cluster(cluster string) ApiGetOrgInstancesRequest
func (ApiGetOrgInstancesRequest) Direction ¶
func (r ApiGetOrgInstancesRequest) Direction(direction string) ApiGetOrgInstancesRequest
func (ApiGetOrgInstancesRequest) Execute ¶
func (r ApiGetOrgInstancesRequest) Execute() (*GetInstances200Response, *http.Response, error)
func (ApiGetOrgInstancesRequest) Id ¶
func (r ApiGetOrgInstancesRequest) Id(id string) ApiGetOrgInstancesRequest
func (ApiGetOrgInstancesRequest) IdIn ¶
func (r ApiGetOrgInstancesRequest) IdIn(idIn string) ApiGetOrgInstancesRequest
func (ApiGetOrgInstancesRequest) Name ¶
func (r ApiGetOrgInstancesRequest) Name(name string) ApiGetOrgInstancesRequest
func (ApiGetOrgInstancesRequest) NameIn ¶
func (r ApiGetOrgInstancesRequest) NameIn(nameIn string) ApiGetOrgInstancesRequest
func (ApiGetOrgInstancesRequest) OrderBy ¶
func (r ApiGetOrgInstancesRequest) OrderBy(orderBy string) ApiGetOrgInstancesRequest
func (ApiGetOrgInstancesRequest) Plan ¶
func (r ApiGetOrgInstancesRequest) Plan(plan string) ApiGetOrgInstancesRequest
func (ApiGetOrgInstancesRequest) PlanIn ¶
func (r ApiGetOrgInstancesRequest) PlanIn(planIn string) ApiGetOrgInstancesRequest
func (ApiGetOrgInstancesRequest) PlanNot ¶
func (r ApiGetOrgInstancesRequest) PlanNot(planNot string) ApiGetOrgInstancesRequest
func (ApiGetOrgInstancesRequest) Slug ¶
func (r ApiGetOrgInstancesRequest) Slug(slug string) ApiGetOrgInstancesRequest
func (ApiGetOrgInstancesRequest) SlugIn ¶
func (r ApiGetOrgInstancesRequest) SlugIn(slugIn string) ApiGetOrgInstancesRequest
func (ApiGetOrgInstancesRequest) Url ¶
func (r ApiGetOrgInstancesRequest) Url(url string) ApiGetOrgInstancesRequest
func (ApiGetOrgInstancesRequest) UrlIn ¶
func (r ApiGetOrgInstancesRequest) UrlIn(urlIn string) ApiGetOrgInstancesRequest
type ApiGetOrgMemberRequest ¶
type ApiGetOrgMemberRequest struct { ApiService *OrgsAPIService // contains filtered or unexported fields }
func (ApiGetOrgMemberRequest) Execute ¶
func (r ApiGetOrgMemberRequest) Execute() (*FormattedOrgMembership, *http.Response, error)
type ApiGetOrgMembersRequest ¶
type ApiGetOrgMembersRequest struct { ApiService *OrgsAPIService // contains filtered or unexported fields }
func (ApiGetOrgMembersRequest) Billing ¶
func (r ApiGetOrgMembersRequest) Billing(billing string) ApiGetOrgMembersRequest
func (ApiGetOrgMembersRequest) Direction ¶
func (r ApiGetOrgMembersRequest) Direction(direction string) ApiGetOrgMembersRequest
func (ApiGetOrgMembersRequest) Execute ¶
func (r ApiGetOrgMembersRequest) Execute() (*OrgMemberListResponse, *http.Response, error)
func (ApiGetOrgMembersRequest) OrderBy ¶
func (r ApiGetOrgMembersRequest) OrderBy(orderBy string) ApiGetOrgMembersRequest
func (ApiGetOrgMembersRequest) Privacy ¶
func (r ApiGetOrgMembersRequest) Privacy(privacy string) ApiGetOrgMembersRequest
func (ApiGetOrgMembersRequest) PrivacyIn ¶
func (r ApiGetOrgMembersRequest) PrivacyIn(privacyIn string) ApiGetOrgMembersRequest
type ApiGetOrgRequest ¶
type ApiGetOrgRequest struct { ApiService *OrgsAPIService // contains filtered or unexported fields }
func (ApiGetOrgRequest) Execute ¶
func (r ApiGetOrgRequest) Execute() (*FormattedApiOrgPublic, *http.Response, error)
type ApiGetPluginRequest ¶
type ApiGetPluginRequest struct { ApiService *PluginsAPIService // contains filtered or unexported fields }
func (ApiGetPluginRequest) Execute ¶
func (r ApiGetPluginRequest) Execute() (*FormattedApiPlugin, *http.Response, error)
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 (r ApiGetStackRegionsRequest) Direction(direction string) ApiGetStackRegionsRequest
func (ApiGetStackRegionsRequest) Execute ¶
func (r ApiGetStackRegionsRequest) Execute() (*GetStackRegions200Response, *http.Response, error)
func (ApiGetStackRegionsRequest) Id ¶
func (r ApiGetStackRegionsRequest) Id(id int32) ApiGetStackRegionsRequest
func (ApiGetStackRegionsRequest) IdIn ¶
func (r ApiGetStackRegionsRequest) IdIn(idIn []int32) ApiGetStackRegionsRequest
func (ApiGetStackRegionsRequest) OrderBy ¶
func (r ApiGetStackRegionsRequest) OrderBy(orderBy string) ApiGetStackRegionsRequest
func (ApiGetStackRegionsRequest) Provider ¶
func (r ApiGetStackRegionsRequest) Provider(provider string) ApiGetStackRegionsRequest
func (ApiGetStackRegionsRequest) ProviderRegion ¶
func (r ApiGetStackRegionsRequest) ProviderRegion(providerRegion string) ApiGetStackRegionsRequest
func (ApiGetStackRegionsRequest) Slug ¶
func (r ApiGetStackRegionsRequest) Slug(slug string) ApiGetStackRegionsRequest
func (ApiGetStackRegionsRequest) SlugIn ¶
func (r ApiGetStackRegionsRequest) SlugIn(slugIn []string) ApiGetStackRegionsRequest
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 (r ApiGetTokenRequest) OrgId(orgId int32) ApiGetTokenRequest
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 (r ApiGetTokensRequest) Execute() (*AccessPolicyListResponse, *http.Response, error)
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 (r ApiGetTokensRequest) Name(name string) ApiGetTokensRequest
func (ApiGetTokensRequest) OrgId ¶
func (r ApiGetTokensRequest) OrgId(orgId int32) ApiGetTokensRequest
func (ApiGetTokensRequest) PageCursor ¶
func (r ApiGetTokensRequest) PageCursor(pageCursor string) ApiGetTokensRequest
func (ApiGetTokensRequest) PageSize ¶
func (r ApiGetTokensRequest) PageSize(pageSize int32) ApiGetTokensRequest
func (ApiGetTokensRequest) Region ¶
func (r ApiGetTokensRequest) Region(region string) ApiGetTokensRequest
type ApiPostAccessPoliciesRequest ¶
type ApiPostAccessPoliciesRequest struct { ApiService *AccesspoliciesAPIService // contains filtered or unexported fields }
func (ApiPostAccessPoliciesRequest) Execute ¶
func (r ApiPostAccessPoliciesRequest) Execute() (*AuthAccessPolicy, *http.Response, error)
func (ApiPostAccessPoliciesRequest) OrgId ¶
func (r ApiPostAccessPoliciesRequest) OrgId(orgId int32) ApiPostAccessPoliciesRequest
func (ApiPostAccessPoliciesRequest) PostAccessPoliciesRequest ¶
func (r ApiPostAccessPoliciesRequest) PostAccessPoliciesRequest(postAccessPoliciesRequest PostAccessPoliciesRequest) ApiPostAccessPoliciesRequest
func (ApiPostAccessPoliciesRequest) Region ¶
func (r ApiPostAccessPoliciesRequest) Region(region string) ApiPostAccessPoliciesRequest
func (ApiPostAccessPoliciesRequest) XRequestId ¶
func (r ApiPostAccessPoliciesRequest) XRequestId(xRequestId string) ApiPostAccessPoliciesRequest
type ApiPostAccessPolicyRequest ¶
type ApiPostAccessPolicyRequest struct { ApiService *AccesspoliciesAPIService // contains filtered or unexported fields }
func (ApiPostAccessPolicyRequest) Execute ¶
func (r ApiPostAccessPolicyRequest) Execute() (*AuthAccessPolicy, *http.Response, error)
func (ApiPostAccessPolicyRequest) OrgId ¶
func (r ApiPostAccessPolicyRequest) OrgId(orgId int32) ApiPostAccessPolicyRequest
func (ApiPostAccessPolicyRequest) PostAccessPolicyRequest ¶
func (r ApiPostAccessPolicyRequest) PostAccessPolicyRequest(postAccessPolicyRequest PostAccessPolicyRequest) ApiPostAccessPolicyRequest
func (ApiPostAccessPolicyRequest) Region ¶
func (r ApiPostAccessPolicyRequest) Region(region string) ApiPostAccessPolicyRequest
func (ApiPostAccessPolicyRequest) XRequestId ¶
func (r ApiPostAccessPolicyRequest) XRequestId(xRequestId string) ApiPostAccessPolicyRequest
type ApiPostApiKeysRequest ¶
type ApiPostApiKeysRequest struct { ApiService *OrgsAPIService // contains filtered or unexported fields }
func (ApiPostApiKeysRequest) Execute ¶
func (r ApiPostApiKeysRequest) Execute() (*FormattedApiApiKey, *http.Response, error)
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 (r ApiPostInstanceOAuthAzureADRequest) Execute() (*FormattedApiInstance, *http.Response, error)
func (ApiPostInstanceOAuthAzureADRequest) PostInstanceOAuthAzureADRequest ¶
func (r ApiPostInstanceOAuthAzureADRequest) PostInstanceOAuthAzureADRequest(postInstanceOAuthAzureADRequest PostInstanceOAuthAzureADRequest) ApiPostInstanceOAuthAzureADRequest
func (ApiPostInstanceOAuthAzureADRequest) XRequestId ¶
func (r ApiPostInstanceOAuthAzureADRequest) XRequestId(xRequestId string) ApiPostInstanceOAuthAzureADRequest
type ApiPostInstanceOAuthGithubRequest ¶
type ApiPostInstanceOAuthGithubRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiPostInstanceOAuthGithubRequest) Execute ¶
func (r ApiPostInstanceOAuthGithubRequest) Execute() (*FormattedApiInstance, *http.Response, error)
func (ApiPostInstanceOAuthGithubRequest) PostInstanceOAuthGithubRequest ¶
func (r ApiPostInstanceOAuthGithubRequest) PostInstanceOAuthGithubRequest(postInstanceOAuthGithubRequest PostInstanceOAuthGithubRequest) ApiPostInstanceOAuthGithubRequest
func (ApiPostInstanceOAuthGithubRequest) XRequestId ¶
func (r ApiPostInstanceOAuthGithubRequest) XRequestId(xRequestId string) ApiPostInstanceOAuthGithubRequest
type ApiPostInstanceOAuthGoogleRequest ¶
type ApiPostInstanceOAuthGoogleRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiPostInstanceOAuthGoogleRequest) Execute ¶
func (r ApiPostInstanceOAuthGoogleRequest) Execute() (*FormattedApiInstance, *http.Response, error)
func (ApiPostInstanceOAuthGoogleRequest) PostInstanceOAuthGoogleRequest ¶
func (r ApiPostInstanceOAuthGoogleRequest) PostInstanceOAuthGoogleRequest(postInstanceOAuthGoogleRequest PostInstanceOAuthGoogleRequest) ApiPostInstanceOAuthGoogleRequest
func (ApiPostInstanceOAuthGoogleRequest) XRequestId ¶
func (r ApiPostInstanceOAuthGoogleRequest) XRequestId(xRequestId string) ApiPostInstanceOAuthGoogleRequest
type ApiPostInstanceOAuthOktaRequest ¶
type ApiPostInstanceOAuthOktaRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiPostInstanceOAuthOktaRequest) Execute ¶
func (r ApiPostInstanceOAuthOktaRequest) Execute() (*FormattedApiInstance, *http.Response, error)
func (ApiPostInstanceOAuthOktaRequest) PostInstanceOAuthOktaRequest ¶
func (r ApiPostInstanceOAuthOktaRequest) PostInstanceOAuthOktaRequest(postInstanceOAuthOktaRequest PostInstanceOAuthOktaRequest) ApiPostInstanceOAuthOktaRequest
func (ApiPostInstanceOAuthOktaRequest) XRequestId ¶
func (r ApiPostInstanceOAuthOktaRequest) XRequestId(xRequestId string) ApiPostInstanceOAuthOktaRequest
type ApiPostInstancePluginRequest ¶
type ApiPostInstancePluginRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiPostInstancePluginRequest) Execute ¶
func (r ApiPostInstancePluginRequest) Execute() (*FormattedApiInstancePlugin, *http.Response, error)
func (ApiPostInstancePluginRequest) PostInstancePluginRequest ¶
func (r ApiPostInstancePluginRequest) PostInstancePluginRequest(postInstancePluginRequest PostInstancePluginRequest) ApiPostInstancePluginRequest
func (ApiPostInstancePluginRequest) XRequestId ¶
func (r ApiPostInstancePluginRequest) XRequestId(xRequestId string) ApiPostInstancePluginRequest
type ApiPostInstancePluginsRequest ¶
type ApiPostInstancePluginsRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiPostInstancePluginsRequest) Execute ¶
func (r ApiPostInstancePluginsRequest) Execute() (*FormattedApiInstancePlugin, *http.Response, error)
func (ApiPostInstancePluginsRequest) PostInstancePluginsRequest ¶
func (r ApiPostInstancePluginsRequest) PostInstancePluginsRequest(postInstancePluginsRequest PostInstancePluginsRequest) ApiPostInstancePluginsRequest
func (ApiPostInstancePluginsRequest) XRequestId ¶
func (r ApiPostInstancePluginsRequest) XRequestId(xRequestId string) ApiPostInstancePluginsRequest
type ApiPostInstanceRequest ¶
type ApiPostInstanceRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiPostInstanceRequest) Execute ¶
func (r ApiPostInstanceRequest) Execute() (*FormattedApiInstance, *http.Response, error)
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 (r ApiPostInstanceServiceAccountTokensRequest) Execute() (*GrafanaNewApiKeyResult, *http.Response, error)
func (ApiPostInstanceServiceAccountTokensRequest) PostInstanceServiceAccountTokensRequest ¶
func (r ApiPostInstanceServiceAccountTokensRequest) PostInstanceServiceAccountTokensRequest(postInstanceServiceAccountTokensRequest PostInstanceServiceAccountTokensRequest) ApiPostInstanceServiceAccountTokensRequest
func (ApiPostInstanceServiceAccountTokensRequest) XRequestId ¶
func (r ApiPostInstanceServiceAccountTokensRequest) XRequestId(xRequestId string) ApiPostInstanceServiceAccountTokensRequest
type ApiPostInstanceServiceAccountsRequest ¶
type ApiPostInstanceServiceAccountsRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiPostInstanceServiceAccountsRequest) Execute ¶
func (r ApiPostInstanceServiceAccountsRequest) Execute() (*GrafanaServiceAccountDTO, *http.Response, error)
func (ApiPostInstanceServiceAccountsRequest) PostInstanceServiceAccountsRequest ¶
func (r ApiPostInstanceServiceAccountsRequest) PostInstanceServiceAccountsRequest(postInstanceServiceAccountsRequest PostInstanceServiceAccountsRequest) ApiPostInstanceServiceAccountsRequest
func (ApiPostInstanceServiceAccountsRequest) XRequestId ¶
func (r ApiPostInstanceServiceAccountsRequest) XRequestId(xRequestId string) ApiPostInstanceServiceAccountsRequest
type ApiPostInstancesRequest ¶
type ApiPostInstancesRequest struct { ApiService *InstancesAPIService // contains filtered or unexported fields }
func (ApiPostInstancesRequest) Execute ¶
func (r ApiPostInstancesRequest) Execute() (*FormattedApiInstance, *http.Response, error)
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 (r ApiPostOrgMemberRequest) Execute() (*FormattedOrgMembership, *http.Response, error)
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 (r ApiPostOrgMembersRequest) Execute() (*FormattedOrgMembership, *http.Response, error)
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 (r ApiPostTokenRequest) OrgId(orgId int32) ApiPostTokenRequest
func (ApiPostTokenRequest) PostTokenRequest ¶
func (r ApiPostTokenRequest) PostTokenRequest(postTokenRequest PostTokenRequest) ApiPostTokenRequest
func (ApiPostTokenRequest) Region ¶
func (r ApiPostTokenRequest) Region(region string) ApiPostTokenRequest
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 (r ApiPostTokensRequest) Execute() (*AuthTokenWithSecret, *http.Response, error)
func (ApiPostTokensRequest) OrgId ¶
func (r ApiPostTokensRequest) OrgId(orgId int32) ApiPostTokensRequest
func (ApiPostTokensRequest) PostTokensRequest ¶
func (r ApiPostTokensRequest) PostTokensRequest(postTokensRequest PostTokensRequest) ApiPostTokensRequest
func (ApiPostTokensRequest) Region ¶
func (r ApiPostTokensRequest) Region(region string) ApiPostTokensRequest
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) 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 ¶
func (o *AuthAccessPolicy) GetRealms() []AuthAccessPolicyRealmsInner
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 ¶
func (o *AuthAccessPolicy) SetRealms(v []AuthAccessPolicyRealmsInner)
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 ¶
func (o *AuthAccessPolicyAttributes) GetLokiQueryPolicy() AuthAccessPolicyAttributesLokiQueryPolicy
GetLokiQueryPolicy returns the LokiQueryPolicy field value if set, zero value otherwise.
func (*AuthAccessPolicyAttributes) GetLokiQueryPolicyOk ¶
func (o *AuthAccessPolicyAttributes) GetLokiQueryPolicyOk() (*AuthAccessPolicyAttributesLokiQueryPolicy, bool)
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 ¶
func (o *AuthAccessPolicyAttributes) GetPdcConfiguration() AuthAccessPolicyAttributesPdcConfiguration
GetPdcConfiguration returns the PdcConfiguration field value if set, zero value otherwise.
func (*AuthAccessPolicyAttributes) GetPdcConfigurationOk ¶
func (o *AuthAccessPolicyAttributes) GetPdcConfigurationOk() (*AuthAccessPolicyAttributesPdcConfiguration, bool)
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 ¶
func (o *AuthAccessPolicyAttributes) SetLokiQueryPolicy(v AuthAccessPolicyAttributesLokiQueryPolicy)
SetLokiQueryPolicy gets a reference to the given AuthAccessPolicyAttributesLokiQueryPolicy and assigns it to the LokiQueryPolicy field.
func (*AuthAccessPolicyAttributes) SetPdcConfiguration ¶
func (o *AuthAccessPolicyAttributes) SetPdcConfiguration(v AuthAccessPolicyAttributesPdcConfiguration)
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 ¶
func (o *AuthAccessPolicyAttributesLokiQueryPolicy) GetQueryTimeout() string
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 (o AuthAccessPolicyAttributesLokiQueryPolicy) MarshalJSON() ([]byte, error)
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 (o AuthAccessPolicyAttributesPdcConfiguration) MarshalJSON() ([]byte, error)
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 ¶
func (o *AuthAccessPolicyConditions) GetAllowedSubnets() []AuthAccessPolicyConditionsAllowedSubnetsInner
GetAllowedSubnets returns the AllowedSubnets field value if set, zero value otherwise.
func (*AuthAccessPolicyConditions) GetAllowedSubnetsOk ¶
func (o *AuthAccessPolicyConditions) GetAllowedSubnetsOk() ([]AuthAccessPolicyConditionsAllowedSubnetsInner, 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 (*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 ¶
func (o *AuthAccessPolicyConditions) SetAllowedSubnets(v []AuthAccessPolicyConditionsAllowedSubnetsInner)
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 ¶
func (src AuthAccessPolicyConditionsAllowedSubnetsInner) MarshalJSON() ([]byte, error)
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 ¶
func (o *AuthAccessPolicyRealmsInner) GetLabelPolicies() []AuthAccessPolicyRealmsInnerLabelPoliciesInner
GetLabelPolicies returns the LabelPolicies field value if set, zero value otherwise.
func (*AuthAccessPolicyRealmsInner) GetLabelPoliciesOk ¶
func (o *AuthAccessPolicyRealmsInner) GetLabelPoliciesOk() ([]AuthAccessPolicyRealmsInnerLabelPoliciesInner, bool)
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 ¶
func (o *AuthAccessPolicyRealmsInner) SetLabelPolicies(v []AuthAccessPolicyRealmsInnerLabelPoliciesInner)
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 ¶
func (o *AuthAccessPolicyRealmsInnerLabelPoliciesInner) GetSelector() string
GetSelector returns the Selector field value if set, zero value otherwise.
func (*AuthAccessPolicyRealmsInnerLabelPoliciesInner) GetSelectorOk ¶
func (o *AuthAccessPolicyRealmsInnerLabelPoliciesInner) GetSelectorOk() (*string, bool)
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 ¶
func (o *AuthAccessPolicyRealmsInnerLabelPoliciesInner) HasSelector() bool
HasSelector returns a boolean if a field has been set.
func (AuthAccessPolicyRealmsInnerLabelPoliciesInner) MarshalJSON ¶
func (o AuthAccessPolicyRealmsInnerLabelPoliciesInner) MarshalJSON() ([]byte, error)
func (*AuthAccessPolicyRealmsInnerLabelPoliciesInner) SetSelector ¶
func (o *AuthAccessPolicyRealmsInnerLabelPoliciesInner) SetSelector(v string)
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 ¶
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 ¶
GetAccessPolicyId returns the AccessPolicyId field value
func (*AuthToken) GetAccessPolicyIdOk ¶
GetAccessPolicyIdOk returns a tuple with the AccessPolicyId field value and a boolean to check if the value has been set.
func (*AuthToken) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*AuthToken) GetCreatedAtOk ¶
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 ¶
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*AuthToken) GetDisplayNameOk ¶
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 ¶
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise.
func (*AuthToken) GetExpiresAtOk ¶
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 ¶
GetFirstUsedAt returns the FirstUsedAt field value if set, zero value otherwise.
func (*AuthToken) GetFirstUsedAtOk ¶
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) GetIdOk ¶
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 ¶
GetLastUsedAt returns the LastUsedAt field value if set, zero value otherwise.
func (*AuthToken) GetLastUsedAtOk ¶
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) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AuthToken) GetOrgIdOk ¶
GetOrgIdOk returns a tuple with the OrgId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthToken) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*AuthToken) GetUpdatedAtOk ¶
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 ¶
HasCreatedAt returns a boolean if a field has been set.
func (*AuthToken) HasDisplayName ¶
HasDisplayName returns a boolean if a field has been set.
func (*AuthToken) HasExpiresAt ¶
HasExpiresAt returns a boolean if a field has been set.
func (*AuthToken) HasFirstUsedAt ¶
HasFirstUsedAt returns a boolean if a field has been set.
func (*AuthToken) HasLastUsedAt ¶
HasLastUsedAt returns a boolean if a field has been set.
func (*AuthToken) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (AuthToken) MarshalJSON ¶
func (*AuthToken) SetAccessPolicyId ¶
SetAccessPolicyId sets field value
func (*AuthToken) SetCreatedAt ¶
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*AuthToken) SetDisplayName ¶
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*AuthToken) SetExpiresAt ¶
SetExpiresAt gets a reference to the given time.Time and assigns it to the ExpiresAt field.
func (*AuthToken) SetFirstUsedAt ¶
SetFirstUsedAt gets a reference to the given time.Time and assigns it to the FirstUsedAt field.
func (*AuthToken) SetId ¶
SetId gets a reference to the given string and assigns it to the Id field.
func (*AuthToken) SetLastUsedAt ¶
SetLastUsedAt gets a reference to the given time.Time and assigns it to the LastUsedAt field.
func (*AuthToken) SetOrgId ¶
SetOrgId gets a reference to the given string and assigns it to the OrgId field.
func (*AuthToken) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*AuthToken) UnmarshalJSON ¶
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) ServerURLWithContext ¶
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 ¶
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 ¶
GetEnterprisePluginsAdded returns the EnterprisePluginsAdded field value
func (*Current) GetEnterprisePluginsAddedOk ¶
GetEnterprisePluginsAddedOk returns a tuple with the EnterprisePluginsAdded field value and a boolean to check if the value has been set.
func (*Current) GetIsTrial ¶
GetIsTrial returns the IsTrial field value
func (*Current) GetIsTrialOk ¶
GetIsTrialOk returns a tuple with the IsTrial field value and a boolean to check if the value has been set.
func (*Current) GetPayload ¶
GetPayload returns the Payload field value
func (*Current) GetPayloadOk ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 (*Current) SetEndDate ¶
func (o *Current) SetEndDate(v interface{})
SetEndDate sets field value
func (*Current) SetEnterprisePluginsAdded ¶
SetEnterprisePluginsAdded sets field value
func (*Current) SetPayload ¶
SetPayload 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) UnmarshalJSON ¶
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 ¶
GetEndDate returns the EndDate field value
func (*Current1) GetEndDateOk ¶
GetEndDateOk returns a tuple with the EndDate field value and a boolean to check if the value has been set.
func (*Current1) GetEnterprisePluginsAdded ¶
GetEnterprisePluginsAdded returns the EnterprisePluginsAdded field value
func (*Current1) GetEnterprisePluginsAddedOk ¶
GetEnterprisePluginsAddedOk returns a tuple with the EnterprisePluginsAdded field value and a boolean to check if the value has been set.
func (*Current1) GetIsTrial ¶
GetIsTrial returns the IsTrial field value
func (*Current1) GetIsTrialOk ¶
GetIsTrialOk returns a tuple with the IsTrial field value and a boolean to check if the value has been set.
func (*Current1) GetPayload ¶
GetPayload returns the Payload field value
func (*Current1) GetPayloadOk ¶
GetPayloadOk returns a tuple with the Payload field value and a boolean to check if the value has been set.
func (*Current1) GetPlan ¶
GetPlan returns the Plan field value If the value is explicit nil, the zero value for string will be returned
func (*Current1) GetPlanBillingCycle ¶
GetPlanBillingCycle returns the PlanBillingCycle field value
func (*Current1) GetPlanBillingCycleOk ¶
GetPlanBillingCycleOk returns a tuple with the PlanBillingCycle field value and a boolean to check if the value has been set.
func (*Current1) GetPlanOk ¶
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 ¶
GetProduct returns the Product field value
func (*Current1) GetProductOk ¶
GetProductOk returns a tuple with the Product field value and a boolean to check if the value has been set.
func (*Current1) GetPublicName ¶
GetPublicName returns the PublicName field value If the value is explicit nil, the zero value for string will be returned
func (*Current1) GetPublicNameOk ¶
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 ¶
GetStartDate returns the StartDate field value
func (*Current1) GetStartDateOk ¶
GetStartDateOk returns a tuple with the StartDate field value and a boolean to check if the value has been set.
func (Current1) MarshalJSON ¶
func (*Current1) SetEndDate ¶
SetEndDate sets field value
func (*Current1) SetEnterprisePluginsAdded ¶
SetEnterprisePluginsAdded sets field value
func (*Current1) SetPlanBillingCycle ¶
SetPlanBillingCycle sets field value
func (*Current1) SetPublicName ¶
SetPublicName sets field value
func (*Current1) SetStartDate ¶
SetStartDate sets field value
func (*Current1) UnmarshalJSON ¶
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 ¶
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 ¶
GetEnterprisePluginsAdded returns the EnterprisePluginsAdded field value
func (*Current2) GetEnterprisePluginsAddedOk ¶
GetEnterprisePluginsAddedOk returns a tuple with the EnterprisePluginsAdded field value and a boolean to check if the value has been set.
func (*Current2) GetIsTrial ¶
GetIsTrial returns the IsTrial field value
func (*Current2) GetIsTrialOk ¶
GetIsTrialOk returns a tuple with the IsTrial field value and a boolean to check if the value has been set.
func (*Current2) GetPayload ¶
GetPayload returns the Payload field value
func (*Current2) GetPayloadOk ¶
GetPayloadOk returns a tuple with the Payload field value and a boolean to check if the value has been set.
func (*Current2) GetPlan ¶
GetPlan returns the Plan field value If the value is explicit nil, the zero value for string will be returned
func (*Current2) GetPlanBillingCycle ¶
GetPlanBillingCycle returns the PlanBillingCycle field value
func (*Current2) GetPlanBillingCycleOk ¶
GetPlanBillingCycleOk returns a tuple with the PlanBillingCycle field value and a boolean to check if the value has been set.
func (*Current2) GetPlanOk ¶
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 ¶
GetProduct returns the Product field value
func (*Current2) GetProductOk ¶
GetProductOk returns a tuple with the Product field value and a boolean to check if the value has been set.
func (*Current2) GetPublicName ¶
GetPublicName returns the PublicName field value If the value is explicit nil, the zero value for string will be returned
func (*Current2) GetPublicNameOk ¶
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 ¶
GetStartDate returns the StartDate field value
func (*Current2) GetStartDateOk ¶
GetStartDateOk returns a tuple with the StartDate field value and a boolean to check if the value has been set.
func (Current2) MarshalJSON ¶
func (*Current2) SetEndDate ¶
func (o *Current2) SetEndDate(v interface{})
SetEndDate sets field value
func (*Current2) SetEnterprisePluginsAdded ¶
SetEnterprisePluginsAdded sets field value
func (*Current2) SetPlanBillingCycle ¶
SetPlanBillingCycle sets field value
func (*Current2) SetPublicName ¶
SetPublicName sets field value
func (*Current2) SetStartDate ¶
SetStartDate sets field value
func (*Current2) UnmarshalJSON ¶
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 {}
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 (*FormattedApiApiKey) GetLinks ¶
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 (*FormattedApiApiKey) SetLinks ¶
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 ¶
func (o *FormattedApiApiKeyListResponse) GetItems() []ItemsInner
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.
func (*FormattedApiApiKeyListResponse) GetLinks ¶
func (o *FormattedApiApiKeyListResponse) GetLinks() []LinksInner1
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 ¶
func (o *FormattedApiApiKeyListResponse) GetPage() float32
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 ¶
func (o *FormattedApiApiKeyListResponse) GetPages() float32
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 ¶
func (o *FormattedApiApiKeyListResponse) GetTotal() float32
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 (*FormattedApiApiKeyListResponse) HasLinks ¶
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
func (*FormattedApiApiKeyListResponse) SetLinks ¶
func (o *FormattedApiApiKeyListResponse) SetLinks(v []LinksInner1)
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 ¶
func (o *FormattedApiApiKeyListResponse) SetPage(v float32)
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 (*FormattedApiInstance) GetLinks ¶
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 (*FormattedApiInstance) GetVersionIssueLink ¶
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 (*FormattedApiInstance) HasVersionIssueLink ¶
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 (*FormattedApiInstance) SetLinks ¶
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 (*FormattedApiInstance) SetVersionIssueLink ¶
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 ¶
func (o *FormattedApiInstancePlugin) GetId() float32
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 (*FormattedApiInstancePlugin) GetLinks ¶
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 (*FormattedApiInstancePlugin) SetLinks ¶
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 ¶
func (o *FormattedApiOrgPublic) GetAllowGCloudTrial() FormattedOrgMembershipAllowGCloudTrial
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 (*FormattedApiOrgPublic) GetLinks ¶
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 ¶
func (o *FormattedApiOrgPublic) SetAllowGCloudTrial(v FormattedOrgMembershipAllowGCloudTrial)
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 (*FormattedApiOrgPublic) SetLinks ¶
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 (*FormattedApiPlugin) GetLinks ¶
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 (*FormattedApiPlugin) SetLinks ¶
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 ¶
func (o *FormattedApiStackRegionAnyOf) GetId() float32
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 ¶
func (o *FormattedApiStackRegionAnyOf) SetId(v float32)
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 ¶
func (o *FormattedApiStackRegionAnyOf1) GetId() float32
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 ¶
func (o *FormattedApiStackRegionAnyOf1) GetName() string
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 ¶
func (o *FormattedApiStackRegionAnyOf1) GetSlug() string
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 ¶
func (o *FormattedApiStackRegionAnyOf1) SetId(v float32)
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 ¶
func (o *FormattedOrgMembership) GetAllowGCloudTrial() FormattedOrgMembershipAllowGCloudTrial
GetAllowGCloudTrial returns the AllowGCloudTrial field value
func (*FormattedOrgMembership) GetAllowGCloudTrialOk ¶
func (o *FormattedOrgMembership) GetAllowGCloudTrialOk() (*FormattedOrgMembershipAllowGCloudTrial, bool)
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 ¶
func (o *FormattedOrgMembership) SetAllowGCloudTrial(v FormattedOrgMembershipAllowGCloudTrial)
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 ¶
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 ¶
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 ¶
GetPrivateDNS returns the PrivateDNS field value
func (*Gateway) GetPrivateDNSOk ¶
GetPrivateDNSOk returns a tuple with the PrivateDNS field value and a boolean to check if the value has been set.
func (*Gateway) GetRegions ¶
GetRegions returns the Regions field value if set, zero value otherwise.
func (*Gateway) GetRegionsOk ¶
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 ¶
GetServiceName returns the ServiceName field value
func (*Gateway) GetServiceNameOk ¶
GetServiceNameOk returns a tuple with the ServiceName field value and a boolean to check if the value has been set.
func (*Gateway) HasRegions ¶
HasRegions returns a boolean if a field has been set.
func (Gateway) MarshalJSON ¶
func (*Gateway) SetPrivateDNS ¶
SetPrivateDNS sets field value
func (*Gateway) SetRegions ¶
SetRegions gets a reference to the given []string and assigns it to the Regions field.
func (*Gateway) SetServiceName ¶
SetServiceName sets field value
func (*Gateway) UnmarshalJSON ¶
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 ¶
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 ¶
GetEndpointName returns the EndpointName field value if set, zero value otherwise.
func (*Gateway1) GetEndpointNameOk ¶
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 ¶
GetPrivateDNS returns the PrivateDNS field value
func (*Gateway1) GetPrivateDNSOk ¶
GetPrivateDNSOk returns a tuple with the PrivateDNS field value and a boolean to check if the value has been set.
func (*Gateway1) GetRegions ¶
GetRegions returns the Regions field value if set, zero value otherwise.
func (*Gateway1) GetRegionsOk ¶
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 ¶
GetServiceId returns the ServiceId field value if set, zero value otherwise.
func (*Gateway1) GetServiceIdOk ¶
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 ¶
GetServiceName returns the ServiceName field value
func (*Gateway1) GetServiceNameOk ¶
GetServiceNameOk returns a tuple with the ServiceName field value and a boolean to check if the value has been set.
func (*Gateway1) HasEndpointName ¶
HasEndpointName returns a boolean if a field has been set.
func (*Gateway1) HasRegions ¶
HasRegions returns a boolean if a field has been set.
func (*Gateway1) HasServiceId ¶
HasServiceId returns a boolean if a field has been set.
func (Gateway1) MarshalJSON ¶
func (*Gateway1) SetEndpointName ¶
SetEndpointName gets a reference to the given string and assigns it to the EndpointName field.
func (*Gateway1) SetPrivateDNS ¶
SetPrivateDNS sets field value
func (*Gateway1) SetRegions ¶
SetRegions gets a reference to the given []string and assigns it to the Regions field.
func (*Gateway1) SetServiceId ¶
SetServiceId gets a reference to the given string and assigns it to the ServiceId field.
func (*Gateway1) SetServiceName ¶
SetServiceName sets field value
func (*Gateway1) UnmarshalJSON ¶
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 ¶
func (o *GetAccessPolicies200Response) GetItems() []AuthAccessPolicy
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 ¶
func (o *GetAccessPolicies200Response) SetItems(v []AuthAccessPolicy)
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 ¶
func (o *GetInstancePlugins200Response) GetItems() []FormattedApiInstancePlugin
GetItems returns the Items field value
func (*GetInstancePlugins200Response) GetItemsOk ¶
func (o *GetInstancePlugins200Response) GetItemsOk() ([]FormattedApiInstancePlugin, bool)
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 ¶
func (o *GetInstancePlugins200Response) GetPage() float32
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 ¶
func (o *GetInstancePlugins200Response) SetItems(v []FormattedApiInstancePlugin)
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 ¶
func (o *GetInstances200Response) GetItems() []FormattedApiInstance
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 ¶
func (o *GetInstances200Response) SetItems(v []FormattedApiInstance)
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 ¶
func (o *GetStackRegions200Response) GetItems() []FormattedApiStackRegion
GetItems returns the Items field value
func (*GetStackRegions200Response) GetItemsOk ¶
func (o *GetStackRegions200Response) GetItemsOk() ([]FormattedApiStackRegion, bool)
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 ¶
func (o *GetStackRegions200Response) SetItems(v []FormattedApiStackRegion)
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 ¶
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 ¶
GetEndpointName returns the EndpointName field value if set, zero value otherwise.
func (*Graphite) GetEndpointNameOk ¶
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 ¶
GetPrivateDNS returns the PrivateDNS field value
func (*Graphite) GetPrivateDNSOk ¶
GetPrivateDNSOk returns a tuple with the PrivateDNS field value and a boolean to check if the value has been set.
func (*Graphite) GetRegions ¶
GetRegions returns the Regions field value if set, zero value otherwise.
func (*Graphite) GetRegionsOk ¶
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 ¶
GetServiceId returns the ServiceId field value if set, zero value otherwise.
func (*Graphite) GetServiceIdOk ¶
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 ¶
GetServiceName returns the ServiceName field value
func (*Graphite) GetServiceNameOk ¶
GetServiceNameOk returns a tuple with the ServiceName field value and a boolean to check if the value has been set.
func (*Graphite) HasEndpointName ¶
HasEndpointName returns a boolean if a field has been set.
func (*Graphite) HasRegions ¶
HasRegions returns a boolean if a field has been set.
func (*Graphite) HasServiceId ¶
HasServiceId returns a boolean if a field has been set.
func (Graphite) MarshalJSON ¶
func (*Graphite) SetEndpointName ¶
SetEndpointName gets a reference to the given string and assigns it to the EndpointName field.
func (*Graphite) SetPrivateDNS ¶
SetPrivateDNS sets field value
func (*Graphite) SetRegions ¶
SetRegions gets a reference to the given []string and assigns it to the Regions field.
func (*Graphite) SetServiceId ¶
SetServiceId gets a reference to the given string and assigns it to the ServiceId field.
func (*Graphite) SetServiceName ¶
SetServiceName sets field value
func (*Graphite) UnmarshalJSON ¶
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 ¶
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 ¶
GetPrivateDNS returns the PrivateDNS field value
func (*Info) GetPrivateDNSOk ¶
GetPrivateDNSOk returns a tuple with the PrivateDNS field value and a boolean to check if the value has been set.
func (*Info) GetRegions ¶
GetRegions returns the Regions field value if set, zero value otherwise.
func (*Info) GetRegionsOk ¶
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 ¶
GetServiceName returns the ServiceName field value
func (*Info) GetServiceNameOk ¶
GetServiceNameOk returns a tuple with the ServiceName field value and a boolean to check if the value has been set.
func (*Info) HasRegions ¶
HasRegions returns a boolean if a field has been set.
func (Info) MarshalJSON ¶
func (*Info) SetRegions ¶
SetRegions gets a reference to the given []string and assigns it to the Regions field.
func (*Info) SetServiceName ¶
SetServiceName sets field value
func (*Info) UnmarshalJSON ¶
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 ¶
func (a *InstancesAPIService) DelInstanceOAuthAzureADExecute(r ApiDelInstanceOAuthAzureADRequest) (*FormattedApiInstance, *http.Response, error)
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 ¶
func (a *InstancesAPIService) DelInstanceOAuthGithubExecute(r ApiDelInstanceOAuthGithubRequest) (*FormattedApiInstance, *http.Response, error)
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 ¶
func (a *InstancesAPIService) DelInstanceOAuthGoogleExecute(r ApiDelInstanceOAuthGoogleRequest) (*FormattedApiInstance, *http.Response, error)
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 ¶
func (a *InstancesAPIService) DelInstanceOAuthOktaExecute(r ApiDelInstanceOAuthOktaRequest) (*FormattedApiInstance, *http.Response, error)
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 ¶
func (a *InstancesAPIService) DeleteInstanceExecute(r ApiDeleteInstanceRequest) (*FormattedApiInstance, *http.Response, error)
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 ¶
func (a *InstancesAPIService) DeleteInstancePluginExecute(r ApiDeleteInstancePluginRequest) (*FormattedApiInstancePlugin, *http.Response, error)
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 ¶
func (a *InstancesAPIService) GetConnectionsExecute(r ApiGetConnectionsRequest) (*FormattedApiInstanceConnections, *http.Response, error)
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 ¶
func (a *InstancesAPIService) GetInstanceExecute(r ApiGetInstanceRequest) (*FormattedApiInstance, *http.Response, error)
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 ¶
func (a *InstancesAPIService) GetInstancePluginExecute(r ApiGetInstancePluginRequest) (*FormattedApiInstancePlugin, *http.Response, error)
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 ¶
func (a *InstancesAPIService) GetInstancePluginsExecute(r ApiGetInstancePluginsRequest) (*GetInstancePlugins200Response, *http.Response, error)
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 ¶
func (a *InstancesAPIService) GetInstanceServiceAccountExecute(r ApiGetInstanceServiceAccountRequest) (*GrafanaServiceAccountDTO, *http.Response, error)
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 ¶
func (a *InstancesAPIService) GetInstanceUsersExecute(r ApiGetInstanceUsersRequest) (*InstanceUsersResponse, *http.Response, error)
Execute executes the request
@return InstanceUsersResponse
func (*InstancesAPIService) GetInstances ¶
func (a *InstancesAPIService) GetInstances(ctx context.Context) ApiGetInstancesRequest
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 ¶
func (a *InstancesAPIService) GetInstancesExecute(r ApiGetInstancesRequest) (*GetInstances200Response, *http.Response, error)
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 ¶
func (a *InstancesAPIService) PostInstanceExecute(r ApiPostInstanceRequest) (*FormattedApiInstance, *http.Response, error)
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 ¶
func (a *InstancesAPIService) PostInstanceOAuthAzureADExecute(r ApiPostInstanceOAuthAzureADRequest) (*FormattedApiInstance, *http.Response, error)
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 ¶
func (a *InstancesAPIService) PostInstanceOAuthGithubExecute(r ApiPostInstanceOAuthGithubRequest) (*FormattedApiInstance, *http.Response, error)
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 ¶
func (a *InstancesAPIService) PostInstanceOAuthGoogleExecute(r ApiPostInstanceOAuthGoogleRequest) (*FormattedApiInstance, *http.Response, error)
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 ¶
func (a *InstancesAPIService) PostInstanceOAuthOktaExecute(r ApiPostInstanceOAuthOktaRequest) (*FormattedApiInstance, *http.Response, error)
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 ¶
func (a *InstancesAPIService) PostInstancePluginExecute(r ApiPostInstancePluginRequest) (*FormattedApiInstancePlugin, *http.Response, error)
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 ¶
func (a *InstancesAPIService) PostInstancePluginsExecute(r ApiPostInstancePluginsRequest) (*FormattedApiInstancePlugin, *http.Response, error)
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 ¶
func (a *InstancesAPIService) PostInstanceServiceAccountTokensExecute(r ApiPostInstanceServiceAccountTokensRequest) (*GrafanaNewApiKeyResult, *http.Response, error)
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 ¶
func (a *InstancesAPIService) PostInstanceServiceAccountsExecute(r ApiPostInstanceServiceAccountsRequest) (*GrafanaServiceAccountDTO, *http.Response, error)
Execute executes the request
@return GrafanaServiceAccountDTO
func (*InstancesAPIService) PostInstances ¶
func (a *InstancesAPIService) PostInstances(ctx context.Context) ApiPostInstancesRequest
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 ¶
func (a *InstancesAPIService) PostInstancesExecute(r ApiPostInstancesRequest) (*FormattedApiInstance, *http.Response, error)
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 (*ItemsInner) GetLinks ¶
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) SetInstanceId ¶
func (o *ItemsInner) SetInstanceId(v float32)
SetInstanceId sets field value
func (*ItemsInner) SetLinks ¶
func (o *ItemsInner) SetLinks(v []LinksInner)
SetLinks 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) 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) 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) 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) 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) 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) SetMarketplaceSubscription ¶
func (o *ItemsInner2) SetMarketplaceSubscription(v ItemsInner2MarketplaceSubscription)
SetMarketplaceSubscription 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) 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) ToMap ¶
func (o ItemsInner4) ToMap() (map[string]interface{}, error)
func (*ItemsInner4) UnmarshalJSON ¶
func (o *ItemsInner4) UnmarshalJSON(data []byte) (err error)
type ItemsInnerId ¶
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) 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) 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) ToMap ¶
func (o LinksInner1) ToMap() (map[string]interface{}, error)
func (*LinksInner1) UnmarshalJSON ¶
func (o *LinksInner1) UnmarshalJSON(data []byte) (err error)
type MappedNullable ¶
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 (*Metadata) SetPagination ¶
func (o *Metadata) SetPagination(v Pagination)
SetPagination sets field value
func (*Metadata) UnmarshalJSON ¶
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 ¶
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 ¶
GetEndpointName returns the EndpointName field value if set, zero value otherwise.
func (*Mimir) GetEndpointNameOk ¶
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 ¶
GetPrivateDNS returns the PrivateDNS field value
func (*Mimir) GetPrivateDNSOk ¶
GetPrivateDNSOk returns a tuple with the PrivateDNS field value and a boolean to check if the value has been set.
func (*Mimir) GetRegions ¶
GetRegions returns the Regions field value if set, zero value otherwise.
func (*Mimir) GetRegionsOk ¶
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 ¶
GetServiceId returns the ServiceId field value if set, zero value otherwise.
func (*Mimir) GetServiceIdOk ¶
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 ¶
GetServiceName returns the ServiceName field value
func (*Mimir) GetServiceNameOk ¶
GetServiceNameOk returns a tuple with the ServiceName field value and a boolean to check if the value has been set.
func (*Mimir) HasEndpointName ¶
HasEndpointName returns a boolean if a field has been set.
func (*Mimir) HasRegions ¶
HasRegions returns a boolean if a field has been set.
func (*Mimir) HasServiceId ¶
HasServiceId returns a boolean if a field has been set.
func (Mimir) MarshalJSON ¶
func (*Mimir) SetEndpointName ¶
SetEndpointName gets a reference to the given string and assigns it to the EndpointName field.
func (*Mimir) SetPrivateDNS ¶
SetPrivateDNS sets field value
func (*Mimir) SetRegions ¶
SetRegions gets a reference to the given []string and assigns it to the Regions field.
func (*Mimir) SetServiceId ¶
SetServiceId gets a reference to the given string and assigns it to the ServiceId field.
func (*Mimir) SetServiceName ¶
SetServiceName sets field value
func (*Mimir) UnmarshalJSON ¶
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 ¶
func (o *ModifiedGetOrgBilledUsageResponse) GetItems() []ItemsInner3
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 ¶
func (o *ModifiedGetOrgBilledUsageResponse) GetPage() float32
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 ¶
func (o *ModifiedGetOrgBilledUsageResponse) GetTotal() float32
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 ¶
func (o *ModifiedGetOrgBilledUsageResponse) SetItems(v []ItemsInner3)
SetItems sets field value
func (*ModifiedGetOrgBilledUsageResponse) SetPage ¶
func (o *ModifiedGetOrgBilledUsageResponse) SetPage(v float32)
SetPage sets field value
func (*ModifiedGetOrgBilledUsageResponse) SetPageSize ¶
func (o *ModifiedGetOrgBilledUsageResponse) SetPageSize(v float32)
SetPageSize sets field value
func (*ModifiedGetOrgBilledUsageResponse) SetTotal ¶
func (o *ModifiedGetOrgBilledUsageResponse) SetTotal(v float32)
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 ¶
GetPayload returns the Payload field value
func (*Next) GetPayloadOk ¶
GetPayloadOk returns a tuple with the Payload field value and a boolean to check if the value has been set.
func (*Next) GetPlan ¶
GetPlan returns the Plan field value If the value is explicit nil, the zero value for string will be returned
func (*Next) GetPlanOk ¶
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 ¶
GetProduct returns the Product field value
func (*Next) GetProductOk ¶
GetProductOk returns a tuple with the Product field value and a boolean to check if the value has been set.
func (*Next) GetPublicName ¶
GetPublicName returns the PublicName field value If the value is explicit nil, the zero value for string will be returned
func (*Next) GetPublicNameOk ¶
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 (*Next) UnmarshalJSON ¶
type NullableAccessPolicyListResponse ¶
type NullableAccessPolicyListResponse struct {
// contains filtered or unexported fields
}
func NewNullableAccessPolicyListResponse ¶
func NewNullableAccessPolicyListResponse(val *AccessPolicyListResponse) *NullableAccessPolicyListResponse
func (NullableAccessPolicyListResponse) Get ¶
func (v NullableAccessPolicyListResponse) Get() *AccessPolicyListResponse
func (NullableAccessPolicyListResponse) IsSet ¶
func (v NullableAccessPolicyListResponse) IsSet() bool
func (NullableAccessPolicyListResponse) MarshalJSON ¶
func (v NullableAccessPolicyListResponse) MarshalJSON() ([]byte, error)
func (*NullableAccessPolicyListResponse) Set ¶
func (v *NullableAccessPolicyListResponse) Set(val *AccessPolicyListResponse)
func (*NullableAccessPolicyListResponse) UnmarshalJSON ¶
func (v *NullableAccessPolicyListResponse) UnmarshalJSON(src []byte) error
func (*NullableAccessPolicyListResponse) Unset ¶
func (v *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 (v NullableAppPlatform) Get() *AppPlatform
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 (v NullableAuthAccessPolicy) Get() *AuthAccessPolicy
func (NullableAuthAccessPolicy) IsSet ¶
func (v NullableAuthAccessPolicy) IsSet() bool
func (NullableAuthAccessPolicy) MarshalJSON ¶
func (v NullableAuthAccessPolicy) MarshalJSON() ([]byte, error)
func (*NullableAuthAccessPolicy) Set ¶
func (v *NullableAuthAccessPolicy) Set(val *AuthAccessPolicy)
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 NewNullableAuthAccessPolicyAttributes ¶
func NewNullableAuthAccessPolicyAttributes(val *AuthAccessPolicyAttributes) *NullableAuthAccessPolicyAttributes
func (NullableAuthAccessPolicyAttributes) Get ¶
func (v NullableAuthAccessPolicyAttributes) Get() *AuthAccessPolicyAttributes
func (NullableAuthAccessPolicyAttributes) IsSet ¶
func (v NullableAuthAccessPolicyAttributes) IsSet() bool
func (NullableAuthAccessPolicyAttributes) MarshalJSON ¶
func (v NullableAuthAccessPolicyAttributes) MarshalJSON() ([]byte, error)
func (*NullableAuthAccessPolicyAttributes) Set ¶
func (v *NullableAuthAccessPolicyAttributes) Set(val *AuthAccessPolicyAttributes)
func (*NullableAuthAccessPolicyAttributes) UnmarshalJSON ¶
func (v *NullableAuthAccessPolicyAttributes) UnmarshalJSON(src []byte) error
func (*NullableAuthAccessPolicyAttributes) Unset ¶
func (v *NullableAuthAccessPolicyAttributes) Unset()
type NullableAuthAccessPolicyAttributesLokiQueryPolicy ¶
type NullableAuthAccessPolicyAttributesLokiQueryPolicy struct {
// contains filtered or unexported fields
}
func NewNullableAuthAccessPolicyAttributesLokiQueryPolicy ¶
func NewNullableAuthAccessPolicyAttributesLokiQueryPolicy(val *AuthAccessPolicyAttributesLokiQueryPolicy) *NullableAuthAccessPolicyAttributesLokiQueryPolicy
func (NullableAuthAccessPolicyAttributesLokiQueryPolicy) IsSet ¶
func (v NullableAuthAccessPolicyAttributesLokiQueryPolicy) IsSet() bool
func (NullableAuthAccessPolicyAttributesLokiQueryPolicy) MarshalJSON ¶
func (v NullableAuthAccessPolicyAttributesLokiQueryPolicy) MarshalJSON() ([]byte, error)
func (*NullableAuthAccessPolicyAttributesLokiQueryPolicy) UnmarshalJSON ¶
func (v *NullableAuthAccessPolicyAttributesLokiQueryPolicy) UnmarshalJSON(src []byte) error
func (*NullableAuthAccessPolicyAttributesLokiQueryPolicy) Unset ¶
func (v *NullableAuthAccessPolicyAttributesLokiQueryPolicy) Unset()
type NullableAuthAccessPolicyAttributesPdcConfiguration ¶
type NullableAuthAccessPolicyAttributesPdcConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableAuthAccessPolicyAttributesPdcConfiguration ¶
func NewNullableAuthAccessPolicyAttributesPdcConfiguration(val *AuthAccessPolicyAttributesPdcConfiguration) *NullableAuthAccessPolicyAttributesPdcConfiguration
func (NullableAuthAccessPolicyAttributesPdcConfiguration) IsSet ¶
func (v NullableAuthAccessPolicyAttributesPdcConfiguration) IsSet() bool
func (NullableAuthAccessPolicyAttributesPdcConfiguration) MarshalJSON ¶
func (v NullableAuthAccessPolicyAttributesPdcConfiguration) MarshalJSON() ([]byte, error)
func (*NullableAuthAccessPolicyAttributesPdcConfiguration) UnmarshalJSON ¶
func (v *NullableAuthAccessPolicyAttributesPdcConfiguration) UnmarshalJSON(src []byte) error
func (*NullableAuthAccessPolicyAttributesPdcConfiguration) Unset ¶
func (v *NullableAuthAccessPolicyAttributesPdcConfiguration) Unset()
type NullableAuthAccessPolicyConditions ¶
type NullableAuthAccessPolicyConditions struct {
// contains filtered or unexported fields
}
func NewNullableAuthAccessPolicyConditions ¶
func NewNullableAuthAccessPolicyConditions(val *AuthAccessPolicyConditions) *NullableAuthAccessPolicyConditions
func (NullableAuthAccessPolicyConditions) Get ¶
func (v NullableAuthAccessPolicyConditions) Get() *AuthAccessPolicyConditions
func (NullableAuthAccessPolicyConditions) IsSet ¶
func (v NullableAuthAccessPolicyConditions) IsSet() bool
func (NullableAuthAccessPolicyConditions) MarshalJSON ¶
func (v NullableAuthAccessPolicyConditions) MarshalJSON() ([]byte, error)
func (*NullableAuthAccessPolicyConditions) Set ¶
func (v *NullableAuthAccessPolicyConditions) Set(val *AuthAccessPolicyConditions)
func (*NullableAuthAccessPolicyConditions) UnmarshalJSON ¶
func (v *NullableAuthAccessPolicyConditions) UnmarshalJSON(src []byte) error
func (*NullableAuthAccessPolicyConditions) Unset ¶
func (v *NullableAuthAccessPolicyConditions) Unset()
type NullableAuthAccessPolicyConditionsAllowedSubnetsInner ¶
type NullableAuthAccessPolicyConditionsAllowedSubnetsInner struct {
// contains filtered or unexported fields
}
func NewNullableAuthAccessPolicyConditionsAllowedSubnetsInner ¶
func NewNullableAuthAccessPolicyConditionsAllowedSubnetsInner(val *AuthAccessPolicyConditionsAllowedSubnetsInner) *NullableAuthAccessPolicyConditionsAllowedSubnetsInner
func (NullableAuthAccessPolicyConditionsAllowedSubnetsInner) IsSet ¶
func (v NullableAuthAccessPolicyConditionsAllowedSubnetsInner) IsSet() bool
func (NullableAuthAccessPolicyConditionsAllowedSubnetsInner) MarshalJSON ¶
func (v NullableAuthAccessPolicyConditionsAllowedSubnetsInner) MarshalJSON() ([]byte, error)
func (*NullableAuthAccessPolicyConditionsAllowedSubnetsInner) UnmarshalJSON ¶
func (v *NullableAuthAccessPolicyConditionsAllowedSubnetsInner) UnmarshalJSON(src []byte) error
func (*NullableAuthAccessPolicyConditionsAllowedSubnetsInner) Unset ¶
func (v *NullableAuthAccessPolicyConditionsAllowedSubnetsInner) Unset()
type NullableAuthAccessPolicyRealmsInner ¶
type NullableAuthAccessPolicyRealmsInner struct {
// contains filtered or unexported fields
}
func NewNullableAuthAccessPolicyRealmsInner ¶
func NewNullableAuthAccessPolicyRealmsInner(val *AuthAccessPolicyRealmsInner) *NullableAuthAccessPolicyRealmsInner
func (NullableAuthAccessPolicyRealmsInner) Get ¶
func (v NullableAuthAccessPolicyRealmsInner) Get() *AuthAccessPolicyRealmsInner
func (NullableAuthAccessPolicyRealmsInner) IsSet ¶
func (v NullableAuthAccessPolicyRealmsInner) IsSet() bool
func (NullableAuthAccessPolicyRealmsInner) MarshalJSON ¶
func (v NullableAuthAccessPolicyRealmsInner) MarshalJSON() ([]byte, error)
func (*NullableAuthAccessPolicyRealmsInner) Set ¶
func (v *NullableAuthAccessPolicyRealmsInner) Set(val *AuthAccessPolicyRealmsInner)
func (*NullableAuthAccessPolicyRealmsInner) UnmarshalJSON ¶
func (v *NullableAuthAccessPolicyRealmsInner) UnmarshalJSON(src []byte) error
func (*NullableAuthAccessPolicyRealmsInner) Unset ¶
func (v *NullableAuthAccessPolicyRealmsInner) Unset()
type NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner ¶
type NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner struct {
// contains filtered or unexported fields
}
func NewNullableAuthAccessPolicyRealmsInnerLabelPoliciesInner ¶
func NewNullableAuthAccessPolicyRealmsInnerLabelPoliciesInner(val *AuthAccessPolicyRealmsInnerLabelPoliciesInner) *NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner
func (NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) IsSet ¶
func (v NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) IsSet() bool
func (NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) MarshalJSON ¶
func (v NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) MarshalJSON() ([]byte, error)
func (*NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) UnmarshalJSON ¶
func (v *NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) UnmarshalJSON(src []byte) error
func (*NullableAuthAccessPolicyRealmsInnerLabelPoliciesInner) Unset ¶
func (v *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 (v NullableAuthTokenWithSecret) Get() *AuthTokenWithSecret
func (NullableAuthTokenWithSecret) IsSet ¶
func (v NullableAuthTokenWithSecret) IsSet() bool
func (NullableAuthTokenWithSecret) MarshalJSON ¶
func (v NullableAuthTokenWithSecret) MarshalJSON() ([]byte, error)
func (*NullableAuthTokenWithSecret) Set ¶
func (v *NullableAuthTokenWithSecret) Set(val *AuthTokenWithSecret)
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 (v NullableErrorConflict) Get() *ErrorConflict
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 (v NullableErrorForbidden) Get() *ErrorForbidden
func (NullableErrorForbidden) IsSet ¶
func (v NullableErrorForbidden) IsSet() bool
func (NullableErrorForbidden) MarshalJSON ¶
func (v NullableErrorForbidden) MarshalJSON() ([]byte, error)
func (*NullableErrorForbidden) Set ¶
func (v *NullableErrorForbidden) Set(val *ErrorForbidden)
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 NewNullableErrorInvalidCredentials ¶
func NewNullableErrorInvalidCredentials(val *ErrorInvalidCredentials) *NullableErrorInvalidCredentials
func (NullableErrorInvalidCredentials) Get ¶
func (v NullableErrorInvalidCredentials) Get() *ErrorInvalidCredentials
func (NullableErrorInvalidCredentials) IsSet ¶
func (v NullableErrorInvalidCredentials) IsSet() bool
func (NullableErrorInvalidCredentials) MarshalJSON ¶
func (v NullableErrorInvalidCredentials) MarshalJSON() ([]byte, error)
func (*NullableErrorInvalidCredentials) Set ¶
func (v *NullableErrorInvalidCredentials) Set(val *ErrorInvalidCredentials)
func (*NullableErrorInvalidCredentials) UnmarshalJSON ¶
func (v *NullableErrorInvalidCredentials) UnmarshalJSON(src []byte) error
func (*NullableErrorInvalidCredentials) Unset ¶
func (v *NullableErrorInvalidCredentials) Unset()
type NullableErrorNotFound ¶
type NullableErrorNotFound struct {
// contains filtered or unexported fields
}
func NewNullableErrorNotFound ¶
func NewNullableErrorNotFound(val *ErrorNotFound) *NullableErrorNotFound
func (NullableErrorNotFound) Get ¶
func (v NullableErrorNotFound) Get() *ErrorNotFound
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 NewNullableErrorServiceUnavailable ¶
func NewNullableErrorServiceUnavailable(val *ErrorServiceUnavailable) *NullableErrorServiceUnavailable
func (NullableErrorServiceUnavailable) Get ¶
func (v NullableErrorServiceUnavailable) Get() *ErrorServiceUnavailable
func (NullableErrorServiceUnavailable) IsSet ¶
func (v NullableErrorServiceUnavailable) IsSet() bool
func (NullableErrorServiceUnavailable) MarshalJSON ¶
func (v NullableErrorServiceUnavailable) MarshalJSON() ([]byte, error)
func (*NullableErrorServiceUnavailable) Set ¶
func (v *NullableErrorServiceUnavailable) Set(val *ErrorServiceUnavailable)
func (*NullableErrorServiceUnavailable) UnmarshalJSON ¶
func (v *NullableErrorServiceUnavailable) UnmarshalJSON(src []byte) error
func (*NullableErrorServiceUnavailable) Unset ¶
func (v *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 (v NullableFormattedApiApiKey) Get() *FormattedApiApiKey
func (NullableFormattedApiApiKey) IsSet ¶
func (v NullableFormattedApiApiKey) IsSet() bool
func (NullableFormattedApiApiKey) MarshalJSON ¶
func (v NullableFormattedApiApiKey) MarshalJSON() ([]byte, error)
func (*NullableFormattedApiApiKey) Set ¶
func (v *NullableFormattedApiApiKey) Set(val *FormattedApiApiKey)
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 NewNullableFormattedApiApiKeyListResponse ¶
func NewNullableFormattedApiApiKeyListResponse(val *FormattedApiApiKeyListResponse) *NullableFormattedApiApiKeyListResponse
func (NullableFormattedApiApiKeyListResponse) Get ¶
func (v NullableFormattedApiApiKeyListResponse) Get() *FormattedApiApiKeyListResponse
func (NullableFormattedApiApiKeyListResponse) IsSet ¶
func (v NullableFormattedApiApiKeyListResponse) IsSet() bool
func (NullableFormattedApiApiKeyListResponse) MarshalJSON ¶
func (v NullableFormattedApiApiKeyListResponse) MarshalJSON() ([]byte, error)
func (*NullableFormattedApiApiKeyListResponse) Set ¶
func (v *NullableFormattedApiApiKeyListResponse) Set(val *FormattedApiApiKeyListResponse)
func (*NullableFormattedApiApiKeyListResponse) UnmarshalJSON ¶
func (v *NullableFormattedApiApiKeyListResponse) UnmarshalJSON(src []byte) error
func (*NullableFormattedApiApiKeyListResponse) Unset ¶
func (v *NullableFormattedApiApiKeyListResponse) Unset()
type NullableFormattedApiInstance ¶
type NullableFormattedApiInstance struct {
// contains filtered or unexported fields
}
func NewNullableFormattedApiInstance ¶
func NewNullableFormattedApiInstance(val *FormattedApiInstance) *NullableFormattedApiInstance
func (NullableFormattedApiInstance) Get ¶
func (v NullableFormattedApiInstance) Get() *FormattedApiInstance
func (NullableFormattedApiInstance) IsSet ¶
func (v NullableFormattedApiInstance) IsSet() bool
func (NullableFormattedApiInstance) MarshalJSON ¶
func (v NullableFormattedApiInstance) MarshalJSON() ([]byte, error)
func (*NullableFormattedApiInstance) Set ¶
func (v *NullableFormattedApiInstance) Set(val *FormattedApiInstance)
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 NewNullableFormattedApiInstanceConnections ¶
func NewNullableFormattedApiInstanceConnections(val *FormattedApiInstanceConnections) *NullableFormattedApiInstanceConnections
func (NullableFormattedApiInstanceConnections) IsSet ¶
func (v NullableFormattedApiInstanceConnections) IsSet() bool
func (NullableFormattedApiInstanceConnections) MarshalJSON ¶
func (v NullableFormattedApiInstanceConnections) MarshalJSON() ([]byte, error)
func (*NullableFormattedApiInstanceConnections) Set ¶
func (v *NullableFormattedApiInstanceConnections) Set(val *FormattedApiInstanceConnections)
func (*NullableFormattedApiInstanceConnections) UnmarshalJSON ¶
func (v *NullableFormattedApiInstanceConnections) UnmarshalJSON(src []byte) error
func (*NullableFormattedApiInstanceConnections) Unset ¶
func (v *NullableFormattedApiInstanceConnections) Unset()
type NullableFormattedApiInstancePlugin ¶
type NullableFormattedApiInstancePlugin struct {
// contains filtered or unexported fields
}
func NewNullableFormattedApiInstancePlugin ¶
func NewNullableFormattedApiInstancePlugin(val *FormattedApiInstancePlugin) *NullableFormattedApiInstancePlugin
func (NullableFormattedApiInstancePlugin) Get ¶
func (v NullableFormattedApiInstancePlugin) Get() *FormattedApiInstancePlugin
func (NullableFormattedApiInstancePlugin) IsSet ¶
func (v NullableFormattedApiInstancePlugin) IsSet() bool
func (NullableFormattedApiInstancePlugin) MarshalJSON ¶
func (v NullableFormattedApiInstancePlugin) MarshalJSON() ([]byte, error)
func (*NullableFormattedApiInstancePlugin) Set ¶
func (v *NullableFormattedApiInstancePlugin) Set(val *FormattedApiInstancePlugin)
func (*NullableFormattedApiInstancePlugin) UnmarshalJSON ¶
func (v *NullableFormattedApiInstancePlugin) UnmarshalJSON(src []byte) error
func (*NullableFormattedApiInstancePlugin) Unset ¶
func (v *NullableFormattedApiInstancePlugin) Unset()
type NullableFormattedApiOrgPublic ¶
type NullableFormattedApiOrgPublic struct {
// contains filtered or unexported fields
}
func NewNullableFormattedApiOrgPublic ¶
func NewNullableFormattedApiOrgPublic(val *FormattedApiOrgPublic) *NullableFormattedApiOrgPublic
func (NullableFormattedApiOrgPublic) Get ¶
func (v NullableFormattedApiOrgPublic) Get() *FormattedApiOrgPublic
func (NullableFormattedApiOrgPublic) IsSet ¶
func (v NullableFormattedApiOrgPublic) IsSet() bool
func (NullableFormattedApiOrgPublic) MarshalJSON ¶
func (v NullableFormattedApiOrgPublic) MarshalJSON() ([]byte, error)
func (*NullableFormattedApiOrgPublic) Set ¶
func (v *NullableFormattedApiOrgPublic) Set(val *FormattedApiOrgPublic)
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 (v NullableFormattedApiPlugin) Get() *FormattedApiPlugin
func (NullableFormattedApiPlugin) IsSet ¶
func (v NullableFormattedApiPlugin) IsSet() bool
func (NullableFormattedApiPlugin) MarshalJSON ¶
func (v NullableFormattedApiPlugin) MarshalJSON() ([]byte, error)
func (*NullableFormattedApiPlugin) Set ¶
func (v *NullableFormattedApiPlugin) Set(val *FormattedApiPlugin)
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 NewNullableFormattedApiStackRegion ¶
func NewNullableFormattedApiStackRegion(val *FormattedApiStackRegion) *NullableFormattedApiStackRegion
func (NullableFormattedApiStackRegion) Get ¶
func (v NullableFormattedApiStackRegion) Get() *FormattedApiStackRegion
func (NullableFormattedApiStackRegion) IsSet ¶
func (v NullableFormattedApiStackRegion) IsSet() bool
func (NullableFormattedApiStackRegion) MarshalJSON ¶
func (v NullableFormattedApiStackRegion) MarshalJSON() ([]byte, error)
func (*NullableFormattedApiStackRegion) Set ¶
func (v *NullableFormattedApiStackRegion) Set(val *FormattedApiStackRegion)
func (*NullableFormattedApiStackRegion) UnmarshalJSON ¶
func (v *NullableFormattedApiStackRegion) UnmarshalJSON(src []byte) error
func (*NullableFormattedApiStackRegion) Unset ¶
func (v *NullableFormattedApiStackRegion) Unset()
type NullableFormattedApiStackRegionAnyOf ¶
type NullableFormattedApiStackRegionAnyOf struct {
// contains filtered or unexported fields
}
func NewNullableFormattedApiStackRegionAnyOf ¶
func NewNullableFormattedApiStackRegionAnyOf(val *FormattedApiStackRegionAnyOf) *NullableFormattedApiStackRegionAnyOf
func (NullableFormattedApiStackRegionAnyOf) Get ¶
func (v NullableFormattedApiStackRegionAnyOf) Get() *FormattedApiStackRegionAnyOf
func (NullableFormattedApiStackRegionAnyOf) IsSet ¶
func (v NullableFormattedApiStackRegionAnyOf) IsSet() bool
func (NullableFormattedApiStackRegionAnyOf) MarshalJSON ¶
func (v NullableFormattedApiStackRegionAnyOf) MarshalJSON() ([]byte, error)
func (*NullableFormattedApiStackRegionAnyOf) Set ¶
func (v *NullableFormattedApiStackRegionAnyOf) Set(val *FormattedApiStackRegionAnyOf)
func (*NullableFormattedApiStackRegionAnyOf) UnmarshalJSON ¶
func (v *NullableFormattedApiStackRegionAnyOf) UnmarshalJSON(src []byte) error
func (*NullableFormattedApiStackRegionAnyOf) Unset ¶
func (v *NullableFormattedApiStackRegionAnyOf) Unset()
type NullableFormattedApiStackRegionAnyOf1 ¶
type NullableFormattedApiStackRegionAnyOf1 struct {
// contains filtered or unexported fields
}
func NewNullableFormattedApiStackRegionAnyOf1 ¶
func NewNullableFormattedApiStackRegionAnyOf1(val *FormattedApiStackRegionAnyOf1) *NullableFormattedApiStackRegionAnyOf1
func (NullableFormattedApiStackRegionAnyOf1) Get ¶
func (v NullableFormattedApiStackRegionAnyOf1) Get() *FormattedApiStackRegionAnyOf1
func (NullableFormattedApiStackRegionAnyOf1) IsSet ¶
func (v NullableFormattedApiStackRegionAnyOf1) IsSet() bool
func (NullableFormattedApiStackRegionAnyOf1) MarshalJSON ¶
func (v NullableFormattedApiStackRegionAnyOf1) MarshalJSON() ([]byte, error)
func (*NullableFormattedApiStackRegionAnyOf1) Set ¶
func (v *NullableFormattedApiStackRegionAnyOf1) Set(val *FormattedApiStackRegionAnyOf1)
func (*NullableFormattedApiStackRegionAnyOf1) UnmarshalJSON ¶
func (v *NullableFormattedApiStackRegionAnyOf1) UnmarshalJSON(src []byte) error
func (*NullableFormattedApiStackRegionAnyOf1) Unset ¶
func (v *NullableFormattedApiStackRegionAnyOf1) Unset()
type NullableFormattedOrgMembership ¶
type NullableFormattedOrgMembership struct {
// contains filtered or unexported fields
}
func NewNullableFormattedOrgMembership ¶
func NewNullableFormattedOrgMembership(val *FormattedOrgMembership) *NullableFormattedOrgMembership
func (NullableFormattedOrgMembership) Get ¶
func (v NullableFormattedOrgMembership) Get() *FormattedOrgMembership
func (NullableFormattedOrgMembership) IsSet ¶
func (v NullableFormattedOrgMembership) IsSet() bool
func (NullableFormattedOrgMembership) MarshalJSON ¶
func (v NullableFormattedOrgMembership) MarshalJSON() ([]byte, error)
func (*NullableFormattedOrgMembership) Set ¶
func (v *NullableFormattedOrgMembership) Set(val *FormattedOrgMembership)
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 NewNullableFormattedOrgMembershipAllowGCloudTrial ¶
func NewNullableFormattedOrgMembershipAllowGCloudTrial(val *FormattedOrgMembershipAllowGCloudTrial) *NullableFormattedOrgMembershipAllowGCloudTrial
func (NullableFormattedOrgMembershipAllowGCloudTrial) IsSet ¶
func (v NullableFormattedOrgMembershipAllowGCloudTrial) IsSet() bool
func (NullableFormattedOrgMembershipAllowGCloudTrial) MarshalJSON ¶
func (v NullableFormattedOrgMembershipAllowGCloudTrial) MarshalJSON() ([]byte, error)
func (*NullableFormattedOrgMembershipAllowGCloudTrial) Set ¶
func (v *NullableFormattedOrgMembershipAllowGCloudTrial) Set(val *FormattedOrgMembershipAllowGCloudTrial)
func (*NullableFormattedOrgMembershipAllowGCloudTrial) UnmarshalJSON ¶
func (v *NullableFormattedOrgMembershipAllowGCloudTrial) UnmarshalJSON(src []byte) error
func (*NullableFormattedOrgMembershipAllowGCloudTrial) Unset ¶
func (v *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 NewNullableGetAccessPolicies200Response ¶
func NewNullableGetAccessPolicies200Response(val *GetAccessPolicies200Response) *NullableGetAccessPolicies200Response
func (NullableGetAccessPolicies200Response) Get ¶
func (v NullableGetAccessPolicies200Response) Get() *GetAccessPolicies200Response
func (NullableGetAccessPolicies200Response) IsSet ¶
func (v NullableGetAccessPolicies200Response) IsSet() bool
func (NullableGetAccessPolicies200Response) MarshalJSON ¶
func (v NullableGetAccessPolicies200Response) MarshalJSON() ([]byte, error)
func (*NullableGetAccessPolicies200Response) Set ¶
func (v *NullableGetAccessPolicies200Response) Set(val *GetAccessPolicies200Response)
func (*NullableGetAccessPolicies200Response) UnmarshalJSON ¶
func (v *NullableGetAccessPolicies200Response) UnmarshalJSON(src []byte) error
func (*NullableGetAccessPolicies200Response) Unset ¶
func (v *NullableGetAccessPolicies200Response) Unset()
type NullableGetInstancePlugins200Response ¶
type NullableGetInstancePlugins200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetInstancePlugins200Response ¶
func NewNullableGetInstancePlugins200Response(val *GetInstancePlugins200Response) *NullableGetInstancePlugins200Response
func (NullableGetInstancePlugins200Response) Get ¶
func (v NullableGetInstancePlugins200Response) Get() *GetInstancePlugins200Response
func (NullableGetInstancePlugins200Response) IsSet ¶
func (v NullableGetInstancePlugins200Response) IsSet() bool
func (NullableGetInstancePlugins200Response) MarshalJSON ¶
func (v NullableGetInstancePlugins200Response) MarshalJSON() ([]byte, error)
func (*NullableGetInstancePlugins200Response) Set ¶
func (v *NullableGetInstancePlugins200Response) Set(val *GetInstancePlugins200Response)
func (*NullableGetInstancePlugins200Response) UnmarshalJSON ¶
func (v *NullableGetInstancePlugins200Response) UnmarshalJSON(src []byte) error
func (*NullableGetInstancePlugins200Response) Unset ¶
func (v *NullableGetInstancePlugins200Response) Unset()
type NullableGetInstances200Response ¶
type NullableGetInstances200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetInstances200Response ¶
func NewNullableGetInstances200Response(val *GetInstances200Response) *NullableGetInstances200Response
func (NullableGetInstances200Response) Get ¶
func (v NullableGetInstances200Response) Get() *GetInstances200Response
func (NullableGetInstances200Response) IsSet ¶
func (v NullableGetInstances200Response) IsSet() bool
func (NullableGetInstances200Response) MarshalJSON ¶
func (v NullableGetInstances200Response) MarshalJSON() ([]byte, error)
func (*NullableGetInstances200Response) Set ¶
func (v *NullableGetInstances200Response) Set(val *GetInstances200Response)
func (*NullableGetInstances200Response) UnmarshalJSON ¶
func (v *NullableGetInstances200Response) UnmarshalJSON(src []byte) error
func (*NullableGetInstances200Response) Unset ¶
func (v *NullableGetInstances200Response) Unset()
type NullableGetStackRegions200Response ¶
type NullableGetStackRegions200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetStackRegions200Response ¶
func NewNullableGetStackRegions200Response(val *GetStackRegions200Response) *NullableGetStackRegions200Response
func (NullableGetStackRegions200Response) Get ¶
func (v NullableGetStackRegions200Response) Get() *GetStackRegions200Response
func (NullableGetStackRegions200Response) IsSet ¶
func (v NullableGetStackRegions200Response) IsSet() bool
func (NullableGetStackRegions200Response) MarshalJSON ¶
func (v NullableGetStackRegions200Response) MarshalJSON() ([]byte, error)
func (*NullableGetStackRegions200Response) Set ¶
func (v *NullableGetStackRegions200Response) Set(val *GetStackRegions200Response)
func (*NullableGetStackRegions200Response) UnmarshalJSON ¶
func (v *NullableGetStackRegions200Response) UnmarshalJSON(src []byte) error
func (*NullableGetStackRegions200Response) Unset ¶
func (v *NullableGetStackRegions200Response) Unset()
type NullableGrafanaNewApiKeyResult ¶
type NullableGrafanaNewApiKeyResult struct {
// contains filtered or unexported fields
}
func NewNullableGrafanaNewApiKeyResult ¶
func NewNullableGrafanaNewApiKeyResult(val *GrafanaNewApiKeyResult) *NullableGrafanaNewApiKeyResult
func (NullableGrafanaNewApiKeyResult) Get ¶
func (v NullableGrafanaNewApiKeyResult) Get() *GrafanaNewApiKeyResult
func (NullableGrafanaNewApiKeyResult) IsSet ¶
func (v NullableGrafanaNewApiKeyResult) IsSet() bool
func (NullableGrafanaNewApiKeyResult) MarshalJSON ¶
func (v NullableGrafanaNewApiKeyResult) MarshalJSON() ([]byte, error)
func (*NullableGrafanaNewApiKeyResult) Set ¶
func (v *NullableGrafanaNewApiKeyResult) Set(val *GrafanaNewApiKeyResult)
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 NewNullableGrafanaServiceAccountDTO ¶
func NewNullableGrafanaServiceAccountDTO(val *GrafanaServiceAccountDTO) *NullableGrafanaServiceAccountDTO
func (NullableGrafanaServiceAccountDTO) Get ¶
func (v NullableGrafanaServiceAccountDTO) Get() *GrafanaServiceAccountDTO
func (NullableGrafanaServiceAccountDTO) IsSet ¶
func (v NullableGrafanaServiceAccountDTO) IsSet() bool
func (NullableGrafanaServiceAccountDTO) MarshalJSON ¶
func (v NullableGrafanaServiceAccountDTO) MarshalJSON() ([]byte, error)
func (*NullableGrafanaServiceAccountDTO) Set ¶
func (v *NullableGrafanaServiceAccountDTO) Set(val *GrafanaServiceAccountDTO)
func (*NullableGrafanaServiceAccountDTO) UnmarshalJSON ¶
func (v *NullableGrafanaServiceAccountDTO) UnmarshalJSON(src []byte) error
func (*NullableGrafanaServiceAccountDTO) Unset ¶
func (v *NullableGrafanaServiceAccountDTO) Unset()
type NullableGrafanaTokenDTO ¶
type NullableGrafanaTokenDTO struct {
// contains filtered or unexported fields
}
func NewNullableGrafanaTokenDTO ¶
func NewNullableGrafanaTokenDTO(val *GrafanaTokenDTO) *NullableGrafanaTokenDTO
func (NullableGrafanaTokenDTO) Get ¶
func (v NullableGrafanaTokenDTO) Get() *GrafanaTokenDTO
func (NullableGrafanaTokenDTO) IsSet ¶
func (v NullableGrafanaTokenDTO) IsSet() bool
func (NullableGrafanaTokenDTO) MarshalJSON ¶
func (v NullableGrafanaTokenDTO) MarshalJSON() ([]byte, error)
func (*NullableGrafanaTokenDTO) Set ¶
func (v *NullableGrafanaTokenDTO) Set(val *GrafanaTokenDTO)
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 NewNullableInstanceUsersResponse ¶
func NewNullableInstanceUsersResponse(val *InstanceUsersResponse) *NullableInstanceUsersResponse
func (NullableInstanceUsersResponse) Get ¶
func (v NullableInstanceUsersResponse) Get() *InstanceUsersResponse
func (NullableInstanceUsersResponse) IsSet ¶
func (v NullableInstanceUsersResponse) IsSet() bool
func (NullableInstanceUsersResponse) MarshalJSON ¶
func (v NullableInstanceUsersResponse) MarshalJSON() ([]byte, error)
func (*NullableInstanceUsersResponse) Set ¶
func (v *NullableInstanceUsersResponse) Set(val *InstanceUsersResponse)
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 (v NullableItemsInner1) Get() *ItemsInner1
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 (v NullableItemsInner2) Get() *ItemsInner2
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 NewNullableItemsInner2GrafanaStaffAccess ¶
func NewNullableItemsInner2GrafanaStaffAccess(val *ItemsInner2GrafanaStaffAccess) *NullableItemsInner2GrafanaStaffAccess
func (NullableItemsInner2GrafanaStaffAccess) Get ¶
func (v NullableItemsInner2GrafanaStaffAccess) Get() *ItemsInner2GrafanaStaffAccess
func (NullableItemsInner2GrafanaStaffAccess) IsSet ¶
func (v NullableItemsInner2GrafanaStaffAccess) IsSet() bool
func (NullableItemsInner2GrafanaStaffAccess) MarshalJSON ¶
func (v NullableItemsInner2GrafanaStaffAccess) MarshalJSON() ([]byte, error)
func (*NullableItemsInner2GrafanaStaffAccess) Set ¶
func (v *NullableItemsInner2GrafanaStaffAccess) Set(val *ItemsInner2GrafanaStaffAccess)
func (*NullableItemsInner2GrafanaStaffAccess) UnmarshalJSON ¶
func (v *NullableItemsInner2GrafanaStaffAccess) UnmarshalJSON(src []byte) error
func (*NullableItemsInner2GrafanaStaffAccess) Unset ¶
func (v *NullableItemsInner2GrafanaStaffAccess) Unset()
type NullableItemsInner2MarketplaceSubscription ¶
type NullableItemsInner2MarketplaceSubscription struct {
// contains filtered or unexported fields
}
func NewNullableItemsInner2MarketplaceSubscription ¶
func NewNullableItemsInner2MarketplaceSubscription(val *ItemsInner2MarketplaceSubscription) *NullableItemsInner2MarketplaceSubscription
func (NullableItemsInner2MarketplaceSubscription) IsSet ¶
func (v NullableItemsInner2MarketplaceSubscription) IsSet() bool
func (NullableItemsInner2MarketplaceSubscription) MarshalJSON ¶
func (v NullableItemsInner2MarketplaceSubscription) MarshalJSON() ([]byte, error)
func (*NullableItemsInner2MarketplaceSubscription) Set ¶
func (v *NullableItemsInner2MarketplaceSubscription) Set(val *ItemsInner2MarketplaceSubscription)
func (*NullableItemsInner2MarketplaceSubscription) UnmarshalJSON ¶
func (v *NullableItemsInner2MarketplaceSubscription) UnmarshalJSON(src []byte) error
func (*NullableItemsInner2MarketplaceSubscription) Unset ¶
func (v *NullableItemsInner2MarketplaceSubscription) Unset()
type NullableItemsInner3 ¶
type NullableItemsInner3 struct {
// contains filtered or unexported fields
}
func NewNullableItemsInner3 ¶
func NewNullableItemsInner3(val *ItemsInner3) *NullableItemsInner3
func (NullableItemsInner3) Get ¶
func (v NullableItemsInner3) Get() *ItemsInner3
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 (v NullableItemsInner4) Get() *ItemsInner4
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 (v NullableItemsInnerId) Get() *ItemsInnerId
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 (v NullableLinksInner1) Get() *LinksInner1
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 NewNullableModifiedGetOrgBilledUsageResponse ¶
func NewNullableModifiedGetOrgBilledUsageResponse(val *ModifiedGetOrgBilledUsageResponse) *NullableModifiedGetOrgBilledUsageResponse
func (NullableModifiedGetOrgBilledUsageResponse) IsSet ¶
func (v NullableModifiedGetOrgBilledUsageResponse) IsSet() bool
func (NullableModifiedGetOrgBilledUsageResponse) MarshalJSON ¶
func (v NullableModifiedGetOrgBilledUsageResponse) MarshalJSON() ([]byte, error)
func (*NullableModifiedGetOrgBilledUsageResponse) Set ¶
func (v *NullableModifiedGetOrgBilledUsageResponse) Set(val *ModifiedGetOrgBilledUsageResponse)
func (*NullableModifiedGetOrgBilledUsageResponse) UnmarshalJSON ¶
func (v *NullableModifiedGetOrgBilledUsageResponse) UnmarshalJSON(src []byte) error
func (*NullableModifiedGetOrgBilledUsageResponse) Unset ¶
func (v *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 NewNullableOrgBilledUsageHistory ¶
func NewNullableOrgBilledUsageHistory(val *OrgBilledUsageHistory) *NullableOrgBilledUsageHistory
func (NullableOrgBilledUsageHistory) Get ¶
func (v NullableOrgBilledUsageHistory) Get() *OrgBilledUsageHistory
func (NullableOrgBilledUsageHistory) IsSet ¶
func (v NullableOrgBilledUsageHistory) IsSet() bool
func (NullableOrgBilledUsageHistory) MarshalJSON ¶
func (v NullableOrgBilledUsageHistory) MarshalJSON() ([]byte, error)
func (*NullableOrgBilledUsageHistory) Set ¶
func (v *NullableOrgBilledUsageHistory) Set(val *OrgBilledUsageHistory)
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 NewNullableOrgMemberListResponse ¶
func NewNullableOrgMemberListResponse(val *OrgMemberListResponse) *NullableOrgMemberListResponse
func (NullableOrgMemberListResponse) Get ¶
func (v NullableOrgMemberListResponse) Get() *OrgMemberListResponse
func (NullableOrgMemberListResponse) IsSet ¶
func (v NullableOrgMemberListResponse) IsSet() bool
func (NullableOrgMemberListResponse) MarshalJSON ¶
func (v NullableOrgMemberListResponse) MarshalJSON() ([]byte, error)
func (*NullableOrgMemberListResponse) Set ¶
func (v *NullableOrgMemberListResponse) Set(val *OrgMemberListResponse)
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 NewNullableOtlpPrivateConnectivityInfo ¶
func NewNullableOtlpPrivateConnectivityInfo(val *OtlpPrivateConnectivityInfo) *NullableOtlpPrivateConnectivityInfo
func (NullableOtlpPrivateConnectivityInfo) Get ¶
func (v NullableOtlpPrivateConnectivityInfo) Get() *OtlpPrivateConnectivityInfo
func (NullableOtlpPrivateConnectivityInfo) IsSet ¶
func (v NullableOtlpPrivateConnectivityInfo) IsSet() bool
func (NullableOtlpPrivateConnectivityInfo) MarshalJSON ¶
func (v NullableOtlpPrivateConnectivityInfo) MarshalJSON() ([]byte, error)
func (*NullableOtlpPrivateConnectivityInfo) Set ¶
func (v *NullableOtlpPrivateConnectivityInfo) Set(val *OtlpPrivateConnectivityInfo)
func (*NullableOtlpPrivateConnectivityInfo) UnmarshalJSON ¶
func (v *NullableOtlpPrivateConnectivityInfo) UnmarshalJSON(src []byte) error
func (*NullableOtlpPrivateConnectivityInfo) Unset ¶
func (v *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 NewNullablePdcPrivateConnectivityInfo ¶
func NewNullablePdcPrivateConnectivityInfo(val *PdcPrivateConnectivityInfo) *NullablePdcPrivateConnectivityInfo
func (NullablePdcPrivateConnectivityInfo) Get ¶
func (v NullablePdcPrivateConnectivityInfo) Get() *PdcPrivateConnectivityInfo
func (NullablePdcPrivateConnectivityInfo) IsSet ¶
func (v NullablePdcPrivateConnectivityInfo) IsSet() bool
func (NullablePdcPrivateConnectivityInfo) MarshalJSON ¶
func (v NullablePdcPrivateConnectivityInfo) MarshalJSON() ([]byte, error)
func (*NullablePdcPrivateConnectivityInfo) Set ¶
func (v *NullablePdcPrivateConnectivityInfo) Set(val *PdcPrivateConnectivityInfo)
func (*NullablePdcPrivateConnectivityInfo) UnmarshalJSON ¶
func (v *NullablePdcPrivateConnectivityInfo) UnmarshalJSON(src []byte) error
func (*NullablePdcPrivateConnectivityInfo) Unset ¶
func (v *NullablePdcPrivateConnectivityInfo) Unset()
type NullablePdcPrivateConnectivityInfoAnyOf ¶
type NullablePdcPrivateConnectivityInfoAnyOf struct {
// contains filtered or unexported fields
}
func NewNullablePdcPrivateConnectivityInfoAnyOf ¶
func NewNullablePdcPrivateConnectivityInfoAnyOf(val *PdcPrivateConnectivityInfoAnyOf) *NullablePdcPrivateConnectivityInfoAnyOf
func (NullablePdcPrivateConnectivityInfoAnyOf) IsSet ¶
func (v NullablePdcPrivateConnectivityInfoAnyOf) IsSet() bool
func (NullablePdcPrivateConnectivityInfoAnyOf) MarshalJSON ¶
func (v NullablePdcPrivateConnectivityInfoAnyOf) MarshalJSON() ([]byte, error)
func (*NullablePdcPrivateConnectivityInfoAnyOf) Set ¶
func (v *NullablePdcPrivateConnectivityInfoAnyOf) Set(val *PdcPrivateConnectivityInfoAnyOf)
func (*NullablePdcPrivateConnectivityInfoAnyOf) UnmarshalJSON ¶
func (v *NullablePdcPrivateConnectivityInfoAnyOf) UnmarshalJSON(src []byte) error
func (*NullablePdcPrivateConnectivityInfoAnyOf) Unset ¶
func (v *NullablePdcPrivateConnectivityInfoAnyOf) Unset()
type NullablePdcPrivateConnectivityInfoAnyOf1 ¶
type NullablePdcPrivateConnectivityInfoAnyOf1 struct {
// contains filtered or unexported fields
}
func NewNullablePdcPrivateConnectivityInfoAnyOf1 ¶
func NewNullablePdcPrivateConnectivityInfoAnyOf1(val *PdcPrivateConnectivityInfoAnyOf1) *NullablePdcPrivateConnectivityInfoAnyOf1
func (NullablePdcPrivateConnectivityInfoAnyOf1) IsSet ¶
func (v NullablePdcPrivateConnectivityInfoAnyOf1) IsSet() bool
func (NullablePdcPrivateConnectivityInfoAnyOf1) MarshalJSON ¶
func (v NullablePdcPrivateConnectivityInfoAnyOf1) MarshalJSON() ([]byte, error)
func (*NullablePdcPrivateConnectivityInfoAnyOf1) Set ¶
func (v *NullablePdcPrivateConnectivityInfoAnyOf1) Set(val *PdcPrivateConnectivityInfoAnyOf1)
func (*NullablePdcPrivateConnectivityInfoAnyOf1) UnmarshalJSON ¶
func (v *NullablePdcPrivateConnectivityInfoAnyOf1) UnmarshalJSON(src []byte) error
func (*NullablePdcPrivateConnectivityInfoAnyOf1) Unset ¶
func (v *NullablePdcPrivateConnectivityInfoAnyOf1) Unset()
type NullablePdcPrivateConnectivityInfoAnyOf2 ¶
type NullablePdcPrivateConnectivityInfoAnyOf2 struct {
// contains filtered or unexported fields
}
func NewNullablePdcPrivateConnectivityInfoAnyOf2 ¶
func NewNullablePdcPrivateConnectivityInfoAnyOf2(val *PdcPrivateConnectivityInfoAnyOf2) *NullablePdcPrivateConnectivityInfoAnyOf2
func (NullablePdcPrivateConnectivityInfoAnyOf2) IsSet ¶
func (v NullablePdcPrivateConnectivityInfoAnyOf2) IsSet() bool
func (NullablePdcPrivateConnectivityInfoAnyOf2) MarshalJSON ¶
func (v NullablePdcPrivateConnectivityInfoAnyOf2) MarshalJSON() ([]byte, error)
func (*NullablePdcPrivateConnectivityInfoAnyOf2) Set ¶
func (v *NullablePdcPrivateConnectivityInfoAnyOf2) Set(val *PdcPrivateConnectivityInfoAnyOf2)
func (*NullablePdcPrivateConnectivityInfoAnyOf2) UnmarshalJSON ¶
func (v *NullablePdcPrivateConnectivityInfoAnyOf2) UnmarshalJSON(src []byte) error
func (*NullablePdcPrivateConnectivityInfoAnyOf2) Unset ¶
func (v *NullablePdcPrivateConnectivityInfoAnyOf2) Unset()
type NullablePostAccessPoliciesRequest ¶
type NullablePostAccessPoliciesRequest struct {
// contains filtered or unexported fields
}
func NewNullablePostAccessPoliciesRequest ¶
func NewNullablePostAccessPoliciesRequest(val *PostAccessPoliciesRequest) *NullablePostAccessPoliciesRequest
func (NullablePostAccessPoliciesRequest) Get ¶
func (v NullablePostAccessPoliciesRequest) Get() *PostAccessPoliciesRequest
func (NullablePostAccessPoliciesRequest) IsSet ¶
func (v NullablePostAccessPoliciesRequest) IsSet() bool
func (NullablePostAccessPoliciesRequest) MarshalJSON ¶
func (v NullablePostAccessPoliciesRequest) MarshalJSON() ([]byte, error)
func (*NullablePostAccessPoliciesRequest) Set ¶
func (v *NullablePostAccessPoliciesRequest) Set(val *PostAccessPoliciesRequest)
func (*NullablePostAccessPoliciesRequest) UnmarshalJSON ¶
func (v *NullablePostAccessPoliciesRequest) UnmarshalJSON(src []byte) error
func (*NullablePostAccessPoliciesRequest) Unset ¶
func (v *NullablePostAccessPoliciesRequest) Unset()
type NullablePostAccessPoliciesRequestAttributes ¶
type NullablePostAccessPoliciesRequestAttributes struct {
// contains filtered or unexported fields
}
func NewNullablePostAccessPoliciesRequestAttributes ¶
func NewNullablePostAccessPoliciesRequestAttributes(val *PostAccessPoliciesRequestAttributes) *NullablePostAccessPoliciesRequestAttributes
func (NullablePostAccessPoliciesRequestAttributes) IsSet ¶
func (v NullablePostAccessPoliciesRequestAttributes) IsSet() bool
func (NullablePostAccessPoliciesRequestAttributes) MarshalJSON ¶
func (v NullablePostAccessPoliciesRequestAttributes) MarshalJSON() ([]byte, error)
func (*NullablePostAccessPoliciesRequestAttributes) Set ¶
func (v *NullablePostAccessPoliciesRequestAttributes) Set(val *PostAccessPoliciesRequestAttributes)
func (*NullablePostAccessPoliciesRequestAttributes) UnmarshalJSON ¶
func (v *NullablePostAccessPoliciesRequestAttributes) UnmarshalJSON(src []byte) error
func (*NullablePostAccessPoliciesRequestAttributes) Unset ¶
func (v *NullablePostAccessPoliciesRequestAttributes) Unset()
type NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy ¶
type NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy struct {
// contains filtered or unexported fields
}
func NewNullablePostAccessPoliciesRequestAttributesLokiQueryPolicy ¶
func NewNullablePostAccessPoliciesRequestAttributesLokiQueryPolicy(val *PostAccessPoliciesRequestAttributesLokiQueryPolicy) *NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy
func (NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) IsSet ¶
func (v NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) IsSet() bool
func (NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) MarshalJSON ¶
func (v NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) MarshalJSON() ([]byte, error)
func (*NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) UnmarshalJSON ¶
func (v *NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) UnmarshalJSON(src []byte) error
func (*NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) Unset ¶
func (v *NullablePostAccessPoliciesRequestAttributesLokiQueryPolicy) Unset()
type NullablePostAccessPoliciesRequestAttributesPdcConfiguration ¶
type NullablePostAccessPoliciesRequestAttributesPdcConfiguration struct {
// contains filtered or unexported fields
}
func NewNullablePostAccessPoliciesRequestAttributesPdcConfiguration ¶
func NewNullablePostAccessPoliciesRequestAttributesPdcConfiguration(val *PostAccessPoliciesRequestAttributesPdcConfiguration) *NullablePostAccessPoliciesRequestAttributesPdcConfiguration
func (NullablePostAccessPoliciesRequestAttributesPdcConfiguration) IsSet ¶
func (v NullablePostAccessPoliciesRequestAttributesPdcConfiguration) IsSet() bool
func (NullablePostAccessPoliciesRequestAttributesPdcConfiguration) MarshalJSON ¶
func (v NullablePostAccessPoliciesRequestAttributesPdcConfiguration) MarshalJSON() ([]byte, error)
func (*NullablePostAccessPoliciesRequestAttributesPdcConfiguration) UnmarshalJSON ¶
func (v *NullablePostAccessPoliciesRequestAttributesPdcConfiguration) UnmarshalJSON(src []byte) error
func (*NullablePostAccessPoliciesRequestAttributesPdcConfiguration) Unset ¶
func (v *NullablePostAccessPoliciesRequestAttributesPdcConfiguration) Unset()
type NullablePostAccessPoliciesRequestConditions ¶
type NullablePostAccessPoliciesRequestConditions struct {
// contains filtered or unexported fields
}
func NewNullablePostAccessPoliciesRequestConditions ¶
func NewNullablePostAccessPoliciesRequestConditions(val *PostAccessPoliciesRequestConditions) *NullablePostAccessPoliciesRequestConditions
func (NullablePostAccessPoliciesRequestConditions) IsSet ¶
func (v NullablePostAccessPoliciesRequestConditions) IsSet() bool
func (NullablePostAccessPoliciesRequestConditions) MarshalJSON ¶
func (v NullablePostAccessPoliciesRequestConditions) MarshalJSON() ([]byte, error)
func (*NullablePostAccessPoliciesRequestConditions) Set ¶
func (v *NullablePostAccessPoliciesRequestConditions) Set(val *PostAccessPoliciesRequestConditions)
func (*NullablePostAccessPoliciesRequestConditions) UnmarshalJSON ¶
func (v *NullablePostAccessPoliciesRequestConditions) UnmarshalJSON(src []byte) error
func (*NullablePostAccessPoliciesRequestConditions) Unset ¶
func (v *NullablePostAccessPoliciesRequestConditions) Unset()
type NullablePostAccessPoliciesRequestRealmsInner ¶
type NullablePostAccessPoliciesRequestRealmsInner struct {
// contains filtered or unexported fields
}
func NewNullablePostAccessPoliciesRequestRealmsInner ¶
func NewNullablePostAccessPoliciesRequestRealmsInner(val *PostAccessPoliciesRequestRealmsInner) *NullablePostAccessPoliciesRequestRealmsInner
func (NullablePostAccessPoliciesRequestRealmsInner) IsSet ¶
func (v NullablePostAccessPoliciesRequestRealmsInner) IsSet() bool
func (NullablePostAccessPoliciesRequestRealmsInner) MarshalJSON ¶
func (v NullablePostAccessPoliciesRequestRealmsInner) MarshalJSON() ([]byte, error)
func (*NullablePostAccessPoliciesRequestRealmsInner) Set ¶
func (v *NullablePostAccessPoliciesRequestRealmsInner) Set(val *PostAccessPoliciesRequestRealmsInner)
func (*NullablePostAccessPoliciesRequestRealmsInner) UnmarshalJSON ¶
func (v *NullablePostAccessPoliciesRequestRealmsInner) UnmarshalJSON(src []byte) error
func (*NullablePostAccessPoliciesRequestRealmsInner) Unset ¶
func (v *NullablePostAccessPoliciesRequestRealmsInner) Unset()
type NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner ¶
type NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner struct {
// contains filtered or unexported fields
}
func NewNullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner ¶
func NewNullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner(val *PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) *NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner
func (NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) IsSet ¶
func (v NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) IsSet() bool
func (NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) MarshalJSON ¶
func (v NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) MarshalJSON() ([]byte, error)
func (*NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) UnmarshalJSON ¶
func (v *NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) UnmarshalJSON(src []byte) error
func (*NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) Unset ¶
func (v *NullablePostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) Unset()
type NullablePostAccessPolicyRequest ¶
type NullablePostAccessPolicyRequest struct {
// contains filtered or unexported fields
}
func NewNullablePostAccessPolicyRequest ¶
func NewNullablePostAccessPolicyRequest(val *PostAccessPolicyRequest) *NullablePostAccessPolicyRequest
func (NullablePostAccessPolicyRequest) Get ¶
func (v NullablePostAccessPolicyRequest) Get() *PostAccessPolicyRequest
func (NullablePostAccessPolicyRequest) IsSet ¶
func (v NullablePostAccessPolicyRequest) IsSet() bool
func (NullablePostAccessPolicyRequest) MarshalJSON ¶
func (v NullablePostAccessPolicyRequest) MarshalJSON() ([]byte, error)
func (*NullablePostAccessPolicyRequest) Set ¶
func (v *NullablePostAccessPolicyRequest) Set(val *PostAccessPolicyRequest)
func (*NullablePostAccessPolicyRequest) UnmarshalJSON ¶
func (v *NullablePostAccessPolicyRequest) UnmarshalJSON(src []byte) error
func (*NullablePostAccessPolicyRequest) Unset ¶
func (v *NullablePostAccessPolicyRequest) Unset()
type NullablePostApiKeysRequest ¶
type NullablePostApiKeysRequest struct {
// contains filtered or unexported fields
}
func NewNullablePostApiKeysRequest ¶
func NewNullablePostApiKeysRequest(val *PostApiKeysRequest) *NullablePostApiKeysRequest
func (NullablePostApiKeysRequest) Get ¶
func (v NullablePostApiKeysRequest) Get() *PostApiKeysRequest
func (NullablePostApiKeysRequest) IsSet ¶
func (v NullablePostApiKeysRequest) IsSet() bool
func (NullablePostApiKeysRequest) MarshalJSON ¶
func (v NullablePostApiKeysRequest) MarshalJSON() ([]byte, error)
func (*NullablePostApiKeysRequest) Set ¶
func (v *NullablePostApiKeysRequest) Set(val *PostApiKeysRequest)
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 NewNullablePostInstanceOAuthAzureADRequest ¶
func NewNullablePostInstanceOAuthAzureADRequest(val *PostInstanceOAuthAzureADRequest) *NullablePostInstanceOAuthAzureADRequest
func (NullablePostInstanceOAuthAzureADRequest) IsSet ¶
func (v NullablePostInstanceOAuthAzureADRequest) IsSet() bool
func (NullablePostInstanceOAuthAzureADRequest) MarshalJSON ¶
func (v NullablePostInstanceOAuthAzureADRequest) MarshalJSON() ([]byte, error)
func (*NullablePostInstanceOAuthAzureADRequest) Set ¶
func (v *NullablePostInstanceOAuthAzureADRequest) Set(val *PostInstanceOAuthAzureADRequest)
func (*NullablePostInstanceOAuthAzureADRequest) UnmarshalJSON ¶
func (v *NullablePostInstanceOAuthAzureADRequest) UnmarshalJSON(src []byte) error
func (*NullablePostInstanceOAuthAzureADRequest) Unset ¶
func (v *NullablePostInstanceOAuthAzureADRequest) Unset()
type NullablePostInstanceOAuthGithubRequest ¶
type NullablePostInstanceOAuthGithubRequest struct {
// contains filtered or unexported fields
}
func NewNullablePostInstanceOAuthGithubRequest ¶
func NewNullablePostInstanceOAuthGithubRequest(val *PostInstanceOAuthGithubRequest) *NullablePostInstanceOAuthGithubRequest
func (NullablePostInstanceOAuthGithubRequest) Get ¶
func (v NullablePostInstanceOAuthGithubRequest) Get() *PostInstanceOAuthGithubRequest
func (NullablePostInstanceOAuthGithubRequest) IsSet ¶
func (v NullablePostInstanceOAuthGithubRequest) IsSet() bool
func (NullablePostInstanceOAuthGithubRequest) MarshalJSON ¶
func (v NullablePostInstanceOAuthGithubRequest) MarshalJSON() ([]byte, error)
func (*NullablePostInstanceOAuthGithubRequest) Set ¶
func (v *NullablePostInstanceOAuthGithubRequest) Set(val *PostInstanceOAuthGithubRequest)
func (*NullablePostInstanceOAuthGithubRequest) UnmarshalJSON ¶
func (v *NullablePostInstanceOAuthGithubRequest) UnmarshalJSON(src []byte) error
func (*NullablePostInstanceOAuthGithubRequest) Unset ¶
func (v *NullablePostInstanceOAuthGithubRequest) Unset()
type NullablePostInstanceOAuthGoogleRequest ¶
type NullablePostInstanceOAuthGoogleRequest struct {
// contains filtered or unexported fields
}
func NewNullablePostInstanceOAuthGoogleRequest ¶
func NewNullablePostInstanceOAuthGoogleRequest(val *PostInstanceOAuthGoogleRequest) *NullablePostInstanceOAuthGoogleRequest
func (NullablePostInstanceOAuthGoogleRequest) Get ¶
func (v NullablePostInstanceOAuthGoogleRequest) Get() *PostInstanceOAuthGoogleRequest
func (NullablePostInstanceOAuthGoogleRequest) IsSet ¶
func (v NullablePostInstanceOAuthGoogleRequest) IsSet() bool
func (NullablePostInstanceOAuthGoogleRequest) MarshalJSON ¶
func (v NullablePostInstanceOAuthGoogleRequest) MarshalJSON() ([]byte, error)
func (*NullablePostInstanceOAuthGoogleRequest) Set ¶
func (v *NullablePostInstanceOAuthGoogleRequest) Set(val *PostInstanceOAuthGoogleRequest)
func (*NullablePostInstanceOAuthGoogleRequest) UnmarshalJSON ¶
func (v *NullablePostInstanceOAuthGoogleRequest) UnmarshalJSON(src []byte) error
func (*NullablePostInstanceOAuthGoogleRequest) Unset ¶
func (v *NullablePostInstanceOAuthGoogleRequest) Unset()
type NullablePostInstanceOAuthOktaRequest ¶
type NullablePostInstanceOAuthOktaRequest struct {
// contains filtered or unexported fields
}
func NewNullablePostInstanceOAuthOktaRequest ¶
func NewNullablePostInstanceOAuthOktaRequest(val *PostInstanceOAuthOktaRequest) *NullablePostInstanceOAuthOktaRequest
func (NullablePostInstanceOAuthOktaRequest) Get ¶
func (v NullablePostInstanceOAuthOktaRequest) Get() *PostInstanceOAuthOktaRequest
func (NullablePostInstanceOAuthOktaRequest) IsSet ¶
func (v NullablePostInstanceOAuthOktaRequest) IsSet() bool
func (NullablePostInstanceOAuthOktaRequest) MarshalJSON ¶
func (v NullablePostInstanceOAuthOktaRequest) MarshalJSON() ([]byte, error)
func (*NullablePostInstanceOAuthOktaRequest) Set ¶
func (v *NullablePostInstanceOAuthOktaRequest) Set(val *PostInstanceOAuthOktaRequest)
func (*NullablePostInstanceOAuthOktaRequest) UnmarshalJSON ¶
func (v *NullablePostInstanceOAuthOktaRequest) UnmarshalJSON(src []byte) error
func (*NullablePostInstanceOAuthOktaRequest) Unset ¶
func (v *NullablePostInstanceOAuthOktaRequest) Unset()
type NullablePostInstancePluginRequest ¶
type NullablePostInstancePluginRequest struct {
// contains filtered or unexported fields
}
func NewNullablePostInstancePluginRequest ¶
func NewNullablePostInstancePluginRequest(val *PostInstancePluginRequest) *NullablePostInstancePluginRequest
func (NullablePostInstancePluginRequest) Get ¶
func (v NullablePostInstancePluginRequest) Get() *PostInstancePluginRequest
func (NullablePostInstancePluginRequest) IsSet ¶
func (v NullablePostInstancePluginRequest) IsSet() bool
func (NullablePostInstancePluginRequest) MarshalJSON ¶
func (v NullablePostInstancePluginRequest) MarshalJSON() ([]byte, error)
func (*NullablePostInstancePluginRequest) Set ¶
func (v *NullablePostInstancePluginRequest) Set(val *PostInstancePluginRequest)
func (*NullablePostInstancePluginRequest) UnmarshalJSON ¶
func (v *NullablePostInstancePluginRequest) UnmarshalJSON(src []byte) error
func (*NullablePostInstancePluginRequest) Unset ¶
func (v *NullablePostInstancePluginRequest) Unset()
type NullablePostInstancePluginsRequest ¶
type NullablePostInstancePluginsRequest struct {
// contains filtered or unexported fields
}
func NewNullablePostInstancePluginsRequest ¶
func NewNullablePostInstancePluginsRequest(val *PostInstancePluginsRequest) *NullablePostInstancePluginsRequest
func (NullablePostInstancePluginsRequest) Get ¶
func (v NullablePostInstancePluginsRequest) Get() *PostInstancePluginsRequest
func (NullablePostInstancePluginsRequest) IsSet ¶
func (v NullablePostInstancePluginsRequest) IsSet() bool
func (NullablePostInstancePluginsRequest) MarshalJSON ¶
func (v NullablePostInstancePluginsRequest) MarshalJSON() ([]byte, error)
func (*NullablePostInstancePluginsRequest) Set ¶
func (v *NullablePostInstancePluginsRequest) Set(val *PostInstancePluginsRequest)
func (*NullablePostInstancePluginsRequest) UnmarshalJSON ¶
func (v *NullablePostInstancePluginsRequest) UnmarshalJSON(src []byte) error
func (*NullablePostInstancePluginsRequest) Unset ¶
func (v *NullablePostInstancePluginsRequest) Unset()
type NullablePostInstanceRequest ¶
type NullablePostInstanceRequest struct {
// contains filtered or unexported fields
}
func NewNullablePostInstanceRequest ¶
func NewNullablePostInstanceRequest(val *PostInstanceRequest) *NullablePostInstanceRequest
func (NullablePostInstanceRequest) Get ¶
func (v NullablePostInstanceRequest) Get() *PostInstanceRequest
func (NullablePostInstanceRequest) IsSet ¶
func (v NullablePostInstanceRequest) IsSet() bool
func (NullablePostInstanceRequest) MarshalJSON ¶
func (v NullablePostInstanceRequest) MarshalJSON() ([]byte, error)
func (*NullablePostInstanceRequest) Set ¶
func (v *NullablePostInstanceRequest) Set(val *PostInstanceRequest)
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 NewNullablePostInstanceServiceAccountTokensRequest ¶
func NewNullablePostInstanceServiceAccountTokensRequest(val *PostInstanceServiceAccountTokensRequest) *NullablePostInstanceServiceAccountTokensRequest
func (NullablePostInstanceServiceAccountTokensRequest) IsSet ¶
func (v NullablePostInstanceServiceAccountTokensRequest) IsSet() bool
func (NullablePostInstanceServiceAccountTokensRequest) MarshalJSON ¶
func (v NullablePostInstanceServiceAccountTokensRequest) MarshalJSON() ([]byte, error)
func (*NullablePostInstanceServiceAccountTokensRequest) UnmarshalJSON ¶
func (v *NullablePostInstanceServiceAccountTokensRequest) UnmarshalJSON(src []byte) error
func (*NullablePostInstanceServiceAccountTokensRequest) Unset ¶
func (v *NullablePostInstanceServiceAccountTokensRequest) Unset()
type NullablePostInstanceServiceAccountsRequest ¶
type NullablePostInstanceServiceAccountsRequest struct {
// contains filtered or unexported fields
}
func NewNullablePostInstanceServiceAccountsRequest ¶
func NewNullablePostInstanceServiceAccountsRequest(val *PostInstanceServiceAccountsRequest) *NullablePostInstanceServiceAccountsRequest
func (NullablePostInstanceServiceAccountsRequest) IsSet ¶
func (v NullablePostInstanceServiceAccountsRequest) IsSet() bool
func (NullablePostInstanceServiceAccountsRequest) MarshalJSON ¶
func (v NullablePostInstanceServiceAccountsRequest) MarshalJSON() ([]byte, error)
func (*NullablePostInstanceServiceAccountsRequest) Set ¶
func (v *NullablePostInstanceServiceAccountsRequest) Set(val *PostInstanceServiceAccountsRequest)
func (*NullablePostInstanceServiceAccountsRequest) UnmarshalJSON ¶
func (v *NullablePostInstanceServiceAccountsRequest) UnmarshalJSON(src []byte) error
func (*NullablePostInstanceServiceAccountsRequest) Unset ¶
func (v *NullablePostInstanceServiceAccountsRequest) Unset()
type NullablePostInstancesRequest ¶
type NullablePostInstancesRequest struct {
// contains filtered or unexported fields
}
func NewNullablePostInstancesRequest ¶
func NewNullablePostInstancesRequest(val *PostInstancesRequest) *NullablePostInstancesRequest
func (NullablePostInstancesRequest) Get ¶
func (v NullablePostInstancesRequest) Get() *PostInstancesRequest
func (NullablePostInstancesRequest) IsSet ¶
func (v NullablePostInstancesRequest) IsSet() bool
func (NullablePostInstancesRequest) MarshalJSON ¶
func (v NullablePostInstancesRequest) MarshalJSON() ([]byte, error)
func (*NullablePostInstancesRequest) Set ¶
func (v *NullablePostInstancesRequest) Set(val *PostInstancesRequest)
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 (v NullablePostOrgMemberRequest) Get() *PostOrgMemberRequest
func (NullablePostOrgMemberRequest) IsSet ¶
func (v NullablePostOrgMemberRequest) IsSet() bool
func (NullablePostOrgMemberRequest) MarshalJSON ¶
func (v NullablePostOrgMemberRequest) MarshalJSON() ([]byte, error)
func (*NullablePostOrgMemberRequest) Set ¶
func (v *NullablePostOrgMemberRequest) Set(val *PostOrgMemberRequest)
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 NewNullablePostOrgMembersRequest ¶
func NewNullablePostOrgMembersRequest(val *PostOrgMembersRequest) *NullablePostOrgMembersRequest
func (NullablePostOrgMembersRequest) Get ¶
func (v NullablePostOrgMembersRequest) Get() *PostOrgMembersRequest
func (NullablePostOrgMembersRequest) IsSet ¶
func (v NullablePostOrgMembersRequest) IsSet() bool
func (NullablePostOrgMembersRequest) MarshalJSON ¶
func (v NullablePostOrgMembersRequest) MarshalJSON() ([]byte, error)
func (*NullablePostOrgMembersRequest) Set ¶
func (v *NullablePostOrgMembersRequest) Set(val *PostOrgMembersRequest)
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 (v NullablePostTokenRequest) Get() *PostTokenRequest
func (NullablePostTokenRequest) IsSet ¶
func (v NullablePostTokenRequest) IsSet() bool
func (NullablePostTokenRequest) MarshalJSON ¶
func (v NullablePostTokenRequest) MarshalJSON() ([]byte, error)
func (*NullablePostTokenRequest) Set ¶
func (v *NullablePostTokenRequest) Set(val *PostTokenRequest)
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 (v NullablePostTokensRequest) Get() *PostTokensRequest
func (NullablePostTokensRequest) IsSet ¶
func (v NullablePostTokensRequest) IsSet() bool
func (NullablePostTokensRequest) MarshalJSON ¶
func (v NullablePostTokensRequest) MarshalJSON() ([]byte, error)
func (*NullablePostTokensRequest) Set ¶
func (v *NullablePostTokensRequest) Set(val *PostTokensRequest)
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 NewNullablePrivateConnectivityInfo ¶
func NewNullablePrivateConnectivityInfo(val *PrivateConnectivityInfo) *NullablePrivateConnectivityInfo
func (NullablePrivateConnectivityInfo) Get ¶
func (v NullablePrivateConnectivityInfo) Get() *PrivateConnectivityInfo
func (NullablePrivateConnectivityInfo) IsSet ¶
func (v NullablePrivateConnectivityInfo) IsSet() bool
func (NullablePrivateConnectivityInfo) MarshalJSON ¶
func (v NullablePrivateConnectivityInfo) MarshalJSON() ([]byte, error)
func (*NullablePrivateConnectivityInfo) Set ¶
func (v *NullablePrivateConnectivityInfo) Set(val *PrivateConnectivityInfo)
func (*NullablePrivateConnectivityInfo) UnmarshalJSON ¶
func (v *NullablePrivateConnectivityInfo) UnmarshalJSON(src []byte) error
func (*NullablePrivateConnectivityInfo) Unset ¶
func (v *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 (v NullableSubscriptions) Get() *Subscriptions
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 (v NullableSubscriptionsAnyOf) Get() *SubscriptionsAnyOf
func (NullableSubscriptionsAnyOf) IsSet ¶
func (v NullableSubscriptionsAnyOf) IsSet() bool
func (NullableSubscriptionsAnyOf) MarshalJSON ¶
func (v NullableSubscriptionsAnyOf) MarshalJSON() ([]byte, error)
func (*NullableSubscriptionsAnyOf) Set ¶
func (v *NullableSubscriptionsAnyOf) Set(val *SubscriptionsAnyOf)
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 (v NullableSubscriptionsAnyOf1) Get() *SubscriptionsAnyOf1
func (NullableSubscriptionsAnyOf1) IsSet ¶
func (v NullableSubscriptionsAnyOf1) IsSet() bool
func (NullableSubscriptionsAnyOf1) MarshalJSON ¶
func (v NullableSubscriptionsAnyOf1) MarshalJSON() ([]byte, error)
func (*NullableSubscriptionsAnyOf1) Set ¶
func (v *NullableSubscriptionsAnyOf1) Set(val *SubscriptionsAnyOf1)
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 (v NullableSubscriptionsAnyOf2) Get() *SubscriptionsAnyOf2
func (NullableSubscriptionsAnyOf2) IsSet ¶
func (v NullableSubscriptionsAnyOf2) IsSet() bool
func (NullableSubscriptionsAnyOf2) MarshalJSON ¶
func (v NullableSubscriptionsAnyOf2) MarshalJSON() ([]byte, error)
func (*NullableSubscriptionsAnyOf2) Set ¶
func (v *NullableSubscriptionsAnyOf2) Set(val *SubscriptionsAnyOf2)
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 (v NullableTenantsInner) Get() *TenantsInner
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 (v NullableUsagesInner) Get() *UsagesInner
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 (*OrgMemberListResponse) GetLinks ¶
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 (*OrgMemberListResponse) SetLinks ¶
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 ¶
func (a *OrgsAPIService) GetApiKeyExecute(r ApiGetApiKeyRequest) (*FormattedApiApiKey, *http.Response, error)
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 ¶
func (a *OrgsAPIService) GetApiKeysExecute(r ApiGetApiKeysRequest) (*FormattedApiApiKeyListResponse, *http.Response, error)
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 ¶
func (a *OrgsAPIService) GetOrgBilledUsageExecute(r ApiGetOrgBilledUsageRequest) (*ModifiedGetOrgBilledUsageResponse, *http.Response, error)
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 ¶
func (a *OrgsAPIService) GetOrgExecute(r ApiGetOrgRequest) (*FormattedApiOrgPublic, *http.Response, error)
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 ¶
func (a *OrgsAPIService) GetOrgInstancesExecute(r ApiGetOrgInstancesRequest) (*GetInstances200Response, *http.Response, error)
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 ¶
func (a *OrgsAPIService) GetOrgMemberExecute(r ApiGetOrgMemberRequest) (*FormattedOrgMembership, *http.Response, error)
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 ¶
func (a *OrgsAPIService) GetOrgMembersExecute(r ApiGetOrgMembersRequest) (*OrgMemberListResponse, *http.Response, error)
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 ¶
func (a *OrgsAPIService) PostApiKeysExecute(r ApiPostApiKeysRequest) (*FormattedApiApiKey, *http.Response, error)
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 ¶
func (a *OrgsAPIService) PostOrgMemberExecute(r ApiPostOrgMemberRequest) (*FormattedOrgMembership, *http.Response, error)
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 ¶
func (a *OrgsAPIService) PostOrgMembersExecute(r ApiPostOrgMembersRequest) (*FormattedOrgMembership, *http.Response, error)
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 ¶
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 ¶
GetPrivateDNS returns the PrivateDNS field value
func (*Otlp) GetPrivateDNSOk ¶
GetPrivateDNSOk returns a tuple with the PrivateDNS field value and a boolean to check if the value has been set.
func (*Otlp) GetRegions ¶
GetRegions returns the Regions field value if set, zero value otherwise.
func (*Otlp) GetRegionsOk ¶
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 ¶
GetServiceName returns the ServiceName field value
func (*Otlp) GetServiceNameOk ¶
GetServiceNameOk returns a tuple with the ServiceName field value and a boolean to check if the value has been set.
func (*Otlp) HasRegions ¶
HasRegions returns a boolean if a field has been set.
func (Otlp) MarshalJSON ¶
func (*Otlp) SetRegions ¶
SetRegions gets a reference to the given []string and assigns it to the Regions field.
func (*Otlp) SetServiceName ¶
SetServiceName sets field value
func (*Otlp) UnmarshalJSON ¶
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) GetCaseIdOk ¶
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 ¶
GetLicenseAllPlugins returns the LicenseAllPlugins field value if set, zero value otherwise.
func (*Payload) GetLicenseAllPluginsOk ¶
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 ¶
GetWithAddons returns the WithAddons field value if set, zero value otherwise.
func (*Payload) GetWithAddonsOk ¶
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) HasLicenseAllPlugins ¶
HasLicenseAllPlugins returns a boolean if a field has been set.
func (*Payload) HasWithAddons ¶
HasWithAddons returns a boolean if a field has been set.
func (Payload) MarshalJSON ¶
func (*Payload) SetCaseId ¶
SetCaseId gets a reference to the given string and assigns it to the CaseId field.
func (*Payload) SetLicenseAllPlugins ¶
SetLicenseAllPlugins gets a reference to the given bool and assigns it to the LicenseAllPlugins field.
func (*Payload) SetWithAddons ¶
SetWithAddons gets a reference to the given []string and assigns it to the WithAddons field.
func (*Payload) UnmarshalJSON ¶
type Pdc ¶
type Pdc struct { Api Api `json:"api"` Gateway Gateway `json:"gateway"` AdditionalProperties map[string]interface{} }
Pdc struct for Pdc
func NewPdc ¶
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) GetApiOk ¶
GetApiOk returns a tuple with the Api field value and a boolean to check if the value has been set.
func (*Pdc) GetGateway ¶
GetGateway returns the Gateway field value
func (*Pdc) GetGatewayOk ¶
GetGatewayOk returns a tuple with the Gateway field value and a boolean to check if the value has been set.
func (Pdc) MarshalJSON ¶
func (*Pdc) UnmarshalJSON ¶
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 ¶
func (o *PdcPrivateConnectivityInfoAnyOf1) GetApi() Api1
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 ¶
func (o *PdcPrivateConnectivityInfoAnyOf1) GetGateway() Gateway1
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 ¶
func (o *PdcPrivateConnectivityInfoAnyOf1) SetApi(v Api1)
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 ¶
func (o *PdcPrivateConnectivityInfoAnyOf2) GetMimir() Mimir
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 ¶
func (o *PdcPrivateConnectivityInfoAnyOf2) GetOtlp() PdcPrivateConnectivityInfoAnyOf
GetOtlp returns the Otlp field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PdcPrivateConnectivityInfoAnyOf2) GetOtlpOk ¶
func (o *PdcPrivateConnectivityInfoAnyOf2) GetOtlpOk() (*PdcPrivateConnectivityInfoAnyOf, 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. 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 ¶
func (o *PdcPrivateConnectivityInfoAnyOf2) HasOtlp() bool
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 ¶
func (o *PdcPrivateConnectivityInfoAnyOf2) SetOtlp(v PdcPrivateConnectivityInfoAnyOf)
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 ¶
func (a *PluginsAPIService) GetPlugin(ctx context.Context, slug string) ApiGetPluginRequest
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 ¶
func (a *PluginsAPIService) GetPluginExecute(r ApiGetPluginRequest) (*FormattedApiPlugin, *http.Response, error)
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 ¶
func (o *PostAccessPoliciesRequest) GetAttributes() PostAccessPoliciesRequestAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*PostAccessPoliciesRequest) GetAttributesOk ¶
func (o *PostAccessPoliciesRequest) GetAttributesOk() (*PostAccessPoliciesRequestAttributes, 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 (*PostAccessPoliciesRequest) GetConditions ¶
func (o *PostAccessPoliciesRequest) GetConditions() PostAccessPoliciesRequestConditions
GetConditions returns the Conditions field value if set, zero value otherwise.
func (*PostAccessPoliciesRequest) GetConditionsOk ¶
func (o *PostAccessPoliciesRequest) GetConditionsOk() (*PostAccessPoliciesRequestConditions, 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 (*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 ¶
func (o *PostAccessPoliciesRequest) GetRealms() []PostAccessPoliciesRequestRealmsInner
GetRealms returns the Realms field value
func (*PostAccessPoliciesRequest) GetRealmsOk ¶
func (o *PostAccessPoliciesRequest) GetRealmsOk() ([]PostAccessPoliciesRequestRealmsInner, bool)
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 ¶
func (o *PostAccessPoliciesRequest) SetAttributes(v PostAccessPoliciesRequestAttributes)
SetAttributes gets a reference to the given PostAccessPoliciesRequestAttributes and assigns it to the Attributes field.
func (*PostAccessPoliciesRequest) SetConditions ¶
func (o *PostAccessPoliciesRequest) SetConditions(v PostAccessPoliciesRequestConditions)
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 ¶
func (o *PostAccessPoliciesRequest) SetRealms(v []PostAccessPoliciesRequestRealmsInner)
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 ¶
func (o *PostAccessPoliciesRequestAttributes) GetLokiQueryPolicy() PostAccessPoliciesRequestAttributesLokiQueryPolicy
GetLokiQueryPolicy returns the LokiQueryPolicy field value if set, zero value otherwise.
func (*PostAccessPoliciesRequestAttributes) GetLokiQueryPolicyOk ¶
func (o *PostAccessPoliciesRequestAttributes) GetLokiQueryPolicyOk() (*PostAccessPoliciesRequestAttributesLokiQueryPolicy, bool)
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 ¶
func (o *PostAccessPoliciesRequestAttributes) GetPdcConfiguration() PostAccessPoliciesRequestAttributesPdcConfiguration
GetPdcConfiguration returns the PdcConfiguration field value if set, zero value otherwise.
func (*PostAccessPoliciesRequestAttributes) GetPdcConfigurationOk ¶
func (o *PostAccessPoliciesRequestAttributes) GetPdcConfigurationOk() (*PostAccessPoliciesRequestAttributesPdcConfiguration, bool)
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 ¶
func (o *PostAccessPoliciesRequestAttributes) SetLokiQueryPolicy(v PostAccessPoliciesRequestAttributesLokiQueryPolicy)
SetLokiQueryPolicy gets a reference to the given PostAccessPoliciesRequestAttributesLokiQueryPolicy and assigns it to the LokiQueryPolicy field.
func (*PostAccessPoliciesRequestAttributes) SetPdcConfiguration ¶
func (o *PostAccessPoliciesRequestAttributes) SetPdcConfiguration(v PostAccessPoliciesRequestAttributesPdcConfiguration)
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 ¶
func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryBytesRead() string
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 ¶
func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryInterval() string
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 ¶
func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryLength() string
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 ¶
func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryLookback() string
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 ¶
func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryTime() string
GetMaxQueryTime returns the MaxQueryTime field value if set, zero value otherwise.
func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryTimeOk ¶
func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetMaxQueryTimeOk() (*string, bool)
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 ¶
func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) GetRequiredLabels() []string
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 ¶
func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxQueryInterval() bool
HasMaxQueryInterval returns a boolean if a field has been set.
func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxQueryLength ¶
func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxQueryLength() bool
HasMaxQueryLength returns a boolean if a field has been set.
func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxQueryLookback ¶
func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxQueryLookback() bool
HasMaxQueryLookback returns a boolean if a field has been set.
func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxQueryTime ¶
func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasMaxQueryTime() bool
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 ¶
func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) HasRequiredLabels() bool
HasRequiredLabels returns a boolean if a field has been set.
func (PostAccessPoliciesRequestAttributesLokiQueryPolicy) MarshalJSON ¶
func (o PostAccessPoliciesRequestAttributesLokiQueryPolicy) MarshalJSON() ([]byte, error)
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 ¶
func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryBytesRead(v string)
SetMaxQueryBytesRead gets a reference to the given string and assigns it to the MaxQueryBytesRead field.
func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryInterval ¶
func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryInterval(v string)
SetMaxQueryInterval gets a reference to the given string and assigns it to the MaxQueryInterval field.
func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryLength ¶
func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryLength(v string)
SetMaxQueryLength gets a reference to the given string and assigns it to the MaxQueryLength field.
func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryLookback ¶
func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryLookback(v string)
SetMaxQueryLookback gets a reference to the given string and assigns it to the MaxQueryLookback field.
func (*PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryTime ¶
func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetMaxQueryTime(v string)
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 ¶
func (o *PostAccessPoliciesRequestAttributesLokiQueryPolicy) SetRequiredLabels(v []string)
SetRequiredLabels gets a reference to the given []string and assigns it to the RequiredLabels field.
func (PostAccessPoliciesRequestAttributesLokiQueryPolicy) ToMap ¶
func (o PostAccessPoliciesRequestAttributesLokiQueryPolicy) ToMap() (map[string]interface{}, error)
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 ¶
func (o *PostAccessPoliciesRequestAttributesPdcConfiguration) GetLimitedHosts() []string
GetLimitedHosts returns the LimitedHosts field value if set, zero value otherwise.
func (*PostAccessPoliciesRequestAttributesPdcConfiguration) GetLimitedHostsOk ¶
func (o *PostAccessPoliciesRequestAttributesPdcConfiguration) 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 (*PostAccessPoliciesRequestAttributesPdcConfiguration) HasLimitedHosts ¶
func (o *PostAccessPoliciesRequestAttributesPdcConfiguration) HasLimitedHosts() bool
HasLimitedHosts returns a boolean if a field has been set.
func (PostAccessPoliciesRequestAttributesPdcConfiguration) MarshalJSON ¶
func (o PostAccessPoliciesRequestAttributesPdcConfiguration) MarshalJSON() ([]byte, error)
func (*PostAccessPoliciesRequestAttributesPdcConfiguration) SetLimitedHosts ¶
func (o *PostAccessPoliciesRequestAttributesPdcConfiguration) SetLimitedHosts(v []string)
SetLimitedHosts gets a reference to the given []string and assigns it to the LimitedHosts field.
func (PostAccessPoliciesRequestAttributesPdcConfiguration) ToMap ¶
func (o PostAccessPoliciesRequestAttributesPdcConfiguration) ToMap() (map[string]interface{}, error)
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 ¶
func (o *PostAccessPoliciesRequestRealmsInner) GetLabelPolicies() []PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner
GetLabelPolicies returns the LabelPolicies field value if set, zero value otherwise.
func (*PostAccessPoliciesRequestRealmsInner) GetLabelPoliciesOk ¶
func (o *PostAccessPoliciesRequestRealmsInner) GetLabelPoliciesOk() ([]PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner, bool)
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 ¶
func (o *PostAccessPoliciesRequestRealmsInner) GetType() string
GetType returns the Type field value
func (*PostAccessPoliciesRequestRealmsInner) GetTypeOk ¶
func (o *PostAccessPoliciesRequestRealmsInner) GetTypeOk() (*string, bool)
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 ¶
func (o *PostAccessPoliciesRequestRealmsInner) SetLabelPolicies(v []PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner)
SetLabelPolicies gets a reference to the given []PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner and assigns it to the LabelPolicies field.
func (*PostAccessPoliciesRequestRealmsInner) SetType ¶
func (o *PostAccessPoliciesRequestRealmsInner) SetType(v string)
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 ¶
func (o *PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) GetSelector() string
GetSelector returns the Selector field value
func (*PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) GetSelectorOk ¶
func (o *PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) GetSelectorOk() (*string, bool)
GetSelectorOk returns a tuple with the Selector field value and a boolean to check if the value has been set.
func (PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) MarshalJSON ¶
func (o PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) MarshalJSON() ([]byte, error)
func (*PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) SetSelector ¶
func (o *PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) SetSelector(v string)
SetSelector sets field value
func (PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) ToMap ¶
func (o PostAccessPoliciesRequestRealmsInnerLabelPoliciesInner) ToMap() (map[string]interface{}, error)
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 ¶
func (o *PostAccessPolicyRequest) GetAttributes() PostAccessPoliciesRequestAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*PostAccessPolicyRequest) GetAttributesOk ¶
func (o *PostAccessPolicyRequest) GetAttributesOk() (*PostAccessPoliciesRequestAttributes, 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 (*PostAccessPolicyRequest) GetConditions ¶
func (o *PostAccessPolicyRequest) GetConditions() PostAccessPoliciesRequestConditions
GetConditions returns the Conditions field value if set, zero value otherwise.
func (*PostAccessPolicyRequest) GetConditionsOk ¶
func (o *PostAccessPolicyRequest) GetConditionsOk() (*PostAccessPoliciesRequestConditions, 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 (*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 ¶
func (o *PostAccessPolicyRequest) GetRealms() []PostAccessPoliciesRequestRealmsInner
GetRealms returns the Realms field value if set, zero value otherwise.
func (*PostAccessPolicyRequest) GetRealmsOk ¶
func (o *PostAccessPolicyRequest) GetRealmsOk() ([]PostAccessPoliciesRequestRealmsInner, bool)
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 ¶
func (o *PostAccessPolicyRequest) SetAttributes(v PostAccessPoliciesRequestAttributes)
SetAttributes gets a reference to the given PostAccessPoliciesRequestAttributes and assigns it to the Attributes field.
func (*PostAccessPolicyRequest) SetConditions ¶
func (o *PostAccessPolicyRequest) SetConditions(v PostAccessPoliciesRequestConditions)
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 ¶
func (o *PostAccessPolicyRequest) SetRealms(v []PostAccessPoliciesRequestRealmsInner)
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 ¶
func (o *PostInstanceServiceAccountTokensRequest) GetName() string
GetName returns the Name field value
func (*PostInstanceServiceAccountTokensRequest) GetNameOk ¶
func (o *PostInstanceServiceAccountTokensRequest) GetNameOk() (*string, bool)
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 ¶
func (o *PostInstanceServiceAccountTokensRequest) SetName(v string)
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 ¶
func (o *PostInstanceServiceAccountsRequest) GetName() string
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 ¶
func (o *PostInstanceServiceAccountsRequest) GetRole() string
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 ¶
func (o *PostInstanceServiceAccountsRequest) SetName(v string)
SetName sets field value
func (*PostInstanceServiceAccountsRequest) SetRole ¶
func (o *PostInstanceServiceAccountsRequest) SetRole(v string)
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
type ServerVariable ¶
ServerVariable stores the information about a server variable
type StackRegionsAPIService ¶
type StackRegionsAPIService service
StackRegionsAPIService StackRegionsAPI service
func (*StackRegionsAPIService) GetClosestStackRegion ¶
func (a *StackRegionsAPIService) GetClosestStackRegion(ctx context.Context) ApiGetClosestStackRegionRequest
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 ¶
func (a *StackRegionsAPIService) GetClosestStackRegionExecute(r ApiGetClosestStackRegionRequest) (*FormattedApiStackRegion, *http.Response, error)
Execute executes the request
@return FormattedApiStackRegion
func (*StackRegionsAPIService) GetStackRegions ¶
func (a *StackRegionsAPIService) GetStackRegions(ctx context.Context) ApiGetStackRegionsRequest
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 ¶
func (a *StackRegionsAPIService) GetStackRegionsExecute(r ApiGetStackRegionsRequest) (*GetStackRegions200Response, *http.Response, error)
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) 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) 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 ¶
func (a *TokensAPIService) DeleteToken(ctx context.Context, id string) ApiDeleteTokenRequest
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 ¶
func (a *TokensAPIService) GetToken(ctx context.Context, id string) ApiGetTokenRequest
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 ¶
func (a *TokensAPIService) GetTokens(ctx context.Context) ApiGetTokensRequest
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 ¶
func (a *TokensAPIService) GetTokensExecute(r ApiGetTokensRequest) (*AccessPolicyListResponse, *http.Response, error)
Execute executes the request
@return AccessPolicyListResponse
func (*TokensAPIService) PostToken ¶
func (a *TokensAPIService) PostToken(ctx context.Context, id string) ApiPostTokenRequest
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 ¶
func (a *TokensAPIService) PostTokens(ctx context.Context) ApiPostTokensRequest
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 ¶
func (a *TokensAPIService) PostTokensExecute(r ApiPostTokensRequest) (*AuthTokenWithSecret, *http.Response, error)
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
¶
- api_accesspolicies.go
- api_instances.go
- api_orgs.go
- api_plugins.go
- api_stack_regions.go
- api_tokens.go
- client.go
- configuration.go
- model_access_policy_list_response.go
- model_api.go
- model_api_1.go
- model_app_platform.go
- model_auth_access_policy.go
- model_auth_access_policy_attributes.go
- model_auth_access_policy_attributes_loki_query_policy.go
- model_auth_access_policy_attributes_pdc_configuration.go
- model_auth_access_policy_conditions.go
- model_auth_access_policy_conditions_allowed_subnets_inner.go
- model_auth_access_policy_realms_inner.go
- model_auth_access_policy_realms_inner_label_policies_inner.go
- model_auth_token.go
- model_auth_token_with_secret.go
- model_current.go
- model_current_1.go
- model_current_2.go
- model_error_conflict.go
- model_error_forbidden.go
- model_error_invalid_credentials.go
- model_error_not_found.go
- model_error_service_unavailable.go
- model_formatted_api_api_key.go
- model_formatted_api_api_key_list_response.go
- model_formatted_api_instance.go
- model_formatted_api_instance_connections.go
- model_formatted_api_instance_plugin.go
- model_formatted_api_org_public.go
- model_formatted_api_plugin.go
- model_formatted_api_stack_region.go
- model_formatted_api_stack_region_any_of.go
- model_formatted_api_stack_region_any_of_1.go
- model_formatted_org_membership.go
- model_formatted_org_membership_allow_g_cloud_trial.go
- model_gateway.go
- model_gateway_1.go
- model_get_access_policies_200_response.go
- model_get_instance_plugins_200_response.go
- model_get_instances_200_response.go
- model_get_stack_regions_200_response.go
- model_grafana_new_api_key_result.go
- model_grafana_service_account_dto.go
- model_grafana_token_dto.go
- model_graphite.go
- model_info.go
- model_instance_users_response.go
- model_items_inner.go
- model_items_inner_1.go
- model_items_inner_2.go
- model_items_inner_2_grafana_staff_access.go
- model_items_inner_2_marketplace_subscription.go
- model_items_inner_3.go
- model_items_inner_4.go
- model_items_inner_id.go
- model_links_inner.go
- model_links_inner_1.go
- model_metadata.go
- model_mimir.go
- model_modified_get_org_billed_usage_response.go
- model_next.go
- model_org_billed_usage_history.go
- model_org_member_list_response.go
- model_otlp.go
- model_otlp_private_connectivity_info.go
- model_pagination.go
- model_payload.go
- model_pdc.go
- model_pdc_private_connectivity_info.go
- model_pdc_private_connectivity_info_any_of.go
- model_pdc_private_connectivity_info_any_of_1.go
- model_pdc_private_connectivity_info_any_of_2.go
- model_post_access_policies_request.go
- model_post_access_policies_request_attributes.go
- model_post_access_policies_request_attributes_loki_query_policy.go
- model_post_access_policies_request_attributes_pdc_configuration.go
- model_post_access_policies_request_conditions.go
- model_post_access_policies_request_realms_inner.go
- model_post_access_policies_request_realms_inner_label_policies_inner.go
- model_post_access_policy_request.go
- model_post_api_keys_request.go
- model_post_instance_o_auth_azure_ad_request.go
- model_post_instance_o_auth_github_request.go
- model_post_instance_o_auth_google_request.go
- model_post_instance_o_auth_okta_request.go
- model_post_instance_plugin_request.go
- model_post_instance_plugins_request.go
- model_post_instance_request.go
- model_post_instance_service_account_tokens_request.go
- model_post_instance_service_accounts_request.go
- model_post_instances_request.go
- model_post_org_member_request.go
- model_post_org_members_request.go
- model_post_token_request.go
- model_post_tokens_request.go
- model_private_connectivity_info.go
- model_subscriptions.go
- model_subscriptions_any_of.go
- model_subscriptions_any_of_1.go
- model_subscriptions_any_of_2.go
- model_tenants_inner.go
- model_usages_inner.go
- response.go
- utils.go