Class GoogleCloudAssuredworkloadsV1ListDbFindingSummariesResponse
The response message for ListDbFindingSummaries.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1.Data
Assembly: Google.Apis.Assuredworkloads.v1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1ListDbFindingSummariesResponse : IDirectResponseSchema
Properties
DbFindingSummaries
List of finding summary by category.
Declaration
[JsonProperty("dbFindingSummaries")]
public virtual IList<GoogleCloudAssuredworkloadsV1DbFindingSummary> DbFindingSummaries { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAssuredworkloadsV1DbFindingSummary> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
Output only. The token to retrieve the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |