lib/calendly/models/organization.rb in calendly-0.8.2 vs lib/calendly/models/organization.rb in calendly-0.8.3

- old
+ new

@@ -83,9 +83,10 @@ # # Returns all Event Types associated with self. # # @param [Hash] options the optional request parameters. Optional. + # @option options [Boolean] :active Return only active event types if true, only inactive if false, or all event types if this parameter is omitted. # @option options [Integer] :count Number of rows to return. # @option options [String] :page_token Pass this to get the next portion of collection. # @option options [String] :sort Order results by the specified field and direction. # Accepts comma-separated list of {field}:{direction} values. # @return [Array<Calendly::EventType>]