| Name | Type | Description | Notes |
|---|---|---|---|
| CollectionId | Pointer to string | [optional] | |
| ImageId | Pointer to string | [optional] | |
| DeviceId | Pointer to string | [optional] |
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
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
func (o *AssignTargetImageResponse) GetCollectionId() string
GetCollectionId returns the CollectionId field if non-nil, zero value otherwise.
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.
func (o *AssignTargetImageResponse) SetCollectionId(v string)
SetCollectionId sets CollectionId field to given value.
func (o *AssignTargetImageResponse) HasCollectionId() bool
HasCollectionId returns a boolean if a field has been set.
func (o *AssignTargetImageResponse) GetImageId() string
GetImageId returns the ImageId field if non-nil, zero value otherwise.
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.
func (o *AssignTargetImageResponse) SetImageId(v string)
SetImageId sets ImageId field to given value.
func (o *AssignTargetImageResponse) HasImageId() bool
HasImageId returns a boolean if a field has been set.
func (o *AssignTargetImageResponse) GetDeviceId() string
GetDeviceId returns the DeviceId field if non-nil, zero value otherwise.
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.
func (o *AssignTargetImageResponse) SetDeviceId(v string)
SetDeviceId sets DeviceId field to given value.
func (o *AssignTargetImageResponse) HasDeviceId() bool
HasDeviceId returns a boolean if a field has been set.