Show / Hide Table of Contents

Class GetDataRedactionSettingsRequest

Request message for GetDataRedactionSettings RPC.

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

Constructors

GetDataRedactionSettingsRequest()

Declaration
public GetDataRedactionSettingsRequest()

GetDataRedactionSettingsRequest(GetDataRedactionSettingsRequest)

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

Properties

DataRedactionSettingsName

DataRedactionSettingsName-typed view over the Name resource name property.

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

Name

Required. The name of the settings to lookup. Format: properties/{property}/dataStreams/{data_stream}/dataRedactionSettings Example: "properties/1000/dataStreams/2000/dataRedactionSettings"

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