GoogleCloudApihubV1Path.fromJson constructor
GoogleCloudApihubV1Path.fromJson(
- Map json_
Implementation
GoogleCloudApihubV1Path.fromJson(core.Map json_)
: this(
description: json_['description'] as core.String?,
path: json_['path'] as core.String?,
);