Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 416 Bytes

AddGroupAttachmentRequest.md

File metadata and controls

20 lines (14 loc) · 416 Bytes

TCAClient::AddGroupAttachmentRequest

Properties

Name Type Description Notes
title String Attachment title [optional]
template Boolean template [optional][default to false]

Example

require 'tca_client'

instance = TCAClient::AddGroupAttachmentRequest.new(
  title: My Template Attachment,
  template: null
)