Sha256: 7f02179c28b0ff5ee66382e7fc22964fbe298dfc5be947f1e95cde2c3dedfa88
Contents?: true
Size: 409 Bytes
Versions: 17
Compression:
Stored size: 409 Bytes
Contents
# frozen_string_literal: true # typed: strict module WorkOS module Types # This AuditLogExportStruct acts as a typed interface # for the AuditLogExport class class AuditLogExportStruct < T::Struct const :object, String const :id, String const :state, String const :url, T.nilable(String) const :created_at, String const :updated_at, String end end end
Version data entries
17 entries across 17 versions & 1 rubygems