Name | Type | Description | Notes |
---|---|---|---|
Role | Pointer to PostgresqlRole | [optional] | |
Error | Pointer to PostgresqlPgCreateRoleResponseError | [optional] |
func NewPostgresqlPgCreateRoleResponse() *PostgresqlPgCreateRoleResponse
NewPostgresqlPgCreateRoleResponse instantiates a new PostgresqlPgCreateRoleResponse 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 NewPostgresqlPgCreateRoleResponseWithDefaults() *PostgresqlPgCreateRoleResponse
NewPostgresqlPgCreateRoleResponseWithDefaults instantiates a new PostgresqlPgCreateRoleResponse 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 *PostgresqlPgCreateRoleResponse) GetRole() PostgresqlRole
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *PostgresqlPgCreateRoleResponse) 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 *PostgresqlPgCreateRoleResponse) SetRole(v PostgresqlRole)
SetRole sets Role field to given value.
func (o *PostgresqlPgCreateRoleResponse) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *PostgresqlPgCreateRoleResponse) GetError() PostgresqlPgCreateRoleResponseError
GetError returns the Error field if non-nil, zero value otherwise.
func (o *PostgresqlPgCreateRoleResponse) GetErrorOk() (*PostgresqlPgCreateRoleResponseError, 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 *PostgresqlPgCreateRoleResponse) SetError(v PostgresqlPgCreateRoleResponseError)
SetError sets Error field to given value.
func (o *PostgresqlPgCreateRoleResponse) HasError() bool
HasError returns a boolean if a field has been set.