Class CcdBucketUpdate
CcdBucketUpdate model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
[Preserve]
public class CcdBucketUpdate
Constructors
CcdBucketUpdate(String, String)
Creates an instance of CcdBucketUpdate.
Declaration
[Preserve]
public CcdBucketUpdate(string description = null, string name = null)
Parameters
Type | Name | Description |
---|---|---|
String | description | description param |
String | name | name param |
Properties
Description
Declaration
[Preserve]
public string Description { get; }
Property Value
Type | Description |
---|---|
String |
Name
Declaration
[Preserve]
public string Name { get; }
Property Value
Type | Description |
---|---|
String |