Struct google_cloudiot1::EventNotificationConfig [] [src]

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

The configuration to forward telemetry events.

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 EventNotificationConfig
[src]

[src]

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

impl Clone for EventNotificationConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EventNotificationConfig
[src]

[src]

Formats the value using the given formatter.

impl Part for EventNotificationConfig
[src]