Struct google_cloudiot1::StateNotificationConfig[][src]

pub struct StateNotificationConfig {
    pub pubsub_topic_name: Option<String>,
}

The configuration for notification of new states received from the device.

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

Fields

A Cloud Pub/Sub topic name. For example, projects/myProject/topics/deviceEvents.

Trait Implementations

impl Default for StateNotificationConfig
[src]

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

impl Clone for StateNotificationConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StateNotificationConfig
[src]

Formats the value using the given formatter. Read more

impl Part for StateNotificationConfig
[src]

Auto Trait Implementations