Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.36 KB

PostgresqlPgDb.md

File metadata and controls

134 lines (73 loc) · 3.36 KB

PostgresqlPgDb

Properties

Name Type Description Notes
Name Pointer to string [optional]
Size Pointer to string [optional]
Owner Pointer to string [optional]
Description Pointer to string [optional]

Methods

NewPostgresqlPgDb

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

NewPostgresqlPgDbWithDefaults

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

GetName

func (o *PostgresqlPgDb) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *PostgresqlPgDb) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PostgresqlPgDb) HasName() bool

HasName returns a boolean if a field has been set.

GetSize

func (o *PostgresqlPgDb) GetSize() string

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

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.

SetSize

func (o *PostgresqlPgDb) SetSize(v string)

SetSize sets Size field to given value.

HasSize

func (o *PostgresqlPgDb) HasSize() bool

HasSize returns a boolean if a field has been set.

GetOwner

func (o *PostgresqlPgDb) GetOwner() string

GetOwner returns the Owner field if non-nil, zero value otherwise.

GetOwnerOk

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.

SetOwner

func (o *PostgresqlPgDb) SetOwner(v string)

SetOwner sets Owner field to given value.

HasOwner

func (o *PostgresqlPgDb) HasOwner() bool

HasOwner returns a boolean if a field has been set.

GetDescription

func (o *PostgresqlPgDb) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *PostgresqlPgDb) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *PostgresqlPgDb) HasDescription() bool

HasDescription returns a boolean if a field has been set.

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