class Google::Apis::CloudfunctionsV1::CallFunctionRequest
Request for the `CallFunction` method.
Attributes
data[RW]
Required. Input to be passed to the function. Corresponds to the JSON property `data` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudfunctions_v1/classes.rb, line 176 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudfunctions_v1/classes.rb, line 181 def update!(**args) @data = args[:data] if args.key?(:data) end