Summary
Gets or sets the modifications.
- Namespace
- Cake
.Common .Build .GoCD .Data - Containing Type
- Go
C D Material Revisions Info
Syntax
[DataMember(Name = "modifications")]
public IEnumerable<GoCDModificationInfo> Modifications { get; set; }
Attributes
Type | Description |
---|---|
DataMemberAttribute |
Value
Type | Description |
---|---|
IEnumerable |
The modifications. |