Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.81 KB

GraphAttributeSambaEnabled.md

File metadata and controls

56 lines (31 loc) · 1.81 KB

GraphAttributeSambaEnabled

Properties

Name Type Description Notes
SambaEnabled Pointer to bool [optional]

Methods

NewGraphAttributeSambaEnabled

func NewGraphAttributeSambaEnabled() *GraphAttributeSambaEnabled

NewGraphAttributeSambaEnabled instantiates a new GraphAttributeSambaEnabled 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

NewGraphAttributeSambaEnabledWithDefaults

func NewGraphAttributeSambaEnabledWithDefaults() *GraphAttributeSambaEnabled

NewGraphAttributeSambaEnabledWithDefaults instantiates a new GraphAttributeSambaEnabled 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

GetSambaEnabled

func (o *GraphAttributeSambaEnabled) GetSambaEnabled() bool

GetSambaEnabled returns the SambaEnabled field if non-nil, zero value otherwise.

GetSambaEnabledOk

func (o *GraphAttributeSambaEnabled) GetSambaEnabledOk() (*bool, bool)

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

SetSambaEnabled

func (o *GraphAttributeSambaEnabled) SetSambaEnabled(v bool)

SetSambaEnabled sets SambaEnabled field to given value.

HasSambaEnabled

func (o *GraphAttributeSambaEnabled) HasSambaEnabled() bool

HasSambaEnabled returns a boolean if a field has been set.

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