Name | Type | Description | Notes |
---|---|---|---|
ServiceId | Pointer to string | [optional] | |
DbName | Pointer to string | [optional] | |
OwnerName | Pointer to string | [optional] | |
Description | Pointer to string | [optional] |
func NewPostgresqlPgCreateDbRequest() *PostgresqlPgCreateDbRequest
NewPostgresqlPgCreateDbRequest instantiates a new PostgresqlPgCreateDbRequest 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 NewPostgresqlPgCreateDbRequestWithDefaults() *PostgresqlPgCreateDbRequest
NewPostgresqlPgCreateDbRequestWithDefaults instantiates a new PostgresqlPgCreateDbRequest 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 *PostgresqlPgCreateDbRequest) GetServiceId() string
GetServiceId returns the ServiceId field if non-nil, zero value otherwise.
func (o *PostgresqlPgCreateDbRequest) GetServiceIdOk() (*string, bool)
GetServiceIdOk returns a tuple with the ServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresqlPgCreateDbRequest) SetServiceId(v string)
SetServiceId sets ServiceId field to given value.
func (o *PostgresqlPgCreateDbRequest) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (o *PostgresqlPgCreateDbRequest) GetDbName() string
GetDbName returns the DbName field if non-nil, zero value otherwise.
func (o *PostgresqlPgCreateDbRequest) GetDbNameOk() (*string, bool)
GetDbNameOk returns a tuple with the DbName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresqlPgCreateDbRequest) SetDbName(v string)
SetDbName sets DbName field to given value.
func (o *PostgresqlPgCreateDbRequest) HasDbName() bool
HasDbName returns a boolean if a field has been set.
func (o *PostgresqlPgCreateDbRequest) GetOwnerName() string
GetOwnerName returns the OwnerName field if non-nil, zero value otherwise.
func (o *PostgresqlPgCreateDbRequest) GetOwnerNameOk() (*string, bool)
GetOwnerNameOk returns a tuple with the OwnerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresqlPgCreateDbRequest) SetOwnerName(v string)
SetOwnerName sets OwnerName field to given value.
func (o *PostgresqlPgCreateDbRequest) HasOwnerName() bool
HasOwnerName returns a boolean if a field has been set.
func (o *PostgresqlPgCreateDbRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *PostgresqlPgCreateDbRequest) 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 *PostgresqlPgCreateDbRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *PostgresqlPgCreateDbRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.