Class: Google::Shopping::Css::V1::Certification

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/css/v1/css_product_common.rb

Overview

The certification for the product. Use the this attribute to describe certifications, such as energy efficiency ratings, associated with a product.

Instance Attribute Summary collapse

Instance Attribute Details

#authority::String

Returns The authority or certification body responsible for issuing the certification. At this time, the most common value is "EC" or “European_Commission” for energy labels in the EU.

Returns:

  • (::String)

    The authority or certification body responsible for issuing the certification. At this time, the most common value is "EC" or “European_Commission” for energy labels in the EU.



230
231
232
233
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 230

class Certification
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#code::String

Returns The code of the certification. For example, for the EPREL certificate with the link https://eprel.ec.europa.eu/screen/product/dishwashers2019/123456 the code is 123456. The code is required for European Energy Labels.

Returns:



230
231
232
233
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 230

class Certification
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns The name of the certification. At this time, the most common value is "EPREL", which represents energy efficiency certifications in the EU European Registry for Energy Labeling (EPREL) database.

Returns:

  • (::String)

    The name of the certification. At this time, the most common value is "EPREL", which represents energy efficiency certifications in the EU European Registry for Energy Labeling (EPREL) database.



230
231
232
233
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 230

class Certification
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end