Class: Google::Shopping::Merchant::IssueResolution::V1beta::AggregateProductStatus::Stats
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1beta::AggregateProductStatus::Stats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1beta/aggregateproductstatuses.rb
Overview
Products statistics.
Instance Attribute Summary collapse
-
#active_count ⇒ ::Integer
The number of products that are active.
-
#disapproved_count ⇒ ::Integer
The number of products that are disapproved.
-
#expiring_count ⇒ ::Integer
The number of products that are expiring.
-
#pending_count ⇒ ::Integer
The number of products that are pending.
Instance Attribute Details
#active_count ⇒ ::Integer
Returns The number of products that are active.
105 106 107 108 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/aggregateproductstatuses.rb', line 105 class Stats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disapproved_count ⇒ ::Integer
Returns The number of products that are disapproved.
105 106 107 108 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/aggregateproductstatuses.rb', line 105 class Stats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#expiring_count ⇒ ::Integer
Returns The number of products that are expiring.
105 106 107 108 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/aggregateproductstatuses.rb', line 105 class Stats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pending_count ⇒ ::Integer
Returns The number of products that are pending.
105 106 107 108 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/aggregateproductstatuses.rb', line 105 class Stats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |