Class: Google::Shopping::Merchant::IssueResolution::V1::Action::Reason

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb

Overview

A single reason why the action is not available.

Instance Attribute Summary collapse

Instance Attribute Details

#action::Google::Shopping::Merchant::IssueResolution::V1::Action

Returns Optional. An action that needs to be performed to solve the problem represented by this reason. This action will always be available. Should be rendered as a link or button next to the summarizing message.

For example, the review may be available only once the business configure all required attributes. In such a situation this action can be a link to the form, where they can fill the missing attribute to unblock the main action.

Returns:

  • (::Google::Shopping::Merchant::IssueResolution::V1::Action)

    Optional. An action that needs to be performed to solve the problem represented by this reason. This action will always be available. Should be rendered as a link or button next to the summarizing message.

    For example, the review may be available only once the business configure all required attributes. In such a situation this action can be a link to the form, where they can fill the missing attribute to unblock the main action.



388
389
390
391
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 388

class Reason
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#detail::String

Returns Detailed explanation of the reason. Should be displayed as a hint if present.

Returns:

  • (::String)

    Detailed explanation of the reason. Should be displayed as a hint if present.



388
389
390
391
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 388

class Reason
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#message::String

Returns Messages summarizing the reason, why the action is not available. For example: "Review requested on Jan 03. Review requests can take a few days to complete.".

Returns:

  • (::String)

    Messages summarizing the reason, why the action is not available. For example: "Review requested on Jan 03. Review requests can take a few days to complete."



388
389
390
391
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 388

class Reason
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end