google_api_security_center v0.7.0 GoogleApi.SecurityCenter.V1.Model.GroupResult View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.SecurityCenter.V1.Model.GroupResult{
  count: String.t(),
  properties: map()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.