View Source GoogleApi.PolicyAnalyzer.V1.Model.GoogleCloudPolicyanalyzerV1QueryActivityResponse (google_api_policy_analyzer v0.4.0)
Response to the QueryActivity
method.
Attributes
-
activities
(type:list(GoogleApi.PolicyAnalyzer.V1.Model.GoogleCloudPolicyanalyzerV1Activity.t)
, default:nil
) - The set of activities that match the filter included in the request. -
nextPageToken
(type:String.t
, default:nil
) - If there might be more results than those appearing in this response, thennextPageToken
is included. To get the next set of results, call this method again using the value ofnextPageToken
aspageToken
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PolicyAnalyzer.V1.Model.GoogleCloudPolicyanalyzerV1QueryActivityResponse{ activities: [ GoogleApi.PolicyAnalyzer.V1.Model.GoogleCloudPolicyanalyzerV1Activity.t() ] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.