Class CcdOrg
CcdOrg model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
[Preserve]
public class CcdOrg
Constructors
CcdOrg(String, String, String, Boolean)
Creates an instance of CcdOrg.
Declaration
[Preserve]
public CcdOrg(string id = null, string name = null, string orgid = null, bool tosAccepted = false)
Parameters
Type | Name | Description |
---|---|---|
String | id | id param |
String | name | name param |
String | orgid | orgid param |
Boolean | tosAccepted | tosAccepted 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 |
Orgid
Declaration
[Preserve]
public string Orgid { get; }
Property Value
Type | Description |
---|---|
String |
TosAccepted
Declaration
[Preserve]
public bool TosAccepted { get; }
Property Value
Type | Description |
---|---|
Boolean |