Class PropertiesResource.GetDataRetentionSettingsRequest
Returns the singleton data retention settings for this property.
Inheritance
PropertiesResource.GetDataRetentionSettingsRequest
Implements
Inherited Members
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaDataRetentionSettings>.AccessToken
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.GetDataRetentionSettingsRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaDataRetentionSettings>, IClientServiceRequest<GoogleAnalyticsAdminV1alphaDataRetentionSettings>, IClientServiceRequest
Constructors
GetDataRetentionSettingsRequest(IClientService, string)
Constructs a new GetDataRetentionSettings request.
Declaration
public GetDataRetentionSettingsRequest(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}/dataRetentionSettings Example: "properties/1000/dataRetentionSettings"
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 GetDataRetentionSettings parameter list.
Declaration
protected override void InitParameters()