Class ImportStatefileRequest
A request to import a state file passed to a 'ImportStatefile' call.
Implements
Inherited Members
Namespace: Google.Apis.Config.v1.Data
Assembly: Google.Apis.Config.v1.dll
Syntax
public class ImportStatefileRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LockId
Required. Lock ID of the lock file to verify that the user who is importing the state file previously locked the Deployment.
Declaration
[JsonProperty("lockId")]
public virtual long? LockId { get; set; }
Property Value
Type | Description |
---|---|
long? |