Show / Hide Table of Contents

Class RenderIssuesRequestPayload

The payload for configuring how the content should be rendered.

Inheritance
object
RenderIssuesRequestPayload
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.Merchant.issueresolution_v1beta.Data
Assembly: Google.Apis.Merchant.issueresolution_v1beta.dll
Syntax
public class RenderIssuesRequestPayload : 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 the business 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