Class: Google::Shopping::Merchant::Accounts::V1::Program::Requirement
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::Program::Requirement
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/programs.rb
Overview
Defines a requirement specified for participation in the program.
Instance Attribute Summary collapse
-
#affected_region_codes ⇒ ::Array<::String>
readonly
Output only.
-
#documentation_uri ⇒ ::String
readonly
Output only.
-
#title ⇒ ::String
readonly
Output only.
Instance Attribute Details
#affected_region_codes ⇒ ::Array<::String> (readonly)
82 83 84 85 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/programs.rb', line 82 class Requirement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#documentation_uri ⇒ ::String (readonly)
82 83 84 85 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/programs.rb', line 82 class Requirement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String (readonly)
82 83 84 85 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/programs.rb', line 82 class Requirement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |