Sha256: 7119e0c67ede9e76c78242dfdf72503a33372d997d8ffa917d82cc299e5c9365
Contents?: true
Size: 611 Bytes
Versions: 7
Compression:
Stored size: 611 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module SpeakeasyClientSDK module Operations class GetOrganizationRequest < ::SpeakeasyClientSDK::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
7 entries across 7 versions & 1 rubygems