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