HttpsCallableResult

public class HttpsCallableResult


The result of calling a HttpsCallableReference function.

Summary

Public fields

final Object

Public methods

@Nullable Object

Returns the data that was returned from the Callable HTTPS trigger.

Public fields

data

public final Object data

Public methods

getData

public @Nullable Object getData()

Returns the data that was returned from the Callable HTTPS trigger.

The data is in the form of native Java objects. For example, if your trigger returned an array, this object would be a List. If your trigger returned a JavaScript object with keys and values, this object would be a Map