GetAllMembersResponseModel.TotalItems Property

Definition

The total number of items matching the query regardless of pagination

[System.Text.Json.Serialization.JsonPropertyName("total_items")]
public int? TotalItems { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("total_items")>]
member this.TotalItems : Nullable<int> with get, set
Public Property TotalItems As Nullable(Of Integer)

Property Value

Attributes

Applies to