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