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

A creative set is comprised of a master creative and its companion creatives. More...

Properties

long id [get, set]
 Uniquely identifies the More...
 
bool idSpecified [get, set]
 
string name [get, set]
 The name of the creative set. This attribute is required and has a maximum length of 255 characters. More...
 
long masterCreativeId [get, set]
 The ID of the master creative associated with this creative set. This attribute is required. More...
 
bool masterCreativeIdSpecified [get, set]
 
long[] companionCreativeIds [get, set]
 The IDs of the companion creatives associated with this creative set. This attribute is required. More...
 
DateTime lastModifiedDateTime [get, set]
 The date and time this creative set was last modified. More...
 

Detailed Description

A creative set is comprised of a master creative and its companion creatives.

Property Documentation

long [] Google.Api.Ads.AdManager.v202305.CreativeSet.companionCreativeIds
getset

The IDs of the companion creatives associated with this creative set. This attribute is required.

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

Uniquely identifies the

CreativeSet. This attribute is read-only and is assigned by Google when a creative set is created.

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

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

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

The date and time this creative set was last modified.

long Google.Api.Ads.AdManager.v202305.CreativeSet.masterCreativeId
getset

The ID of the master creative associated with this creative set. This attribute is required.

bool Google.Api.Ads.AdManager.v202305.CreativeSet.masterCreativeIdSpecified
getset

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

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

The name of the creative set. This attribute is required and has a maximum length of 255 characters.


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