Show / Hide Table of Contents

Class CreateDisplayVideo360AdvertiserLinkRequest

Request message for CreateDisplayVideo360AdvertiserLink RPC.

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

Constructors

CreateDisplayVideo360AdvertiserLinkRequest()

Declaration
public CreateDisplayVideo360AdvertiserLinkRequest()

CreateDisplayVideo360AdvertiserLinkRequest(CreateDisplayVideo360AdvertiserLinkRequest)

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

Properties

DisplayVideo360AdvertiserLink

Required. The DisplayVideo360AdvertiserLink to create.

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

Parent

Required. Example format: properties/1234

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsPropertyName

PropertyName-typed view over the Parent resource name property.

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