Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.69 KB

ErrorMessageFormatResponse.md

File metadata and controls

51 lines (28 loc) · 1.69 KB

ErrorMessageFormatResponse

Properties

Name Type Description Notes
MessageFormat string

Methods

NewErrorMessageFormatResponse

func NewErrorMessageFormatResponse(messageFormat string, ) *ErrorMessageFormatResponse

NewErrorMessageFormatResponse instantiates a new ErrorMessageFormatResponse 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

NewErrorMessageFormatResponseWithDefaults

func NewErrorMessageFormatResponseWithDefaults() *ErrorMessageFormatResponse

NewErrorMessageFormatResponseWithDefaults instantiates a new ErrorMessageFormatResponse 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

GetMessageFormat

func (o *ErrorMessageFormatResponse) GetMessageFormat() string

GetMessageFormat returns the MessageFormat field if non-nil, zero value otherwise.

GetMessageFormatOk

func (o *ErrorMessageFormatResponse) GetMessageFormatOk() (*string, bool)

GetMessageFormatOk returns a tuple with the MessageFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMessageFormat

func (o *ErrorMessageFormatResponse) SetMessageFormat(v string)

SetMessageFormat sets MessageFormat field to given value.

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