Class: Google::Apis::AndroidmanagementV1::ApplicationReportingSettings
- Inherits:
-
Object
- Object
- Google::Apis::AndroidmanagementV1::ApplicationReportingSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidmanagement_v1/classes.rb,
generated/google/apis/androidmanagement_v1/representations.rb,
generated/google/apis/androidmanagement_v1/representations.rb
Overview
Settings controlling the behavior of application reports.
Instance Attribute Summary collapse
-
#include_removed_apps ⇒ Boolean
(also: #include_removed_apps?)
Whether removed apps are included in application reports.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ApplicationReportingSettings
constructor
A new instance of ApplicationReportingSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ApplicationReportingSettings
Returns a new instance of ApplicationReportingSettings.
447 448 449 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 447 def initialize(**args) update!(**args) end |
Instance Attribute Details
#include_removed_apps ⇒ Boolean Also known as: include_removed_apps?
Whether removed apps are included in application reports.
Corresponds to the JSON property includeRemovedApps
444 445 446 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 444 def include_removed_apps @include_removed_apps end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
452 453 454 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 452 def update!(**args) @include_removed_apps = args[:include_removed_apps] if args.key?(:include_removed_apps) end |