Sha256: 6f817cf8b0c4eda57c131988b7b589ad38c013c8fc6bf819856087deb5cb3ef7
Contents?: true
Size: 255 Bytes
Versions: 1
Compression:
Stored size: 255 Bytes
Contents
module Structurely class ConversationWebhook < ApiStruct::Entity client_service Structurely::Clients::ConversationWebhooks attr_entity :id, :name, :target, :secret, :version, :created_at, :updated_at attr_entity :triggers, &:to_a end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
structurely-0.1.1 | lib/structurely/conversation_webhook.rb |