Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.86 KB

V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem.md

File metadata and controls

82 lines (45 loc) · 2.86 KB

V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem

Properties

Name Type Description Notes
Seconds Pointer to int64 [optional]
Microseconds Pointer to int64 [optional]

Methods

NewV0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem

func NewV0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem() *V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem

NewV0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem instantiates a new V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem 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

NewV0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystemWithDefaults

func NewV0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystemWithDefaults() *V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem

NewV0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystemWithDefaults instantiates a new V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem 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

GetSeconds

func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem) GetSeconds() int64

GetSeconds returns the Seconds field if non-nil, zero value otherwise.

GetSecondsOk

func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem) GetSecondsOk() (*int64, bool)

GetSecondsOk returns a tuple with the Seconds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSeconds

func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem) SetSeconds(v int64)

SetSeconds sets Seconds field to given value.

HasSeconds

func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem) HasSeconds() bool

HasSeconds returns a boolean if a field has been set.

GetMicroseconds

func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem) GetMicroseconds() int64

GetMicroseconds returns the Microseconds field if non-nil, zero value otherwise.

GetMicrosecondsOk

func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem) GetMicrosecondsOk() (*int64, bool)

GetMicrosecondsOk returns a tuple with the Microseconds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMicroseconds

func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem) SetMicroseconds(v int64)

SetMicroseconds sets Microseconds field to given value.

HasMicroseconds

func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem) HasMicroseconds() bool

HasMicroseconds returns a boolean if a field has been set.

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