ListStoredInfoTypesResponse

Response message for storedInfoTypes.list.

JSON representation
{
  "storedInfoTypes": [
    {
      object (StoredInfoType)
    }
  ],
  "nextPageToken": string
}
Fields
storedInfoTypes[]

object (StoredInfoType)

List of storedInfoTypes, up to pageSize in ListStoredInfoTypesRequest.

nextPageToken

string

If the next page is available then the next page token to be used in the following storedInfoTypes.list request.