GoogleCloudApihubV1ToolAnnotations.fromJson constructor
GoogleCloudApihubV1ToolAnnotations.fromJson(
- Map json_
Implementation
GoogleCloudApihubV1ToolAnnotations.fromJson(core.Map json_)
: this(
additionalHints:
(json_['additionalHints'] as core.Map<core.String, core.dynamic>?)
?.map((key, value) => core.MapEntry(key, value as core.String)),
destructiveHint: json_['destructiveHint'] as core.bool?,
idempotentHint: json_['idempotentHint'] as core.bool?,
openWorldHint: json_['openWorldHint'] as core.bool?,
readOnlyHint: json_['readOnlyHint'] as core.bool?,
title: json_['title'] as core.String?,
);