outputFields property

List<String>? outputFields
getter/setter pair

Entity fields to return from the operation.

If no fields are specified, all fields of the Entity will be returned.

Optional.

Implementation

core.List<core.String>? outputFields;