Name | Type | Description | Notes |
---|---|---|---|
Height | Pointer to int32 | Optional. Height of the image, in pixels. Read-only. | [optional] [readonly] |
Width | Pointer to int32 | Optional. Width of the image, in pixels. Read-only. | [optional] [readonly] |
func NewImage() *Image
NewImage instantiates a new Image 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 NewImageWithDefaults() *Image
NewImageWithDefaults instantiates a new Image 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 *Image) GetHeight() int32
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *Image) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Image) SetHeight(v int32)
SetHeight sets Height field to given value.
func (o *Image) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *Image) GetWidth() int32
GetWidth returns the Width field if non-nil, zero value otherwise.
func (o *Image) GetWidthOk() (*int32, bool)
GetWidthOk returns a tuple with the Width field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Image) SetWidth(v int32)
SetWidth sets Width field to given value.
func (o *Image) HasWidth() bool
HasWidth returns a boolean if a field has been set.