Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.94 KB

ListXRPRippleTransactionsByBlockHeightRData.md

File metadata and controls

114 lines (61 loc) · 3.94 KB

ListXRPRippleTransactionsByBlockHeightRData

Properties

Name Type Description Notes
Limit int32 Defines how many items should be returned in the response per page basis.
Offset int32 The starting index of the response items, i.e. where the response should start listing the returned items.
Total int32 Defines the total number of items returned in the response.
Items []ListXRPRippleTransactionsByBlockHeightRI

Methods

NewListXRPRippleTransactionsByBlockHeightRData

func NewListXRPRippleTransactionsByBlockHeightRData(limit int32, offset int32, total int32, items []ListXRPRippleTransactionsByBlockHeightRI, ) *ListXRPRippleTransactionsByBlockHeightRData

NewListXRPRippleTransactionsByBlockHeightRData instantiates a new ListXRPRippleTransactionsByBlockHeightRData 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

NewListXRPRippleTransactionsByBlockHeightRDataWithDefaults

func NewListXRPRippleTransactionsByBlockHeightRDataWithDefaults() *ListXRPRippleTransactionsByBlockHeightRData

NewListXRPRippleTransactionsByBlockHeightRDataWithDefaults instantiates a new ListXRPRippleTransactionsByBlockHeightRData 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

GetLimit

func (o *ListXRPRippleTransactionsByBlockHeightRData) GetLimit() int32

GetLimit returns the Limit field if non-nil, zero value otherwise.

GetLimitOk

func (o *ListXRPRippleTransactionsByBlockHeightRData) GetLimitOk() (*int32, bool)

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

SetLimit

func (o *ListXRPRippleTransactionsByBlockHeightRData) SetLimit(v int32)

SetLimit sets Limit field to given value.

GetOffset

func (o *ListXRPRippleTransactionsByBlockHeightRData) GetOffset() int32

GetOffset returns the Offset field if non-nil, zero value otherwise.

GetOffsetOk

func (o *ListXRPRippleTransactionsByBlockHeightRData) GetOffsetOk() (*int32, bool)

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

SetOffset

func (o *ListXRPRippleTransactionsByBlockHeightRData) SetOffset(v int32)

SetOffset sets Offset field to given value.

GetTotal

func (o *ListXRPRippleTransactionsByBlockHeightRData) GetTotal() int32

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

func (o *ListXRPRippleTransactionsByBlockHeightRData) GetTotalOk() (*int32, bool)

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

SetTotal

func (o *ListXRPRippleTransactionsByBlockHeightRData) SetTotal(v int32)

SetTotal sets Total field to given value.

GetItems

func (o *ListXRPRippleTransactionsByBlockHeightRData) GetItems() []ListXRPRippleTransactionsByBlockHeightRI

GetItems returns the Items field if non-nil, zero value otherwise.

GetItemsOk

func (o *ListXRPRippleTransactionsByBlockHeightRData) GetItemsOk() (*[]ListXRPRippleTransactionsByBlockHeightRI, bool)

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

SetItems

func (o *ListXRPRippleTransactionsByBlockHeightRData) SetItems(v []ListXRPRippleTransactionsByBlockHeightRI)

SetItems sets Items field to given value.

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