Sha256: 2761d9ab331ffdb65043bdef3ec1cfa46df7608458224fdfa5c1462e5aa58e4c
Contents?: true
Size: 551 Bytes
Versions: 2
Compression:
Stored size: 551 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations class StatusRequest < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig field :vertical, ::OpenApiSDK::Operations::Vertical, { 'path_param': { 'field_name': 'vertical', 'style': 'simple', 'explode': false } } sig { params(vertical: ::OpenApiSDK::Operations::Vertical).void } def initialize(vertical: nil) @vertical = vertical 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/status_request.rb |
panora-0.2.4 | lib/open_api_sdk/models/operations/status_request.rb |