Class OrganizationsResource.AnalyticsAccountLinksResource.SetPropertyServiceLevelRequest
Updates the service level for an Analytics property.
Inheritance
OrganizationsResource.AnalyticsAccountLinksResource.SetPropertyServiceLevelRequest
Inherited Members
Namespace: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha
Assembly: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.dll
Syntax
public class OrganizationsResource.AnalyticsAccountLinksResource.SetPropertyServiceLevelRequest : GoogleMarketingPlatformAdminAPIBaseServiceRequest<SetPropertyServiceLevelResponse>, IClientServiceRequest<SetPropertyServiceLevelResponse>, IClientServiceRequest
Constructors
SetPropertyServiceLevelRequest(IClientService, SetPropertyServiceLevelRequest, string)
Constructs a new SetPropertyServiceLevel request.
Declaration
public SetPropertyServiceLevelRequest(IClientService service, SetPropertyServiceLevelRequest body, string analyticsAccountLink)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
SetPropertyServiceLevelRequest | body | |
string | analyticsAccountLink |
Properties
AnalyticsAccountLink
Required. The parent AnalyticsAccountLink scope where this property is in. Format: organizations/{org_id}/analyticsAccountLinks/{analytics_account_link_id}
Declaration
[RequestParameter("analyticsAccountLink", RequestParameterType.Path)]
public virtual string AnalyticsAccountLink { get; }
Property Value
Type | Description |
---|---|
string |
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes SetPropertyServiceLevel parameter list.
Declaration
protected override void InitParameters()