Name | Type | Description | Notes |
---|---|---|---|
Id | float32 | ||
Status | string | ||
Visibility | string | ||
Slug | string | ||
Name | string | ||
PublicName | string | ||
Description | string | ||
Provider | string | ||
CreatedAt | string | ||
UpdatedAt | NullableString | ||
SortOrder | float32 | ||
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 | ||
AssertsGraphClusterApiUrl | Pointer to NullableString | [optional] | |
ProviderRegion | string | ||
IsStub | bool | ||
GeoLocation | Pointer to []float32 | [optional] | |
CountryCode | Pointer to string | [optional] |
func NewFormattedApiStackRegion(id float32, status string, visibility string, slug string, name string, publicName string, description string, provider string, createdAt string, updatedAt NullableString, sortOrder float32, 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, ) *FormattedApiStackRegion
NewFormattedApiStackRegion instantiates a new FormattedApiStackRegion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFormattedApiStackRegionWithDefaults() *FormattedApiStackRegion
NewFormattedApiStackRegionWithDefaults instantiates a new FormattedApiStackRegion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *FormattedApiStackRegion) GetId() float32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetId(v float32)
SetId sets Id field to given value.
func (o *FormattedApiStackRegion) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *FormattedApiStackRegion) GetVisibility() string
GetVisibility returns the Visibility field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetVisibilityOk() (*string, bool)
GetVisibilityOk returns a tuple with the Visibility field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetVisibility(v string)
SetVisibility sets Visibility field to given value.
func (o *FormattedApiStackRegion) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *FormattedApiStackRegion) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetName(v string)
SetName sets Name field to given value.
func (o *FormattedApiStackRegion) GetPublicName() string
GetPublicName returns the PublicName field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetPublicNameOk() (*string, bool)
GetPublicNameOk returns a tuple with the PublicName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetPublicName(v string)
SetPublicName sets PublicName field to given value.
func (o *FormattedApiStackRegion) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *FormattedApiStackRegion) GetProvider() string
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetProvider(v string)
SetProvider sets Provider field to given value.
func (o *FormattedApiStackRegion) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *FormattedApiStackRegion) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *FormattedApiStackRegion) SetUpdatedAtNil(b bool)
SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil
func (o *FormattedApiStackRegion) UnsetUpdatedAt()
UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil
func (o *FormattedApiStackRegion) GetSortOrder() float32
GetSortOrder returns the SortOrder field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetSortOrderOk() (*float32, bool)
GetSortOrderOk returns a tuple with the SortOrder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetSortOrder(v float32)
SetSortOrder sets SortOrder field to given value.
func (o *FormattedApiStackRegion) GetStackStateServiceUrl() string
GetStackStateServiceUrl returns the StackStateServiceUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetStackStateServiceUrlOk() (*string, bool)
GetStackStateServiceUrlOk returns a tuple with the StackStateServiceUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetStackStateServiceUrl(v string)
SetStackStateServiceUrl sets StackStateServiceUrl field to given value.
func (o *FormattedApiStackRegion) GetSyntheticMonitoringApiUrl() string
GetSyntheticMonitoringApiUrl returns the SyntheticMonitoringApiUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetSyntheticMonitoringApiUrlOk() (*string, bool)
GetSyntheticMonitoringApiUrlOk returns a tuple with the SyntheticMonitoringApiUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetSyntheticMonitoringApiUrl(v string)
SetSyntheticMonitoringApiUrl sets SyntheticMonitoringApiUrl field to given value.
func (o *FormattedApiStackRegion) GetInsightsApiUrl() string
GetInsightsApiUrl returns the InsightsApiUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetInsightsApiUrlOk() (*string, bool)
GetInsightsApiUrlOk returns a tuple with the InsightsApiUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetInsightsApiUrl(v string)
SetInsightsApiUrl sets InsightsApiUrl field to given value.
func (o *FormattedApiStackRegion) GetIntegrationsApiUrl() string
GetIntegrationsApiUrl returns the IntegrationsApiUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetIntegrationsApiUrlOk() (*string, bool)
GetIntegrationsApiUrlOk returns a tuple with the IntegrationsApiUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetIntegrationsApiUrl(v string)
SetIntegrationsApiUrl sets IntegrationsApiUrl field to given value.
func (o *FormattedApiStackRegion) GetHostedExportersApiUrl() string
GetHostedExportersApiUrl returns the HostedExportersApiUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHostedExportersApiUrlOk() (*string, bool)
GetHostedExportersApiUrlOk returns a tuple with the HostedExportersApiUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHostedExportersApiUrl(v string)
SetHostedExportersApiUrl sets HostedExportersApiUrl field to given value.
func (o *FormattedApiStackRegion) GetMachineLearningApiUrl() string
GetMachineLearningApiUrl returns the MachineLearningApiUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetMachineLearningApiUrlOk() (*string, bool)
GetMachineLearningApiUrlOk returns a tuple with the MachineLearningApiUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetMachineLearningApiUrl(v string)
SetMachineLearningApiUrl sets MachineLearningApiUrl field to given value.
func (o *FormattedApiStackRegion) GetLlmGatewayUrl() string
GetLlmGatewayUrl returns the LlmGatewayUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetLlmGatewayUrlOk() (*string, bool)
GetLlmGatewayUrlOk returns a tuple with the LlmGatewayUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetLlmGatewayUrl(v string)
SetLlmGatewayUrl sets LlmGatewayUrl field to given value.
func (o *FormattedApiStackRegion) GetIncidentApiUrl() string
GetIncidentApiUrl returns the IncidentApiUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetIncidentApiUrlOk() (*string, bool)
GetIncidentApiUrlOk returns a tuple with the IncidentApiUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetIncidentApiUrl(v string)
SetIncidentApiUrl sets IncidentApiUrl field to given value.
func (o *FormattedApiStackRegion) GetOncallApiUrl() string
GetOncallApiUrl returns the OncallApiUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetOncallApiUrlOk() (*string, bool)
GetOncallApiUrlOk returns a tuple with the OncallApiUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetOncallApiUrl(v string)
SetOncallApiUrl sets OncallApiUrl field to given value.
func (o *FormattedApiStackRegion) GetFaroEndpointUrl() string
GetFaroEndpointUrl returns the FaroEndpointUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetFaroEndpointUrlOk() (*string, bool)
GetFaroEndpointUrlOk returns a tuple with the FaroEndpointUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetFaroEndpointUrl(v string)
SetFaroEndpointUrl sets FaroEndpointUrl field to given value.
func (o *FormattedApiStackRegion) GetPdcClusterSlug() string
GetPdcClusterSlug returns the PdcClusterSlug field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetPdcClusterSlugOk() (*string, bool)
GetPdcClusterSlugOk returns a tuple with the PdcClusterSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetPdcClusterSlug(v string)
SetPdcClusterSlug sets PdcClusterSlug field to given value.
func (o *FormattedApiStackRegion) GetPdcPrivateConnectivityInfo() PdcPrivateConnectivityInfo
GetPdcPrivateConnectivityInfo returns the PdcPrivateConnectivityInfo field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetPdcPrivateConnectivityInfoOk() (*PdcPrivateConnectivityInfo, bool)
GetPdcPrivateConnectivityInfoOk returns a tuple with the PdcPrivateConnectivityInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetPdcPrivateConnectivityInfo(v PdcPrivateConnectivityInfo)
SetPdcPrivateConnectivityInfo sets PdcPrivateConnectivityInfo field to given value.
func (o *FormattedApiStackRegion) GetOtlpHttpUrl() string
GetOtlpHttpUrl returns the OtlpHttpUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetOtlpHttpUrlOk() (*string, bool)
GetOtlpHttpUrlOk returns a tuple with the OtlpHttpUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetOtlpHttpUrl(v string)
SetOtlpHttpUrl sets OtlpHttpUrl field to given value.
func (o *FormattedApiStackRegion) SetOtlpHttpUrlNil(b bool)
SetOtlpHttpUrlNil sets the value for OtlpHttpUrl to be an explicit nil
func (o *FormattedApiStackRegion) UnsetOtlpHttpUrl()
UnsetOtlpHttpUrl ensures that no value is present for OtlpHttpUrl, not even an explicit nil
func (o *FormattedApiStackRegion) GetOtlpPrivateConnectivityInfo() OtlpPrivateConnectivityInfo
GetOtlpPrivateConnectivityInfo returns the OtlpPrivateConnectivityInfo field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetOtlpPrivateConnectivityInfoOk() (*OtlpPrivateConnectivityInfo, bool)
GetOtlpPrivateConnectivityInfoOk returns a tuple with the OtlpPrivateConnectivityInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetOtlpPrivateConnectivityInfo(v OtlpPrivateConnectivityInfo)
SetOtlpPrivateConnectivityInfo sets OtlpPrivateConnectivityInfo field to given value.
func (o *FormattedApiStackRegion) GetAuthApiUrl() string
GetAuthApiUrl returns the AuthApiUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetAuthApiUrlOk() (*string, bool)
GetAuthApiUrlOk returns a tuple with the AuthApiUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetAuthApiUrl(v string)
SetAuthApiUrl sets AuthApiUrl field to given value.
func (o *FormattedApiStackRegion) GetAuthApiTokenSet() bool
GetAuthApiTokenSet returns the AuthApiTokenSet field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetAuthApiTokenSetOk() (*bool, bool)
GetAuthApiTokenSetOk returns a tuple with the AuthApiTokenSet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetAuthApiTokenSet(v bool)
SetAuthApiTokenSet sets AuthApiTokenSet field to given value.
func (o *FormattedApiStackRegion) GetHgClusterId() float32
GetHgClusterId returns the HgClusterId field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHgClusterIdOk() (*float32, bool)
GetHgClusterIdOk returns a tuple with the HgClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHgClusterId(v float32)
SetHgClusterId sets HgClusterId field to given value.
func (o *FormattedApiStackRegion) GetHgClusterSlug() string
GetHgClusterSlug returns the HgClusterSlug field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHgClusterSlugOk() (*string, bool)
GetHgClusterSlugOk returns a tuple with the HgClusterSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHgClusterSlug(v string)
SetHgClusterSlug sets HgClusterSlug field to given value.
func (o *FormattedApiStackRegion) GetHgClusterName() string
GetHgClusterName returns the HgClusterName field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHgClusterNameOk() (*string, bool)
GetHgClusterNameOk returns a tuple with the HgClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHgClusterName(v string)
SetHgClusterName sets HgClusterName field to given value.
func (o *FormattedApiStackRegion) GetHgClusterUrl() string
GetHgClusterUrl returns the HgClusterUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHgClusterUrlOk() (*string, bool)
GetHgClusterUrlOk returns a tuple with the HgClusterUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHgClusterUrl(v string)
SetHgClusterUrl sets HgClusterUrl field to given value.
func (o *FormattedApiStackRegion) GetHmPromClusterId() float32
GetHmPromClusterId returns the HmPromClusterId field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHmPromClusterIdOk() (*float32, bool)
GetHmPromClusterIdOk returns a tuple with the HmPromClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHmPromClusterId(v float32)
SetHmPromClusterId sets HmPromClusterId field to given value.
func (o *FormattedApiStackRegion) GetHmPromClusterSlug() string
GetHmPromClusterSlug returns the HmPromClusterSlug field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHmPromClusterSlugOk() (*string, bool)
GetHmPromClusterSlugOk returns a tuple with the HmPromClusterSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHmPromClusterSlug(v string)
SetHmPromClusterSlug sets HmPromClusterSlug field to given value.
func (o *FormattedApiStackRegion) GetHmPromClusterName() string
GetHmPromClusterName returns the HmPromClusterName field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHmPromClusterNameOk() (*string, bool)
GetHmPromClusterNameOk returns a tuple with the HmPromClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHmPromClusterName(v string)
SetHmPromClusterName sets HmPromClusterName field to given value.
func (o *FormattedApiStackRegion) GetHmPromClusterUrl() string
GetHmPromClusterUrl returns the HmPromClusterUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHmPromClusterUrlOk() (*string, bool)
GetHmPromClusterUrlOk returns a tuple with the HmPromClusterUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHmPromClusterUrl(v string)
SetHmPromClusterUrl sets HmPromClusterUrl field to given value.
func (o *FormattedApiStackRegion) GetHmGraphiteClusterId() float32
GetHmGraphiteClusterId returns the HmGraphiteClusterId field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHmGraphiteClusterIdOk() (*float32, bool)
GetHmGraphiteClusterIdOk returns a tuple with the HmGraphiteClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHmGraphiteClusterId(v float32)
SetHmGraphiteClusterId sets HmGraphiteClusterId field to given value.
func (o *FormattedApiStackRegion) GetHmGraphiteClusterSlug() string
GetHmGraphiteClusterSlug returns the HmGraphiteClusterSlug field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHmGraphiteClusterSlugOk() (*string, bool)
GetHmGraphiteClusterSlugOk returns a tuple with the HmGraphiteClusterSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHmGraphiteClusterSlug(v string)
SetHmGraphiteClusterSlug sets HmGraphiteClusterSlug field to given value.
func (o *FormattedApiStackRegion) GetHmGraphiteClusterName() string
GetHmGraphiteClusterName returns the HmGraphiteClusterName field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHmGraphiteClusterNameOk() (*string, bool)
GetHmGraphiteClusterNameOk returns a tuple with the HmGraphiteClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHmGraphiteClusterName(v string)
SetHmGraphiteClusterName sets HmGraphiteClusterName field to given value.
func (o *FormattedApiStackRegion) GetHmGraphiteClusterUrl() string
GetHmGraphiteClusterUrl returns the HmGraphiteClusterUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHmGraphiteClusterUrlOk() (*string, bool)
GetHmGraphiteClusterUrlOk returns a tuple with the HmGraphiteClusterUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHmGraphiteClusterUrl(v string)
SetHmGraphiteClusterUrl sets HmGraphiteClusterUrl field to given value.
func (o *FormattedApiStackRegion) GetHlClusterId() float32
GetHlClusterId returns the HlClusterId field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHlClusterIdOk() (*float32, bool)
GetHlClusterIdOk returns a tuple with the HlClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHlClusterId(v float32)
SetHlClusterId sets HlClusterId field to given value.
func (o *FormattedApiStackRegion) GetHlClusterSlug() string
GetHlClusterSlug returns the HlClusterSlug field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHlClusterSlugOk() (*string, bool)
GetHlClusterSlugOk returns a tuple with the HlClusterSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHlClusterSlug(v string)
SetHlClusterSlug sets HlClusterSlug field to given value.
func (o *FormattedApiStackRegion) GetHlClusterName() string
GetHlClusterName returns the HlClusterName field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHlClusterNameOk() (*string, bool)
GetHlClusterNameOk returns a tuple with the HlClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHlClusterName(v string)
SetHlClusterName sets HlClusterName field to given value.
func (o *FormattedApiStackRegion) GetHlClusterUrl() string
GetHlClusterUrl returns the HlClusterUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHlClusterUrlOk() (*string, bool)
GetHlClusterUrlOk returns a tuple with the HlClusterUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHlClusterUrl(v string)
SetHlClusterUrl sets HlClusterUrl field to given value.
func (o *FormattedApiStackRegion) GetAmClusterId() float32
GetAmClusterId returns the AmClusterId field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetAmClusterIdOk() (*float32, bool)
GetAmClusterIdOk returns a tuple with the AmClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetAmClusterId(v float32)
SetAmClusterId sets AmClusterId field to given value.
func (o *FormattedApiStackRegion) GetAmClusterSlug() string
GetAmClusterSlug returns the AmClusterSlug field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetAmClusterSlugOk() (*string, bool)
GetAmClusterSlugOk returns a tuple with the AmClusterSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetAmClusterSlug(v string)
SetAmClusterSlug sets AmClusterSlug field to given value.
func (o *FormattedApiStackRegion) GetAmClusterName() string
GetAmClusterName returns the AmClusterName field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetAmClusterNameOk() (*string, bool)
GetAmClusterNameOk returns a tuple with the AmClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetAmClusterName(v string)
SetAmClusterName sets AmClusterName field to given value.
func (o *FormattedApiStackRegion) GetAmClusterUrl() string
GetAmClusterUrl returns the AmClusterUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetAmClusterUrlOk() (*string, bool)
GetAmClusterUrlOk returns a tuple with the AmClusterUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetAmClusterUrl(v string)
SetAmClusterUrl sets AmClusterUrl field to given value.
func (o *FormattedApiStackRegion) GetHtClusterId() float32
GetHtClusterId returns the HtClusterId field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHtClusterIdOk() (*float32, bool)
GetHtClusterIdOk returns a tuple with the HtClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHtClusterId(v float32)
SetHtClusterId sets HtClusterId field to given value.
func (o *FormattedApiStackRegion) GetHtClusterSlug() string
GetHtClusterSlug returns the HtClusterSlug field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHtClusterSlugOk() (*string, bool)
GetHtClusterSlugOk returns a tuple with the HtClusterSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHtClusterSlug(v string)
SetHtClusterSlug sets HtClusterSlug field to given value.
func (o *FormattedApiStackRegion) GetHtClusterName() string
GetHtClusterName returns the HtClusterName field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHtClusterNameOk() (*string, bool)
GetHtClusterNameOk returns a tuple with the HtClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHtClusterName(v string)
SetHtClusterName sets HtClusterName field to given value.
func (o *FormattedApiStackRegion) GetHtClusterUrl() string
GetHtClusterUrl returns the HtClusterUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHtClusterUrlOk() (*string, bool)
GetHtClusterUrlOk returns a tuple with the HtClusterUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHtClusterUrl(v string)
SetHtClusterUrl sets HtClusterUrl field to given value.
func (o *FormattedApiStackRegion) GetHpClusterId() float32
GetHpClusterId returns the HpClusterId field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHpClusterIdOk() (*float32, bool)
GetHpClusterIdOk returns a tuple with the HpClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHpClusterId(v float32)
SetHpClusterId sets HpClusterId field to given value.
func (o *FormattedApiStackRegion) GetHpClusterSlug() string
GetHpClusterSlug returns the HpClusterSlug field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHpClusterSlugOk() (*string, bool)
GetHpClusterSlugOk returns a tuple with the HpClusterSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHpClusterSlug(v string)
SetHpClusterSlug sets HpClusterSlug field to given value.
func (o *FormattedApiStackRegion) GetHpClusterName() string
GetHpClusterName returns the HpClusterName field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHpClusterNameOk() (*string, bool)
GetHpClusterNameOk returns a tuple with the HpClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHpClusterName(v string)
SetHpClusterName sets HpClusterName field to given value.
func (o *FormattedApiStackRegion) GetHpClusterUrl() string
GetHpClusterUrl returns the HpClusterUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetHpClusterUrlOk() (*string, bool)
GetHpClusterUrlOk returns a tuple with the HpClusterUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetHpClusterUrl(v string)
SetHpClusterUrl sets HpClusterUrl field to given value.
func (o *FormattedApiStackRegion) GetAgmClusterId() float32
GetAgmClusterId returns the AgmClusterId field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetAgmClusterIdOk() (*float32, bool)
GetAgmClusterIdOk returns a tuple with the AgmClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetAgmClusterId(v float32)
SetAgmClusterId sets AgmClusterId field to given value.
func (o *FormattedApiStackRegion) GetAgmClusterSlug() string
GetAgmClusterSlug returns the AgmClusterSlug field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetAgmClusterSlugOk() (*string, bool)
GetAgmClusterSlugOk returns a tuple with the AgmClusterSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetAgmClusterSlug(v string)
SetAgmClusterSlug sets AgmClusterSlug field to given value.
func (o *FormattedApiStackRegion) GetAgmClusterName() string
GetAgmClusterName returns the AgmClusterName field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetAgmClusterNameOk() (*string, bool)
GetAgmClusterNameOk returns a tuple with the AgmClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetAgmClusterName(v string)
SetAgmClusterName sets AgmClusterName field to given value.
func (o *FormattedApiStackRegion) GetAgmClusterUrl() string
GetAgmClusterUrl returns the AgmClusterUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetAgmClusterUrlOk() (*string, bool)
GetAgmClusterUrlOk returns a tuple with the AgmClusterUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetAgmClusterUrl(v string)
SetAgmClusterUrl sets AgmClusterUrl field to given value.
func (o *FormattedApiStackRegion) GetAssertsGraphClusterId() float32
GetAssertsGraphClusterId returns the AssertsGraphClusterId field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetAssertsGraphClusterIdOk() (*float32, bool)
GetAssertsGraphClusterIdOk returns a tuple with the AssertsGraphClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetAssertsGraphClusterId(v float32)
SetAssertsGraphClusterId sets AssertsGraphClusterId field to given value.
func (o *FormattedApiStackRegion) GetAssertsGraphClusterSlug() string
GetAssertsGraphClusterSlug returns the AssertsGraphClusterSlug field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetAssertsGraphClusterSlugOk() (*string, bool)
GetAssertsGraphClusterSlugOk returns a tuple with the AssertsGraphClusterSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetAssertsGraphClusterSlug(v string)
SetAssertsGraphClusterSlug sets AssertsGraphClusterSlug field to given value.
func (o *FormattedApiStackRegion) GetAssertsGraphClusterName() string
GetAssertsGraphClusterName returns the AssertsGraphClusterName field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetAssertsGraphClusterNameOk() (*string, bool)
GetAssertsGraphClusterNameOk returns a tuple with the AssertsGraphClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetAssertsGraphClusterName(v string)
SetAssertsGraphClusterName sets AssertsGraphClusterName field to given value.
func (o *FormattedApiStackRegion) GetAssertsGraphClusterApiUrl() string
GetAssertsGraphClusterApiUrl returns the AssertsGraphClusterApiUrl field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetAssertsGraphClusterApiUrlOk() (*string, bool)
GetAssertsGraphClusterApiUrlOk returns a tuple with the AssertsGraphClusterApiUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetAssertsGraphClusterApiUrl(v string)
SetAssertsGraphClusterApiUrl sets AssertsGraphClusterApiUrl field to given value.
func (o *FormattedApiStackRegion) HasAssertsGraphClusterApiUrl() bool
HasAssertsGraphClusterApiUrl returns a boolean if a field has been set.
func (o *FormattedApiStackRegion) SetAssertsGraphClusterApiUrlNil(b bool)
SetAssertsGraphClusterApiUrlNil sets the value for AssertsGraphClusterApiUrl to be an explicit nil
func (o *FormattedApiStackRegion) UnsetAssertsGraphClusterApiUrl()
UnsetAssertsGraphClusterApiUrl ensures that no value is present for AssertsGraphClusterApiUrl, not even an explicit nil
func (o *FormattedApiStackRegion) GetProviderRegion() string
GetProviderRegion returns the ProviderRegion field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetProviderRegionOk() (*string, bool)
GetProviderRegionOk returns a tuple with the ProviderRegion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetProviderRegion(v string)
SetProviderRegion sets ProviderRegion field to given value.
func (o *FormattedApiStackRegion) GetIsStub() bool
GetIsStub returns the IsStub field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetIsStubOk() (*bool, bool)
GetIsStubOk returns a tuple with the IsStub field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetIsStub(v bool)
SetIsStub sets IsStub field to given value.
func (o *FormattedApiStackRegion) GetGeoLocation() []float32
GetGeoLocation returns the GeoLocation field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetGeoLocationOk() (*[]float32, bool)
GetGeoLocationOk returns a tuple with the GeoLocation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetGeoLocation(v []float32)
SetGeoLocation sets GeoLocation field to given value.
func (o *FormattedApiStackRegion) HasGeoLocation() bool
HasGeoLocation returns a boolean if a field has been set.
func (o *FormattedApiStackRegion) GetCountryCode() string
GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegion) GetCountryCodeOk() (*string, bool)
GetCountryCodeOk returns a tuple with the CountryCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiStackRegion) SetCountryCode(v string)
SetCountryCode sets CountryCode field to given value.
func (o *FormattedApiStackRegion) HasCountryCode() bool
HasCountryCode returns a boolean if a field has been set.