Name | Type | Description | Notes |
---|---|---|---|
RunSeconds | Pointer to []V0040SharesUint64Tres | [optional] | |
GroupMinutes | Pointer to []V0040SharesUint64Tres | [optional] | |
Usage | Pointer to []V0040SharesFloat128Tres | [optional] |
func NewV0040AssocSharesObjWrapTres() *V0040AssocSharesObjWrapTres
NewV0040AssocSharesObjWrapTres instantiates a new V0040AssocSharesObjWrapTres 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 NewV0040AssocSharesObjWrapTresWithDefaults() *V0040AssocSharesObjWrapTres
NewV0040AssocSharesObjWrapTresWithDefaults instantiates a new V0040AssocSharesObjWrapTres 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 *V0040AssocSharesObjWrapTres) GetRunSeconds() []V0040SharesUint64Tres
GetRunSeconds returns the RunSeconds field if non-nil, zero value otherwise.
func (o *V0040AssocSharesObjWrapTres) GetRunSecondsOk() (*[]V0040SharesUint64Tres, bool)
GetRunSecondsOk returns a tuple with the RunSeconds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AssocSharesObjWrapTres) SetRunSeconds(v []V0040SharesUint64Tres)
SetRunSeconds sets RunSeconds field to given value.
func (o *V0040AssocSharesObjWrapTres) HasRunSeconds() bool
HasRunSeconds returns a boolean if a field has been set.
func (o *V0040AssocSharesObjWrapTres) GetGroupMinutes() []V0040SharesUint64Tres
GetGroupMinutes returns the GroupMinutes field if non-nil, zero value otherwise.
func (o *V0040AssocSharesObjWrapTres) GetGroupMinutesOk() (*[]V0040SharesUint64Tres, bool)
GetGroupMinutesOk returns a tuple with the GroupMinutes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AssocSharesObjWrapTres) SetGroupMinutes(v []V0040SharesUint64Tres)
SetGroupMinutes sets GroupMinutes field to given value.
func (o *V0040AssocSharesObjWrapTres) HasGroupMinutes() bool
HasGroupMinutes returns a boolean if a field has been set.
func (o *V0040AssocSharesObjWrapTres) GetUsage() []V0040SharesFloat128Tres
GetUsage returns the Usage field if non-nil, zero value otherwise.
func (o *V0040AssocSharesObjWrapTres) GetUsageOk() (*[]V0040SharesFloat128Tres, bool)
GetUsageOk returns a tuple with the Usage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AssocSharesObjWrapTres) SetUsage(v []V0040SharesFloat128Tres)
SetUsage sets Usage field to given value.
func (o *V0040AssocSharesObjWrapTres) HasUsage() bool
HasUsage returns a boolean if a field has been set.