Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 441 Bytes

GroupResponse.md

File metadata and controls

24 lines (18 loc) · 441 Bytes

OpenapiClient::GroupResponse

Properties

Name Type Description Notes
id String
remote_id String
name String
type String

Example

require 'openapi_client'

instance = OpenapiClient::GroupResponse.new(
  id: 4B9bKBpX5tnwjiG93TAqF7ci,
  remote_id: 49,
  name: Customer Success,
  type: TEAM
)