Class: Google::Apis::ConfigV1::UnlockDeploymentRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/config_v1/classes.rb,
lib/google/apis/config_v1/representations.rb,
lib/google/apis/config_v1/representations.rb

Overview

A request to unlock a state file passed to a 'UnlockDeployment' call.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UnlockDeploymentRequest

Returns a new instance of UnlockDeploymentRequest.



2055
2056
2057
# File 'lib/google/apis/config_v1/classes.rb', line 2055

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#lock_idFixnum

Required. Lock ID of the lock file to be unlocked. Corresponds to the JSON property lockId

Returns:

  • (Fixnum)


2053
2054
2055
# File 'lib/google/apis/config_v1/classes.rb', line 2053

def lock_id
  @lock_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2060
2061
2062
# File 'lib/google/apis/config_v1/classes.rb', line 2060

def update!(**args)
  @lock_id = args[:lock_id] if args.key?(:lock_id)
end