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.



3006
3007
3008
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3006

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



3004
3005
3006
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3004

def deployment
  @deployment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3011
3012
3013
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3011

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