Class EndTrialRequest
Request message for ending a trial.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class EndTrialRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndReason
Required. The reason for ending the trial.
Declaration
[JsonProperty("endReason")]
public virtual string EndReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |