Class RollbackInstanceRequest
Request for rollbacking a notebook instance
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class RollbackInstanceRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetSnapshot
Required. The snapshot for rollback. Example: projects/test-project/global/snapshots/krwlzipynril
.
Declaration
[JsonProperty("targetSnapshot")]
public virtual string TargetSnapshot { get; set; }
Property Value
Type | Description |
---|---|
string |