NodeGroupsAddNodesRequest.fromJson constructor
NodeGroupsAddNodesRequest.fromJson(
- Map json_
Implementation
NodeGroupsAddNodesRequest.fromJson(core.Map json_)
: this(
additionalNodeCount: json_['additionalNodeCount'] as core.int?,
);