Class: Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1DeploymentDetails

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

Overview

Details of a deployment occurrence.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GrafeasV1beta1DeploymentDetails

Returns a new instance of GrafeasV1beta1DeploymentDetails.



3612
3613
3614
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3612

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

Instance Attribute Details

#deploymentGoogle::Apis::ContaineranalysisV1beta1::Deployment

The period during which some deployable was active in a runtime. Corresponds to the JSON property deployment



3610
3611
3612
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3610

def deployment
  @deployment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3617
3618
3619
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3617

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