Class: Google::Ads::AdManager::V1::BatchActivateCustomFieldsRequest

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

Overview

Request message for BatchActivateCustomFields method.

Instance Attribute Summary collapse

Instance Attribute Details

#names::Array<::String>

Returns Required. The resource names of the CustomField objects to activate. Format: networks/{network_code}/customFields/{custom_field_id}.

Returns:

  • (::Array<::String>)

    Required. The resource names of the CustomField objects to activate. Format: networks/{network_code}/customFields/{custom_field_id}



182
183
184
185
# File 'proto_docs/google/ads/admanager/v1/custom_field_service.rb', line 182

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

#parent::String

Returns Required. Format: networks/{network_code}.

Returns:

  • (::String)

    Required. Format: networks/{network_code}



182
183
184
185
# File 'proto_docs/google/ads/admanager/v1/custom_field_service.rb', line 182

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