Response schema.

GetFeedsResponse

interface FeedsApiModelGetFeedsResponse {
    errors?: Error[];
    nextToken?: string;
    payload?: FeedsApiModelFeed[];
}

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

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

payload?: FeedsApiModelFeed[]

GetFeedsResponse

MMNEPVFCICPMFPCPTTAAATR