Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 508 Bytes

PatchUsersRequest.md

File metadata and controls

20 lines (14 loc) · 508 Bytes

LaunchDarklyApi::PatchUsersRequest

Properties

Name Type Description Notes
comment String Optional comment describing the change [optional]
instructions Array<InstructionUserRequest> The instructions to perform when updating

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::PatchUsersRequest.new(
  comment: optional comment,
  instructions: null
)