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

SEO information. More...

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

Public Member Functions

 Seo (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
string description ()
 The meta description. More...
 
string title ()
 The SEO title. 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

SEO information.

Constructor & Destructor Documentation

◆ Seo()

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

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

Parameters
dataJSONDeserialized JSON data for Seo

Member Function Documentation

◆ description()

string Shopify.Unity.Seo.description ( )
inline

The meta description.

◆ title()

string Shopify.Unity.Seo.title ( )
inline

The SEO title.


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