GoogleCloudApihubV1ActionExecutionDetail.fromJson constructor

GoogleCloudApihubV1ActionExecutionDetail.fromJson(
  1. Map json_
)

Implementation

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