Class UpdateGoogleAdsLinkRequest
Request message for UpdateGoogleAdsLink RPC
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class UpdateGoogleAdsLinkRequest : IMessage<UpdateGoogleAdsLinkRequest>, IEquatable<UpdateGoogleAdsLinkRequest>, IDeepCloneable<UpdateGoogleAdsLinkRequest>, IBufferMessage, IMessage
Constructors
UpdateGoogleAdsLinkRequest()
Declaration
public UpdateGoogleAdsLinkRequest()
UpdateGoogleAdsLinkRequest(UpdateGoogleAdsLinkRequest)
Declaration
public UpdateGoogleAdsLinkRequest(UpdateGoogleAdsLinkRequest other)
Parameters
Type | Name | Description |
---|---|---|
UpdateGoogleAdsLinkRequest | other |
Properties
GoogleAdsLink
The GoogleAdsLink to update
Declaration
public GoogleAdsLink GoogleAdsLink { get; set; }
Property Value
Type | Description |
---|---|
GoogleAdsLink |
UpdateMask
Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). 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 |