Name | Type | Description | Notes |
---|---|---|---|
Shares | Pointer to []V0041OpenapiSharesRespSharesSharesInner | Assocation shares | [optional] |
TotalShares | Pointer to int64 | Total number of shares | [optional] |
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
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
func (o *V0041OpenapiSharesRespShares) GetShares() []V0041OpenapiSharesRespSharesSharesInner
GetShares returns the Shares field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSharesRespShares) SetShares(v []V0041OpenapiSharesRespSharesSharesInner)
SetShares sets Shares field to given value.
func (o *V0041OpenapiSharesRespShares) HasShares() bool
HasShares returns a boolean if a field has been set.
func (o *V0041OpenapiSharesRespShares) GetTotalShares() int64
GetTotalShares returns the TotalShares field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSharesRespShares) SetTotalShares(v int64)
SetTotalShares sets TotalShares field to given value.
func (o *V0041OpenapiSharesRespShares) HasTotalShares() bool
HasTotalShares returns a boolean if a field has been set.