Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 433 Bytes

TeamsPatchInput.md

File metadata and controls

20 lines (14 loc) · 433 Bytes

LaunchDarklyApi::TeamsPatchInput

Properties

Name Type Description Notes
comment String Optional comment describing the update [optional]
instructions Array<Hash>

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::TeamsPatchInput.new(
  comment: Optional comment about the update,
  instructions: null
)