Struct google_admin1_reports::UsageReportEntity [−][src]
pub struct UsageReportEntity {
pub profile_id: Option<String>,
pub user_email: Option<String>,
pub type_: Option<String>,
pub entity_id: Option<String>,
pub customer_id: Option<String>,
}Information about the type of the item.
This type is not used in any activity, and only used as part of another schema.
Fields
profile_id: Option<String>
Obfuscated user id for the record.
user_email: Option<String>
user's email. Only relevant if entity.type = "USER"
type_: Option<String>
The type of item, can be customer, user, or entity (aka. object).
entity_id: Option<String>
Object key. Only relevant if entity.type = "OBJECT" Note: external-facing name of report is "Entities" rather than "Objects".
customer_id: Option<String>
Obfuscated customer id for the record.
Trait Implementations
impl Default for UsageReportEntity[src]
impl Default for UsageReportEntityfn default() -> UsageReportEntity[src]
fn default() -> UsageReportEntityReturns the "default value" for a type. Read more
impl Clone for UsageReportEntity[src]
impl Clone for UsageReportEntityfn clone(&self) -> UsageReportEntity[src]
fn clone(&self) -> UsageReportEntityReturns 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 UsageReportEntity[src]
impl Debug for UsageReportEntityfn 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 UsageReportEntity[src]
impl NestedType for UsageReportEntityimpl Part for UsageReportEntity[src]
impl Part for UsageReportEntityAuto Trait Implementations
impl Send for UsageReportEntity
impl Send for UsageReportEntityimpl Sync for UsageReportEntity
impl Sync for UsageReportEntity