Class ExportFindingsMetadata
Inheritance
ExportFindingsMetadata
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
public class ExportFindingsMetadata : IDirectResponseSchema
Properties
Declaration
[JsonProperty("bigQueryDestination")]
public virtual BigQueryDestination BigQueryDestination { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ExportStartTimeDateTimeOffset instead.")]
public virtual object ExportStartTime { get; set; }
Property Value
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ExportStartTimeDateTimeOffset { get; set; }
Property Value
Declaration
[JsonProperty("exportStartTime")]
public virtual string ExportStartTimeRaw { get; set; }
Property Value
Implements