Name | Type | Description | Notes |
---|---|---|---|
RunSeconds | Pointer to []V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner | currently running tres-secs = grp_used_tres_run_secs | [optional] |
GroupMinutes | Pointer to []V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner | tres-minute limit | [optional] |
Usage | Pointer to []V0041OpenapiSharesRespSharesSharesInnerTresUsageInner | measure of each tres usage | [optional] |
func NewV0041OpenapiSharesRespSharesSharesInnerTres() *V0041OpenapiSharesRespSharesSharesInnerTres
NewV0041OpenapiSharesRespSharesSharesInnerTres instantiates a new V0041OpenapiSharesRespSharesSharesInnerTres 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 NewV0041OpenapiSharesRespSharesSharesInnerTresWithDefaults() *V0041OpenapiSharesRespSharesSharesInnerTres
NewV0041OpenapiSharesRespSharesSharesInnerTresWithDefaults instantiates a new V0041OpenapiSharesRespSharesSharesInnerTres 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 *V0041OpenapiSharesRespSharesSharesInnerTres) GetRunSeconds() []V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner
GetRunSeconds returns the RunSeconds field if non-nil, zero value otherwise.
func (o *V0041OpenapiSharesRespSharesSharesInnerTres) GetRunSecondsOk() (*[]V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner, 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 *V0041OpenapiSharesRespSharesSharesInnerTres) SetRunSeconds(v []V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner)
SetRunSeconds sets RunSeconds field to given value.
func (o *V0041OpenapiSharesRespSharesSharesInnerTres) HasRunSeconds() bool
HasRunSeconds returns a boolean if a field has been set.
func (o *V0041OpenapiSharesRespSharesSharesInnerTres) GetGroupMinutes() []V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner
GetGroupMinutes returns the GroupMinutes field if non-nil, zero value otherwise.
func (o *V0041OpenapiSharesRespSharesSharesInnerTres) GetGroupMinutesOk() (*[]V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner, 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 *V0041OpenapiSharesRespSharesSharesInnerTres) SetGroupMinutes(v []V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner)
SetGroupMinutes sets GroupMinutes field to given value.
func (o *V0041OpenapiSharesRespSharesSharesInnerTres) HasGroupMinutes() bool
HasGroupMinutes returns a boolean if a field has been set.
func (o *V0041OpenapiSharesRespSharesSharesInnerTres) GetUsage() []V0041OpenapiSharesRespSharesSharesInnerTresUsageInner
GetUsage returns the Usage field if non-nil, zero value otherwise.
func (o *V0041OpenapiSharesRespSharesSharesInnerTres) GetUsageOk() (*[]V0041OpenapiSharesRespSharesSharesInnerTresUsageInner, 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 *V0041OpenapiSharesRespSharesSharesInnerTres) SetUsage(v []V0041OpenapiSharesRespSharesSharesInnerTresUsageInner)
SetUsage sets Usage field to given value.
func (o *V0041OpenapiSharesRespSharesSharesInnerTres) HasUsage() bool
HasUsage returns a boolean if a field has been set.