GoogleCloudContactcenterinsightsV1ListViewsResponse constructor
GoogleCloudContactcenterinsightsV1ListViewsResponse({
- String? nextPageToken,
- List<
GoogleCloudContactcenterinsightsV1View> ? views,
Implementation
GoogleCloudContactcenterinsightsV1ListViewsResponse({
this.nextPageToken,
this.views,
});