Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.72 KB

RedeployJamfManagementFrameworkResponse.md

File metadata and controls

82 lines (45 loc) · 2.72 KB

RedeployJamfManagementFrameworkResponse

Properties

Name Type Description Notes
DeviceId Pointer to string [optional]
CommandUuid Pointer to string [optional]

Methods

NewRedeployJamfManagementFrameworkResponse

func NewRedeployJamfManagementFrameworkResponse() *RedeployJamfManagementFrameworkResponse

NewRedeployJamfManagementFrameworkResponse instantiates a new RedeployJamfManagementFrameworkResponse 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

NewRedeployJamfManagementFrameworkResponseWithDefaults

func NewRedeployJamfManagementFrameworkResponseWithDefaults() *RedeployJamfManagementFrameworkResponse

NewRedeployJamfManagementFrameworkResponseWithDefaults instantiates a new RedeployJamfManagementFrameworkResponse 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

GetDeviceId

func (o *RedeployJamfManagementFrameworkResponse) GetDeviceId() string

GetDeviceId returns the DeviceId field if non-nil, zero value otherwise.

GetDeviceIdOk

func (o *RedeployJamfManagementFrameworkResponse) GetDeviceIdOk() (*string, bool)

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

SetDeviceId

func (o *RedeployJamfManagementFrameworkResponse) SetDeviceId(v string)

SetDeviceId sets DeviceId field to given value.

HasDeviceId

func (o *RedeployJamfManagementFrameworkResponse) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

GetCommandUuid

func (o *RedeployJamfManagementFrameworkResponse) GetCommandUuid() string

GetCommandUuid returns the CommandUuid field if non-nil, zero value otherwise.

GetCommandUuidOk

func (o *RedeployJamfManagementFrameworkResponse) GetCommandUuidOk() (*string, bool)

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

SetCommandUuid

func (o *RedeployJamfManagementFrameworkResponse) SetCommandUuid(v string)

SetCommandUuid sets CommandUuid field to given value.

HasCommandUuid

func (o *RedeployJamfManagementFrameworkResponse) HasCommandUuid() bool

HasCommandUuid returns a boolean if a field has been set.

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