Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.65 KB

V0041OpenapiSharesRespSharesSharesInnerShares.md

File metadata and controls

108 lines (59 loc) · 3.65 KB

V0041OpenapiSharesRespSharesSharesInnerShares

Properties

Name Type Description Notes
Set Pointer to bool True if number has been set. False if number is unset [optional]
Infinite Pointer to bool True if number has been set to infinite. "set" and "number" will be ignored. [optional]
Number Pointer to int32 If set is True the number will be set with value. Otherwise ignore number contents. [optional]

Methods

NewV0041OpenapiSharesRespSharesSharesInnerShares

func NewV0041OpenapiSharesRespSharesSharesInnerShares() *V0041OpenapiSharesRespSharesSharesInnerShares

NewV0041OpenapiSharesRespSharesSharesInnerShares instantiates a new V0041OpenapiSharesRespSharesSharesInnerShares 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

NewV0041OpenapiSharesRespSharesSharesInnerSharesWithDefaults

func NewV0041OpenapiSharesRespSharesSharesInnerSharesWithDefaults() *V0041OpenapiSharesRespSharesSharesInnerShares

NewV0041OpenapiSharesRespSharesSharesInnerSharesWithDefaults instantiates a new V0041OpenapiSharesRespSharesSharesInnerShares 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

GetSet

func (o *V0041OpenapiSharesRespSharesSharesInnerShares) GetSet() bool

GetSet returns the Set field if non-nil, zero value otherwise.

GetSetOk

func (o *V0041OpenapiSharesRespSharesSharesInnerShares) GetSetOk() (*bool, bool)

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

SetSet

func (o *V0041OpenapiSharesRespSharesSharesInnerShares) SetSet(v bool)

SetSet sets Set field to given value.

HasSet

func (o *V0041OpenapiSharesRespSharesSharesInnerShares) HasSet() bool

HasSet returns a boolean if a field has been set.

GetInfinite

func (o *V0041OpenapiSharesRespSharesSharesInnerShares) GetInfinite() bool

GetInfinite returns the Infinite field if non-nil, zero value otherwise.

GetInfiniteOk

func (o *V0041OpenapiSharesRespSharesSharesInnerShares) GetInfiniteOk() (*bool, bool)

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

SetInfinite

func (o *V0041OpenapiSharesRespSharesSharesInnerShares) SetInfinite(v bool)

SetInfinite sets Infinite field to given value.

HasInfinite

func (o *V0041OpenapiSharesRespSharesSharesInnerShares) HasInfinite() bool

HasInfinite returns a boolean if a field has been set.

GetNumber

func (o *V0041OpenapiSharesRespSharesSharesInnerShares) GetNumber() int32

GetNumber returns the Number field if non-nil, zero value otherwise.

GetNumberOk

func (o *V0041OpenapiSharesRespSharesSharesInnerShares) GetNumberOk() (*int32, bool)

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

SetNumber

func (o *V0041OpenapiSharesRespSharesSharesInnerShares) SetNumber(v int32)

SetNumber sets Number field to given value.

HasNumber

func (o *V0041OpenapiSharesRespSharesSharesInnerShares) HasNumber() bool

HasNumber returns a boolean if a field has been set.

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