GoogleCloudApihubV1DisablePluginInstanceActionRequest.fromJson constructor

GoogleCloudApihubV1DisablePluginInstanceActionRequest.fromJson(
  1. Map json_
)

Implementation

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