Class: Google::Shopping::Merchant::IssueResolution::V1beta::AggregateProductStatus::Stats

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

Instance Attribute Details

#active_count::Integer

Returns The number of products that are active.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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