GoogleCloudContentwarehouseV1ResponseMetadata.fromJson constructor
GoogleCloudContentwarehouseV1ResponseMetadata.fromJson(
- Map json_
Implementation
GoogleCloudContentwarehouseV1ResponseMetadata.fromJson(core.Map json_)
: this(
requestId: json_['requestId'] as core.String?,
);