Name | Type | Description | Notes |
---|---|---|---|
comment | String | [optional] | |
groups | Array<String> | [optional] | |
id | String | ||
is_descendant_process | Boolean | [optional] | |
value | String | [optional] |
require 'crimson-falcon'
instance = Falcon::SvExclusionsUpdateReqV1.new(
comment: null,
groups: null,
id: null,
is_descendant_process: null,
value: null
)