Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Latest commit

 

History

History
72 lines (39 loc) · 2.18 KB

File metadata and controls

72 lines (39 loc) · 2.18 KB

TransactionalFailure3Response

Properties

Name Type Description Notes
Success bool
Message string

Methods

NewTransactionalFailure3Response

func NewTransactionalFailure3Response(success bool, message string, ) *TransactionalFailure3Response

NewTransactionalFailure3Response instantiates a new TransactionalFailure3Response 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

NewTransactionalFailure3ResponseWithDefaults

func NewTransactionalFailure3ResponseWithDefaults() *TransactionalFailure3Response

NewTransactionalFailure3ResponseWithDefaults instantiates a new TransactionalFailure3Response 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

GetSuccess

func (o *TransactionalFailure3Response) GetSuccess() bool

GetSuccess returns the Success field if non-nil, zero value otherwise.

GetSuccessOk

func (o *TransactionalFailure3Response) GetSuccessOk() (*bool, bool)

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

SetSuccess

func (o *TransactionalFailure3Response) SetSuccess(v bool)

SetSuccess sets Success field to given value.

GetMessage

func (o *TransactionalFailure3Response) GetMessage() string

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

GetMessageOk

func (o *TransactionalFailure3Response) 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.

SetMessage

func (o *TransactionalFailure3Response) SetMessage(v string)

SetMessage sets Message field to given value.

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