Sha256: 80ea46ba4a8763617f66e1f03c62201b7162c4330c52776a36be7285733622ee
Contents?: true
Size: 646 Bytes
Versions: 1
Compression:
Stored size: 646 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations class GetLintingReportSignedUrlRequest < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig # The checksum of the document to retrieve the signed access url for. field :document_checksum, ::String, { 'path_param': { 'field_name': 'documentChecksum', 'style': 'simple', 'explode': false } } sig { params(document_checksum: ::String).void } def initialize(document_checksum: nil) @document_checksum = document_checksum 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/getlintingreportsignedurl_request.rb |