Shopify SDK for Unity
Public Member Functions | Static Public Member Functions | List of all members
Shopify.Unity.UnknownHasMetafields Class Reference

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...

Inheritance diagram for Shopify.Unity.UnknownHasMetafields:
Shopify.Unity.SDK.AbstractResponse Shopify.Unity.HasMetafields

Public Member Functions

 UnknownHasMetafields (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
Metafield metafield (string alias=null)
 The metafield associated with the resource. More...
 
MetafieldConnection metafields (string alias=null)
 A paginated list of metafields associated with the resource. More...
 
object Clone ()
 

Static Public Member Functions

static HasMetafields Create (Dictionary< string, object > dataJSON)
 Instantiate objects implementing HasMetafields. Possible types are:

More...
 

Additional Inherited Members

- Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse
Get< T > (string field, string alias=null)
 
- Protected Attributes inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > Data
 
- Properties inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > DataJSON [get, protected set]
 

Detailed Description

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:

Constructor & Destructor Documentation

◆ UnknownHasMetafields()

Shopify.Unity.UnknownHasMetafields.UnknownHasMetafields ( Dictionary< string, object >  dataJSON)
inline

Accepts deserialized json data. Will further parse passed in data.

Parameters
dataJSONDeserialized JSON data for HasMetafields

Member Function Documentation

◆ 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
aliasIf the original field queried was queried using an alias, then pass the matching string.

Implements Shopify.Unity.HasMetafields.

◆ metafields()

MetafieldConnection Shopify.Unity.UnknownHasMetafields.metafields ( string  alias = null)
inline

A paginated list of metafields associated with the resource.

Parameters
aliasIf 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: