Sha256: 6020d875bc549ecf3c950ca4fb9112e0ea5b20c474c5f6403e2760633ceac454

Contents?: true

Size: 1.91 KB

Versions: 5

Compression:

Stored size: 1.91 KB

Contents

# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  

    class PostMachineEndpointResponse < ::OpenApiSDK::Utils::FieldAugmented
      extend T::Sig

      # HTTP response content type for this operation
      field :content_type, ::String
      # Raw HTTP response; suitable for custom response parsing
      field :raw_response, ::Faraday::Response
      # HTTP response status code for this operation
      field :status_code, ::Integer
      # Create short lived machine endpoint
      field :two_hundred_application_json_object, T.nilable(::OpenApiSDK::Operations::PostMachineEndpointResponseBody)
      # Invalid or expired token
      field :four_hundred_and_one_text_plain_res, T.nilable(::String)
      # Error creating run
      field :five_hundred_application_json_object, T.nilable(::OpenApiSDK::Operations::PostMachineEndpointWorkflowsResponseBody)


      sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, two_hundred_application_json_object: T.nilable(::OpenApiSDK::Operations::PostMachineEndpointResponseBody), four_hundred_and_one_text_plain_res: T.nilable(::String), five_hundred_application_json_object: T.nilable(::OpenApiSDK::Operations::PostMachineEndpointWorkflowsResponseBody)).void }
      def initialize(content_type: nil, raw_response: nil, status_code: nil, two_hundred_application_json_object: nil, four_hundred_and_one_text_plain_res: nil, five_hundred_application_json_object: nil)
        @content_type = content_type
        @raw_response = raw_response
        @status_code = status_code
        @two_hundred_application_json_object = two_hundred_application_json_object
        @four_hundred_and_one_text_plain_res = four_hundred_and_one_text_plain_res
        @five_hundred_application_json_object = five_hundred_application_json_object
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
comfydeploy-0.0.10 lib/open_api_sdk/models/operations/post_machine_endpoint_response.rb
comfydeploy-0.0.6 lib/open_api_sdk/models/operations/post_machine_endpoint_response.rb
comfydeploy-0.0.3 lib/open_api_sdk/models/operations/post_machine_endpoint_response.rb
comfydeploy-0.0.2 lib/open_api_sdk/models/operations/post_machine_endpoint_response.rb
comfydeploy-0.0.1 lib/open_api_sdk/models/operations/post_machine_endpoint_response.rb