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

An auto-generated type which holds one Blog and a cursor during pagination. More...

Inheritance diagram for Shopify.Unity.BlogEdge:
Shopify.Unity.SDK.AbstractResponse

Public Member Functions

 BlogEdge (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
string cursor ()
 A cursor for use in pagination. More...
 
Blog node ()
 The item at the end of BlogEdge. More...
 
object Clone ()
 

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

An auto-generated type which holds one Blog and a cursor during pagination.

Constructor & Destructor Documentation

◆ BlogEdge()

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

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

Parameters
dataJSONDeserialized JSON data for BlogEdge

Member Function Documentation

◆ cursor()

string Shopify.Unity.BlogEdge.cursor ( )
inline

A cursor for use in pagination.

◆ node()

Blog Shopify.Unity.BlogEdge.node ( )
inline

The item at the end of BlogEdge.


The documentation for this class was generated from the following file: