View Source GoogleApi.PolicyAnalyzer.V1.Model.GoogleCloudPolicyanalyzerV1QueryActivityResponse (google_api_policy_analyzer v0.3.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, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.

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

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.