Show / Hide Table of Contents

Class DeleteDisplayVideo360AdvertiserLinkRequest

Request message for DeleteDisplayVideo360AdvertiserLink RPC.

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

Constructors

DeleteDisplayVideo360AdvertiserLinkRequest()

Declaration
public DeleteDisplayVideo360AdvertiserLinkRequest()

DeleteDisplayVideo360AdvertiserLinkRequest(DeleteDisplayVideo360AdvertiserLinkRequest)

Declaration
public DeleteDisplayVideo360AdvertiserLinkRequest(DeleteDisplayVideo360AdvertiserLinkRequest other)
Parameters
Type Name Description
DeleteDisplayVideo360AdvertiserLinkRequest 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 delete. Example format: properties/1234/displayVideo360AdvertiserLinks/5678

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