google_api_cloud_error_reporting v0.1.0 GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorGroup View Source

Description of a group of similar error events.

Attributes

  • groupId (String.t): 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. Defaults to: null.
  • name (String.t): The group resource name. Example: <code>projects/my-project-123/groups/my-groupid</code> Defaults to: null.
  • trackingIssues ([TrackingIssue]): Associated tracking issues. Defaults to: null.

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.CloudErrorReporting.V1beta1.Model.ErrorGroup{
  groupId: any(),
  name: any(),
  trackingIssues: [
    GoogleApi.CloudErrorReporting.V1beta1.Model.TrackingIssue.t()
  ]
}

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.