Sha256: d30782818e3c621a5714ebd58bff81ba06a30878b43b34660727a0f39b5e6504
Contents?: true
Size: 1003 Bytes
Versions: 2
Compression:
Stored size: 1003 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations class ListAtsJobInterviewStageResponseBody < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig field :data, T::Array[::OpenApiSDK::Shared::UnifiedAtsJobinterviewstageOutput], { '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::UnifiedAtsJobinterviewstageOutput], 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/listatsjobinterviewstage_responsebody.rb |
panora-0.2.4 | lib/open_api_sdk/models/operations/listatsjobinterviewstage_responsebody.rb |