Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.09 KB

File metadata and controls

108 lines (59 loc) · 3.09 KB

EnvironmentFieldsForVolume

Properties

Name Type Description Notes
Features Pointer to map[string]interface{} [optional]
Name Pointer to string [optional]
Region Pointer to string [optional]

Methods

NewEnvironmentFieldsForVolume

func NewEnvironmentFieldsForVolume() *EnvironmentFieldsForVolume

NewEnvironmentFieldsForVolume instantiates a new EnvironmentFieldsForVolume 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

NewEnvironmentFieldsForVolumeWithDefaults

func NewEnvironmentFieldsForVolumeWithDefaults() *EnvironmentFieldsForVolume

NewEnvironmentFieldsForVolumeWithDefaults instantiates a new EnvironmentFieldsForVolume 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

GetFeatures

func (o *EnvironmentFieldsForVolume) GetFeatures() map[string]interface{}

GetFeatures returns the Features field if non-nil, zero value otherwise.

GetFeaturesOk

func (o *EnvironmentFieldsForVolume) GetFeaturesOk() (*map[string]interface{}, bool)

GetFeaturesOk returns a tuple with the Features field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFeatures

func (o *EnvironmentFieldsForVolume) SetFeatures(v map[string]interface{})

SetFeatures sets Features field to given value.

HasFeatures

func (o *EnvironmentFieldsForVolume) HasFeatures() bool

HasFeatures returns a boolean if a field has been set.

GetName

func (o *EnvironmentFieldsForVolume) GetName() string

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

GetNameOk

func (o *EnvironmentFieldsForVolume) 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 *EnvironmentFieldsForVolume) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *EnvironmentFieldsForVolume) HasName() bool

HasName returns a boolean if a field has been set.

GetRegion

func (o *EnvironmentFieldsForVolume) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

func (o *EnvironmentFieldsForVolume) GetRegionOk() (*string, bool)

GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRegion

func (o *EnvironmentFieldsForVolume) SetRegion(v string)

SetRegion sets Region field to given value.

HasRegion

func (o *EnvironmentFieldsForVolume) HasRegion() bool

HasRegion returns a boolean if a field has been set.

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