Struct google_classroom1::CloudPubsubTopic[][src]

pub struct CloudPubsubTopic {
    pub topic_name: Option<String>,
}

A reference to a Cloud Pub/Sub topic.

To register for notifications, the owner of the topic must grant classroom-notifications@system.gserviceaccount.com the projects.topics.publish permission.

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

Fields

The name field of a Cloud Pub/Sub Topic.

Trait Implementations

impl Default for CloudPubsubTopic
[src]

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

impl Clone for CloudPubsubTopic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CloudPubsubTopic
[src]

Formats the value using the given formatter. Read more

impl Part for CloudPubsubTopic
[src]

Auto Trait Implementations