ListCustomFieldValuesResponse

Response message for ListCustomFieldValues.

JSON representation
{
  "customFieldValues": [
    {
      object (CustomFieldValue)
    }
  ],
  "nextPageToken": string,
  "totalSize": integer
}
Fields
customFieldValues[]

object (CustomFieldValue)

The custom field values.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

totalSize

integer

The total number of custom field values includes filter without pagination.