GoogleCloudContentwarehouseV1DeleteDocumentAction.fromJson constructor

GoogleCloudContentwarehouseV1DeleteDocumentAction.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContentwarehouseV1DeleteDocumentAction.fromJson(core.Map json_)
    : this(
        enableHardDelete: json_.containsKey('enableHardDelete')
            ? json_['enableHardDelete'] as core.bool
            : null,
      );