Class GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse
Response to the QueryActivity
method.
Implements
Inherited Members
Namespace: Google.Apis.PolicyAnalyzer.v1beta1.Data
Assembly: Google.Apis.PolicyAnalyzer.v1beta1.dll
Syntax
public class GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse : IDirectResponseSchema
Properties
Activities
The set of activities that match the filter included in the request.
Declaration
[JsonProperty("activities")]
public virtual IList<GoogleCloudPolicyanalyzerV1beta1Activity> Activities { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudPolicyanalyzerV1beta1Activity> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
If there might be more results than those appearing in this response, then nextPageToken
is included. To
get the next set of results, call this method again using the value of nextPageToken
as pageToken
.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |