Sha256: 8eae86244577f3a1bbcbf879259c8af6b47b428e4e960f9a0722ccd2c18dfd54
Contents?: true
Size: 732 Bytes
Versions: 21
Compression:
Stored size: 732 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared class AtsUpdateApplicationRequestDtoSource < ::StackOne::Utils::FieldAugmented extend T::Sig # Unique identifier field :id, T.nilable(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('id') } } # The source of the application field :name, T.nilable(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('name') } } sig { params(id: T.nilable(::String), name: T.nilable(::String)).void } def initialize(id: nil, name: nil) @id = id @name = name end end end end
Version data entries
21 entries across 21 versions & 1 rubygems