Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 621 Bytes

Icon.md

File metadata and controls

26 lines (20 loc) · 621 Bytes

Shortcut::Icon

Properties

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.

Example

require 'shortcut_client_ruby'

instance = Shortcut::Icon.new(
  entity_type: null,
  id: null,
  created_at: null,
  updated_at: null,
  url: null
)