Sha256: 77cf10bddcab1b28c735c80e7a4cfd90ebfd1785ef6f9665695dfdd6fc2c934b
Contents?: true
Size: 505 Bytes
Versions: 2
Compression:
Stored size: 505 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations class UpdateStatusRequest < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig # id of the webhook to update. field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } } sig { params(id: ::String).void } def initialize(id: nil) @id = id end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
panora-0.2.5 | lib/open_api_sdk/models/operations/updatestatus_request.rb |
panora-0.2.4 | lib/open_api_sdk/models/operations/updatestatus_request.rb |