Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.92 KB

Dbv0039Warning.md

File metadata and controls

108 lines (59 loc) · 2.92 KB

Dbv0039Warning

Properties

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]

Methods

NewDbv0039Warning

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

NewDbv0039WarningWithDefaults

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

GetWarning

func (o *Dbv0039Warning) GetWarning() string

GetWarning returns the Warning field if non-nil, zero value otherwise.

GetWarningOk

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.

SetWarning

func (o *Dbv0039Warning) SetWarning(v string)

SetWarning sets Warning field to given value.

HasWarning

func (o *Dbv0039Warning) HasWarning() bool

HasWarning returns a boolean if a field has been set.

GetSource

func (o *Dbv0039Warning) GetSource() string

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

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.

SetSource

func (o *Dbv0039Warning) SetSource(v string)

SetSource sets Source field to given value.

HasSource

func (o *Dbv0039Warning) HasSource() bool

HasSource returns a boolean if a field has been set.

GetDescription

func (o *Dbv0039Warning) GetDescription() string

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

GetDescriptionOk

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.

SetDescription

func (o *Dbv0039Warning) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *Dbv0039Warning) HasDescription() bool

HasDescription returns a boolean if a field has been set.

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