Show / Hide Table of Contents

Class Note

A single note.

Inheritance
object
Note
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.Keep.v1.Data
Assembly: Google.Apis.Keep.v1.dll
Syntax
public class Note : IDirectResponseSchema

Properties

Attachments

Output only. The attachments attached to this note.

Declaration
[JsonProperty("attachments")]
public virtual IList<Attachment> Attachments { get; set; }
Property Value
Type Description
IList<Attachment>

Body

The body of the note.

Declaration
[JsonProperty("body")]
public virtual Section Body { get; set; }
Property Value
Type Description
Section

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. When this note was created.

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

Name

Output only. The resource name of this note. See general note on identifiers in KeepService.

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

Permissions

Output only. The list of permissions set on the note. Contains at least one entry for the note owner.

Declaration
[JsonProperty("permissions")]
public virtual IList<Permission> Permissions { get; set; }
Property Value
Type Description
IList<Permission>

Title

The title of the note. Length must be less than 1,000 characters.

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

TrashTime

object representation of TrashTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TrashTimeDateTimeOffset instead.")]
public virtual object TrashTime { get; set; }
Property Value
Type Description
object

TrashTimeDateTimeOffset

DateTimeOffset representation of TrashTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TrashTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TrashTimeRaw

Output only. When this note was trashed. If trashed, the note is eventually deleted. If the note is not trashed, this field is not set (and the trashed field is false).

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

Trashed

Output only. true if this note has been trashed. If trashed, the note is eventually deleted.

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

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. When this note was last modified.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX