GoogleApi.PolicyAnalyzer.V1.Model.GoogleCloudPolicyanalyzerV1QueryActivityResponse (google_api_policy_analyzer v0.2.0) View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.PolicyAnalyzer.V1.Model.GoogleCloudPolicyanalyzerV1QueryActivityResponse{
    activities:
      [
        GoogleApi.PolicyAnalyzer.V1.Model.GoogleCloudPolicyanalyzerV1Activity.t()
      ]
      | nil,
    nextPageToken: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.