GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest.fromJson constructor

GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest.fromJson(
  1. 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?,
    );