Class ListFindingsResponse
Response message for ListFindings.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class ListFindingsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Findings
List of findings.
Declaration
[JsonProperty("findings")]
public virtual IList<Finding> Findings { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Finding> |
NextPageToken
Page token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |