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