Skip to content

Files

Latest commit

5159e36 · Aug 2, 2024

History

History
108 lines (59 loc) · 2.88 KB

V0039Warning.md

File metadata and controls

108 lines (59 loc) · 2.88 KB

V0039Warning

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

NewV0039Warning

func NewV0039Warning() *V0039Warning

NewV0039Warning instantiates a new V0039Warning 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

NewV0039WarningWithDefaults

func NewV0039WarningWithDefaults() *V0039Warning

NewV0039WarningWithDefaults instantiates a new V0039Warning 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 *V0039Warning) GetWarning() string

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

GetWarningOk

func (o *V0039Warning) 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 *V0039Warning) SetWarning(v string)

SetWarning sets Warning field to given value.

HasWarning

func (o *V0039Warning) HasWarning() bool

HasWarning returns a boolean if a field has been set.

GetSource

func (o *V0039Warning) GetSource() string

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

GetSourceOk

func (o *V0039Warning) 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 *V0039Warning) SetSource(v string)

SetSource sets Source field to given value.

HasSource

func (o *V0039Warning) HasSource() bool

HasSource returns a boolean if a field has been set.

GetDescription

func (o *V0039Warning) GetDescription() string

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

GetDescriptionOk

func (o *V0039Warning) 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 *V0039Warning) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *V0039Warning) HasDescription() bool

HasDescription returns a boolean if a field has been set.

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