GoogleCloudApihubV1DependencyErrorDetail.fromJson constructor

GoogleCloudApihubV1DependencyErrorDetail.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApihubV1DependencyErrorDetail.fromJson(core.Map json_)
  : this(
      error: json_['error'] as core.String?,
      errorTime: json_['errorTime'] as core.String?,
    );