Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.95 KB

WebhookGetHistoryV1ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 1.95 KB

WebhookGetHistoryV1ResponseMPayload

Properties

Name Type Description Notes
AObjWebhooklog []CustomWebhooklogResponse

Methods

NewWebhookGetHistoryV1ResponseMPayload

func NewWebhookGetHistoryV1ResponseMPayload(aObjWebhooklog []CustomWebhooklogResponse, ) *WebhookGetHistoryV1ResponseMPayload

NewWebhookGetHistoryV1ResponseMPayload instantiates a new WebhookGetHistoryV1ResponseMPayload 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

NewWebhookGetHistoryV1ResponseMPayloadWithDefaults

func NewWebhookGetHistoryV1ResponseMPayloadWithDefaults() *WebhookGetHistoryV1ResponseMPayload

NewWebhookGetHistoryV1ResponseMPayloadWithDefaults instantiates a new WebhookGetHistoryV1ResponseMPayload 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

GetAObjWebhooklog

func (o *WebhookGetHistoryV1ResponseMPayload) GetAObjWebhooklog() []CustomWebhooklogResponse

GetAObjWebhooklog returns the AObjWebhooklog field if non-nil, zero value otherwise.

GetAObjWebhooklogOk

func (o *WebhookGetHistoryV1ResponseMPayload) GetAObjWebhooklogOk() (*[]CustomWebhooklogResponse, bool)

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

SetAObjWebhooklog

func (o *WebhookGetHistoryV1ResponseMPayload) SetAObjWebhooklog(v []CustomWebhooklogResponse)

SetAObjWebhooklog sets AObjWebhooklog field to given value.

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