Name | Type | Description | Notes |
---|---|---|---|
AObjWebhooklog | []CustomWebhooklogResponse |
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
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
func (o *WebhookGetHistoryV1ResponseMPayload) GetAObjWebhooklog() []CustomWebhooklogResponse
GetAObjWebhooklog returns the AObjWebhooklog field if non-nil, zero value otherwise.
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.
func (o *WebhookGetHistoryV1ResponseMPayload) SetAObjWebhooklog(v []CustomWebhooklogResponse)
SetAObjWebhooklog sets AObjWebhooklog field to given value.