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

Specifies the input fields required for an attribute. More...

Inheritance diagram for Shopify.Unity.AttributeInput:
Shopify.Unity.SDK.InputBase

Public Member Functions

 AttributeInput (string key, string value)
 
 AttributeInput (Dictionary< string, object > dataJSON)
 
- Public Member Functions inherited from Shopify.Unity.SDK.InputBase
override string ToString ()
 Returns a string representing a GraphQL input object. More...
 

Static Public Attributes

const string keyFieldKey = "key"
 
const string valueFieldKey = "value"
 

Properties

string key [get, set]
 Key or name of the attribute. More...
 
string value [get, set]
 Value of the attribute. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Shopify.Unity.SDK.InputBase
void Set (string key, object value)
 
object Get (string key)
 

Detailed Description

Specifies the input fields required for an attribute.

Constructor & Destructor Documentation

◆ AttributeInput() [1/2]

Shopify.Unity.AttributeInput.AttributeInput ( string  key,
string  value 
)
inline
Parameters
keyKey or name of the attribute.
valueValue of the attribute.

◆ AttributeInput() [2/2]

Shopify.Unity.AttributeInput.AttributeInput ( Dictionary< string, object >  dataJSON)
inline
Parameters
keyKey or name of the attribute.
valueValue of the attribute.

Property Documentation

◆ key

string Shopify.Unity.AttributeInput.key
getset

Key or name of the attribute.

◆ value

string Shopify.Unity.AttributeInput.value
getset

Value of the attribute.


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