Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 488 Bytes

SubjectDataRep.md

File metadata and controls

22 lines (16 loc) · 488 Bytes

LaunchDarklyApi::SubjectDataRep

Properties

Name Type Description Notes
_links Hash<String, Link> [optional]
name String The subject's name [optional]
avatar_url String The subject's avatar [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::SubjectDataRep.new(
  _links: null,
  name: null,
  avatar_url: null
)