Struct google_admin1_reports::UsageReports [−][src]
pub struct UsageReports {
pub next_page_token: Option<String>,
pub kind: Option<String>,
pub etag: Option<String>,
pub usage_reports: Option<Vec<UsageReport>>,
pub warnings: Option<Vec<UsageReportsWarnings>>,
}JSON template for a collection of usage reports.
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).
- get user usage report (response)
- get entity usage reports (response)
- get customer usage reports (response)
Fields
next_page_token: Option<String>
Token for retrieving the next page
kind: Option<String>
The kind of object.
etag: Option<String>
ETag of the resource.
usage_reports: Option<Vec<UsageReport>>
Various application parameter records.
warnings: Option<Vec<UsageReportsWarnings>>
Warnings if any.
Trait Implementations
impl Default for UsageReports[src]
impl Default for UsageReportsfn default() -> UsageReports[src]
fn default() -> UsageReportsReturns the "default value" for a type. Read more
impl Clone for UsageReports[src]
impl Clone for UsageReportsfn clone(&self) -> UsageReports[src]
fn clone(&self) -> UsageReportsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for UsageReports[src]
impl Debug for UsageReportsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ResponseResult for UsageReports[src]
impl ResponseResult for UsageReportsAuto Trait Implementations
impl Send for UsageReports
impl Send for UsageReportsimpl Sync for UsageReports
impl Sync for UsageReports