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