Class: Google::Ads::DataManager::V1::ExperimentalField

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/datamanager/v1/experimental_field.rb

Overview

Experimental field representing unofficial fields.

Instance Attribute Summary collapse

Instance Attribute Details

#field::String

Returns Optional. The name of the field to use.

Returns:

  • (::String)

    Optional. The name of the field to use.



31
32
33
34
# File 'proto_docs/google/ads/datamanager/v1/experimental_field.rb', line 31

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

#value::String

Returns Optional. The value the field to set.

Returns:

  • (::String)

    Optional. The value the field to set.



31
32
33
34
# File 'proto_docs/google/ads/datamanager/v1/experimental_field.rb', line 31

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