Show / Hide Table of Contents

Class GetReportingIdentitySettingsRequest

Request message for GetReportingIdentitySettings RPC.

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

Constructors

GetReportingIdentitySettingsRequest()

Declaration
public GetReportingIdentitySettingsRequest()

GetReportingIdentitySettingsRequest(GetReportingIdentitySettingsRequest)

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

Properties

Name

Required. The name of the settings to lookup. Format: properties/{property}/reportingIdentitySettings Example: "properties/1000/reportingIdentitySettings"

Declaration
public string Name { get; set; }
Property Value
Type Description
string

ReportingIdentitySettingsName

ReportingIdentitySettingsName-typed view over the Name resource name property.

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