GooglePrivacyDlpV2Container.fromJson constructor

GooglePrivacyDlpV2Container.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2Container.fromJson(core.Map json_)
  : this(
      fullPath: json_['fullPath'] as core.String?,
      projectId: json_['projectId'] as core.String?,
      relativePath: json_['relativePath'] as core.String?,
      rootPath: json_['rootPath'] as core.String?,
      type: json_['type'] as core.String?,
      updateTime: json_['updateTime'] as core.String?,
      version: json_['version'] as core.String?,
    );