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 |