GoogleCloudServicenetworkingV1ConsumerConfigReservedRange.fromJson constructor
GoogleCloudServicenetworkingV1ConsumerConfigReservedRange.fromJson(
- Map json_
Implementation
GoogleCloudServicenetworkingV1ConsumerConfigReservedRange.fromJson(
core.Map json_)
: this(
address: json_.containsKey('address')
? json_['address'] as core.String
: null,
ipPrefixLength: json_.containsKey('ipPrefixLength')
? json_['ipPrefixLength'] as core.int
: null,
name: json_.containsKey('name') ? json_['name'] as core.String : null,
);