View Source GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorGroup (google_api_cloud_error_reporting v0.19.3)

Description of a group of similar error events.

Attributes

  • groupId (type: String.t, default: nil) - An opaque identifier of the group. This field is assigned by the Error Reporting system and always populated. In the group resource name, the group_id is a unique identifier for a particular error group. The identifier is derived from key parts of the error-log content and is treated as Service Data. For information about how Service Data is handled, see Google Cloud Privacy Notice.
  • name (type: String.t, default: nil) - The group resource name. Written as projects/{projectID}/groups/{group_id}. Example: projects/my-project-123/groups/my-group In the group resource name, the group_id is a unique identifier for a particular error group. The identifier is derived from key parts of the error-log content and is treated as Service Data. For information about how Service Data is handled, see Google Cloud Privacy Notice.
  • resolutionStatus (type: String.t, default: nil) - Error group's resolution status. An unspecified resolution status will be interpreted as OPEN
  • trackingIssues (type: list(GoogleApi.CloudErrorReporting.V1beta1.Model.TrackingIssue.t), default: nil) - Associated tracking issues.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorGroup{
  groupId: String.t() | nil,
  name: String.t() | nil,
  resolutionStatus: String.t() | nil,
  trackingIssues:
    [GoogleApi.CloudErrorReporting.V1beta1.Model.TrackingIssue.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.