Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.44 KB

V0041OpenapiSharesRespSharesSharesInnerTres.md

File metadata and controls

108 lines (59 loc) · 4.44 KB

V0041OpenapiSharesRespSharesSharesInnerTres

Properties

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]

Methods

NewV0041OpenapiSharesRespSharesSharesInnerTres

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

NewV0041OpenapiSharesRespSharesSharesInnerTresWithDefaults

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

GetRunSeconds

func (o *V0041OpenapiSharesRespSharesSharesInnerTres) GetRunSeconds() []V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner

GetRunSeconds returns the RunSeconds field if non-nil, zero value otherwise.

GetRunSecondsOk

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.

SetRunSeconds

func (o *V0041OpenapiSharesRespSharesSharesInnerTres) SetRunSeconds(v []V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner)

SetRunSeconds sets RunSeconds field to given value.

HasRunSeconds

func (o *V0041OpenapiSharesRespSharesSharesInnerTres) HasRunSeconds() bool

HasRunSeconds returns a boolean if a field has been set.

GetGroupMinutes

func (o *V0041OpenapiSharesRespSharesSharesInnerTres) GetGroupMinutes() []V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner

GetGroupMinutes returns the GroupMinutes field if non-nil, zero value otherwise.

GetGroupMinutesOk

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.

SetGroupMinutes

func (o *V0041OpenapiSharesRespSharesSharesInnerTres) SetGroupMinutes(v []V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner)

SetGroupMinutes sets GroupMinutes field to given value.

HasGroupMinutes

func (o *V0041OpenapiSharesRespSharesSharesInnerTres) HasGroupMinutes() bool

HasGroupMinutes returns a boolean if a field has been set.

GetUsage

func (o *V0041OpenapiSharesRespSharesSharesInnerTres) GetUsage() []V0041OpenapiSharesRespSharesSharesInnerTresUsageInner

GetUsage returns the Usage field if non-nil, zero value otherwise.

GetUsageOk

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.

SetUsage

func (o *V0041OpenapiSharesRespSharesSharesInnerTres) SetUsage(v []V0041OpenapiSharesRespSharesSharesInnerTresUsageInner)

SetUsage sets Usage field to given value.

HasUsage

func (o *V0041OpenapiSharesRespSharesSharesInnerTres) HasUsage() bool

HasUsage returns a boolean if a field has been set.

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