File

src/gsuite/shared/response-type.model.ts

Properties

etag
etag: void
Type : void

ETag of the resource.

items
items: Array
Type : Array

Collection of Items.

kind
kind: void
Type : void

Type of the resource.

nextPageToken
nextPageToken: void
Type : void

Token that can be used to request the next page of this result.

nextSyncToken
nextSyncToken: void
Type : void

Token used at a later point in time to retrieve only the entries that have changed since this result was returned. Omitted if further results are available, in which case nextPageToken is provided.

export interface ResponseType {
    /**
     * Type of the resource.
     */
    kind: string;
    /**
     * ETag of the resource.
     */
    etag: string;
    /**
     * Token that can be used to request the next page of this result.
     */
    nextPageToken: string;
    /**
     * Token used at a later point in time to retrieve only the entries that have changed since this result was returned.
     * Omitted if further results are available, in which case nextPageToken is provided.
     */
    nextSyncToken: string;
    /**
     * Collection of Items.
     */
    items: Array<any>;
}

results matching ""

    No results matching ""