# MetadataWithSupportedRegionsAllOf

## Properties

| Name                 | Type          | Description                    | Notes |
| -------------------- | ------------- | ------------------------------ | ----- |
| **SupportedRegions** | **\[]string** | The list of supported regions. |       |

## Methods

### NewMetadataWithSupportedRegionsAllOf

`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

### NewMetadataWithSupportedRegionsAllOfWithDefaults

`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

### GetSupportedRegions

`func (o *MetadataWithSupportedRegionsAllOf) GetSupportedRegions() []string`

GetSupportedRegions returns the SupportedRegions field if non-nil, zero value otherwise.

### GetSupportedRegionsOk

`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.

### SetSupportedRegions

`func (o *MetadataWithSupportedRegionsAllOf) SetSupportedRegions(v []string)`

SetSupportedRegions sets SupportedRegions field to given value.
