Show / Hide Table of Contents

Class GetDisplayVideo360AdvertiserLinkRequest

Request message for GetDisplayVideo360AdvertiserLink RPC.

Inheritance
object
GetDisplayVideo360AdvertiserLinkRequest
Implements
IMessage<GetDisplayVideo360AdvertiserLinkRequest>
IEquatable<GetDisplayVideo360AdvertiserLinkRequest>
IDeepCloneable<GetDisplayVideo360AdvertiserLinkRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class GetDisplayVideo360AdvertiserLinkRequest : IMessage<GetDisplayVideo360AdvertiserLinkRequest>, IEquatable<GetDisplayVideo360AdvertiserLinkRequest>, IDeepCloneable<GetDisplayVideo360AdvertiserLinkRequest>, IBufferMessage, IMessage

Constructors

GetDisplayVideo360AdvertiserLinkRequest()

Declaration
public GetDisplayVideo360AdvertiserLinkRequest()

GetDisplayVideo360AdvertiserLinkRequest(GetDisplayVideo360AdvertiserLinkRequest)

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

Properties

DisplayVideo360AdvertiserLinkName

DisplayVideo360AdvertiserLinkName-typed view over the Name resource name property.

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

Name

Required. The name of the DisplayVideo360AdvertiserLink to get. Example format: properties/1234/displayVideo360AdvertiserLink/5678

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