Class RenderAccountIssuesRequestPayload
The payload for configuring how the content should be rendered.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class RenderAccountIssuesRequestPayload : 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 |