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