Struct google_cloudiot1::HttpConfig[][src]

pub struct HttpConfig {
    pub http_enabled_state: Option<String>,
}

The configuration of the HTTP bridge for a device registry.

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

Fields

If enabled, allows devices to use DeviceService via the HTTP protocol. Otherwise, any requests to DeviceService will fail for this registry.

Trait Implementations

impl Default for HttpConfig
[src]

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

impl Clone for HttpConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HttpConfig
[src]

Formats the value using the given formatter. Read more

impl Part for HttpConfig
[src]

Auto Trait Implementations

impl Send for HttpConfig

impl Sync for HttpConfig