Skip to content

Latest commit

History

History
108 lines (59 loc) 路 2.7 KB

ImageModelV1.md

File metadata and controls

108 lines (59 loc) 路 2.7 KB

ImageModelV1

Properties

Name Type Description Notes
Url Pointer to ImageModelV1Url [optional]
Height Pointer to int64 [optional]
Width Pointer to int64 [optional]

Methods

NewImageModelV1

func NewImageModelV1() *ImageModelV1

NewImageModelV1 instantiates a new ImageModelV1 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

NewImageModelV1WithDefaults

func NewImageModelV1WithDefaults() *ImageModelV1

NewImageModelV1WithDefaults instantiates a new ImageModelV1 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

GetUrl

func (o *ImageModelV1) GetUrl() ImageModelV1Url

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *ImageModelV1) GetUrlOk() (*ImageModelV1Url, bool)

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

SetUrl

func (o *ImageModelV1) SetUrl(v ImageModelV1Url)

SetUrl sets Url field to given value.

HasUrl

func (o *ImageModelV1) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetHeight

func (o *ImageModelV1) GetHeight() int64

GetHeight returns the Height field if non-nil, zero value otherwise.

GetHeightOk

func (o *ImageModelV1) GetHeightOk() (*int64, 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.

SetHeight

func (o *ImageModelV1) SetHeight(v int64)

SetHeight sets Height field to given value.

HasHeight

func (o *ImageModelV1) HasHeight() bool

HasHeight returns a boolean if a field has been set.

GetWidth

func (o *ImageModelV1) GetWidth() int64

GetWidth returns the Width field if non-nil, zero value otherwise.

GetWidthOk

func (o *ImageModelV1) GetWidthOk() (*int64, 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.

SetWidth

func (o *ImageModelV1) SetWidth(v int64)

SetWidth sets Width field to given value.

HasWidth

func (o *ImageModelV1) HasWidth() bool

HasWidth returns a boolean if a field has been set.

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