InstanceGroupManagerAllInstancesConfig.fromJson constructor
InstanceGroupManagerAllInstancesConfig.fromJson(
- Map json_
Implementation
InstanceGroupManagerAllInstancesConfig.fromJson(core.Map json_)
: this(
properties: json_.containsKey('properties')
? InstancePropertiesPatch.fromJson(
json_['properties'] as core.Map<core.String, core.dynamic>)
: null,
);