Class: Telnyx::Models::DocumentLinkListResponse

Inherits:
DocServiceRecord show all
Defined in:
lib/telnyx/models/document_link_list_response.rb,
sig/telnyx/models/document_link_list_response.rbs

Overview

See Also:

  • Telnyx::Resources::DocumentLinks#list

Instance Attribute Summary

Attributes inherited from DocServiceRecord

#created_at, #id, #record_type, #updated_at

Instance Method Summary collapse

Methods inherited from DocServiceRecord

#created_at=, #id=, #record_type=, #updated_at=

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(document_id: nil, linked_record_type: nil, linked_resource_id: nil) ⇒ Object

Parameters:

  • document_id (String) (defaults to: nil)

    Identifies the associated document.

  • linked_record_type (String) (defaults to: nil)

    The linked resource's record type.

  • linked_resource_id (String) (defaults to: nil)

    Identifies the linked resource.



# File 'lib/telnyx/models/document_link_list_response.rb', line 27

Instance Method Details

#document_idString?

Returns:

  • (String, nil)


11
# File 'sig/telnyx/models/document_link_list_response.rbs', line 11

def document_id: -> String?

#document_id=String

Parameters:

  • _ (String)

Returns:

  • (String)


13
# File 'sig/telnyx/models/document_link_list_response.rbs', line 13

def document_id=: (String _) -> String

#linked_record_typeString?

Returns:

  • (String, nil)


15
# File 'sig/telnyx/models/document_link_list_response.rbs', line 15

def linked_record_type: -> String?

#linked_record_type=String

Parameters:

  • _ (String)

Returns:

  • (String)


17
# File 'sig/telnyx/models/document_link_list_response.rbs', line 17

def linked_record_type=: (String _) -> String

#linked_resource_idString?

Returns:

  • (String, nil)


19
# File 'sig/telnyx/models/document_link_list_response.rbs', line 19

def linked_resource_id: -> String?

#linked_resource_id=String

Parameters:

  • _ (String)

Returns:

  • (String)


21
# File 'sig/telnyx/models/document_link_list_response.rbs', line 21

def linked_resource_id=: (String _) -> String

#to_hash{

Returns:

  • ({)


29
# File 'sig/telnyx/models/document_link_list_response.rbs', line 29

def to_hash: -> {