View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1ListViewsResponse (google_api_contact_center_insights v0.7.0)
The response of listing views.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent aspage_token
to retrieve the next page. If this field is omitted, there are no subsequent pages. -
views
(type:list(GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1View.t)
, default:nil
) - The views that match the request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1ListViewsResponse{ nextPageToken: String.t() | nil, views: [ GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1View.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.