Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 823 Bytes

GetOpportunitiesGroupsGroupIdOk.md

File metadata and controls

28 lines (22 loc) · 823 Bytes

RubyEveesiClient::GetOpportunitiesGroupsGroupIdOk

Properties

Name Type Description Notes
connected_groups Array<Integer> The groups that are connected to this group on the opportunities map
description String description string
group_id Integer group_id integer
name String name string
notification String notification string
required_tasks Array<Integer> Tasks need to complete for this group

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetOpportunitiesGroupsGroupIdOk.new(
  connected_groups: null,
  description: null,
  group_id: null,
  name: null,
  notification: null,
  required_tasks: null
)