Sha256: 61c4bcee2d21125d1fc4768d4c5c936cfc3c8887f6b62be2cfe92d8cecdbcf1f
Contents?: true
Size: 1001 Bytes
Versions: 2
Compression:
Stored size: 1001 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations class ListTicketingAttachmentsResponseBody < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig field :data, T::Array[::OpenApiSDK::Shared::UnifiedTicketingAttachmentOutput], { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('data') } } field :next_cursor, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('next_cursor') } } field :prev_cursor, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('prev_cursor') } } sig { params(data: T::Array[::OpenApiSDK::Shared::UnifiedTicketingAttachmentOutput], next_cursor: ::String, prev_cursor: ::String).void } def initialize(data: nil, next_cursor: nil, prev_cursor: nil) @data = data @next_cursor = next_cursor @prev_cursor = prev_cursor end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
panora-0.2.5 | lib/open_api_sdk/models/operations/listticketingattachments_responsebody.rb |
panora-0.2.4 | lib/open_api_sdk/models/operations/listticketingattachments_responsebody.rb |