Struct google_admin1_reports::UsageReportParameters [] [src]

pub struct UsageReportParameters {
    pub msg_value: Option<Vec<HashMap<String, String>>>,
    pub datetime_value: Option<String>,
    pub name: Option<String>,
    pub string_value: Option<String>,
    pub bool_value: Option<bool>,
    pub int_value: Option<String>,
}

Parameter value pairs for various applications.

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

Fields

Nested message value of the parameter.

RFC 3339 formatted value of the parameter.

The name of the parameter.

String value of the parameter.

Boolean value of the parameter.

Integral value of the parameter.

Trait Implementations

impl Default for UsageReportParameters
[src]

[src]

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

impl Clone for UsageReportParameters
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UsageReportParameters
[src]

[src]

Formats the value using the given formatter.

impl NestedType for UsageReportParameters
[src]

impl Part for UsageReportParameters
[src]