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

Represents a video hosted outside of Shopify. More...

Public Member Functions

 ExternalVideoQuery (StringBuilder query)
 ExternalVideoQuery is used to build queries. Typically ExternalVideoQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
ExternalVideoQuery alt ()
 A word or phrase to share the nature or contents of a media. More...
 
ExternalVideoQuery embeddedUrl ()
 The URL. More...
 
ExternalVideoQuery id ()
 Globally unique identifier. More...
 
ExternalVideoQuery mediaContentType ()
 The media content type. More...
 
ExternalVideoQuery previewImage (ImageDelegate buildQuery)
 The preview image for the media. More...
 

Detailed Description

Represents a video hosted outside of Shopify.

Constructor & Destructor Documentation

◆ ExternalVideoQuery()

Shopify.Unity.GraphQL.ExternalVideoQuery.ExternalVideoQuery ( StringBuilder  query)
inline

ExternalVideoQuery is used to build queries. Typically ExternalVideoQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery.

Member Function Documentation

◆ alt()

ExternalVideoQuery Shopify.Unity.GraphQL.ExternalVideoQuery.alt ( )
inline

A word or phrase to share the nature or contents of a media.

◆ embeddedUrl()

ExternalVideoQuery Shopify.Unity.GraphQL.ExternalVideoQuery.embeddedUrl ( )
inline

The URL.

◆ id()

ExternalVideoQuery Shopify.Unity.GraphQL.ExternalVideoQuery.id ( )
inline

Globally unique identifier.

◆ mediaContentType()

ExternalVideoQuery Shopify.Unity.GraphQL.ExternalVideoQuery.mediaContentType ( )
inline

The media content type.

◆ previewImage()

ExternalVideoQuery Shopify.Unity.GraphQL.ExternalVideoQuery.previewImage ( ImageDelegate  buildQuery)
inline

The preview image for the media.


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