Show / Hide Table of Contents

Class GetAdSpotRequest

Request object for GetAdSpot method.

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

Constructors

GetAdSpotRequest()

Declaration
public GetAdSpotRequest()

GetAdSpotRequest(GetAdSpotRequest)

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

Properties

AdSpotName

AdSpotName-typed view over the Name resource name property.

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

Name

Required. The resource name of the AdSpot. Format: networks/{network_code}/adSpots/{ad_spot_id}

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX