Class AccountsResource.GetDataSharingSettingsRequest
Get data sharing settings on an account. Data sharing settings are singletons.
Inheritance
AccountsResource.GetDataSharingSettingsRequest
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1beta
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public class AccountsResource.GetDataSharingSettingsRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1betaDataSharingSettings>, IClientServiceRequest<GoogleAnalyticsAdminV1betaDataSharingSettings>, IClientServiceRequest
Constructors
GetDataSharingSettingsRequest(IClientService, string)
Constructs a new GetDataSharingSettings request.
Declaration
public GetDataSharingSettingsRequest(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: accounts/{account}/dataSharingSettings Example:
accounts/1000/dataSharingSettings
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 GetDataSharingSettings parameter list.
Declaration
protected override void InitParameters()