Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
Size | Pointer to string | [optional] | |
Owner | Pointer to string | [optional] | |
Description | Pointer to string | [optional] |
func NewPostgresqlPgDb() *PostgresqlPgDb
NewPostgresqlPgDb instantiates a new PostgresqlPgDb 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 NewPostgresqlPgDbWithDefaults() *PostgresqlPgDb
NewPostgresqlPgDbWithDefaults instantiates a new PostgresqlPgDb 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 *PostgresqlPgDb) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PostgresqlPgDb) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresqlPgDb) SetName(v string)
SetName sets Name field to given value.
func (o *PostgresqlPgDb) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PostgresqlPgDb) GetSize() string
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *PostgresqlPgDb) GetSizeOk() (*string, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresqlPgDb) SetSize(v string)
SetSize sets Size field to given value.
func (o *PostgresqlPgDb) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *PostgresqlPgDb) GetOwner() string
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *PostgresqlPgDb) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresqlPgDb) SetOwner(v string)
SetOwner sets Owner field to given value.
func (o *PostgresqlPgDb) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (o *PostgresqlPgDb) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *PostgresqlPgDb) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresqlPgDb) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *PostgresqlPgDb) HasDescription() bool
HasDescription returns a boolean if a field has been set.