Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesCampaignDraft

A campaign draft.

Inheritance
object
GoogleAdsSearchads360V23ResourcesCampaignDraft
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 GoogleAdsSearchads360V23ResourcesCampaignDraft : IDirectResponseSchema

Properties

BaseCampaign

Immutable. The base campaign to which the draft belongs.

Declaration
[JsonProperty("baseCampaign")]
public virtual string BaseCampaign { get; set; }
Property Value
Type Description
string

DraftCampaign

Output only. Resource name of the Campaign that results from overlaying the draft changes onto the base campaign. This field is read-only.

Declaration
[JsonProperty("draftCampaign")]
public virtual string DraftCampaign { get; set; }
Property Value
Type Description
string

DraftId

Output only. The ID of the draft. This field is read-only.

Declaration
[JsonProperty("draftId")]
public virtual long? DraftId { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HasExperimentRunning

Output only. Whether there is an experiment based on this draft currently serving.

Declaration
[JsonProperty("hasExperimentRunning")]
public virtual bool? HasExperimentRunning { get; set; }
Property Value
Type Description
bool?

LongRunningOperation

Output only. The resource name of the long-running operation that can be used to poll for completion of draft promotion. This is only set if the draft promotion is in progress or finished.

Declaration
[JsonProperty("longRunningOperation")]
public virtual string LongRunningOperation { get; set; }
Property Value
Type Description
string

Name

The name of the campaign draft. This field is required and should not be empty when creating new campaign drafts. It must not contain any null (code point 0x0), NL line feed (code point 0xA) or carriage return (code point 0xD) characters.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ResourceName

Immutable. The resource name of the campaign draft. Campaign draft resource names have the form: customers/{customer_id}/campaignDrafts/{base_campaign_id}~{draft_id}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

Status

Output only. The status of the campaign draft. This field is read-only. When a new campaign draft is added, the status defaults to PROPOSED.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX