Class CallFunctionRequest
Request for the CallFunction
method.
Implements
Inherited Members
Namespace: Google.Apis.CloudFunctions.v1.Data
Assembly: Google.Apis.CloudFunctions.v1.dll
Syntax
public class CallFunctionRequest : IDirectResponseSchema
Properties
Data
Required. Input to be passed to the function.
Declaration
[JsonProperty("data")]
public virtual string Data { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |