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