Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.AppliedLabel Class Reference

Represents a Label that can be applied to an entity. To negate an inherited label, create an More...

Properties

long labelId [get, set]
 The ID of a created Label. More...
 
bool labelIdSpecified [get, set]
 
bool isNegated [get, set]
 
bool isNegatedSpecified [get, set]
 

Detailed Description

Represents a Label that can be applied to an entity. To negate an inherited label, create an

with labelId as the inherited label's ID and isNegated set to true.

Property Documentation

bool Google.Api.Ads.AdManager.v202305.AppliedLabel.isNegated
getset

isNegated should be set to true to negate the effects of labelId.

bool Google.Api.Ads.AdManager.v202305.AppliedLabel.isNegatedSpecified
getset

true, if a value is specified for isNegated, false otherwise.

long Google.Api.Ads.AdManager.v202305.AppliedLabel.labelId
getset

The ID of a created Label.

bool Google.Api.Ads.AdManager.v202305.AppliedLabel.labelIdSpecified
getset

true, if a value is specified for labelId, false otherwise.


The documentation for this class was generated from the following file: