GoogleCloudContentwarehouseV1ListLinkedSourcesResponse.fromJson constructor
GoogleCloudContentwarehouseV1ListLinkedSourcesResponse.fromJson(
- Map json_
Implementation
GoogleCloudContentwarehouseV1ListLinkedSourcesResponse.fromJson(
core.Map json_)
: this(
documentLinks: (json_['documentLinks'] as core.List?)
?.map((value) =>
GoogleCloudContentwarehouseV1DocumentLink.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList(),
nextPageToken: json_['nextPageToken'] as core.String?,
);