FirewallEndpointAssociationReference.fromJson constructor
FirewallEndpointAssociationReference.fromJson(
- Map json_
Implementation
FirewallEndpointAssociationReference.fromJson(core.Map json_)
: this(
name: json_.containsKey('name') ? json_['name'] as core.String : null,
network: json_.containsKey('network')
? json_['network'] as core.String
: null,
);