Class CcdOrg
CcdOrg model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
public class CcdOrg : object
Constructors
CcdOrg(String, String, String, Boolean)
Creates an instance of CcdOrg.
Declaration
public CcdOrg(string id = null, string name = null, string orgid = null, bool tosAccepted = null)
Parameters
| Type | Name | Description |
|---|---|---|
| String | id | id param |
| String | name | name param |
| String | orgid | orgid param |
| Boolean | tosAccepted | tosAccepted param |
Properties
Id
Declaration
public string Id { get; }
Property Value
| Type | Description |
|---|---|
| String |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| String |
Orgid
Declaration
public string Orgid { get; }
Property Value
| Type | Description |
|---|---|
| String |
TosAccepted
Declaration
public bool TosAccepted { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |