Class Creative
The Creative resource.
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class Creative : IMessage<Creative>, IEquatable<Creative>, IDeepCloneable<Creative>, IBufferMessage, IMessage
Constructors
Creative()
Declaration
public Creative()
Creative(Creative)
Declaration
public Creative(Creative other)
Parameters
| Type | Name | Description |
|---|---|---|
| Creative | other |
Properties
CreativeName
CreativeName-typed view over the Name resource name property.
Declaration
public CreativeName CreativeName { get; set; }
Property Value
| Type | Description |
|---|---|
| CreativeName |
DisplayName
Required. Display name of the Creative. 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 |
Name
Identifier. The resource name of the Creative.
Format: networks/{network_code}/creatives/{creative_id}
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |