Struct google_admin1_reports::UsageReport
[−]
[src]
pub struct UsageReport {
pub date: Option<String>,
pub kind: Option<String>,
pub etag: Option<String>,
pub parameters: Option<Vec<UsageReportParameters>>,
pub entity: Option<UsageReportEntity>,
}JSON template for a usage report.
This type is not used in any activity, and only used as part of another schema.
Fields
date: Option<String>
The date to which the record belongs.
kind: Option<String>
The kind of object.
etag: Option<String>
ETag of the resource.
parameters: Option<Vec<UsageReportParameters>>
Parameter value pairs for various applications.
entity: Option<UsageReportEntity>
Information about the type of the item.
Trait Implementations
impl Debug for UsageReport[src]
impl Clone for UsageReport[src]
fn clone(&self) -> UsageReport
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for UsageReport[src]
fn default() -> UsageReport
Returns the "default value" for a type. Read more