Struct google_clouderrorreporting1_beta1::TrackingIssue[][src]

pub struct TrackingIssue {
    pub url: Option<String>,
}

Information related to tracking the progress on resolving the error.

This type is not used in any activity, and only used as part of another schema.

Fields

A URL pointing to a related entry in an issue tracking system. Example: https://github.com/user/project/issues/4

Trait Implementations

impl Default for TrackingIssue
[src]

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

impl Clone for TrackingIssue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TrackingIssue
[src]

Formats the value using the given formatter. Read more

impl Part for TrackingIssue
[src]

Auto Trait Implementations