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