GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendationLink.fromJson constructor

GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendationLink.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendationLink.fromJson(
    core.Map json_)
    : this(
        text: json_.containsKey('text') ? json_['text'] as core.String : null,
        uri: json_.containsKey('uri') ? json_['uri'] as core.String : null,
      );