Class SetPropertyServiceLevelRequest
Request message for SetPropertyServiceLevel RPC.
Implements
Namespace: Google.Ads.MarketingPlatform.Admin.V1Alpha
Assembly: Google.Ads.MarketingPlatform.Admin.V1Alpha.dll
Syntax
public sealed class SetPropertyServiceLevelRequest : IMessage<SetPropertyServiceLevelRequest>, IEquatable<SetPropertyServiceLevelRequest>, IDeepCloneable<SetPropertyServiceLevelRequest>, IBufferMessage, IMessage
Constructors
SetPropertyServiceLevelRequest()
Declaration
public SetPropertyServiceLevelRequest()
SetPropertyServiceLevelRequest(SetPropertyServiceLevelRequest)
Declaration
public SetPropertyServiceLevelRequest(SetPropertyServiceLevelRequest other)
Parameters
Type | Name | Description |
---|---|---|
SetPropertyServiceLevelRequest | other |
Properties
AnalyticsAccountLink
Required. The parent AnalyticsAccountLink scope where this property is in. Format: organizations/{org_id}/analyticsAccountLinks/{analytics_account_link_id}
Declaration
public string AnalyticsAccountLink { get; set; }
Property Value
Type | Description |
---|---|
string |
AnalyticsProperty
Required. The Analytics property to change the ServiceLevel setting. This field is the name of the Google Analytics Admin API property resource.
Format: analyticsadmin.googleapis.com/properties/{property_id}
Declaration
public string AnalyticsProperty { get; set; }
Property Value
Type | Description |
---|---|
string |
AnalyticsPropertyAsPropertyName
PropertyName-typed view over the AnalyticsProperty resource name property.
Declaration
public PropertyName AnalyticsPropertyAsPropertyName { get; set; }
Property Value
Type | Description |
---|---|
PropertyName |
ServiceLevel
Required. The service level to set for this property.
Declaration
public AnalyticsServiceLevel ServiceLevel { get; set; }
Property Value
Type | Description |
---|---|
AnalyticsServiceLevel |