Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.4 KB

V0040OpenapiWarning.md

File metadata and controls

82 lines (45 loc) · 2.4 KB

V0040OpenapiWarning

Properties

Name Type Description Notes
Description Pointer to string Long form warning description [optional]
Source Pointer to string Source of warning or where warning was first detected [optional]

Methods

NewV0040OpenapiWarning

func NewV0040OpenapiWarning() *V0040OpenapiWarning

NewV0040OpenapiWarning instantiates a new V0040OpenapiWarning 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

NewV0040OpenapiWarningWithDefaults

func NewV0040OpenapiWarningWithDefaults() *V0040OpenapiWarning

NewV0040OpenapiWarningWithDefaults instantiates a new V0040OpenapiWarning 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

GetDescription

func (o *V0040OpenapiWarning) GetDescription() string

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

GetDescriptionOk

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

SetDescription sets Description field to given value.

HasDescription

func (o *V0040OpenapiWarning) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetSource

func (o *V0040OpenapiWarning) GetSource() string

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

GetSourceOk

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

SetSource sets Source field to given value.

HasSource

func (o *V0040OpenapiWarning) HasSource() bool

HasSource returns a boolean if a field has been set.

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