Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesNote

Represents a note added to a lead by the advertiser. Advertisers can edit notes, which will reset edit time and change description.

Inheritance
object
GoogleAdsSearchads360V23ResourcesNote
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX