models_v2.node_group_response module

class models_v2.node_group_response.NodeGroupResponse(node_groups=None)[source]

Bases: object

Implementation of the ‘Node Group Response’ model.

Specifies the details of Node Groups.

Attributes:
node_groups (list of NodeGroup): Specifies the details of a Node

Group.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.