Class: Google::Ads::DataManager::V1::CreateUserListDirectLicenseRequest
- Inherits:
-
Object
- Object
- Google::Ads::DataManager::V1::CreateUserListDirectLicenseRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/datamanager/v1/user_list_direct_license_service.rb
Overview
Request to create a UserListDirectLicense resource.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#user_list_direct_license ⇒ ::Google::Ads::DataManager::V1::UserListDirectLicense
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The account that owns the user list being licensed. Should be in the format accountTypes/{ACCOUNT_TYPE}/accounts/{ACCOUNT_ID}.
34 35 36 37 |
# File 'proto_docs/google/ads/datamanager/v1/user_list_direct_license_service.rb', line 34 class CreateUserListDirectLicenseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_list_direct_license ⇒ ::Google::Ads::DataManager::V1::UserListDirectLicense
Returns Required. The user list direct license to create.
34 35 36 37 |
# File 'proto_docs/google/ads/datamanager/v1/user_list_direct_license_service.rb', line 34 class CreateUserListDirectLicenseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |