Name | Type | Description | Notes |
---|---|---|---|
Message | string | Description of the warning. | |
Cause | Pointer to string | An optional cause of this warning. | [optional] |
func NewWarningDescription(message string, ) *WarningDescription
NewWarningDescription instantiates a new WarningDescription 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 NewWarningDescriptionWithDefaults() *WarningDescription
NewWarningDescriptionWithDefaults instantiates a new WarningDescription 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 *WarningDescription) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *WarningDescription) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarningDescription) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *WarningDescription) GetCause() string
GetCause returns the Cause field if non-nil, zero value otherwise.
func (o *WarningDescription) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarningDescription) SetCause(v string)
SetCause sets Cause field to given value.
func (o *WarningDescription) HasCause() bool
HasCause returns a boolean if a field has been set.