Class SetPropertyServiceLevelRequest
Request message for SetPropertyServiceLevel RPC.
Implements
Inherited Members
Namespace: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.Data
Assembly: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.dll
Syntax
public class SetPropertyServiceLevelRequest : IDirectResponseSchema
Properties
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
[JsonProperty("analyticsProperty")]
public virtual string AnalyticsProperty { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceLevel
Required. The service level to set for this property.
Declaration
[JsonProperty("serviceLevel")]
public virtual string ServiceLevel { get; set; }
Property Value
Type | Description |
---|---|
string |