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

Result containing the properties and count of a groupBy request.

Attributes

  • count (type: String.t, default: nil) - Total count of resources for the given properties.
  • properties (type: map(), default: nil) - Properties matching the groupBy fields in the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.GroupResult{
  count: String.t() | nil,
  properties: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.