Skip to content

OswStackDetailIntPropertyDTO

Properties

Name Type Description Notes
Unit Pointer to int32 Unit ID [optional]
Value Pointer to int32 Value [optional]

Methods

NewOswStackDetailIntPropertyDTO

func NewOswStackDetailIntPropertyDTO() *OswStackDetailIntPropertyDTO

NewOswStackDetailIntPropertyDTO instantiates a new OswStackDetailIntPropertyDTO 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

NewOswStackDetailIntPropertyDTOWithDefaults

func NewOswStackDetailIntPropertyDTOWithDefaults() *OswStackDetailIntPropertyDTO

NewOswStackDetailIntPropertyDTOWithDefaults instantiates a new OswStackDetailIntPropertyDTO 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 *OswStackDetailIntPropertyDTO) GetUnit() int32

GetUnit returns the Unit field if non-nil, zero value otherwise.

GetUnitOk

func (o *OswStackDetailIntPropertyDTO) 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 *OswStackDetailIntPropertyDTO) SetUnit(v int32)

SetUnit sets Unit field to given value.

HasUnit

func (o *OswStackDetailIntPropertyDTO) HasUnit() bool

HasUnit returns a boolean if a field has been set.

GetValue

func (o *OswStackDetailIntPropertyDTO) GetValue() int32

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *OswStackDetailIntPropertyDTO) GetValueOk() (*int32, 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 *OswStackDetailIntPropertyDTO) SetValue(v int32)

SetValue sets Value field to given value.

HasValue

func (o *OswStackDetailIntPropertyDTO) HasValue() bool

HasValue returns a boolean if a field has been set.

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