Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 410 Bytes

GroupContext.md

File metadata and controls

22 lines (16 loc) · 410 Bytes

TCAClient::GroupContext

Properties

Name Type Description Notes
id String (required) [optional]
name String [optional]
owners Array<Users> [optional]

Example

require 'tca_client'

instance = TCAClient::GroupContext.new(
  id: null,
  name: null,
  owners: null
)