OswStackDetailLongPropertyDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Unit | Pointer to int32 | Unit ID | [optional] |
| Value | Pointer to int64 | Value | [optional] |
Methods
NewOswStackDetailLongPropertyDTO
func NewOswStackDetailLongPropertyDTO() *OswStackDetailLongPropertyDTO
NewOswStackDetailLongPropertyDTO instantiates a new OswStackDetailLongPropertyDTO 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
NewOswStackDetailLongPropertyDTOWithDefaults
func NewOswStackDetailLongPropertyDTOWithDefaults() *OswStackDetailLongPropertyDTO
NewOswStackDetailLongPropertyDTOWithDefaults instantiates a new OswStackDetailLongPropertyDTO 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
GetUnit
func (o *OswStackDetailLongPropertyDTO) GetUnit() int32
GetUnit returns the Unit field if non-nil, zero value otherwise.
GetUnitOk
func (o *OswStackDetailLongPropertyDTO) GetUnitOk() (*int32, bool)
GetUnitOk returns a tuple with the Unit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUnit
func (o *OswStackDetailLongPropertyDTO) SetUnit(v int32)
SetUnit sets Unit field to given value.
HasUnit
func (o *OswStackDetailLongPropertyDTO) HasUnit() bool
HasUnit returns a boolean if a field has been set.
GetValue
func (o *OswStackDetailLongPropertyDTO) GetValue() int64
GetValue returns the Value field if non-nil, zero value otherwise.
GetValueOk
func (o *OswStackDetailLongPropertyDTO) GetValueOk() (*int64, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetValue
func (o *OswStackDetailLongPropertyDTO) SetValue(v int64)
SetValue sets Value field to given value.
HasValue
func (o *OswStackDetailLongPropertyDTO) HasValue() bool
HasValue returns a boolean if a field has been set.