GooglePrivacyDlpV2ConversationMessage.fromJson constructor

GooglePrivacyDlpV2ConversationMessage.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2ConversationMessage.fromJson(core.Map json_)
  : this(
      content: json_['content'] as core.String?,
      messageType: json_['messageType'] as core.String?,
      participantId: json_['participantId'] as core.String?,
    );