Class: Google::Shopping::Merchant::Accounts::V1beta::AccountIssue::ImpactedDestination

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#impacts::Array<::Google::Shopping::Merchant::Accounts::V1beta::AccountIssue::ImpactedDestination::Impact>

Returns The (negative) impact for various regions on the given destination.

Returns:



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.

Returns:



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