Class: Google::Shopping::Merchant::IssueResolution::V1beta::RenderIssuesRequestPayload
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1beta::RenderIssuesRequestPayload
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb
Overview
The payload for configuring how the content should be rendered.
Instance Attribute Summary collapse
-
#content_option ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::ContentOption
Optional.
-
#user_input_action_option ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::UserInputActionRenderingOption
Optional.
Instance Attribute Details
#content_option ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::ContentOption
Optional. How the detailed content should be returned. Default option is to return the content as a pre-rendered HTML text.
77 78 79 80 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 77 class RenderIssuesRequestPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_input_action_option ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::UserInputActionRenderingOption
Returns 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.
77 78 79 80 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 77 class RenderIssuesRequestPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |