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
msg_value: Option<Vec<HashMap<String, String>>>
Nested message value of the parameter.
datetime_value: Option<String>
RFC 3339 formatted value of the parameter.
name: Option<String>
The name of the parameter.
string_value: Option<String>
String value of the parameter.
bool_value: Option<bool>
Boolean value of the parameter.
int_value: Option<String>
Integral value of the parameter.
Trait Implementations
impl Default for UsageReportParameters[src]
impl Default for UsageReportParametersfn default() -> UsageReportParameters[src]
fn default() -> UsageReportParametersReturns the "default value" for a type. Read more
impl Clone for UsageReportParameters[src]
impl Clone for UsageReportParametersfn clone(&self) -> UsageReportParameters[src]
fn clone(&self) -> UsageReportParametersReturns 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 UsageReportParameters[src]
impl Debug for UsageReportParametersfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for UsageReportParameters[src]
impl NestedType for UsageReportParametersimpl Part for UsageReportParameters[src]
impl Part for UsageReportParametersAuto Trait Implementations
impl Send for UsageReportParameters
impl Send for UsageReportParametersimpl Sync for UsageReportParameters
impl Sync for UsageReportParameters