Name | Type | Description | Notes |
---|---|---|---|
patch | Array<PatchOperation> | ||
comment | String | Optional comment | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::PatchWithComment.new(
patch: null,
comment: null
)
Name | Type | Description | Notes |
---|---|---|---|
patch | Array<PatchOperation> | ||
comment | String | Optional comment | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::PatchWithComment.new(
patch: null,
comment: null
)