google_api_cloud_error_reporting v0.3.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
nil
. - name (String.t): The group resource name.
Example:
projects/my-project-123/groups/my-groupid
Defaults tonil
. - trackingIssues (list(GoogleApi.CloudErrorReporting.V1beta1.Model.TrackingIssue.t)): Associated tracking issues. Defaults to
nil
.
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()
View Source
t() :: %GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorGroup{
groupId: String.t(),
name: String.t(),
trackingIssues: [
GoogleApi.CloudErrorReporting.V1beta1.Model.TrackingIssue.t()
]
}
t() :: %GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorGroup{ groupId: String.t(), name: String.t(), trackingIssues: [ GoogleApi.CloudErrorReporting.V1beta1.Model.TrackingIssue.t() ] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.