GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest.fromJson constructor
GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest.fromJson(
core.Map json_,
) : this(
filter: json_['filter'] as core.String?,
force: json_['force'] as core.bool?,
maxDeleteCount: json_['maxDeleteCount'] as core.int?,
parent: json_['parent'] as core.String?,
);