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

View Source

Contains details about groups of which this finding is a member. A group is a collection of findings that are related in some way.

Attributes

  • groupId (type: String.t, default: nil) - ID of the group.
  • groupType (type: String.t, default: nil) - Type of group.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SecurityCenter.V1.Model.GroupMembership{
  groupId: String.t() | nil,
  groupType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.