Class: Google::Shopping::Merchant::Accounts::V1beta::Program::Requirement

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb

Overview

Defines a requirement specified for participation in the program.

Instance Attribute Summary collapse

Instance Attribute Details

#affected_region_codes::Array<::String> (readonly)

Returns Output only. The regions that are currently affected by this requirement not being met.

Region codes are defined by CLDR. This is either a country where the program applies specifically to that country or 001 when the program applies globally.

Returns:

  • (::Array<::String>)

    Output only. The regions that are currently affected by this requirement not being met.

    Region codes are defined by CLDR. This is either a country where the program applies specifically to that country or 001 when the program applies globally.



74
75
76
77
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb', line 74

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

#documentation_uri::String (readonly)

Returns Output only. The URL of a help page describing the requirement.

Returns:

  • (::String)

    Output only. The URL of a help page describing the requirement.



74
75
76
77
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb', line 74

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

#title::String (readonly)

Returns Output only. Name of the requirement.

Returns:

  • (::String)

    Output only. Name of the requirement.



74
75
76
77
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb', line 74

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