MetadataWithSupportedRegionsAllOf
Last updated
Was this helpful?
SupportedRegions
[]string
The list of supported regions.
func NewMetadataWithSupportedRegionsAllOf(supportedRegions []string, ) *MetadataWithSupportedRegionsAllOf
NewMetadataWithSupportedRegionsAllOf instantiates a new MetadataWithSupportedRegionsAllOf 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 NewMetadataWithSupportedRegionsAllOfWithDefaults() *MetadataWithSupportedRegionsAllOf
NewMetadataWithSupportedRegionsAllOfWithDefaults instantiates a new MetadataWithSupportedRegionsAllOf 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 *MetadataWithSupportedRegionsAllOf) GetSupportedRegions() []string
GetSupportedRegions returns the SupportedRegions field if non-nil, zero value otherwise.
func (o *MetadataWithSupportedRegionsAllOf) GetSupportedRegionsOk() (*[]string, bool)
GetSupportedRegionsOk returns a tuple with the SupportedRegions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataWithSupportedRegionsAllOf) SetSupportedRegions(v []string)
SetSupportedRegions sets SupportedRegions field to given value.
Last updated
Was this helpful?
Was this helpful?