Name | Type | Description | Notes |
---|---|---|---|
Seconds | Pointer to int64 | [optional] | |
Microseconds | Pointer to int64 | [optional] |
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
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
func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem) GetSeconds() int64
GetSeconds returns the Seconds field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem) SetSeconds(v int64)
SetSeconds sets Seconds field to given value.
func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem) HasSeconds() bool
HasSeconds returns a boolean if a field has been set.
func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem) GetMicroseconds() int64
GetMicroseconds returns the Microseconds field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem) SetMicroseconds(v int64)
SetMicroseconds sets Microseconds field to given value.
func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerTimeSystem) HasMicroseconds() bool
HasMicroseconds returns a boolean if a field has been set.