Class CcdOrg
CcdOrg model
Inherited Members
Namespace: Unity.Services.Ccd.Management.Models
Assembly: Unity.Services.Ccd.Management.dll
Syntax
[Preserve]
[DataContract(Name = "ccd.org")]
public class CcdOrg
Constructors
CcdOrg(string, string, string, bool)
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 |
bool | tosAccepted | tosAccepted param |
Properties
Id
Parameter id of CcdOrg
Declaration
[Preserve]
[DataMember(Name = "id", EmitDefaultValue = false)]
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
Name
Parameter name of CcdOrg
Declaration
[Preserve]
[DataMember(Name = "name", EmitDefaultValue = false)]
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Orgid
Parameter orgid of CcdOrg
Declaration
[Preserve]
[DataMember(Name = "orgid", EmitDefaultValue = false)]
public string Orgid { get; }
Property Value
Type | Description |
---|---|
string |
TosAccepted
Parameter tos_accepted of CcdOrg
Declaration
[Preserve]
[DataMember(Name = "tos_accepted", EmitDefaultValue = true)]
public bool TosAccepted { get; }
Property Value
Type | Description |
---|---|
bool |