Sha256: 83b679640743297020466c7cce565fa4f99e839d6ae1812a523a634b183a7f55
Contents?: true
Size: 723 Bytes
Versions: 3
Compression:
Stored size: 723 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Operations class StackoneUpdateAccountRequest < ::StackOne::Utils::FieldAugmented extend T::Sig field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } } field :patch_account_dto, ::StackOne::Shared::PatchAccountDto, { 'request': { 'media_type': 'application/json' } } sig { params(id: ::String, patch_account_dto: ::StackOne::Shared::PatchAccountDto).void } def initialize(id: nil, patch_account_dto: nil) @id = id @patch_account_dto = patch_account_dto end end end end
Version data entries
3 entries across 3 versions & 1 rubygems