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 |
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() *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 (o *FormattedApiStackRegionAnyOf) GetId() float32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegionAnyOf) 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 *FormattedApiStackRegionAnyOf) SetId(v float32)
SetId sets Id field to given value.
func (o *FormattedApiStackRegionAnyOf) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegionAnyOf) 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 *FormattedApiStackRegionAnyOf) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *FormattedApiStackRegionAnyOf) GetVisibility() string
GetVisibility returns the Visibility field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegionAnyOf) 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 *FormattedApiStackRegionAnyOf) SetVisibility(v string)
SetVisibility sets Visibility field to given value.
func (o *FormattedApiStackRegionAnyOf) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegionAnyOf) 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 *FormattedApiStackRegionAnyOf) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *FormattedApiStackRegionAnyOf) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegionAnyOf) 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 *FormattedApiStackRegionAnyOf) SetName(v string)
SetName sets Name field to given value.
func (o *FormattedApiStackRegionAnyOf) GetPublicName() string
GetPublicName returns the PublicName field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegionAnyOf) 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 *FormattedApiStackRegionAnyOf) SetPublicName(v string)
SetPublicName sets PublicName field to given value.
func (o *FormattedApiStackRegionAnyOf) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegionAnyOf) 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 *FormattedApiStackRegionAnyOf) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *FormattedApiStackRegionAnyOf) GetProvider() string
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegionAnyOf) 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 *FormattedApiStackRegionAnyOf) SetProvider(v string)
SetProvider sets Provider field to given value.
func (o *FormattedApiStackRegionAnyOf) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegionAnyOf) 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 *FormattedApiStackRegionAnyOf) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *FormattedApiStackRegionAnyOf) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegionAnyOf) 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 *FormattedApiStackRegionAnyOf) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *FormattedApiStackRegionAnyOf) SetUpdatedAtNil(b bool)
SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil
func (o *FormattedApiStackRegionAnyOf) UnsetUpdatedAt()
UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil
func (o *FormattedApiStackRegionAnyOf) GetSortOrder() float32
GetSortOrder returns the SortOrder field if non-nil, zero value otherwise.
func (o *FormattedApiStackRegionAnyOf) 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 *FormattedApiStackRegionAnyOf) SetSortOrder(v float32)
SetSortOrder sets SortOrder field to given value.