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.
3833 3834 3835 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3833 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3838 3839 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3838 def update!(**args) end |