Class: Google::Ads::DataManager::V1::UpdateUserListDirectLicenseRequest
- Inherits:
-
Object
- Object
- Google::Ads::DataManager::V1::UpdateUserListDirectLicenseRequest
- 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 update a UserListDirectLicense resource.
Instance Attribute Summary collapse
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#user_list_direct_license ⇒ ::Google::Ads::DataManager::V1::UserListDirectLicense
Required.
Instance Attribute Details
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update. The special character * is not
supported and an INVALID_UPDATE_MASK error will be thrown if used.
61 62 63 64 |
# File 'proto_docs/google/ads/datamanager/v1/user_list_direct_license_service.rb', line 61 class UpdateUserListDirectLicenseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_list_direct_license ⇒ ::Google::Ads::DataManager::V1::UserListDirectLicense
Returns Required. The licenses' name field is used to identify the license to
update.
61 62 63 64 |
# File 'proto_docs/google/ads/datamanager/v1/user_list_direct_license_service.rb', line 61 class UpdateUserListDirectLicenseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |