Class: Google::Ads::AdManager::V1::GetCustomFieldRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::GetCustomFieldRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/custom_field_service.rb
Overview
Request object for GetCustomField
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the CustomField.
Format: networks/{network_code}/customFields/{custom_field_id}
.
29 30 31 32 |
# File 'proto_docs/google/ads/admanager/v1/custom_field_service.rb', line 29 class GetCustomFieldRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |