Show / Hide Table of Contents

Class ImportStatefileRequest

A request to import a state file passed to a 'ImportStatefile' call.

Inheritance
object
ImportStatefileRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX