Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.79 KB

InlineResponse20039.md

File metadata and controls

65 lines (34 loc) · 1.79 KB

InlineResponse20039

Properties

Name Type Description Notes
TotalResultSize Pointer to int32
Data Pointer to []WebhookLogEntry

Methods

GetTotalResultSize

func (o *InlineResponse20039) GetTotalResultSize() int32

GetTotalResultSize returns the TotalResultSize field if non-nil, zero value otherwise.

GetTotalResultSizeOk

func (o *InlineResponse20039) GetTotalResultSizeOk() (int32, bool)

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

HasTotalResultSize

func (o *InlineResponse20039) HasTotalResultSize() bool

HasTotalResultSize returns a boolean if a field has been set.

SetTotalResultSize

func (o *InlineResponse20039) SetTotalResultSize(v int32)

SetTotalResultSize gets a reference to the given int32 and assigns it to the TotalResultSize field.

GetData

func (o *InlineResponse20039) GetData() []WebhookLogEntry

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *InlineResponse20039) GetDataOk() ([]WebhookLogEntry, bool)

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

HasData

func (o *InlineResponse20039) HasData() bool

HasData returns a boolean if a field has been set.

SetData

func (o *InlineResponse20039) SetData(v []WebhookLogEntry)

SetData gets a reference to the given []WebhookLogEntry and assigns it to the Data field.

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