Class ListFindingsResponse
Inheritance
ListFindingsResponse
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class ListFindingsResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Findings
Declaration
[JsonProperty("findings")]
public virtual IList<GoogleCloudSecuritycenterV1beta1Finding> Findings { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
ReadTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ReadTimeDateTimeOffset instead.")]
public virtual object ReadTime { get; set; }
Property Value
ReadTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ReadTimeDateTimeOffset { get; set; }
Property Value
ReadTimeRaw
Declaration
[JsonProperty("readTime")]
public virtual string ReadTimeRaw { get; set; }
Property Value
TotalSize
Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
Implements