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 Default for UsageReport[src]
impl Default for UsageReportfn default() -> UsageReport[src]
fn default() -> UsageReportReturns the "default value" for a type. Read more
impl Clone for UsageReport[src]
impl Clone for UsageReportfn clone(&self) -> UsageReport[src]
fn clone(&self) -> UsageReportReturns 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 UsageReport[src]
impl Debug for UsageReportfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for UsageReport[src]
impl Part for UsageReportAuto Trait Implementations
impl Send for UsageReport
impl Send for UsageReportimpl Sync for UsageReport
impl Sync for UsageReport