Class RenderIssuesRequestPayload
The payload for configuring how the content should be rendered.
Implements
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class RenderIssuesRequestPayload : IMessage<RenderIssuesRequestPayload>, IEquatable<RenderIssuesRequestPayload>, IDeepCloneable<RenderIssuesRequestPayload>, IBufferMessage, IMessage
Constructors
RenderIssuesRequestPayload()
Declaration
public RenderIssuesRequestPayload()
RenderIssuesRequestPayload(RenderIssuesRequestPayload)
Declaration
public RenderIssuesRequestPayload(RenderIssuesRequestPayload other)
Parameters
Type | Name | Description |
---|---|---|
RenderIssuesRequestPayload | other |
Properties
ContentOption
Optional. How the detailed content should be returned. Default option is to return the content as a pre-rendered HTML text.
Declaration
public ContentOption ContentOption { get; set; }
Property Value
Type | Description |
---|---|
ContentOption |
HasContentOption
Gets whether the "content_option" field is set
Declaration
public bool HasContentOption { get; }
Property Value
Type | Description |
---|---|
bool |
HasUserInputActionOption
Gets whether the "user_input_action_option" field is set
Declaration
public bool HasUserInputActionOption { get; }
Property Value
Type | Description |
---|---|
bool |
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
public UserInputActionRenderingOption UserInputActionOption { get; set; }
Property Value
Type | Description |
---|---|
UserInputActionRenderingOption |