Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.52 KB

PostgresqlBackupRestoreRequest.md

File metadata and controls

82 lines (45 loc) · 2.52 KB

PostgresqlBackupRestoreRequest

Properties

Name Type Description Notes
CopyId Pointer to string [optional]
ServiceUuid Pointer to string [optional]

Methods

NewPostgresqlBackupRestoreRequest

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

NewPostgresqlBackupRestoreRequestWithDefaults

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

GetCopyId

func (o *PostgresqlBackupRestoreRequest) GetCopyId() string

GetCopyId returns the CopyId field if non-nil, zero value otherwise.

GetCopyIdOk

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.

SetCopyId

func (o *PostgresqlBackupRestoreRequest) SetCopyId(v string)

SetCopyId sets CopyId field to given value.

HasCopyId

func (o *PostgresqlBackupRestoreRequest) HasCopyId() bool

HasCopyId returns a boolean if a field has been set.

GetServiceUuid

func (o *PostgresqlBackupRestoreRequest) GetServiceUuid() string

GetServiceUuid returns the ServiceUuid field if non-nil, zero value otherwise.

GetServiceUuidOk

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.

SetServiceUuid

func (o *PostgresqlBackupRestoreRequest) SetServiceUuid(v string)

SetServiceUuid sets ServiceUuid field to given value.

HasServiceUuid

func (o *PostgresqlBackupRestoreRequest) HasServiceUuid() bool

HasServiceUuid returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]