GoogleCloudApigeeV1NodeConfig.fromJson constructor
GoogleCloudApigeeV1NodeConfig.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1NodeConfig.fromJson(core.Map json_)
: this(
currentAggregateNodeCount:
json_.containsKey('currentAggregateNodeCount')
? json_['currentAggregateNodeCount'] as core.String
: null,
maxNodeCount: json_.containsKey('maxNodeCount')
? json_['maxNodeCount'] as core.String
: null,
minNodeCount: json_.containsKey('minNodeCount')
? json_['minNodeCount'] as core.String
: null,
);