Class: Google::Ads::DataManager::V1::UpdateUserListGlobalLicenseRequest
- Inherits:
-
Object
- Object
- Google::Ads::DataManager::V1::UpdateUserListGlobalLicenseRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/datamanager/v1/user_list_global_license_service.rb
Overview
Request to update a UserListGlobalLicense resource.
Instance Attribute Summary collapse
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#user_list_global_license ⇒ ::Google::Ads::DataManager::V1::UserListGlobalLicense
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.
50 51 52 53 |
# File 'proto_docs/google/ads/datamanager/v1/user_list_global_license_service.rb', line 50 class UpdateUserListGlobalLicenseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_list_global_license ⇒ ::Google::Ads::DataManager::V1::UserListGlobalLicense
Returns Required. The licenses' name field is used to identify the license to
update.
50 51 52 53 |
# File 'proto_docs/google/ads/datamanager/v1/user_list_global_license_service.rb', line 50 class UpdateUserListGlobalLicenseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |