Interface AplusContentApiModelSearchContentDocumentsResponse

SearchContentDocumentsResponse

interface AplusContentApiModelSearchContentDocumentsResponse {
    contentMetadataRecords: AplusContentApiModelContentMetadataRecord[];
    nextPageToken?: string;
    warnings?: Error[];
}

Properties

A list of A+ Content metadata records.

SearchContentDocumentsResponse

nextPageToken?: string

A page token that is returned when the results of the call exceed the page size. To get another page of results, call the operation again, passing in this value with the pageToken parameter.

SearchContentDocumentsResponse

warnings?: Error[]

A set of messages to the user, such as warnings or comments.

SearchContentDocumentsResponse

MMNEPVFCICPMFPCPTTAAATR