Class GoogleAdsSearchads360V23ResourcesNote
Represents a note added to a lead by the advertiser. Advertisers can edit notes, which will reset edit time and change description.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesNote : IDirectResponseSchema
Properties
Description
Output only. Content of lead note.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
EditDateTime
Output only. The date time when lead note was edited. The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads account's timezone. Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
Declaration
[JsonProperty("editDateTime")]
public virtual string EditDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |