GoogleCloudApihubV1EnablePluginInstanceActionRequest.fromJson constructor

GoogleCloudApihubV1EnablePluginInstanceActionRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApihubV1EnablePluginInstanceActionRequest.fromJson(core.Map json_)
  : this(actionId: json_['actionId'] as core.String?);