Name | Type | Description | Notes |
---|---|---|---|
Warning | Pointer to string | Earning message | [optional] |
Source | Pointer to string | Where error occurred in the source | [optional] |
Description | Pointer to string | Explanation of cause of error | [optional] |
func NewDbv0039Warning() *Dbv0039Warning
NewDbv0039Warning instantiates a new Dbv0039Warning 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 NewDbv0039WarningWithDefaults() *Dbv0039Warning
NewDbv0039WarningWithDefaults instantiates a new Dbv0039Warning 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 *Dbv0039Warning) GetWarning() string
GetWarning returns the Warning field if non-nil, zero value otherwise.
func (o *Dbv0039Warning) GetWarningOk() (*string, bool)
GetWarningOk returns a tuple with the Warning field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dbv0039Warning) SetWarning(v string)
SetWarning sets Warning field to given value.
func (o *Dbv0039Warning) HasWarning() bool
HasWarning returns a boolean if a field has been set.
func (o *Dbv0039Warning) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *Dbv0039Warning) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dbv0039Warning) SetSource(v string)
SetSource sets Source field to given value.
func (o *Dbv0039Warning) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *Dbv0039Warning) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *Dbv0039Warning) 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 *Dbv0039Warning) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *Dbv0039Warning) HasDescription() bool
HasDescription returns a boolean if a field has been set.