Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.8 KB

CreateProductV3RequestInnerDimension.md

File metadata and controls

93 lines (50 loc) · 2.8 KB

CreateProductV3RequestInnerDimension

Properties

Name Type Description Notes
Height int64
Width int64
Length int64

Methods

NewCreateProductV3RequestInnerDimension

func NewCreateProductV3RequestInnerDimension(height int64, width int64, length int64, ) *CreateProductV3RequestInnerDimension

NewCreateProductV3RequestInnerDimension instantiates a new CreateProductV3RequestInnerDimension 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

NewCreateProductV3RequestInnerDimensionWithDefaults

func NewCreateProductV3RequestInnerDimensionWithDefaults() *CreateProductV3RequestInnerDimension

NewCreateProductV3RequestInnerDimensionWithDefaults instantiates a new CreateProductV3RequestInnerDimension 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

GetHeight

func (o *CreateProductV3RequestInnerDimension) GetHeight() int64

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

GetHeightOk

func (o *CreateProductV3RequestInnerDimension) 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 *CreateProductV3RequestInnerDimension) SetHeight(v int64)

SetHeight sets Height field to given value.

GetWidth

func (o *CreateProductV3RequestInnerDimension) GetWidth() int64

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

GetWidthOk

func (o *CreateProductV3RequestInnerDimension) 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 *CreateProductV3RequestInnerDimension) SetWidth(v int64)

SetWidth sets Width field to given value.

GetLength

func (o *CreateProductV3RequestInnerDimension) GetLength() int64

GetLength returns the Length field if non-nil, zero value otherwise.

GetLengthOk

func (o *CreateProductV3RequestInnerDimension) GetLengthOk() (*int64, bool)

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

SetLength

func (o *CreateProductV3RequestInnerDimension) SetLength(v int64)

SetLength sets Length field to given value.

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