UnknownNode is a response object. With UnknownNode.Create you'll be able instantiate objects implementing Node. UnknownNode.Create
will return one of the following types:
More...
|
| UnknownNode (Dictionary< string, object > dataJSON) |
| Accepts deserialized json data. Will further parse passed in data. More...
|
|
string | id () |
| Globally unique identifier. More...
|
|
object | Clone () |
|
|
static Node | Create (Dictionary< string, object > dataJSON) |
| Instantiate objects implementing Node. Possible types are:
More...
|
|
|
T | Get< T > (string field, string alias=null) |
|
Dictionary< string, object > | Data |
|
Dictionary< string, object > | DataJSON [get, protected set] |
|
UnknownNode is a response object. With UnknownNode.Create you'll be able instantiate objects implementing Node. UnknownNode.Create
will return one of the following types:
◆ UnknownNode()
Shopify.Unity.UnknownNode.UnknownNode |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
Accepts deserialized json data. Will further parse passed in data.
- Parameters
-
dataJSON | Deserialized JSON data for Node |
◆ Create()
static Node Shopify.Unity.UnknownNode.Create |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inlinestatic |
Instantiate objects implementing Node. Possible types are:
◆ id()
string Shopify.Unity.UnknownNode.id |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/Node.cs