Class Reasons
Projects transition between and within states based on reasons sent from various systems. CCFE will provide the
CLH with reasons for the current state per system.The current systems that CCFE supports are: Service Management
(Inception) Data Governance (Wipeout) Abuse (Ares) Billing (Internal Cloud Billing API)
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public class Reasons : IDirectResponseSchema
Properties
Abuse
Declaration
[JsonProperty("abuse")]
public virtual string Abuse { get; set; }
Property Value
Billing
Declaration
[JsonProperty("billing")]
public virtual string Billing { get; set; }
Property Value
DataGovernance
Declaration
[JsonProperty("dataGovernance")]
public virtual string DataGovernance { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ServiceManagement
Declaration
[JsonProperty("serviceManagement")]
public virtual string ServiceManagement { get; set; }
Property Value
Implements