Class PropertiesResource.DataStreamsResource.GetDataRedactionSettingsRequest
Lookup for a single DataRedactionSettings.
Inheritance
PropertiesResource.DataStreamsResource.GetDataRedactionSettingsRequest
Implements
Inherited Members
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaDataRedactionSettings>.AccessToken
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.DataStreamsResource.GetDataRedactionSettingsRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaDataRedactionSettings>, IClientServiceRequest<GoogleAnalyticsAdminV1alphaDataRedactionSettings>, IClientServiceRequest
Constructors
GetDataRedactionSettingsRequest(IClientService, string)
Constructs a new GetDataRedactionSettings request.
Declaration
public GetDataRedactionSettingsRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The name of the settings to lookup. Format: properties/{property}/dataStreams/{data_stream}/dataRedactionSettings Example: "properties/1000/dataStreams/2000/dataRedactionSettings"
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetDataRedactionSettings parameter list.
Declaration
protected override void InitParameters()