Class GoogleAdsSearchads360V23ServicesEnablementResult
A single enablement result of a campaign.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesEnablementResult : IDirectResponseSchema
Properties
Campaign
This indicates the campaign for which enablement was tried, regardless of the outcome.
Declaration
[JsonProperty("campaign")]
public virtual string Campaign { 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 |
EnablementError
Details of the error when enablement fails.
Declaration
[JsonProperty("enablementError")]
public virtual GoogleRpcStatus EnablementError { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleRpcStatus |