GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfig.fromJson constructor

GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfig.fromJson(
    core.Map json_)
    : this(
        weight: json_['weight'] as core.String?,
      );