Summary
Gets or sets the approver.
- Namespace
- Cake
.Common .Build .GoCD .Data - Containing Type
- GoCDBuildCauseInfo
Syntax
[DataMember(Name = "approver")]
public string Approver { get; set; }
Attributes
| Type | Description |
|---|---|
| DataMemberAttribute |
Value
| Type | Description |
|---|---|
| string | The approver. |
