class Google::Apis::AndroidmanagementV1::ApplicationReportingSettings
Settings controlling the behavior of application reports.
Attributes
include_removed_apps[RW]
Whether removed apps are included in application reports. Corresponds to the JSON property `includeRemovedApps` @return [Boolean]
include_removed_apps?[RW]
Whether removed apps are included in application reports. Corresponds to the JSON property `includeRemovedApps` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidmanagement_v1/classes.rb, line 472 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/androidmanagement_v1/classes.rb, line 477 def update!(**args) @include_removed_apps = args[:include_removed_apps] if args.key?(:include_removed_apps) end