Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 728 Bytes

File metadata and controls

24 lines (17 loc) · 728 Bytes

SubjectDataRep

Properties

Name Type Description Notes
_links { [key: string]: Link; } [optional] [default to undefined]
name string The subject's name [optional] [default to undefined]
avatarUrl string The subject's avatar [optional] [default to undefined]

Example

import { SubjectDataRep } from 'launchdarkly-api-typescript';

const instance: SubjectDataRep = {
    _links,
    name,
    avatarUrl,
};

[Back to Model list] [Back to API list] [Back to README]