Interface FeedsApiModelV20210630GetFeedsResponse

Response schema.

GetFeedsResponse

interface FeedsApiModelV20210630GetFeedsResponse {
    feeds: FeedsApiModelV20210630Feed[];
    nextToken?: string;
}

Properties

Properties

A list of feeds.

GetFeedsResponse

nextToken?: string

Returned when the number of results exceeds pageSize. To get the next page of results, call the getFeeds operation with this token as the only parameter.

GetFeedsResponse

MMNEPVFCICPMFPCPTTAAATR