Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.18 KB

AttemptResponseCompound.md

File metadata and controls

93 lines (50 loc) · 3.18 KB

AttemptResponseCompound

Properties

Name Type Description Notes
DtAttemptStart string Represent a Date Time. The timezone is the one configured in the User's profile.
SAttemptResult string The Success or Failure message of the attempt when we tried to call the URL to deliver the webhook event.
IAttemptDuration int32 The number of second it took to process the webhook or get an error

Methods

NewAttemptResponseCompound

func NewAttemptResponseCompound(dtAttemptStart string, sAttemptResult string, iAttemptDuration int32, ) *AttemptResponseCompound

NewAttemptResponseCompound instantiates a new AttemptResponseCompound 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

NewAttemptResponseCompoundWithDefaults

func NewAttemptResponseCompoundWithDefaults() *AttemptResponseCompound

NewAttemptResponseCompoundWithDefaults instantiates a new AttemptResponseCompound 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

GetDtAttemptStart

func (o *AttemptResponseCompound) GetDtAttemptStart() string

GetDtAttemptStart returns the DtAttemptStart field if non-nil, zero value otherwise.

GetDtAttemptStartOk

func (o *AttemptResponseCompound) GetDtAttemptStartOk() (*string, bool)

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

SetDtAttemptStart

func (o *AttemptResponseCompound) SetDtAttemptStart(v string)

SetDtAttemptStart sets DtAttemptStart field to given value.

GetSAttemptResult

func (o *AttemptResponseCompound) GetSAttemptResult() string

GetSAttemptResult returns the SAttemptResult field if non-nil, zero value otherwise.

GetSAttemptResultOk

func (o *AttemptResponseCompound) GetSAttemptResultOk() (*string, bool)

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

SetSAttemptResult

func (o *AttemptResponseCompound) SetSAttemptResult(v string)

SetSAttemptResult sets SAttemptResult field to given value.

GetIAttemptDuration

func (o *AttemptResponseCompound) GetIAttemptDuration() int32

GetIAttemptDuration returns the IAttemptDuration field if non-nil, zero value otherwise.

GetIAttemptDurationOk

func (o *AttemptResponseCompound) GetIAttemptDurationOk() (*int32, bool)

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

SetIAttemptDuration

func (o *AttemptResponseCompound) SetIAttemptDuration(v int32)

SetIAttemptDuration sets IAttemptDuration field to given value.

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