Sha256: 83b766290687994f5612cfe49b8c370e7d98d1dc9e9680261fde80a53320004e
Contents?: true
Size: 1.25 KB
Versions: 18
Compression:
Stored size: 1.25 KB
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module SpeakeasyClientSDK module Operations class GetManifestRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented extend T::Sig 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 } } # Tag or digest field :revision_reference, ::String, { 'path_param': { 'field_name': 'revision_reference', 'style': 'simple', 'explode': false } } field :workspace_slug, ::String, { 'path_param': { 'field_name': 'workspace_slug', 'style': 'simple', 'explode': false } } sig { params(namespace_name: ::String, organization_slug: ::String, revision_reference: ::String, workspace_slug: ::String).void } def initialize(namespace_name: nil, organization_slug: nil, revision_reference: nil, workspace_slug: nil) @namespace_name = namespace_name @organization_slug = organization_slug @revision_reference = revision_reference @workspace_slug = workspace_slug end end end end
Version data entries
18 entries across 18 versions & 1 rubygems