GoogleCloudApihubV1LastExecution.fromJson constructor

GoogleCloudApihubV1LastExecution.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApihubV1LastExecution.fromJson(core.Map json_)
  : this(
      endTime: json_['endTime'] as core.String?,
      errorMessage: json_['errorMessage'] as core.String?,
      result: json_['result'] as core.String?,
      startTime: json_['startTime'] as core.String?,
    );