Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.7 KB

V0041OpenapiSharesRespShares.md

File metadata and controls

82 lines (45 loc) · 2.7 KB

V0041OpenapiSharesRespShares

Properties

Name Type Description Notes
Shares Pointer to []V0041OpenapiSharesRespSharesSharesInner Assocation shares [optional]
TotalShares Pointer to int64 Total number of shares [optional]

Methods

NewV0041OpenapiSharesRespShares

func NewV0041OpenapiSharesRespShares() *V0041OpenapiSharesRespShares

NewV0041OpenapiSharesRespShares instantiates a new V0041OpenapiSharesRespShares 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

NewV0041OpenapiSharesRespSharesWithDefaults

func NewV0041OpenapiSharesRespSharesWithDefaults() *V0041OpenapiSharesRespShares

NewV0041OpenapiSharesRespSharesWithDefaults instantiates a new V0041OpenapiSharesRespShares 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

GetShares

func (o *V0041OpenapiSharesRespShares) GetShares() []V0041OpenapiSharesRespSharesSharesInner

GetShares returns the Shares field if non-nil, zero value otherwise.

GetSharesOk

func (o *V0041OpenapiSharesRespShares) GetSharesOk() (*[]V0041OpenapiSharesRespSharesSharesInner, bool)

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

SetShares

func (o *V0041OpenapiSharesRespShares) SetShares(v []V0041OpenapiSharesRespSharesSharesInner)

SetShares sets Shares field to given value.

HasShares

func (o *V0041OpenapiSharesRespShares) HasShares() bool

HasShares returns a boolean if a field has been set.

GetTotalShares

func (o *V0041OpenapiSharesRespShares) GetTotalShares() int64

GetTotalShares returns the TotalShares field if non-nil, zero value otherwise.

GetTotalSharesOk

func (o *V0041OpenapiSharesRespShares) GetTotalSharesOk() (*int64, bool)

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

SetTotalShares

func (o *V0041OpenapiSharesRespShares) SetTotalShares(v int64)

SetTotalShares sets TotalShares field to given value.

HasTotalShares

func (o *V0041OpenapiSharesRespShares) HasTotalShares() bool

HasTotalShares returns a boolean if a field has been set.

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