Class CloudLoggingEntry
Inheritance
CloudLoggingEntry
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class CloudLoggingEntry : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
InsertId
Declaration
[JsonProperty("insertId")]
public virtual string InsertId { get; set; }
Property Value
LogId
Declaration
[JsonProperty("logId")]
public virtual string LogId { get; set; }
Property Value
ResourceContainer
Declaration
[JsonProperty("resourceContainer")]
public virtual string ResourceContainer { get; set; }
Property Value
Timestamp
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimestampDateTimeOffset instead.")]
public virtual object Timestamp { get; set; }
Property Value
TimestampDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimestampDateTimeOffset { get; set; }
Property Value
TimestampRaw
Declaration
[JsonProperty("timestamp")]
public virtual string TimestampRaw { get; set; }
Property Value
Implements