Class CcdBucket
CcdBucket model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
public class CcdBucket : object
Constructors
CcdBucket(CcdBucketAttributes, CcdReleaseChangeVersion, DateTime, String, System.Guid, CcdRelease, String, CcdBucketPermissions, Boolean, System.Guid)
Creates an instance of CcdBucket.
Declaration
public CcdBucket(CcdBucketAttributes attributes = null, CcdReleaseChangeVersion changes = null, DateTime created = null, string description = null, System.Guid id = null, CcdRelease lastRelease = null, string name = null, CcdBucketPermissions permissions = null, bool private = null, System.Guid projectguid = null)
Parameters
Type | Name | Description |
---|---|---|
CcdBucketAttributes | attributes | attributes param |
CcdReleaseChangeVersion | changes | changes param |
DateTime | created | created param |
String | description | description param |
System.Guid | id | id param |
CcdRelease | lastRelease | lastRelease param |
String | name | name param |
CcdBucketPermissions | permissions | permissions param |
Boolean | private | |
System.Guid | projectguid | projectguid param |
Properties
Attributes
Declaration
public CcdBucketAttributes Attributes { get; }
Property Value
Type | Description |
---|---|
CcdBucketAttributes |
Changes
Declaration
public CcdReleaseChangeVersion Changes { get; }
Property Value
Type | Description |
---|---|
CcdReleaseChangeVersion |
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 |
LastRelease
Declaration
public CcdRelease LastRelease { get; }
Property Value
Type | Description |
---|---|
CcdRelease |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
Permissions
Declaration
public CcdBucketPermissions Permissions { get; }
Property Value
Type | Description |
---|---|
CcdBucketPermissions |
Private
Declaration
public bool Private { get; }
Property Value
Type | Description |
---|---|
Boolean |
Projectguid
Declaration
public System.Guid Projectguid { get; }
Property Value
Type | Description |
---|---|
System.Guid |