Name | Type | Description | Notes |
---|---|---|---|
id | String | (required) | [optional] |
name | String | [optional] | |
owners | Array<Users> | [optional] |
require 'tca_client'
instance = TCAClient::GroupContext.new(
id: null,
name: null,
owners: null
)
Name | Type | Description | Notes |
---|---|---|---|
id | String | (required) | [optional] |
name | String | [optional] | |
owners | Array<Users> | [optional] |
require 'tca_client'
instance = TCAClient::GroupContext.new(
id: null,
name: null,
owners: null
)