class Google::Apis::ContaineranalysisV1beta1::Deployable

An artifact that can be deployed in some runtime.

Attributes

resource_uri[RW]

Required. Resource URI for the artifact being deployed. Corresponds to the JSON property `resourceUri` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 734
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 739
def update!(**args)
  @resource_uri = args[:resource_uri] if args.key?(:resource_uri)
end