GoogleCloudPolicytroubleshooterIamV3ConditionContextPeer.fromJson constructor

GoogleCloudPolicytroubleshooterIamV3ConditionContextPeer.fromJson(
  1. Map json_
)

Implementation

GoogleCloudPolicytroubleshooterIamV3ConditionContextPeer.fromJson(
  core.Map json_,
) : this(
      ip: json_['ip'] as core.String?,
      port: json_['port'] as core.String?,
    );