Class: Google::Ads::DataManager::V1::GetUserListDirectLicenseRequest
- Inherits:
-
Object
- Object
- Google::Ads::DataManager::V1::GetUserListDirectLicenseRequest
- 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 get a UserListDirectLicense resource.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the user list direct license.
45 46 47 48 |
# File 'proto_docs/google/ads/datamanager/v1/user_list_direct_license_service.rb', line 45 class GetUserListDirectLicenseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |