Name | Type | Description | Notes |
---|---|---|---|
Role | Pointer to PostgresqlRole | [optional] | |
Error | Pointer to PostgresqlPgUpdateRoleResponseError | [optional] |
func NewPostgresqlPgUpdateRoleResponse() *PostgresqlPgUpdateRoleResponse
NewPostgresqlPgUpdateRoleResponse instantiates a new PostgresqlPgUpdateRoleResponse 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 NewPostgresqlPgUpdateRoleResponseWithDefaults() *PostgresqlPgUpdateRoleResponse
NewPostgresqlPgUpdateRoleResponseWithDefaults instantiates a new PostgresqlPgUpdateRoleResponse 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 *PostgresqlPgUpdateRoleResponse) GetRole() PostgresqlRole
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *PostgresqlPgUpdateRoleResponse) GetRoleOk() (*PostgresqlRole, bool)
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresqlPgUpdateRoleResponse) SetRole(v PostgresqlRole)
SetRole sets Role field to given value.
func (o *PostgresqlPgUpdateRoleResponse) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *PostgresqlPgUpdateRoleResponse) GetError() PostgresqlPgUpdateRoleResponseError
GetError returns the Error field if non-nil, zero value otherwise.
func (o *PostgresqlPgUpdateRoleResponse) GetErrorOk() (*PostgresqlPgUpdateRoleResponseError, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostgresqlPgUpdateRoleResponse) SetError(v PostgresqlPgUpdateRoleResponseError)
SetError sets Error field to given value.
func (o *PostgresqlPgUpdateRoleResponse) HasError() bool
HasError returns a boolean if a field has been set.