Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 997 Bytes

ErrorEffectProps.md

File metadata and controls

39 lines (20 loc) · 997 Bytes

ErrorEffectProps

Properties

Name Type Description Notes
Message Pointer to string The error message.

Methods

GetMessage

func (o *ErrorEffectProps) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

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.

HasMessage

func (o *ErrorEffectProps) HasMessage() bool

HasMessage returns a boolean if a field has been set.

SetMessage

func (o *ErrorEffectProps) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

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