Name | Type | Description | Notes |
---|---|---|---|
Message | Pointer to string | The error message. |
func (o *ErrorEffectProps) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *ErrorEffectProps) 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 *ErrorEffectProps) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *ErrorEffectProps) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.