Skip to content

Files

Latest commit

ceb2eef · Apr 13, 2023

History

History
26 lines (20 loc) · 665 Bytes

MemberDataRep.md

File metadata and controls

26 lines (20 loc) · 665 Bytes

LaunchDarklyApi::MemberDataRep

Properties

Name Type Description Notes
_links Hash<String, Link> [optional]
_id String The member ID [optional]
email String The member email [optional]
first_name String The member first name [optional]
last_name String The member last name [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::MemberDataRep.new(
  _links: null,
  _id: 507f1f77bcf86cd799439011,
  email: ariel@acme.com,
  first_name: Ariel,
  last_name: Flores
)