Show / Hide Table of Contents

Class UpdateDisplayVideo360AdvertiserLinkRequest

Request message for UpdateDisplayVideo360AdvertiserLink RPC.

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

Constructors

UpdateDisplayVideo360AdvertiserLinkRequest()

Declaration
public UpdateDisplayVideo360AdvertiserLinkRequest()

UpdateDisplayVideo360AdvertiserLinkRequest(UpdateDisplayVideo360AdvertiserLinkRequest)

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

Properties

DisplayVideo360AdvertiserLink

The DisplayVideo360AdvertiserLink to update

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

UpdateMask

Required. The list of fields to be updated. Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

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