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.
3944 3945 3946 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3944 def initialize(**args) update!(**args) end |
Instance Attribute Details
#package_names ⇒ Array<String>
A list of package names.
Corresponds to the JSON property packageNames
3942 3943 3944 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3942 def package_names @package_names end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3949 3950 3951 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3949 def update!(**args) @package_names = args[:package_names] if args.key?(:package_names) end |