UnknownHasMetafields is a response object. With UnknownHasMetafields.Create you'll be able instantiate objects implementing HasMetafields. UnknownHasMetafields.Create
will return one of the following types:
More...
|
T | Get< T > (string field, string alias=null) |
|
Dictionary< string, object > | Data |
|
Dictionary< string, object > | DataJSON [get, protected set] |
|
UnknownHasMetafields is a response object. With UnknownHasMetafields.Create you'll be able instantiate objects implementing HasMetafields. UnknownHasMetafields.Create
will return one of the following types:
◆ UnknownHasMetafields()
Shopify.Unity.UnknownHasMetafields.UnknownHasMetafields |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
Accepts deserialized json data. Will further parse passed in data.
- Parameters
-
◆ Create()
static HasMetafields Shopify.Unity.UnknownHasMetafields.Create |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inlinestatic |
Instantiate objects implementing HasMetafields. Possible types are:
◆ metafield()
Metafield Shopify.Unity.UnknownHasMetafields.metafield |
( |
string |
alias = null | ) |
|
|
inline |
The metafield associated with the resource.
- Parameters
-
alias | If the original field queried was queried using an alias, then pass the matching string. |
Implements Shopify.Unity.HasMetafields.
◆ metafields()
A paginated list of metafields associated with the resource.
- Parameters
-
alias | If the original field queried was queried using an alias, then pass the matching string. |
Implements Shopify.Unity.HasMetafields.
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/HasMetafields.cs