class Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1DeploymentDetails

Details of a deployment occurrence.

Attributes

deployment[RW]

The period during which some deployable was active in a runtime. Corresponds to the JSON property `deployment` @return [Google::Apis::ContaineranalysisV1beta1::Deployment]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 1737
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 1742
def update!(**args)
  @deployment = args[:deployment] if args.key?(:deployment)
end