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