GoogleCloudApigeeV1SecurityProfileScoringConfig.fromJson constructor

GoogleCloudApigeeV1SecurityProfileScoringConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1SecurityProfileScoringConfig.fromJson(core.Map json_)
    : this(
        description: json_['description'] as core.String?,
        scorePath: json_['scorePath'] as core.String?,
        title: json_['title'] as core.String?,
      );