Reference documentation and code samples for the Google Ads Data Manager V1 Client class UserListGlobalLicense.
A user list global license.
This feature is only available to data partners.
Generated from protobuf message google.ads.datamanager.v1.UserListGlobalLicense
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The resource name of the user list global license.
↳ user_list_id
int|string
Immutable. ID of the user list being licensed.
↳ user_list_display_name
string
Output only. Name of the user list being licensed. This field is read-only.
↳ license_type
int
Immutable. Product type of client customer which the user list is being licensed to.
↳ status
int
Optional. Status of UserListGlobalLicense - ENABLED or DISABLED.
↳ pricing
↳ historical_pricings
array< UserListLicensePricing
>
Output only. Pricing history of this user list license. This field is read-only.
↳ metrics
UserListLicenseMetrics
Output only. Metrics related to this license This field is read-only and only populated if the start and end dates are set in the ListUserListGlobalLicenses call
getName
Identifier. The resource name of the user list global license.
string
setName
Identifier. The resource name of the user list global license.
var
string
$this
getUserListId
Immutable. ID of the user list being licensed.
int|string
hasUserListId
clearUserListId
setUserListId
Immutable. ID of the user list being licensed.
var
int|string
$this
getUserListDisplayName
Output only. Name of the user list being licensed.
This field is read-only.
string
setUserListDisplayName
Output only. Name of the user list being licensed.
This field is read-only.
var
string
$this
getLicenseType
Immutable. Product type of client customer which the user list is being licensed to.
int
hasLicenseType
clearLicenseType
setLicenseType
Immutable. Product type of client customer which the user list is being licensed to.
var
int
$this
getStatus
Optional. Status of UserListGlobalLicense - ENABLED or DISABLED.
int
hasStatus
clearStatus
setStatus
Optional. Status of UserListGlobalLicense - ENABLED or DISABLED.
var
int
$this
getPricing
Optional. UserListGlobalLicense pricing.
hasPricing
clearPricing
setPricing
Optional. UserListGlobalLicense pricing.
$this
getHistoricalPricings
Output only. Pricing history of this user list license.
This field is read-only.
setHistoricalPricings
Output only. Pricing history of this user list license.
This field is read-only.
$this
getMetrics
Output only. Metrics related to this license This field is read-only and only populated if the start and end dates are set in the ListUserListGlobalLicenses call
hasMetrics
clearMetrics
setMetrics
Output only. Metrics related to this license This field is read-only and only populated if the start and end dates are set in the ListUserListGlobalLicenses call
$this

