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 |
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
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
func (o *AttemptResponseCompound) GetDtAttemptStart() string
GetDtAttemptStart returns the DtAttemptStart field if non-nil, zero value otherwise.
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.
func (o *AttemptResponseCompound) SetDtAttemptStart(v string)
SetDtAttemptStart sets DtAttemptStart field to given value.
func (o *AttemptResponseCompound) GetSAttemptResult() string
GetSAttemptResult returns the SAttemptResult field if non-nil, zero value otherwise.
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.
func (o *AttemptResponseCompound) SetSAttemptResult(v string)
SetSAttemptResult sets SAttemptResult field to given value.
func (o *AttemptResponseCompound) GetIAttemptDuration() int32
GetIAttemptDuration returns the IAttemptDuration field if non-nil, zero value otherwise.
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.
func (o *AttemptResponseCompound) SetIAttemptDuration(v int32)
SetIAttemptDuration sets IAttemptDuration field to given value.