Struct google_admin1_directory::Notification[][src]

pub struct Notification {
    pub body: Option<String>,
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub send_time: Option<String>,
    pub notification_id: Option<String>,
    pub from_address: Option<String>,
    pub is_unread: Option<bool>,
    pub subject: Option<String>,
}

Template for a notification resource.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Body of the notification (Read-only)

The type of the resource.

ETag of the resource.

Time at which notification was sent (Read-only)

no description provided

Address from which the notification is received (Read-only)

Boolean indicating whether the notification is unread or not.

Subject of the notification (Read-only)

Trait Implementations

impl Default for Notification
[src]

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

impl Clone for Notification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Notification
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Notification
[src]

impl Resource for Notification
[src]

impl ResponseResult for Notification
[src]

Auto Trait Implementations