GoogleCloudContentwarehouseV1DataUpdateAction.fromJson constructor

GoogleCloudContentwarehouseV1DataUpdateAction.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContentwarehouseV1DataUpdateAction.fromJson(core.Map json_)
  : this(
      entries: (json_['entries'] as core.Map<core.String, core.dynamic>?)
          ?.map((key, value) => core.MapEntry(key, value as core.String)),
    );