Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 368 Bytes

File metadata and controls

22 lines (16 loc) · 368 Bytes

TCAClient::Group

Properties

Name Type Description Notes
id String (required) [optional]
name String [optional]
type String [optional]

Example

require 'tca_client'

instance = TCAClient::Group.new(
  id: null,
  name: null,
  type: null
)