generated/google/apis/script_v1/classes.rb in google-api-client-0.27.3 vs generated/google/apis/script_v1/classes.rb in google-api-client-0.28.0

- old
+ new

@@ -261,10 +261,11 @@ # @return [Boolean] attr_accessor :dev_mode alias_method :dev_mode?, :dev_mode # The name of the function to execute in the given script. The name does not - # include parentheses or parameters. + # include parentheses or parameters. It can reference a function in an + # included library such as `Library.libFunction1`. # Corresponds to the JSON property `function` # @return [String] attr_accessor :function # The parameters to be passed to the function being executed. The object type