Struct google_admin1_directory::Channel [] [src]

pub struct Channel {
    pub resource_uri: Option<String>,
    pub kind: Option<String>,
    pub resource_id: Option<String>,
    pub id: Option<String>,
    pub token: Option<String>,
    pub params: Option<HashMap<String, String>>,
    pub expiration: Option<String>,
    pub address: Option<String>,
    pub type_: Option<String>,
    pub payload: Option<bool>,
}

An notification channel used to watch for resource changes.

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

A version-specific identifier for the watched resource.

Identifies this as a notification channel used to watch for changes to a resource. Value: the fixed string "api#channel".

An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.

A UUID or similar unique string that identifies this channel.

An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.

Additional parameters controlling delivery channel behavior. Optional.

Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.

The address where notifications are delivered for this channel.

The type of delivery mechanism used for this channel.

A Boolean value to indicate whether payload is wanted. Optional.

Trait Implementations

impl Default for Channel
[src]

[src]

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

impl Clone for Channel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Channel
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for Channel
[src]

impl Resource for Channel
[src]

impl ResponseResult for Channel
[src]