Sha256: 63280376656ca44b48b7a58aa1b04020adef2228c41a59b5ef6deeae6d49a038
Contents?: true
Size: 595 Bytes
Versions: 1
Compression:
Stored size: 595 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations class GetOrganizationRequest < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig # Unique identifier of the organization. field :organization_id, ::String, { 'path_param': { 'field_name': 'organizationID', 'style': 'simple', 'explode': false } } sig { params(organization_id: ::String).void } def initialize(organization_id: nil) @organization_id = organization_id end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
speakeasy_client_sdk_ruby-4.2.24 | lib/open_api_sdk/models/operations/getorganization_request.rb |