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