GoogleCloudDataplexV1LookupContextRequest.fromJson constructor

GoogleCloudDataplexV1LookupContextRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1LookupContextRequest.fromJson(core.Map json_)
  : this(
      options: (json_['options'] as core.Map<core.String, core.dynamic>?)
          ?.map((key, value) => core.MapEntry(key, value as core.String)),
      resources: (json_['resources'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
    );