GoogleCloudContentwarehouseV1UpdateDocumentSchemaRequest.fromJson constructor
GoogleCloudContentwarehouseV1UpdateDocumentSchemaRequest.fromJson(
- Map json_
Implementation
GoogleCloudContentwarehouseV1UpdateDocumentSchemaRequest.fromJson(
core.Map json_)
: this(
documentSchema: json_.containsKey('documentSchema')
? GoogleCloudContentwarehouseV1DocumentSchema.fromJson(
json_['documentSchema']
as core.Map<core.String, core.dynamic>)
: null,
);