GoogleCloudApihubV1FetchAdditionalSpecContentResponse.fromJson constructor
GoogleCloudApihubV1FetchAdditionalSpecContentResponse.fromJson(
- Map json_
Implementation
GoogleCloudApihubV1FetchAdditionalSpecContentResponse.fromJson(core.Map json_)
: this(
additionalSpecContent: json_.containsKey('additionalSpecContent')
? GoogleCloudApihubV1AdditionalSpecContent.fromJson(
json_['additionalSpecContent']
as core.Map<core.String, core.dynamic>,
)
: null,
);