Class: Google::Ads::DataManager::V1::GetUserListRequest
- Inherits:
-
Object
- Object
- Google::Ads::DataManager::V1::GetUserListRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/datamanager/v1/user_list_service.rb
Overview
Request message for GetUserList.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the UserList to retrieve. Format: accountTypes/{account_type}/accounts/{account}/userLists/{user_list}.
30 31 32 33 |
# File 'proto_docs/google/ads/datamanager/v1/user_list_service.rb', line 30 class GetUserListRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |