GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext.fromJson constructor

GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext.fromJson(
    core.Map json_)
    : this(
        documentationLink: json_.containsKey('documentationLink')
            ? json_['documentationLink'] as core.String
            : null,
      );