View Source GoogleApi.SecurityCenter.V1.Model.GroupFindingsResponse (google_api_security_center v0.29.0)

Response message for group by findings.

Attributes

  • groupByResults (type: list(GoogleApi.SecurityCenter.V1.Model.GroupResult.t), default: nil) - Group results. There exists an element for each existing unique combination of property/values. The element contains a count for the number of times those specific property/values appear.
  • nextPageToken (type: String.t, default: nil) - Token to retrieve the next page of results, or empty if there are no more results.
  • readTime (type: DateTime.t, default: nil) - Time used for executing the groupBy request.
  • totalSize (type: integer(), default: nil) - The total number of results matching the query.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.GroupFindingsResponse{
  groupByResults: [GoogleApi.SecurityCenter.V1.Model.GroupResult.t()] | nil,
  nextPageToken: String.t() | nil,
  readTime: DateTime.t() | nil,
  totalSize: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.