Class: Courier::Models::WorkspacePreferenceListLogsParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Courier::Models::WorkspacePreferenceListLogsParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/courier/models/workspace_preference_list_logs_params.rb,
sig/courier/models/workspace_preference_list_logs_params.rbs
Overview
Instance Attribute Summary collapse
-
#cursor ⇒ String?
A cursor from a previous response's paging.cursor.
-
#limit ⇒ Integer?
How many entries to return.
-
#since ⇒ String?
Return only changes at or after this time, as an ISO-8601 date or date-time.
-
#tenant_id ⇒ String?
Narrow to the changes this user made in one tenant context.
-
#user_id ⇒ String?
Return only this user's changes.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(cursor: nil, limit: nil, since: nil, tenant_id: nil, user_id: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see WorkspacePreferenceListLogsParams for more details.
- #to_hash ⇒ {
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(cursor: nil, limit: nil, since: nil, tenant_id: nil, user_id: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Courier::Models::WorkspacePreferenceListLogsParams for more details.
|
|
# File 'lib/courier/models/workspace_preference_list_logs_params.rb', line 44
|
Instance Attribute Details
#cursor ⇒ String?
A cursor from a previous response's paging.cursor. Continue only while paging.more is true; the cursor is omitted on the last page.
15 |
# File 'lib/courier/models/workspace_preference_list_logs_params.rb', line 15 optional :cursor, String |
#limit ⇒ Integer?
How many entries to return. Defaults to 25.
21 |
# File 'lib/courier/models/workspace_preference_list_logs_params.rb', line 21 optional :limit, Integer |
#since ⇒ String?
Return only changes at or after this time, as an ISO-8601 date or date-time. A date alone is read as the start of that day in UTC.
28 |
# File 'lib/courier/models/workspace_preference_list_logs_params.rb', line 28 optional :since, String |
#tenant_id ⇒ String?
Narrow to the changes this user made in one tenant context. Only valid together with user_id.
35 |
# File 'lib/courier/models/workspace_preference_list_logs_params.rb', line 35 optional :tenant_id, String |
#user_id ⇒ String?
Return only this user's changes. Omit it to read every change in the environment.
42 |
# File 'lib/courier/models/workspace_preference_list_logs_params.rb', line 42 optional :user_id, String |
Instance Method Details
#to_hash ⇒ {
46 |
# File 'sig/courier/models/workspace_preference_list_logs_params.rbs', line 46
def to_hash: -> {
|