Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 458 Bytes

InitiatorRep.md

File metadata and controls

20 lines (14 loc) · 458 Bytes

LaunchDarklyApi::InitiatorRep

Properties

Name Type Description Notes
name String The name of the member who initiated the export [optional]
email String The email address of the member who initiated the export [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::InitiatorRep.new(
  name: Bob Loblaw,
  email: ariel@acme.com
)