Class: Google::Apis::ScriptV1::UpdateDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Apis::ScriptV1::UpdateDeploymentRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/script_v1/classes.rb,
generated/google/apis/script_v1/representations.rb,
generated/google/apis/script_v1/representations.rb
Overview
Request with deployment information to update an existing deployment.
Instance Attribute Summary collapse
-
#deployment_config ⇒ Google::Apis::ScriptV1::DeploymentConfig
Metadata the defines how a deployment is configured.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UpdateDeploymentRequest
constructor
A new instance of UpdateDeploymentRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ UpdateDeploymentRequest
Returns a new instance of UpdateDeploymentRequest
1031 1032 1033 |
# File 'generated/google/apis/script_v1/classes.rb', line 1031 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deployment_config ⇒ Google::Apis::ScriptV1::DeploymentConfig
Metadata the defines how a deployment is configured.
Corresponds to the JSON property deploymentConfig
1029 1030 1031 |
# File 'generated/google/apis/script_v1/classes.rb', line 1029 def deployment_config @deployment_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1036 1037 1038 |
# File 'generated/google/apis/script_v1/classes.rb', line 1036 def update!(**args) @deployment_config = args[:deployment_config] if args.key?(:deployment_config) end |