Ads API .NET library
|
A label ID and customer ID the label applies to. More...
Classes | |
class | Fields |
List of all supported fields for the ManagedCustomerLabel class. More... | |
class | FilterableFields |
List of all supported filterable fields for the ManagedCustomerLabel class. More... | |
class | SelectableFields |
List of all supported selectable fields for the ManagedCustomerLabel class. More... | |
Properties | |
long | labelId [get, set] |
The ID of an existing label to be applied to the account. This field is required and should not be More... | |
bool | labelIdSpecified [get, set] |
long | customerId [get, set] |
The 10-digit customer ID that identifies this account. Note that this is a More... | |
bool | customerIdSpecified [get, set] |
A label ID and customer ID the label applies to.
|
getset |
The 10-digit customer ID that identifies this account. Note that this is a
long
(do not include hyphens in the middle), just like ManagedCustomer::customerId. This field is required and should not be null
.
|
getset |
true
, if a value is specified for customerId, false
otherwise.
|
getset |
The ID of an existing label to be applied to the account. This field is required and should not be
null
.
|
getset |
true
, if a value is specified for labelId, false
otherwise.