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