Sha256: e33836bd386bd321adee0dc89a9f637dc4a5c7844706883d68a7ef36af8a9cbb
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 KB
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations class GetBlobRequest < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig field :digest, ::String, { 'path_param': { 'field_name': 'digest', 'style': 'simple', 'explode': false } } field :namespace_name, ::String, { 'path_param': { 'field_name': 'namespace_name', 'style': 'simple', 'explode': false } } field :organization_slug, ::String, { 'path_param': { 'field_name': 'organization_slug', 'style': 'simple', 'explode': false } } field :workspace_slug, ::String, { 'path_param': { 'field_name': 'workspace_slug', 'style': 'simple', 'explode': false } } sig { params(digest: ::String, namespace_name: ::String, organization_slug: ::String, workspace_slug: ::String).void } def initialize(digest: nil, namespace_name: nil, organization_slug: nil, workspace_slug: nil) @digest = digest @namespace_name = namespace_name @organization_slug = organization_slug @workspace_slug = workspace_slug 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/getblob_request.rb |