class Google::Apis::ContaineranalysisV1alpha1::Deployable

An artifact that can be deployed in some runtime.

Attributes

resource_uri[RW]

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_v1alpha1/classes.rb, line 822
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_v1alpha1/classes.rb, line 827
def update!(**args)
  @resource_uri = args[:resource_uri] if args.key?(:resource_uri)
end