google_api_cloud_error_reporting v0.7.0 GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorGroup 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/my-groupid
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
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorGroup{ groupId: String.t(), name: String.t(), trackingIssues: [ GoogleApi.CloudErrorReporting.V1beta1.Model.TrackingIssue.t() ] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.