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.
3924 3925 3926 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3924 def initialize(**args) update!(**args) end |
Instance Attribute Details
#package_names ⇒ Array<String>
A list of package names.
Corresponds to the JSON property packageNames
3922 3923 3924 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3922 def package_names @package_names end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3929 3930 3931 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3929 def update!(**args) @package_names = args[:package_names] if args.key?(:package_names) end |