Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.14 KB

File metadata and controls

108 lines (59 loc) · 3.14 KB

AssignTargetImageResponse

Properties

Name Type Description Notes
CollectionId Pointer to string [optional]
ImageId Pointer to string [optional]
DeviceId Pointer to string [optional]

Methods

NewAssignTargetImageResponse

func NewAssignTargetImageResponse() *AssignTargetImageResponse

NewAssignTargetImageResponse instantiates a new AssignTargetImageResponse 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

NewAssignTargetImageResponseWithDefaults

func NewAssignTargetImageResponseWithDefaults() *AssignTargetImageResponse

NewAssignTargetImageResponseWithDefaults instantiates a new AssignTargetImageResponse 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

GetCollectionId

func (o *AssignTargetImageResponse) GetCollectionId() string

GetCollectionId returns the CollectionId field if non-nil, zero value otherwise.

GetCollectionIdOk

func (o *AssignTargetImageResponse) GetCollectionIdOk() (*string, bool)

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

SetCollectionId

func (o *AssignTargetImageResponse) SetCollectionId(v string)

SetCollectionId sets CollectionId field to given value.

HasCollectionId

func (o *AssignTargetImageResponse) HasCollectionId() bool

HasCollectionId returns a boolean if a field has been set.

GetImageId

func (o *AssignTargetImageResponse) GetImageId() string

GetImageId returns the ImageId field if non-nil, zero value otherwise.

GetImageIdOk

func (o *AssignTargetImageResponse) GetImageIdOk() (*string, bool)

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

SetImageId

func (o *AssignTargetImageResponse) SetImageId(v string)

SetImageId sets ImageId field to given value.

HasImageId

func (o *AssignTargetImageResponse) HasImageId() bool

HasImageId returns a boolean if a field has been set.

GetDeviceId

func (o *AssignTargetImageResponse) GetDeviceId() string

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

GetDeviceIdOk

func (o *AssignTargetImageResponse) 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 *AssignTargetImageResponse) SetDeviceId(v string)

SetDeviceId sets DeviceId field to given value.

HasDeviceId

func (o *AssignTargetImageResponse) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

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