AuthzPolicyTarget.fromJson constructor
AuthzPolicyTarget.fromJson(
- Map json_
Implementation
AuthzPolicyTarget.fromJson(core.Map json_)
: this(
loadBalancingScheme: json_['loadBalancingScheme'] as core.String?,
resources: (json_['resources'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);