Class: Google::Ads::AdManager::V1::CustomFieldOption

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

Overview

An option for a drop-down CustomField.

Instance Attribute Summary collapse

Instance Attribute Details

#custom_field_option_id::Integer (readonly)

Returns Output only. CustomFieldOption ID.

Returns:

  • (::Integer)

    Output only. CustomFieldOption ID.



71
72
73
74
# File 'proto_docs/google/ads/admanager/v1/custom_field_messages.rb', line 71

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

#display_name::String

Returns Required. The display name of the CustomFieldOption.

This value has a maximum length of 127 characters.

Returns:

  • (::String)

    Required. The display name of the CustomFieldOption.

    This value has a maximum length of 127 characters.



71
72
73
74
# File 'proto_docs/google/ads/admanager/v1/custom_field_messages.rb', line 71

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