Manages the labels associated with an AdGroupAd.
More...
|
long | adGroupId [get, set] |
| The id of the adgroup containing the ad that the label to be applied to. This field is required and should not be More...
|
|
bool | adGroupIdSpecified [get, set] |
|
long | adId [get, set] |
| The id of the ad that the label to be applied to. This field is required and should not be More...
|
|
bool | adIdSpecified [get, set] |
|
long | labelId [get, set] |
| The id of an existing label to be applied to the adgroup ad. This field is required and should not be More...
|
|
bool | labelIdSpecified [get, set] |
|
Manages the labels associated with an AdGroupAd.
long Google.Api.Ads.AdWords.v201809.AdGroupAdLabel.adGroupId |
|
getset |
The id of the adgroup containing the ad that the label to be applied to. This field is required and should not be
null
when it is contained within Operators : ADD, REMOVE.
bool Google.Api.Ads.AdWords.v201809.AdGroupAdLabel.adGroupIdSpecified |
|
getset |
true
, if a value is specified for adGroupId, false
otherwise.
long Google.Api.Ads.AdWords.v201809.AdGroupAdLabel.adId |
|
getset |
The id of the ad that the label to be applied to. This field is required and should not be
null
when it is contained within Operators : ADD, REMOVE.
bool Google.Api.Ads.AdWords.v201809.AdGroupAdLabel.adIdSpecified |
|
getset |
true
, if a value is specified for adId, false
otherwise.
long Google.Api.Ads.AdWords.v201809.AdGroupAdLabel.labelId |
|
getset |
The id of an existing label to be applied to the adgroup ad. This field is required and should not be
null
when it is contained within Operators : ADD, REMOVE.
bool Google.Api.Ads.AdWords.v201809.AdGroupAdLabel.labelIdSpecified |
|
getset |
true
, if a value is specified for labelId, false
otherwise.
The documentation for this class was generated from the following file: