Struct google_clouderrorreporting1_beta1::TimedCount[][src]

pub struct TimedCount {
    pub count: Option<String>,
    pub end_time: Option<String>,
    pub start_time: Option<String>,
}

The number of errors in a given time period. All numbers are approximate since the error events are sampled before counting them.

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

Fields

Approximate number of occurrences in the given time period.

End of the time period to which count refers (excluded).

Start of the time period to which count refers (included).

Trait Implementations

impl Default for TimedCount
[src]

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

impl Clone for TimedCount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TimedCount
[src]

Formats the value using the given formatter. Read more

impl Part for TimedCount
[src]

Auto Trait Implementations

impl Send for TimedCount

impl Sync for TimedCount