GoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter.fromJson constructor

GoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter.fromJson(
  1. Map json_
)

Implementation

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