Class CreatePlacementRequest
Request object for CreatePlacement method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CreatePlacementRequest : IMessage<CreatePlacementRequest>, IEquatable<CreatePlacementRequest>, IDeepCloneable<CreatePlacementRequest>, IBufferMessage, IMessage
Constructors
CreatePlacementRequest()
Declaration
public CreatePlacementRequest()
CreatePlacementRequest(CreatePlacementRequest)
Declaration
public CreatePlacementRequest(CreatePlacementRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| CreatePlacementRequest | other |
Properties
Parent
Required. The parent resource where this Placement 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 |
Placement
Required. The Placement to create.
Declaration
public Placement Placement { get; set; }
Property Value
| Type | Description |
|---|---|
| Placement |