Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.15 KB

WebhookUserUserCreated.md

File metadata and controls

93 lines (50 loc) · 3.15 KB

WebhookUserUserCreated

Properties

Name Type Description Notes
ObjWebhook CustomWebhookResponse
AObjAttempt []AttemptResponseCompound An array containing details of previous attempts that were made to deliver the message. The array is empty if it's the first attempt.
ObjUser UserResponseCompound

Methods

NewWebhookUserUserCreated

func NewWebhookUserUserCreated(objWebhook CustomWebhookResponse, aObjAttempt []AttemptResponseCompound, objUser UserResponseCompound, ) *WebhookUserUserCreated

NewWebhookUserUserCreated instantiates a new WebhookUserUserCreated 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

NewWebhookUserUserCreatedWithDefaults

func NewWebhookUserUserCreatedWithDefaults() *WebhookUserUserCreated

NewWebhookUserUserCreatedWithDefaults instantiates a new WebhookUserUserCreated 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

GetObjWebhook

func (o *WebhookUserUserCreated) GetObjWebhook() CustomWebhookResponse

GetObjWebhook returns the ObjWebhook field if non-nil, zero value otherwise.

GetObjWebhookOk

func (o *WebhookUserUserCreated) GetObjWebhookOk() (*CustomWebhookResponse, bool)

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

SetObjWebhook

func (o *WebhookUserUserCreated) SetObjWebhook(v CustomWebhookResponse)

SetObjWebhook sets ObjWebhook field to given value.

GetAObjAttempt

func (o *WebhookUserUserCreated) GetAObjAttempt() []AttemptResponseCompound

GetAObjAttempt returns the AObjAttempt field if non-nil, zero value otherwise.

GetAObjAttemptOk

func (o *WebhookUserUserCreated) GetAObjAttemptOk() (*[]AttemptResponseCompound, bool)

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

SetAObjAttempt

func (o *WebhookUserUserCreated) SetAObjAttempt(v []AttemptResponseCompound)

SetAObjAttempt sets AObjAttempt field to given value.

GetObjUser

func (o *WebhookUserUserCreated) GetObjUser() UserResponseCompound

GetObjUser returns the ObjUser field if non-nil, zero value otherwise.

GetObjUserOk

func (o *WebhookUserUserCreated) GetObjUserOk() (*UserResponseCompound, bool)

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

SetObjUser

func (o *WebhookUserUserCreated) SetObjUser(v UserResponseCompound)

SetObjUser sets ObjUser field to given value.

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