Show / Hide Table of Contents

Class UpdateReportingIdentitySettingsRequest

Request message for UpdateReportingIdentitySettings RPC.

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

Constructors

UpdateReportingIdentitySettingsRequest()

Declaration
public UpdateReportingIdentitySettingsRequest()

UpdateReportingIdentitySettingsRequest(UpdateReportingIdentitySettingsRequest)

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

Properties

ReportingIdentitySettings

Required. The reporting identity settings to update. The settings' name field is used to identify the settings.

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

UpdateMask

Optional. The list of fields to be updated. 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. If omitted, the service will treat it as an implied field mask equivalent to all fields that are populated.

Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type Description
FieldMask
In this article
Back to top Generated by DocFX