Class CreateCreativeSetRequest
Request object for CreateCreativeSet method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CreateCreativeSetRequest : IMessage<CreateCreativeSetRequest>, IEquatable<CreateCreativeSetRequest>, IDeepCloneable<CreateCreativeSetRequest>, IBufferMessage, IMessage
Constructors
CreateCreativeSetRequest()
Declaration
public CreateCreativeSetRequest()
CreateCreativeSetRequest(CreateCreativeSetRequest)
Declaration
public CreateCreativeSetRequest(CreateCreativeSetRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateCreativeSetRequest | other |
Properties
CreativeSet
Required. The CreativeSet to create.
Declaration
public CreativeSet CreativeSet { get; set; }
Property Value
| Type | Description |
|---|---|
| CreativeSet |
Parent
Required. The parent resource where this CreativeSet will be created.
Format: networks/{network_code}
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentAsNetworkName
NetworkName-typed view over the Parent resource name property.
Declaration
public NetworkName ParentAsNetworkName { get; set; }
Property Value
| Type | Description |
|---|---|
| NetworkName |