Class CcdUser
CcdUser model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
[Preserve]
public class CcdUser
Constructors
CcdUser(String, String)
Creates an instance of CcdUser.
Declaration
[Preserve]
public CcdUser(string id = null, string name = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | id param |
String | name | name param |
Properties
Id
Declaration
[Preserve]
public string Id { get; }
Property Value
Type | Description |
---|---|
String |
Name
Declaration
[Preserve]
public string Name { get; }
Property Value
Type | Description |
---|---|
String |