GoogleCloudApigeeV1ScoreComponentRecommendationAction.fromJson constructor
GoogleCloudApigeeV1ScoreComponentRecommendationAction.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1ScoreComponentRecommendationAction.fromJson(core.Map json_)
: this(
actionContext:
json_.containsKey('actionContext')
? GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext.fromJson(
json_['actionContext'] as core.Map<core.String, core.dynamic>,
)
: null,
description: json_['description'] as core.String?,
);