Struct google_cloudfunctions1::CallFunctionRequest [−][src]
Request for the CallFunction
method.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- locations functions call projects (request)
Fields
data: Option<String>
Input to be passed to the function.
Trait Implementations
impl Default for CallFunctionRequest
[src]
impl Default for CallFunctionRequest
fn default() -> CallFunctionRequest
[src]
fn default() -> CallFunctionRequest
Returns the "default value" for a type. Read more
impl Clone for CallFunctionRequest
[src]
impl Clone for CallFunctionRequest
fn clone(&self) -> CallFunctionRequest
[src]
fn clone(&self) -> CallFunctionRequest
Returns 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 CallFunctionRequest
[src]
impl Debug for CallFunctionRequest
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl RequestValue for CallFunctionRequest
[src]
impl RequestValue for CallFunctionRequest
Auto Trait Implementations
impl Send for CallFunctionRequest
impl Send for CallFunctionRequest
impl Sync for CallFunctionRequest
impl Sync for CallFunctionRequest