Class: Google::Apis::AndroidmanagementV1::PackageNameList
- Inherits:
-
Object
- Object
- Google::Apis::AndroidmanagementV1::PackageNameList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidmanagement_v1/classes.rb,
lib/google/apis/androidmanagement_v1/representations.rb,
lib/google/apis/androidmanagement_v1/representations.rb
Overview
A list of package names.
Instance Attribute Summary collapse
-
#package_names ⇒ Array<String>
A list of package names.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PackageNameList
constructor
A new instance of PackageNameList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PackageNameList
Returns a new instance of PackageNameList.
2395 2396 2397 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 2395 def initialize(**args) update!(**args) end |
Instance Attribute Details
#package_names ⇒ Array<String>
A list of package names.
Corresponds to the JSON property packageNames
2393 2394 2395 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 2393 def package_names @package_names end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2400 2401 2402 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 2400 def update!(**args) @package_names = args[:package_names] if args.key?(:package_names) end |