Name | Type | Description | Notes |
---|---|---|---|
comment | String | Optional comment describing the change | [optional] |
instructions | Array<InstructionUserRequest> | The instructions to perform when updating |
require 'launchdarkly_api'
instance = LaunchDarklyApi::PatchUsersRequest.new(
comment: optional comment,
instructions: null
)