1.8 KiB
V0037ReservationPurgeCompleted
Properties
Name | Type | Description | Notes |
---|---|---|---|
Time | Pointer to int32 | amount of seconds this reservation will sit idle until it is revoked | [optional] |
Methods
NewV0037ReservationPurgeCompleted
func NewV0037ReservationPurgeCompleted() *V0037ReservationPurgeCompleted
NewV0037ReservationPurgeCompleted instantiates a new V0037ReservationPurgeCompleted 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
NewV0037ReservationPurgeCompletedWithDefaults
func NewV0037ReservationPurgeCompletedWithDefaults() *V0037ReservationPurgeCompleted
NewV0037ReservationPurgeCompletedWithDefaults instantiates a new V0037ReservationPurgeCompleted 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
GetTime
func (o *V0037ReservationPurgeCompleted) GetTime() int32
GetTime returns the Time field if non-nil, zero value otherwise.
GetTimeOk
func (o *V0037ReservationPurgeCompleted) GetTimeOk() (*int32, bool)
GetTimeOk returns a tuple with the Time field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTime
func (o *V0037ReservationPurgeCompleted) SetTime(v int32)
SetTime sets Time field to given value.
HasTime
func (o *V0037ReservationPurgeCompleted) HasTime() bool
HasTime returns a boolean if a field has been set.