Struct google_cloudfunctions1::HttpsTrigger [−][src]
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
url: Option<String>
Output only. The deployed url for the function.
Trait Implementations
impl Default for HttpsTrigger[src]
impl Default for HttpsTriggerfn default() -> HttpsTrigger[src]
fn default() -> HttpsTriggerReturns the "default value" for a type. Read more
impl Clone for HttpsTrigger[src]
impl Clone for HttpsTriggerfn clone(&self) -> HttpsTrigger[src]
fn clone(&self) -> HttpsTriggerReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for HttpsTrigger[src]
impl Debug for HttpsTriggerfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for HttpsTrigger[src]
impl Part for HttpsTriggerAuto Trait Implementations
impl Send for HttpsTrigger
impl Send for HttpsTriggerimpl Sync for HttpsTrigger
impl Sync for HttpsTrigger