Class CreativeSet
A CreativeSet is comprised of a master Creative and its companion
Creatives.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CreativeSet : IMessage<CreativeSet>, IEquatable<CreativeSet>, IDeepCloneable<CreativeSet>, IBufferMessage, IMessage
Constructors
CreativeSet()
Declaration
public CreativeSet()
CreativeSet(CreativeSet)
Declaration
public CreativeSet(CreativeSet other)
Parameters
| Type | Name | Description |
|---|---|---|
| CreativeSet | other |
Properties
CompanionCreatives
Required. The resource names of the companion Creatives associated with
this CreativeSet. Format: networks/{network_code}/creatives/{creative}
Declaration
public RepeatedField<string> CompanionCreatives { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
CompanionCreativesAsCreativeNames
CreativeName-typed view over the CompanionCreatives resource name property.
Declaration
public ResourceNameList<CreativeName> CompanionCreativesAsCreativeNames { get; }
Property Value
| Type | Description |
|---|---|
| ResourceNameList<CreativeName> |
CreativeSetName
CreativeSetName-typed view over the Name resource name property.
Declaration
public CreativeSetName CreativeSetName { get; set; }
Property Value
| Type | Description |
|---|---|
| CreativeSetName |
DisplayName
Required. The name of the CreativeSet. This attribute has a maximum
length of 255 characters.
Declaration
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HasDisplayName
Gets whether the "display_name" field is set
Declaration
public bool HasDisplayName { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasMasterCreative
Gets whether the "master_creative" field is set
Declaration
public bool HasMasterCreative { get; }
Property Value
| Type | Description |
|---|---|
| bool |
MasterCreative
Required. Immutable. The master
Creative to which the CreativeSet is
associated.
Declaration
public string MasterCreative { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MasterCreativeAsCreativeName
CreativeName-typed view over the MasterCreative resource name property.
Declaration
public CreativeName MasterCreativeAsCreativeName { get; set; }
Property Value
| Type | Description |
|---|---|
| CreativeName |
Name
Identifier. The resource name of the CreativeSet.
Format: networks/{network_code}/creativeSets/{creative_set_id}
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateTime
Output only. The time this CreativeSet was last modified.
Declaration
public Timestamp UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Timestamp |