BgPicCoordinatesOfLibraryOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Height | Pointer to int32 | Height of background picture coordinates. | [optional] |
| Left | Pointer to int32 | Left of background picture coordinates. | [optional] |
| Top | Pointer to int32 | Top of background picture coordinates. | [optional] |
| Width | Pointer to int32 | Width of background picture coordinates. | [optional] |
Methods
NewBgPicCoordinatesOfLibraryOpenApiVO
func NewBgPicCoordinatesOfLibraryOpenApiVO() *BgPicCoordinatesOfLibraryOpenApiVO
NewBgPicCoordinatesOfLibraryOpenApiVO instantiates a new BgPicCoordinatesOfLibraryOpenApiVO 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
NewBgPicCoordinatesOfLibraryOpenApiVOWithDefaults
func NewBgPicCoordinatesOfLibraryOpenApiVOWithDefaults() *BgPicCoordinatesOfLibraryOpenApiVO
NewBgPicCoordinatesOfLibraryOpenApiVOWithDefaults instantiates a new BgPicCoordinatesOfLibraryOpenApiVO 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 *BgPicCoordinatesOfLibraryOpenApiVO) GetHeight() int32
GetHeight returns the Height field if non-nil, zero value otherwise.
GetHeightOk
func (o *BgPicCoordinatesOfLibraryOpenApiVO) 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.
SetHeight
func (o *BgPicCoordinatesOfLibraryOpenApiVO) SetHeight(v int32)
SetHeight sets Height field to given value.
HasHeight
func (o *BgPicCoordinatesOfLibraryOpenApiVO) HasHeight() bool
HasHeight returns a boolean if a field has been set.
GetLeft
func (o *BgPicCoordinatesOfLibraryOpenApiVO) GetLeft() int32
GetLeft returns the Left field if non-nil, zero value otherwise.
GetLeftOk
func (o *BgPicCoordinatesOfLibraryOpenApiVO) GetLeftOk() (*int32, bool)
GetLeftOk returns a tuple with the Left field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLeft
func (o *BgPicCoordinatesOfLibraryOpenApiVO) SetLeft(v int32)
SetLeft sets Left field to given value.
HasLeft
func (o *BgPicCoordinatesOfLibraryOpenApiVO) HasLeft() bool
HasLeft returns a boolean if a field has been set.
GetTop
func (o *BgPicCoordinatesOfLibraryOpenApiVO) GetTop() int32
GetTop returns the Top field if non-nil, zero value otherwise.
GetTopOk
func (o *BgPicCoordinatesOfLibraryOpenApiVO) GetTopOk() (*int32, bool)
GetTopOk returns a tuple with the Top field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTop
func (o *BgPicCoordinatesOfLibraryOpenApiVO) SetTop(v int32)
SetTop sets Top field to given value.
HasTop
func (o *BgPicCoordinatesOfLibraryOpenApiVO) HasTop() bool
HasTop returns a boolean if a field has been set.
GetWidth
func (o *BgPicCoordinatesOfLibraryOpenApiVO) GetWidth() int32
GetWidth returns the Width field if non-nil, zero value otherwise.
GetWidthOk
func (o *BgPicCoordinatesOfLibraryOpenApiVO) 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.
SetWidth
func (o *BgPicCoordinatesOfLibraryOpenApiVO) SetWidth(v int32)
SetWidth sets Width field to given value.
HasWidth
func (o *BgPicCoordinatesOfLibraryOpenApiVO) HasWidth() bool
HasWidth returns a boolean if a field has been set.