Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
Password | Pointer to string | [optional] | |
ParentRole | Pointer to []string | [optional] | |
Predefined | Pointer to bool | [optional] |
func NewPostgresqlRole() *PostgresqlRole
NewPostgresqlRole instantiates a new PostgresqlRole 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 NewPostgresqlRoleWithDefaults() *PostgresqlRole
NewPostgresqlRoleWithDefaults instantiates a new PostgresqlRole 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 *PostgresqlRole) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PostgresqlRole) 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 *PostgresqlRole) SetName(v string)
SetName sets Name field to given value.
func (o *PostgresqlRole) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PostgresqlRole) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *PostgresqlRole) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresqlRole) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *PostgresqlRole) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *PostgresqlRole) GetParentRole() []string
GetParentRole returns the ParentRole field if non-nil, zero value otherwise.
func (o *PostgresqlRole) GetParentRoleOk() (*[]string, bool)
GetParentRoleOk returns a tuple with the ParentRole field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresqlRole) SetParentRole(v []string)
SetParentRole sets ParentRole field to given value.
func (o *PostgresqlRole) HasParentRole() bool
HasParentRole returns a boolean if a field has been set.
func (o *PostgresqlRole) GetPredefined() bool
GetPredefined returns the Predefined field if non-nil, zero value otherwise.
func (o *PostgresqlRole) GetPredefinedOk() (*bool, bool)
GetPredefinedOk returns a tuple with the Predefined field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresqlRole) SetPredefined(v bool)
SetPredefined sets Predefined field to given value.
func (o *PostgresqlRole) HasPredefined() bool
HasPredefined returns a boolean if a field has been set.