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