Sha256: 3262c93e59382cd013215f87071bd919b1a83f603d8d27db12a471aba156f9b8
Contents?: true
Size: 817 Bytes
Versions: 20
Compression:
Stored size: 817 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module SpeakeasyClientSDK module Shared class GetRevisionsResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented extend T::Sig field :items, T::Array[::SpeakeasyClientSDK::Shared::Revision], { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('items') } } field :next_page_token, ::String, { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('next_page_token') } } sig { params(items: T::Array[::SpeakeasyClientSDK::Shared::Revision], next_page_token: ::String).void } def initialize(items: nil, next_page_token: nil) @items = items @next_page_token = next_page_token end end end end
Version data entries
20 entries across 20 versions & 1 rubygems