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