Class: Google::Shopping::Merchant::Accounts::V1beta::AccountIssue::ImpactedDestination::Impact
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::AccountIssue::ImpactedDestination::Impact
- 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 region.
Instance Attribute Summary collapse
-
#region_code ⇒ ::String
The CLDR region code where this issue applies.
-
#severity ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::AccountIssue::Severity
The severity of the issue on the destination and region.
Instance Attribute Details
#region_code ⇒ ::String
Returns The CLDR region code where this issue applies.
70 71 72 73 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accountissue.rb', line 70 class Impact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#severity ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::AccountIssue::Severity
Returns The severity of the issue on the destination and region.
70 71 72 73 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accountissue.rb', line 70 class Impact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |