Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.66 KB

File metadata and controls

82 lines (45 loc) · 2.66 KB

EnhancedRegionAttributes

Properties

Name Type Description Notes
RunningMode Pointer to EnhancedRegionAttributesRunningMode [optional]
Edge Pointer to EnhancedRegionAttributesEdge [optional]

Methods

NewEnhancedRegionAttributes

func NewEnhancedRegionAttributes() *EnhancedRegionAttributes

NewEnhancedRegionAttributes instantiates a new EnhancedRegionAttributes 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

NewEnhancedRegionAttributesWithDefaults

func NewEnhancedRegionAttributesWithDefaults() *EnhancedRegionAttributes

NewEnhancedRegionAttributesWithDefaults instantiates a new EnhancedRegionAttributes 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

GetRunningMode

func (o *EnhancedRegionAttributes) GetRunningMode() EnhancedRegionAttributesRunningMode

GetRunningMode returns the RunningMode field if non-nil, zero value otherwise.

GetRunningModeOk

func (o *EnhancedRegionAttributes) GetRunningModeOk() (*EnhancedRegionAttributesRunningMode, bool)

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

SetRunningMode

func (o *EnhancedRegionAttributes) SetRunningMode(v EnhancedRegionAttributesRunningMode)

SetRunningMode sets RunningMode field to given value.

HasRunningMode

func (o *EnhancedRegionAttributes) HasRunningMode() bool

HasRunningMode returns a boolean if a field has been set.

GetEdge

func (o *EnhancedRegionAttributes) GetEdge() EnhancedRegionAttributesEdge

GetEdge returns the Edge field if non-nil, zero value otherwise.

GetEdgeOk

func (o *EnhancedRegionAttributes) GetEdgeOk() (*EnhancedRegionAttributesEdge, bool)

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

SetEdge

func (o *EnhancedRegionAttributes) SetEdge(v EnhancedRegionAttributesEdge)

SetEdge sets Edge field to given value.

HasEdge

func (o *EnhancedRegionAttributes) HasEdge() bool

HasEdge returns a boolean if a field has been set.

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