Skip to content

Files

Latest commit

ac10800 · Aug 7, 2024

History

History
271 lines (144 loc) · 7.47 KB

FormattedApiStackRegionAnyOf.md

File metadata and controls

271 lines (144 loc) · 7.47 KB

FormattedApiStackRegionAnyOf

Properties

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

Methods

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

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

GetId

func (o *FormattedApiStackRegionAnyOf) GetId() float32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *FormattedApiStackRegionAnyOf) SetId(v float32)

SetId sets Id field to given value.

GetStatus

func (o *FormattedApiStackRegionAnyOf) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

SetStatus

func (o *FormattedApiStackRegionAnyOf) SetStatus(v string)

SetStatus sets Status field to given value.

GetVisibility

func (o *FormattedApiStackRegionAnyOf) GetVisibility() string

GetVisibility returns the Visibility field if non-nil, zero value otherwise.

GetVisibilityOk

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.

SetVisibility

func (o *FormattedApiStackRegionAnyOf) SetVisibility(v string)

SetVisibility sets Visibility field to given value.

GetSlug

func (o *FormattedApiStackRegionAnyOf) GetSlug() string

GetSlug returns the Slug field if non-nil, zero value otherwise.

GetSlugOk

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.

SetSlug

func (o *FormattedApiStackRegionAnyOf) SetSlug(v string)

SetSlug sets Slug field to given value.

GetName

func (o *FormattedApiStackRegionAnyOf) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *FormattedApiStackRegionAnyOf) SetName(v string)

SetName sets Name field to given value.

GetPublicName

func (o *FormattedApiStackRegionAnyOf) GetPublicName() string

GetPublicName returns the PublicName field if non-nil, zero value otherwise.

GetPublicNameOk

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.

SetPublicName

func (o *FormattedApiStackRegionAnyOf) SetPublicName(v string)

SetPublicName sets PublicName field to given value.

GetDescription

func (o *FormattedApiStackRegionAnyOf) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *FormattedApiStackRegionAnyOf) SetDescription(v string)

SetDescription sets Description field to given value.

GetProvider

func (o *FormattedApiStackRegionAnyOf) GetProvider() string

GetProvider returns the Provider field if non-nil, zero value otherwise.

GetProviderOk

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.

SetProvider

func (o *FormattedApiStackRegionAnyOf) SetProvider(v string)

SetProvider sets Provider field to given value.

GetCreatedAt

func (o *FormattedApiStackRegionAnyOf) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

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.

SetCreatedAt

func (o *FormattedApiStackRegionAnyOf) SetCreatedAt(v string)

SetCreatedAt sets CreatedAt field to given value.

GetUpdatedAt

func (o *FormattedApiStackRegionAnyOf) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

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.

SetUpdatedAt

func (o *FormattedApiStackRegionAnyOf) SetUpdatedAt(v string)

SetUpdatedAt sets UpdatedAt field to given value.

SetUpdatedAtNil

func (o *FormattedApiStackRegionAnyOf) SetUpdatedAtNil(b bool)

SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil

UnsetUpdatedAt

func (o *FormattedApiStackRegionAnyOf) UnsetUpdatedAt()

UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil

GetSortOrder

func (o *FormattedApiStackRegionAnyOf) GetSortOrder() float32

GetSortOrder returns the SortOrder field if non-nil, zero value otherwise.

GetSortOrderOk

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.

SetSortOrder

func (o *FormattedApiStackRegionAnyOf) SetSortOrder(v float32)

SetSortOrder sets SortOrder field to given value.

[Back to Model list] [Back to API list] [Back to README]