class Google::Apis::ContaineranalysisV1::DeploymentNote

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