Class: Telnyx::Models::Storage::CloudfListResponse::Meta

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/storage/cloudf_list_response.rb,
sig/telnyx/models/storage/cloudf_list_response.rbs

Overview

See Also:

  • Telnyx::Models::Storage::CloudfListResponse#meta

Defined Under Namespace

Classes: Cursors

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(cursors: nil, next_: nil, previous: nil) ⇒ Object

Some parameter documentations has been truncated, see Telnyx::Models::Storage::CloudfListResponse::Meta for more details.

Parameters:

  • cursors (Telnyx::Models::Storage::CloudfListResponse::Meta::Cursors) (defaults to: nil)

    Opaque cursors for the adjacent pages. Empty when there are no adjacent pages.

  • next_ (String) (defaults to: nil)

    Relative URL (path and query) of the next page. Omitted when there are no furthe

  • previous (String) (defaults to: nil)

    Relative URL (path and query) of the previous page. Omitted on the first page.



# File 'lib/telnyx/models/storage/cloudf_list_response.rb', line 126

Instance Attribute Details

#cursorsTelnyx::Models::Storage::CloudfListResponse::Meta::Cursors?

Opaque cursors for the adjacent pages. Empty when there are no adjacent pages.



111
# File 'lib/telnyx/models/storage/cloudf_list_response.rb', line 111

optional :cursors, -> { Telnyx::Models::Storage::CloudfListResponse::Meta::Cursors }

#next_String?

Relative URL (path and query) of the next page. Omitted when there are no further results.

Parameters:

  • (String)

Returns:

  • (String, nil)


118
# File 'lib/telnyx/models/storage/cloudf_list_response.rb', line 118

optional :next_, String, api_name: :next

#previousString?

Relative URL (path and query) of the previous page. Omitted on the first page.

Parameters:

  • (String)

Returns:

  • (String, nil)


124
# File 'lib/telnyx/models/storage/cloudf_list_response.rb', line 124

optional :previous, String

Instance Method Details

#to_hash{

Returns:

  • ({)


138
# File 'sig/telnyx/models/storage/cloudf_list_response.rbs', line 138

def to_hash: -> {