Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesGoal

Representation of goals.

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

Properties

ETag

The ETag of the item.

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

GoalId

Output only. The ID of this goal.

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

GoalType

Output only. The type of this goal.

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

OptimizationEligibility

Output only. Indicates if this goal is eligible for campaign optimization.

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

OwnerCustomer

Output only. The resource name of the goal owner customer.

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

ResourceName

Immutable. The resource name of the goal. Goal resource names have the form: customers/{customer_id}/goals/{goal_id}

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

RetentionGoalSettings

Retention goal settings.

Declaration
[JsonProperty("retentionGoalSettings")]
public virtual GoogleAdsSearchads360V23CommonGoalSettingRetentionGoal RetentionGoalSettings { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonGoalSettingRetentionGoal

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX