Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.39 KB

ComputerMdmCapability.md

File metadata and controls

82 lines (45 loc) · 2.39 KB

ComputerMdmCapability

Properties

Name Type Description Notes
Capable Pointer to bool [optional]
CapableUsers Pointer to []string [optional]

Methods

NewComputerMdmCapability

func NewComputerMdmCapability() *ComputerMdmCapability

NewComputerMdmCapability instantiates a new ComputerMdmCapability 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

NewComputerMdmCapabilityWithDefaults

func NewComputerMdmCapabilityWithDefaults() *ComputerMdmCapability

NewComputerMdmCapabilityWithDefaults instantiates a new ComputerMdmCapability 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

GetCapable

func (o *ComputerMdmCapability) GetCapable() bool

GetCapable returns the Capable field if non-nil, zero value otherwise.

GetCapableOk

func (o *ComputerMdmCapability) GetCapableOk() (*bool, bool)

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

SetCapable

func (o *ComputerMdmCapability) SetCapable(v bool)

SetCapable sets Capable field to given value.

HasCapable

func (o *ComputerMdmCapability) HasCapable() bool

HasCapable returns a boolean if a field has been set.

GetCapableUsers

func (o *ComputerMdmCapability) GetCapableUsers() []string

GetCapableUsers returns the CapableUsers field if non-nil, zero value otherwise.

GetCapableUsersOk

func (o *ComputerMdmCapability) GetCapableUsersOk() (*[]string, bool)

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

SetCapableUsers

func (o *ComputerMdmCapability) SetCapableUsers(v []string)

SetCapableUsers sets CapableUsers field to given value.

HasCapableUsers

func (o *ComputerMdmCapability) HasCapableUsers() bool

HasCapableUsers returns a boolean if a field has been set.

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