Struct google_cloudfunctions1::HttpsTrigger[][src]

pub struct HttpsTrigger {
    pub url: Option<String>,
}

Describes HttpsTrigger, could be used to connect web hooks to function.

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

Fields

Output only. The deployed url for the function.

Trait Implementations

impl Default for HttpsTrigger
[src]

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

impl Clone for HttpsTrigger
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HttpsTrigger
[src]

Formats the value using the given formatter. Read more

impl Part for HttpsTrigger
[src]

Auto Trait Implementations