Class: Google::Apis::ContaineranalysisV1beta1::GeneratePackagesSummaryRequest
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1beta1::GeneratePackagesSummaryRequest
- 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
GeneratePackagesSummaryRequest is the request body for the GeneratePackagesSummary API method. It just takes a single name argument, referring to the resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GeneratePackagesSummaryRequest
constructor
A new instance of GeneratePackagesSummaryRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GeneratePackagesSummaryRequest
Returns a new instance of GeneratePackagesSummaryRequest.
4162 4163 4164 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 4162 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4167 4168 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 4167 def update!(**args) end |