GoogleCloudContentwarehouseV1ListLinkedTargetsRequest.fromJson constructor

GoogleCloudContentwarehouseV1ListLinkedTargetsRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContentwarehouseV1ListLinkedTargetsRequest.fromJson(core.Map json_)
  : this(
      requestMetadata: json_.containsKey('requestMetadata')
          ? GoogleCloudContentwarehouseV1RequestMetadata.fromJson(
              json_['requestMetadata'] as core.Map<core.String, core.dynamic>,
            )
          : null,
    );