Name | Type | Description | Notes |
---|---|---|---|
ClientData | Pointer to []MdmCommandClientRequest | [optional] | |
CommandData | Pointer to MdmCommandRequestCommandData | [optional] |
func NewMdmCommandRequest() *MdmCommandRequest
NewMdmCommandRequest instantiates a new MdmCommandRequest 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 NewMdmCommandRequestWithDefaults() *MdmCommandRequest
NewMdmCommandRequestWithDefaults instantiates a new MdmCommandRequest 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 *MdmCommandRequest) GetClientData() []MdmCommandClientRequest
GetClientData returns the ClientData field if non-nil, zero value otherwise.
func (o *MdmCommandRequest) GetClientDataOk() (*[]MdmCommandClientRequest, bool)
GetClientDataOk returns a tuple with the ClientData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MdmCommandRequest) SetClientData(v []MdmCommandClientRequest)
SetClientData sets ClientData field to given value.
func (o *MdmCommandRequest) HasClientData() bool
HasClientData returns a boolean if a field has been set.
func (o *MdmCommandRequest) GetCommandData() MdmCommandRequestCommandData
GetCommandData returns the CommandData field if non-nil, zero value otherwise.
func (o *MdmCommandRequest) GetCommandDataOk() (*MdmCommandRequestCommandData, bool)
GetCommandDataOk returns a tuple with the CommandData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MdmCommandRequest) SetCommandData(v MdmCommandRequestCommandData)
SetCommandData sets CommandData field to given value.
func (o *MdmCommandRequest) HasCommandData() bool
HasCommandData returns a boolean if a field has been set.