GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount (google_api_security_center v0.39.0)

View Source

Aggregated count of a security context.

Attributes

  • key (type: String.t, default: nil) - Aggregation key.
  • value (type: integer(), default: nil) - Aggregation value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount{
    key: String.t() | nil,
    value: integer() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.