Name | Type | Description | Notes |
---|---|---|---|
bulk_update | ApiBulkUpdateReqV1 | ||
comment | String | [optional] | |
indicators | Array<ApiIndicatorUpdateReqV1> |
require 'crimson-falcon'
instance = Falcon::ApiIndicatorUpdateReqsV1.new(
bulk_update: null,
comment: null,
indicators: null
)