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

Represents a web address. More...

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

Public Member Functions

 Domain (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
string host ()
 The host name of the domain (eg: example.com). More...
 
bool sslEnabled ()
 Whether SSL is enabled or not. More...
 
string url ()
 The URL of the domain (eg: https://example.com). 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

Represents a web address.

Constructor & Destructor Documentation

◆ Domain()

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

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

Parameters
dataJSONDeserialized JSON data for Domain

Member Function Documentation

◆ host()

string Shopify.Unity.Domain.host ( )
inline

The host name of the domain (eg: example.com).

◆ sslEnabled()

bool Shopify.Unity.Domain.sslEnabled ( )
inline

Whether SSL is enabled or not.

◆ url()

string Shopify.Unity.Domain.url ( )
inline

The URL of the domain (eg: https://example.com).


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