Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesEnablementResult

A single enablement result of a campaign.

Inheritance
object
GoogleAdsSearchads360V23ServicesEnablementResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX