Name | Type | Description | Notes |
---|---|---|---|
TimeEnd | Pointer to int64 | [optional] | |
TimeStart | Pointer to int64 | [optional] |
func NewV0041OpenapiSlurmdbdConfigRespInstancesInnerTime() *V0041OpenapiSlurmdbdConfigRespInstancesInnerTime
NewV0041OpenapiSlurmdbdConfigRespInstancesInnerTime instantiates a new V0041OpenapiSlurmdbdConfigRespInstancesInnerTime 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 NewV0041OpenapiSlurmdbdConfigRespInstancesInnerTimeWithDefaults() *V0041OpenapiSlurmdbdConfigRespInstancesInnerTime
NewV0041OpenapiSlurmdbdConfigRespInstancesInnerTimeWithDefaults instantiates a new V0041OpenapiSlurmdbdConfigRespInstancesInnerTime 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 *V0041OpenapiSlurmdbdConfigRespInstancesInnerTime) GetTimeEnd() int64
GetTimeEnd returns the TimeEnd field if non-nil, zero value otherwise.
func (o *V0041OpenapiSlurmdbdConfigRespInstancesInnerTime) GetTimeEndOk() (*int64, bool)
GetTimeEndOk returns a tuple with the TimeEnd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiSlurmdbdConfigRespInstancesInnerTime) SetTimeEnd(v int64)
SetTimeEnd sets TimeEnd field to given value.
func (o *V0041OpenapiSlurmdbdConfigRespInstancesInnerTime) HasTimeEnd() bool
HasTimeEnd returns a boolean if a field has been set.
func (o *V0041OpenapiSlurmdbdConfigRespInstancesInnerTime) GetTimeStart() int64
GetTimeStart returns the TimeStart field if non-nil, zero value otherwise.
func (o *V0041OpenapiSlurmdbdConfigRespInstancesInnerTime) GetTimeStartOk() (*int64, bool)
GetTimeStartOk returns a tuple with the TimeStart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiSlurmdbdConfigRespInstancesInnerTime) SetTimeStart(v int64)
SetTimeStart sets TimeStart field to given value.
func (o *V0041OpenapiSlurmdbdConfigRespInstancesInnerTime) HasTimeStart() bool
HasTimeStart returns a boolean if a field has been set.