Name | Type | Description | Notes |
---|---|---|---|
CopyId | Pointer to string | [optional] | |
ServiceUuid | Pointer to string | [optional] |
func NewPostgresqlBackupRestoreRequest() *PostgresqlBackupRestoreRequest
NewPostgresqlBackupRestoreRequest instantiates a new PostgresqlBackupRestoreRequest 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 NewPostgresqlBackupRestoreRequestWithDefaults() *PostgresqlBackupRestoreRequest
NewPostgresqlBackupRestoreRequestWithDefaults instantiates a new PostgresqlBackupRestoreRequest 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 *PostgresqlBackupRestoreRequest) GetCopyId() string
GetCopyId returns the CopyId field if non-nil, zero value otherwise.
func (o *PostgresqlBackupRestoreRequest) GetCopyIdOk() (*string, bool)
GetCopyIdOk returns a tuple with the CopyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresqlBackupRestoreRequest) SetCopyId(v string)
SetCopyId sets CopyId field to given value.
func (o *PostgresqlBackupRestoreRequest) HasCopyId() bool
HasCopyId returns a boolean if a field has been set.
func (o *PostgresqlBackupRestoreRequest) GetServiceUuid() string
GetServiceUuid returns the ServiceUuid field if non-nil, zero value otherwise.
func (o *PostgresqlBackupRestoreRequest) GetServiceUuidOk() (*string, bool)
GetServiceUuidOk returns a tuple with the ServiceUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresqlBackupRestoreRequest) SetServiceUuid(v string)
SetServiceUuid sets ServiceUuid field to given value.
func (o *PostgresqlBackupRestoreRequest) HasServiceUuid() bool
HasServiceUuid returns a boolean if a field has been set.