ListResponse is the Query/List response type.

from message cosmos.orm.query.v1alpha1.ListResponse

Hierarchy

Constructors

Properties

pagination?: PageResponse

pagination is the pagination response.

from field: cosmos.base.query.v1beta1.PageResponse pagination = 5;

results: Any[] = []

results are the results of the query.

from field: repeated google.protobuf.Any results = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.orm.query.v1alpha1.ListResponse" = "cosmos.orm.query.v1alpha1.ListResponse"

Methods