Show / Hide Table of Contents

Class RenderProductIssuesRequestPayload

The payload for configuring how the content should be rendered.

Inheritance
object
RenderProductIssuesRequestPayload
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class RenderProductIssuesRequestPayload : IDirectResponseSchema

Properties

ContentOption

Optional. How the detailed content should be returned. Default option is to return the content as a pre-rendered HTML text.

Declaration
[JsonProperty("contentOption")]
public virtual string ContentOption { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

UserInputActionOption

Optional. How actions with user input form should be handled. If not provided, actions will be returned as links that points merchant to Merchant Center where they can request the action.

Declaration
[JsonProperty("userInputActionOption")]
public virtual string UserInputActionOption { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX