GoogleCloudApigeeV1ScoreComponentRecommendationAction.fromJson constructor

GoogleCloudApigeeV1ScoreComponentRecommendationAction.fromJson(
  1. 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_.containsKey('description')
            ? json_['description'] as core.String
            : null,
      );