Class: Google::Shopping::Merchant::Accounts::V1beta::AccountIssue::ImpactedDestination
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::AccountIssue::ImpactedDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/accountissue.rb
Overview
The impact of the issue on a destination.
Defined Under Namespace
Classes: Impact
Instance Attribute Summary collapse
-
#impacts ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::AccountIssue::ImpactedDestination::Impact>
The (negative) impact for various regions on the given destination.
-
#reporting_context ⇒ ::Google::Shopping::Type::ReportingContext::ReportingContextEnum
The impacted reporting context.
Instance Attribute Details
#impacts ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::AccountIssue::ImpactedDestination::Impact>
Returns The (negative) impact for various regions on the given destination.
58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accountissue.rb', line 58 class ImpactedDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The impact of the issue on a region. # @!attribute [rw] region_code # @return [::String] # The [CLDR region code](https://cldr.unicode.org/) where this issue # applies. # @!attribute [rw] severity # @return [::Google::Shopping::Merchant::Accounts::V1beta::AccountIssue::Severity] # The severity of the issue on the destination and region. class Impact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#reporting_context ⇒ ::Google::Shopping::Type::ReportingContext::ReportingContextEnum
Returns The impacted reporting context.
58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accountissue.rb', line 58 class ImpactedDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The impact of the issue on a region. # @!attribute [rw] region_code # @return [::String] # The [CLDR region code](https://cldr.unicode.org/) where this issue # applies. # @!attribute [rw] severity # @return [::Google::Shopping::Merchant::Accounts::V1beta::AccountIssue::Severity] # The severity of the issue on the destination and region. class Impact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |