Struct google_clouderrorreporting1_beta1::ErrorGroup[][src]

pub struct ErrorGroup {
    pub tracking_issues: Option<Vec<TrackingIssue>>,
    pub name: Option<String>,
    pub group_id: Option<String>,
}

Description of a group of similar error events.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Associated tracking issues.

The group resource name. Example: projects/my-project-123/groups/my-groupid

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.

Trait Implementations

impl Default for ErrorGroup
[src]

Returns the "default value" for a type. Read more

impl Clone for ErrorGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ErrorGroup
[src]

Formats the value using the given formatter. Read more

impl RequestValue for ErrorGroup
[src]

impl ResponseResult for ErrorGroup
[src]

Auto Trait Implementations

impl Send for ErrorGroup

impl Sync for ErrorGroup