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, #updated_at

Instance Method Summary collapse

Methods inherited from DocServiceRecord

#created_at=, #id=, #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, record_type: 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.

  • record_type (String) (defaults to: nil)

    Identifies the type of the resource.



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

Instance Method Details

#document_idString?

Returns:

  • (String, nil)


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

def document_id: -> String?

#document_id=String

Parameters:

  • _ (String)

Returns:

  • (String)


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

def document_id=: (String _) -> String

#linked_record_typeString?

Returns:

  • (String, nil)


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

def linked_record_type: -> String?

#linked_record_type=String

Parameters:

  • _ (String)

Returns:

  • (String)


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

def linked_record_type=: (String _) -> String

#linked_resource_idString?

Returns:

  • (String, nil)


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

def linked_resource_id: -> String?

#linked_resource_id=String

Parameters:

  • _ (String)

Returns:

  • (String)


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

def linked_resource_id=: (String _) -> String

#record_typeString?

Returns:

  • (String, nil)


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

def record_type: -> String?

#record_type=String

Parameters:

  • _ (String)

Returns:

  • (String)


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

def record_type=: (String _) -> String

#to_hash{

Returns:

  • ({)


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

def to_hash: -> {