Struct google_analyticsreporting4::ResourceQuotasRemaining[][src]

pub struct ResourceQuotasRemaining {
    pub daily_quota_tokens_remaining: Option<i32>,
    pub hourly_quota_tokens_remaining: Option<i32>,
}

The resource quota tokens remaining for the property after the request is completed.

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

Fields

Daily resource quota remaining remaining.

Hourly resource quota tokens remaining.

Trait Implementations

impl Default for ResourceQuotasRemaining
[src]

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

impl Clone for ResourceQuotasRemaining
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResourceQuotasRemaining
[src]

Formats the value using the given formatter. Read more

impl Part for ResourceQuotasRemaining
[src]

Auto Trait Implementations