Show / Hide Table of Contents

Class UpdateAudienceRequest

Request message for UpdateAudience RPC.

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

Constructors

UpdateAudienceRequest()

Declaration
public UpdateAudienceRequest()

UpdateAudienceRequest(UpdateAudienceRequest)

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

Properties

Audience

Required. The audience to update. The audience's name field is used to identify the audience to be updated.

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

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
In this article
Back to top Generated by DocFX