Class RollbackApiDeploymentRequest
Request message for RollbackApiDeployment.
Implements
Inherited Members
Namespace: Google.Apis.ApigeeRegistry.v1.Data
Assembly: Google.Apis.ApigeeRegistry.v1.dll
Syntax
public class RollbackApiDeploymentRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RevisionId
Required. The revision ID to roll back to. It must be a revision of the same deployment. Example: c7cfa2a8
Declaration
[JsonProperty("revisionId")]
public virtual string RevisionId { get; set; }
Property Value
Type | Description |
---|---|
string |