ImageDeleteResponseItem
Table of Contents
- $deleted : string|null
- The image ID of an image that was deleted.
- $untagged : string|null
- The image ID of an image that was untagged.
- getDeleted() : string|null
- The image ID of an image that was deleted.
- getUntagged() : string|null
- The image ID of an image that was untagged.
- setDeleted() : self
- The image ID of an image that was deleted.
- setUntagged() : self
- The image ID of an image that was untagged.
Properties
$deleted
The image ID of an image that was deleted.
protected
string|null
$deleted
$untagged
The image ID of an image that was untagged.
protected
string|null
$untagged
Methods
getDeleted()
The image ID of an image that was deleted.
public
getDeleted() : string|null
Return values
string|null —getUntagged()
The image ID of an image that was untagged.
public
getUntagged() : string|null
Return values
string|null —setDeleted()
The image ID of an image that was deleted.
public
setDeleted(string|null $deleted) : self
Parameters
- $deleted : string|null
Return values
self —setUntagged()
The image ID of an image that was untagged.
public
setUntagged(string|null $untagged) : self
Parameters
- $untagged : string|null