Class GoogleCloudAssuredworkloadsV1beta1ListViolationsResponse
Response of ListViolations endpoint.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1beta1.Data
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1beta1ListViolationsResponse : 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<GoogleCloudAssuredworkloadsV1beta1Violation> Violations { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAssuredworkloadsV1beta1Violation> |