Name | Type | Description | Notes |
---|---|---|---|
entity_type | String | A string description of this resource. | |
id | String | The unique ID of the Icon. | |
created_at | Time | The time/date that the Icon was created. | |
updated_at | Time | The time/date that the Icon was updated. | |
url | String | The URL of the Icon. |
require 'shortcut_client_ruby'
instance = Shortcut::Icon.new(
entity_type: null,
id: null,
created_at: null,
updated_at: null,
url: null
)