Class: Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1DeploymentDetails
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1DeploymentDetails
- 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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ GrafeasV1beta1DeploymentDetails
Returns a new instance of GrafeasV1beta1DeploymentDetails
1350 1351 1352 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1350 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
1348 1349 1350 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1348 def deployment @deployment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1355 1356 1357 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1355 def update!(**args) @deployment = args[:deployment] if args.key?(:deployment) end |