Show / Hide Table of Contents

Class CreateAdSpotRequest

Request object for CreateAdSpot method.

Inheritance
object
CreateAdSpotRequest
Implements
IMessage<CreateAdSpotRequest>
IEquatable<CreateAdSpotRequest>
IDeepCloneable<CreateAdSpotRequest>
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 CreateAdSpotRequest : IMessage<CreateAdSpotRequest>, IEquatable<CreateAdSpotRequest>, IDeepCloneable<CreateAdSpotRequest>, IBufferMessage, IMessage

Constructors

CreateAdSpotRequest()

Declaration
public CreateAdSpotRequest()

CreateAdSpotRequest(CreateAdSpotRequest)

Declaration
public CreateAdSpotRequest(CreateAdSpotRequest other)
Parameters
Type Name Description
CreateAdSpotRequest other

Properties

AdSpot

Required. The AdSpot to create.

Declaration
public AdSpot AdSpot { get; set; }
Property Value
Type Description
AdSpot

Parent

Required. The parent resource where this AdSpot 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
In this article
Back to top Generated by DocFX