Class: Google::Shopping::Type::CustomAttribute

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

Overview

A message that represents custom attributes. Exactly one of value or group_values must not be empty.

Instance Attribute Summary collapse

Instance Attribute Details

#group_values::Array<::Google::Shopping::Type::CustomAttribute>



80
81
82
83
# File 'proto_docs/google/shopping/type/types.rb', line 80

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

#name::String



80
81
82
83
# File 'proto_docs/google/shopping/type/types.rb', line 80

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

#value::String



80
81
82
83
# File 'proto_docs/google/shopping/type/types.rb', line 80

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