Struct google_appsactivity1::Target[][src]

pub struct Target {
    pub mime_type: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
}

Information about the object modified by the event.

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

Fields

The MIME type of the target.

The ID of the target. For example, in Google Drive, this is the file or folder ID.

The name of the target. For example, in Google Drive, this is the title of the file.

Trait Implementations

impl Default for Target
[src]

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

impl Clone for Target
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Target
[src]

Formats the value using the given formatter. Read more

impl Part for Target
[src]

Auto Trait Implementations

impl Send for Target

impl Sync for Target