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