Name | Type | Description | Notes |
---|---|---|---|
name | String | The name of the member who initiated the export | [optional] |
String | The email address of the member who initiated the export | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::InitiatorRep.new(
name: Bob Loblaw,
email: ariel@acme.com
)