lib/twilio-ruby/rest/monitor/v1/event.rb in twilio-ruby-5.40.3 vs lib/twilio-ruby/rest/monitor/v1/event.rb in twilio-ruby-5.40.4
- old
+ new
@@ -27,22 +27,22 @@
# Lists EventInstance records from the API as a list.
# Unlike stream(), this operation is eager and will load `limit` records into
# memory before returning.
# @param [String] actor_sid Only include events initiated by this Actor. Useful
# for auditing actions taken by specific users or API credentials.
- # @param [String] event_type Only include events of this [Event
- # Type](https://www.twilio.com/docs/usage/monitor-events#event-types).
+ # @param [String] event_type Only include events of this {Event
+ # Type}[https://www.twilio.com/docs/usage/monitor-events#event-types].
# @param [String] resource_sid Only include events that refer to this resource.
# Useful for discovering the history of a specific resource.
# @param [String] source_ip_address Only include events that originated from this
# IP address. Useful for tracking suspicious activity originating from the API or
# the Twilio Console.
# @param [Time] start_date Only include events that occurred on or after this
- # date. Specify the date in GMT and [ISO
- # 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
+ # date. Specify the date in GMT and {ISO
+ # 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
# @param [Time] end_date Only include events that occurred on or before this date.
- # Specify the date in GMT and [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
+ # Specify the date in GMT and {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601]
# format.
# @param [Integer] limit Upper limit for the number of records to return. stream()
# guarantees to never return more than limit. Default is no limit
# @param [Integer] page_size Number of records to fetch per request, when
# not set will use the default value of 50 records. If no page_size is defined
@@ -66,22 +66,22 @@
# Streams EventInstance records from the API as an Enumerable.
# This operation lazily loads records as efficiently as possible until the limit
# is reached.
# @param [String] actor_sid Only include events initiated by this Actor. Useful
# for auditing actions taken by specific users or API credentials.
- # @param [String] event_type Only include events of this [Event
- # Type](https://www.twilio.com/docs/usage/monitor-events#event-types).
+ # @param [String] event_type Only include events of this {Event
+ # Type}[https://www.twilio.com/docs/usage/monitor-events#event-types].
# @param [String] resource_sid Only include events that refer to this resource.
# Useful for discovering the history of a specific resource.
# @param [String] source_ip_address Only include events that originated from this
# IP address. Useful for tracking suspicious activity originating from the API or
# the Twilio Console.
# @param [Time] start_date Only include events that occurred on or after this
- # date. Specify the date in GMT and [ISO
- # 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
+ # date. Specify the date in GMT and {ISO
+ # 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
# @param [Time] end_date Only include events that occurred on or before this date.
- # Specify the date in GMT and [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
+ # Specify the date in GMT and {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601]
# format.
# @param [Integer] limit Upper limit for the number of records to return. stream()
# guarantees to never return more than limit. Default is no limit.
# @param [Integer] page_size Number of records to fetch per request, when
# not set will use the default value of 50 records. If no page_size is defined
@@ -121,21 +121,21 @@
##
# Retrieve a single page of EventInstance records from the API.
# Request is executed immediately.
# @param [String] actor_sid Only include events initiated by this Actor. Useful
# for auditing actions taken by specific users or API credentials.
- # @param [String] event_type Only include events of this [Event
- # Type](https://www.twilio.com/docs/usage/monitor-events#event-types).
+ # @param [String] event_type Only include events of this {Event
+ # Type}[https://www.twilio.com/docs/usage/monitor-events#event-types].
# @param [String] resource_sid Only include events that refer to this resource.
# Useful for discovering the history of a specific resource.
# @param [String] source_ip_address Only include events that originated from this
# IP address. Useful for tracking suspicious activity originating from the API or
# the Twilio Console.
# @param [Time] start_date Only include events that occurred on or after this
- # date. Specify the date in GMT and [ISO
- # 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
+ # date. Specify the date in GMT and {ISO
+ # 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
# @param [Time] end_date Only include events that occurred on or before this date.
- # Specify the date in GMT and [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
+ # Specify the date in GMT and {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601]
# format.
# @param [String] page_token PageToken provided by the API
# @param [Integer] page_number Page Number, this value is simply for client state
# @param [Integer] page_size Number of records to return, defaults to 50
# @return [Page] Page of EventInstance
\ No newline at end of file