Show / Hide Table of Contents

Class UpdateSearchAds360LinkRequest

Request message for UpdateSearchAds360Link RPC.

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

Constructors

UpdateSearchAds360LinkRequest()

Declaration
public UpdateSearchAds360LinkRequest()

UpdateSearchAds360LinkRequest(UpdateSearchAds360LinkRequest)

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

Properties

SearchAds360Link

The SearchAds360Link to update

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

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