Sha256: 6298f2f14a6529ab547427e6607ca140e046fbbd52d8bc055aeb620975f480c8
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations class GetManifestRequest < ::OpenApiSDK::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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
speakeasy_client_sdk_ruby-4.2.24 | lib/open_api_sdk/models/operations/getmanifest_request.rb |