# atom_api.NodePayload

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Name of the node | 
**questionId** | **String** | The ID of the question that corresponds to this node | 
**isFirst** | **Boolean** | Indicates if this is the first node of the decision tree. Defaults to false meaning it is not the first node | [optional] [default to false]
**secondaryId** | [**SecondaryId**](SecondaryId.md) |  | [optional] 
**metadata** | **Object** | Custom information associated with the node in the format key:value | [optional] 


