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

A More...

Properties

long id [get, set]
 ID that uniquely identifies the More...
 
bool idSpecified [get, set]
 
string name [get, set]
 The name of the More...
 
ContentBundleStatus status [get, set]
 The ContentBundleStatus of the More...
 
bool statusSpecified [get, set]
 
DateTime lastModifiedDateTime [get, set]
 The date and time at which this content bundle was last modified. New content that matches this bundle will not update this field. This attribute is read-only. More...
 

Detailed Description

A

ContentBundle is a grouping of individual Content. A ContentBundle is defined as including the Content that match certain filter rules, along with the option to explicitly include or exclude certain Content IDs.

Property Documentation

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

ID that uniquely identifies the

ContentBundle. This attribute is read-only and is assigned by Google when a content bundle is created.

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

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

DateTime Google.Api.Ads.AdManager.v202305.ContentBundle.lastModifiedDateTime
getset

The date and time at which this content bundle was last modified. New content that matches this bundle will not update this field. This attribute is read-only.

string Google.Api.Ads.AdManager.v202305.ContentBundle.name
getset

The name of the

ContentBundle. This attribute is required and has a maximum length of 255 characters.

ContentBundleStatus Google.Api.Ads.AdManager.v202305.ContentBundle.status
getset

The ContentBundleStatus of the

ContentBundle. This attribute is read-only and defaults to ContentBundleStatus::INACTIVE.

bool Google.Api.Ads.AdManager.v202305.ContentBundle.statusSpecified
getset

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


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