Metafields represent custom metadata attached to a resource. Metafields can be sorted into namespaces and are comprised of keys, values, and value types.
More...
|
T | Get< T > (string field, string alias=null) |
|
Dictionary< string, object > | Data |
|
Dictionary< string, object > | DataJSON [get, protected set] |
|
Metafields represent custom metadata attached to a resource. Metafields can be sorted into namespaces and are comprised of keys, values, and value types.
◆ Metafield()
Shopify.Unity.Metafield.Metafield |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
Accepts deserialized json data. Will further parse passed in data.
- Parameters
-
◆ description()
string Shopify.Unity.Metafield.description |
( |
| ) |
|
|
inline |
The description of a metafield.
◆ id()
string Shopify.Unity.Metafield.id |
( |
| ) |
|
|
inline |
◆ key()
string Shopify.Unity.Metafield.key |
( |
| ) |
|
|
inline |
The key name for a metafield.
◆ namespaceValue()
string Shopify.Unity.Metafield.namespaceValue |
( |
| ) |
|
|
inline |
The namespace for a metafield.
◆ parentResource()
The parent object that the metafield belongs to.
◆ value()
string Shopify.Unity.Metafield.value |
( |
| ) |
|
|
inline |
The value of a metafield.
◆ valueType()
Represents the metafield value type.
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/Metafield.cs