Class Notebook
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class Notebook : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
LastAuthor
Declaration
[JsonProperty("lastAuthor")]
public virtual string LastAuthor { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
NotebookUpdateTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use NotebookUpdateTimeDateTimeOffset instead.")]
public virtual object NotebookUpdateTime { get; set; }
Property Value
NotebookUpdateTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? NotebookUpdateTimeDateTimeOffset { get; set; }
Property Value
NotebookUpdateTimeRaw
Declaration
[JsonProperty("notebookUpdateTime")]
public virtual string NotebookUpdateTimeRaw { get; set; }
Property Value
Service
Declaration
[JsonProperty("service")]
public virtual string Service { get; set; }
Property Value
Implements