Show / Hide Table of Contents

Class CreatePlacementRequest

Request object for CreatePlacement method.

Inheritance
object
CreatePlacementRequest
Implements
IMessage<CreatePlacementRequest>
IEquatable<CreatePlacementRequest>
IDeepCloneable<CreatePlacementRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX