Class GoogleCloudAssuredworkloadsV1ListViolationsResponse
Response of ListViolations endpoint.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1.Data
Assembly: Google.Apis.Assuredworkloads.v1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1ListViolationsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
The next page token. Returns empty if reached the last page.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Violations
List of Violations under a Workload.
Declaration
[JsonProperty("violations")]
public virtual IList<GoogleCloudAssuredworkloadsV1Violation> Violations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAssuredworkloadsV1Violation> |