Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesChangeStatus

Describes the status of returned resource. ChangeStatus could have up to 3 minutes delay to reflect a new change.

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

Properties

AdGroup

Output only. The AdGroup affected by this change.

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

AdGroupAd

Output only. The AdGroupAd affected by this change.

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

AdGroupAsset

Output only. The AdGroupAsset affected by this change.

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

AdGroupBidModifier

Output only. The AdGroupBidModifier affected by this change.

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

AdGroupCriterion

Output only. The AdGroupCriterion affected by this change.

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

Asset

Output only. The Asset affected by this change.

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

AssetGroup

Output only. The AssetGroup affected by this change.

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

AssetSet

Output only. The AssetSet affected by this change.

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

Campaign

Output only. The Campaign affected by this change.

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

CampaignAsset

Output only. The CampaignAsset affected by this change.

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

CampaignAssetSet

Output only. The CampaignAssetSet affected by this change.

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

CampaignBudget

Output only. The CampaignBudget affected by this change.

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

CampaignCriterion

Output only. The CampaignCriterion affected by this change.

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

CampaignSharedSet

Output only. The CampaignSharedSet affected by this change.

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

CombinedAudience

Output only. The CombinedAudience affected by this change.

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

CustomerAsset

Output only. The CustomerAsset affected by this change.

Declaration
[JsonProperty("customerAsset")]
public virtual string CustomerAsset { 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

LastChangeDateTime

Output only. Time at which the most recent change has occurred on this resource.

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

ResourceName

Output only. The resource name of the change status. Change status resource names have the form: customers/{customer_id}/changeStatus/{change_status_id}

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

ResourceStatus

Output only. Represents the status of the changed resource.

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

ResourceType

Output only. Represents the type of the changed resource. This dictates what fields will be set. For example, for AD_GROUP, campaign and ad_group fields will be set.

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

SharedSet

Output only. The SharedSet affected by this change.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX