Name | Type | Description | Notes |
---|---|---|---|
TimestampRetentionWindowEndMillis | int64 | ||
TimestampRetentionWindowStartMillis | int64 |
func NewBackupPointInTimeRestoreWindow(timestampRetentionWindowEndMillis int64, timestampRetentionWindowStartMillis int64, ) *BackupPointInTimeRestoreWindow
NewBackupPointInTimeRestoreWindow instantiates a new BackupPointInTimeRestoreWindow 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 NewBackupPointInTimeRestoreWindowWithDefaults() *BackupPointInTimeRestoreWindow
NewBackupPointInTimeRestoreWindowWithDefaults instantiates a new BackupPointInTimeRestoreWindow 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 *BackupPointInTimeRestoreWindow) GetTimestampRetentionWindowEndMillis() int64
GetTimestampRetentionWindowEndMillis returns the TimestampRetentionWindowEndMillis field if non-nil, zero value otherwise.
func (o *BackupPointInTimeRestoreWindow) GetTimestampRetentionWindowEndMillisOk() (*int64, bool)
GetTimestampRetentionWindowEndMillisOk returns a tuple with the TimestampRetentionWindowEndMillis field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BackupPointInTimeRestoreWindow) SetTimestampRetentionWindowEndMillis(v int64)
SetTimestampRetentionWindowEndMillis sets TimestampRetentionWindowEndMillis field to given value.
func (o *BackupPointInTimeRestoreWindow) GetTimestampRetentionWindowStartMillis() int64
GetTimestampRetentionWindowStartMillis returns the TimestampRetentionWindowStartMillis field if non-nil, zero value otherwise.
func (o *BackupPointInTimeRestoreWindow) GetTimestampRetentionWindowStartMillisOk() (*int64, bool)
GetTimestampRetentionWindowStartMillisOk returns a tuple with the TimestampRetentionWindowStartMillis field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BackupPointInTimeRestoreWindow) SetTimestampRetentionWindowStartMillis(v int64)
SetTimestampRetentionWindowStartMillis sets TimestampRetentionWindowStartMillis field to given value.