mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
559 B
559 B
Kombo::GetAssessmentPackagesPositiveResponseDataPackagesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| name | String | ||
| description | String | ||
| updated_at | Time | YYYY-MM-DDTHH:mm:ss.sssZ | |
| type | String |
Example
require 'kombo_client'
instance = Kombo::GetAssessmentPackagesPositiveResponseDataPackagesInner.new(
id: null,
name: null,
description: null,
updated_at: null,
type: null
)