Class CcdUserAPIKey
CcdUserAPIKey model
Inherited Members
Namespace: Unity.Services.Ccd.Management.Models
Assembly: Unity.Services.Ccd.Management.dll
Syntax
[Preserve]
[DataContract(Name = "ccd.userAPIKey")]
public class CcdUserAPIKey
Constructors
CcdUserAPIKey(string)
Creates an instance of CcdUserAPIKey.
Declaration
[Preserve]
public CcdUserAPIKey(string apikey)
Parameters
Type | Name | Description |
---|---|---|
string | apikey | apikey param |
Properties
Apikey
Parameter apikey of CcdUserAPIKey
Declaration
[Preserve]
[DataMember(Name = "apikey", IsRequired = true, EmitDefaultValue = true)]
public string Apikey { get; }
Property Value
Type | Description |
---|---|
string |