Show / Hide Table of Contents

Class UpdateSubpropertyEventFilterRequest

Request message for UpdateSubpropertyEventFilter RPC.

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

Constructors

UpdateSubpropertyEventFilterRequest()

Declaration
public UpdateSubpropertyEventFilterRequest()

UpdateSubpropertyEventFilterRequest(UpdateSubpropertyEventFilterRequest)

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

Properties

SubpropertyEventFilter

Required. The subproperty event filter to update.

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

UpdateMask

Required. The list of fields to update. Field names must be in snake case (for example, "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