Show / Hide Table of Contents

Class UpdateReportingDataAnnotationRequest

Request message for UpdateReportingDataAnnotation RPC.

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

Constructors

UpdateReportingDataAnnotationRequest()

Declaration
public UpdateReportingDataAnnotationRequest()

UpdateReportingDataAnnotationRequest(UpdateReportingDataAnnotationRequest)

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

Properties

ReportingDataAnnotation

Required. The Reporting Data Annotation to update.

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

UpdateMask

Optional. 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