Class: Google::Apis::AndroidmanagementV1::ApplicationReportingSettings

Inherits:
Object
  • Object
show all
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

Settings controlling the behavior of application reports.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ApplicationReportingSettings

Returns a new instance of ApplicationReportingSettings.



824
825
826
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 824

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#include_removed_appsBoolean Also known as: include_removed_apps?

Whether removed apps are included in application reports. Corresponds to the JSON property includeRemovedApps

Returns:

  • (Boolean)


821
822
823
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 821

def include_removed_apps
  @include_removed_apps
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



829
830
831
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 829

def update!(**args)
  @include_removed_apps = args[:include_removed_apps] if args.key?(:include_removed_apps)
end