Class: Google::Shopping::Merchant::Accounts::V1::AccountIssue::ImpactedDestination::Impact
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::AccountIssue::ImpactedDestination::Impact
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/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::V1::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.
72 73 74 75 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accountissue.rb', line 72 class Impact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#severity ⇒ ::Google::Shopping::Merchant::Accounts::V1::AccountIssue::Severity
Returns The severity of the issue on the destination and region.
72 73 74 75 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accountissue.rb', line 72 class Impact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |