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

A canonical ad category. More...

Properties

long id [get, set]
 Canonical ID of the ad category. More...
 
bool idSpecified [get, set]
 
string displayName [get, set]
 Localized name of the category. More...
 
long parentId [get, set]
 ID of the category's parent, or 0 if it has no parent. More...
 
bool parentIdSpecified [get, set]
 

Detailed Description

A canonical ad category.

Property Documentation

string Google.Api.Ads.AdManager.v202305.AdCategoryDto.displayName
getset

Localized name of the category.

long Google.Api.Ads.AdManager.v202305.AdCategoryDto.id
getset

Canonical ID of the ad category.

bool Google.Api.Ads.AdManager.v202305.AdCategoryDto.idSpecified
getset

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

long Google.Api.Ads.AdManager.v202305.AdCategoryDto.parentId
getset

ID of the category's parent, or 0 if it has no parent.

bool Google.Api.Ads.AdManager.v202305.AdCategoryDto.parentIdSpecified
getset

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


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