Class: Sentdm::Models::WebhookListResponse::Meta

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/sentdm/models/webhook_list_response.rb

Overview

See Also:

Instance Attribute Summary collapse

Instance Method Summary collapse

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(request_id: nil, timestamp: nil, version: nil) ⇒ Object

Request and response metadata

Parameters:

  • request_id (String) (defaults to: nil)

    Unique identifier for this request (for tracing and support)

  • timestamp (Time) (defaults to: nil)

    Server timestamp when the response was generated

  • version (String) (defaults to: nil)

    API version used for this request



# File 'lib/sentdm/models/webhook_list_response.rb', line 288

Instance Attribute Details

#request_idString?

Unique identifier for this request (for tracing and support)

Returns:

  • (String, nil)


274
# File 'lib/sentdm/models/webhook_list_response.rb', line 274

optional :request_id, String

#timestampTime?

Server timestamp when the response was generated

Returns:

  • (Time, nil)


280
# File 'lib/sentdm/models/webhook_list_response.rb', line 280

optional :timestamp, Time

#versionString?

API version used for this request

Returns:

  • (String, nil)


286
# File 'lib/sentdm/models/webhook_list_response.rb', line 286

optional :version, String