google_api_cloud_error_reporting v0.18.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: <code>projects/my-project-123/groups/CNSgkpnppqKCUw</code>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(),
name: String.t(),
resolutionStatus: String.t(),
trackingIssues: [
GoogleApi.CloudErrorReporting.V1beta1.Model.TrackingIssue.t()
]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.