Summary
Gets or sets the material revisions.
- Namespace
- Cake
.Common .Build .GoCD .Data - Containing Type
- GoCDBuildCauseInfo
Syntax
[DataMember(Name = "material_revisions")]
public IEnumerable<GoCDMaterialRevisionsInfo> MaterialRevisions { get; set; }
Attributes
Type | Description |
---|---|
DataMemberAttribute |
Value
Type | Description |
---|---|
IEnumerable |
The material revisions. |