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

Description of a group of similar error events.

Attributes

  • groupId (type: String.t, default: nil) - Group IDs are unique for a given project. If the same kind of error occurs in different service contexts, it will receive the same group ID.
  • name (type: String.t, default: nil) - The group resource name. Example: projects/my-project-123/groups/CNSgkpnppqKCUw
  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.