Class GoogleCloudAssuredworkloadsV1beta1ListWorkloadUpdatesResponse
Response of listing the compliance updates per workload with pagination.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1beta1.Data
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1beta1ListWorkloadUpdatesResponse : 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. Return empty if reached the last page.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
WorkloadUpdates
The list of workload updates for a given workload.
Declaration
[JsonProperty("workloadUpdates")]
public virtual IList<GoogleCloudAssuredworkloadsV1beta1WorkloadUpdate> WorkloadUpdates { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAssuredworkloadsV1beta1WorkloadUpdate> |