Class: Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1DeploymentDetails
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1DeploymentDetails
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/containeranalysis_v1beta1/classes.rb,
generated/google/apis/containeranalysis_v1beta1/representations.rb,
generated/google/apis/containeranalysis_v1beta1/representations.rb
Overview
Details of a deployment occurrence.
Instance Attribute Summary collapse
-
#deployment ⇒ Google::Apis::ContaineranalysisV1beta1::Deployment
The period during which some deployable was active in a runtime.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GrafeasV1beta1DeploymentDetails
constructor
A new instance of GrafeasV1beta1DeploymentDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GrafeasV1beta1DeploymentDetails
Returns a new instance of GrafeasV1beta1DeploymentDetails.
1466 1467 1468 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1466 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deployment ⇒ Google::Apis::ContaineranalysisV1beta1::Deployment
The period during which some deployable was active in a runtime.
Corresponds to the JSON property deployment
1464 1465 1466 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1464 def deployment @deployment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1471 1472 1473 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1471 def update!(**args) @deployment = args[:deployment] if args.key?(:deployment) end |