| Name | Type | Description | Notes |
|---|---|---|---|
| Features | Pointer to EnvironmentFeatures | [optional] | |
| Id | Pointer to int32 | [optional] | |
| Name | Pointer to string | [optional] | |
| OrgId | Pointer to int32 | [optional] | |
| Region | Pointer to string | [optional] |
func NewInstanceEnvironmentFields() *InstanceEnvironmentFields
NewInstanceEnvironmentFields instantiates a new InstanceEnvironmentFields 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 NewInstanceEnvironmentFieldsWithDefaults() *InstanceEnvironmentFields
NewInstanceEnvironmentFieldsWithDefaults instantiates a new InstanceEnvironmentFields 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 *InstanceEnvironmentFields) GetFeatures() EnvironmentFeatures
GetFeatures returns the Features field if non-nil, zero value otherwise.
func (o *InstanceEnvironmentFields) GetFeaturesOk() (*EnvironmentFeatures, 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.
func (o *InstanceEnvironmentFields) SetFeatures(v EnvironmentFeatures)
SetFeatures sets Features field to given value.
func (o *InstanceEnvironmentFields) HasFeatures() bool
HasFeatures returns a boolean if a field has been set.
func (o *InstanceEnvironmentFields) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *InstanceEnvironmentFields) GetIdOk() (*int32, 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 *InstanceEnvironmentFields) SetId(v int32)
SetId sets Id field to given value.
func (o *InstanceEnvironmentFields) HasId() bool
HasId returns a boolean if a field has been set.
func (o *InstanceEnvironmentFields) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *InstanceEnvironmentFields) 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 *InstanceEnvironmentFields) SetName(v string)
SetName sets Name field to given value.
func (o *InstanceEnvironmentFields) HasName() bool
HasName returns a boolean if a field has been set.
func (o *InstanceEnvironmentFields) GetOrgId() int32
GetOrgId returns the OrgId field if non-nil, zero value otherwise.
func (o *InstanceEnvironmentFields) GetOrgIdOk() (*int32, bool)
GetOrgIdOk returns a tuple with the OrgId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceEnvironmentFields) SetOrgId(v int32)
SetOrgId sets OrgId field to given value.
func (o *InstanceEnvironmentFields) HasOrgId() bool
HasOrgId returns a boolean if a field has been set.
func (o *InstanceEnvironmentFields) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *InstanceEnvironmentFields) 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.
func (o *InstanceEnvironmentFields) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *InstanceEnvironmentFields) HasRegion() bool
HasRegion returns a boolean if a field has been set.