partialArgs property

List<PartialArg> partialArgs
final

Optional. The partial argument value of the function call. If provided, represents the arguments/fields that are streamed incrementally.

Implementation

final List<PartialArg> partialArgs;