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.



472
473
474
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 472

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)


469
470
471
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 469

def include_removed_apps
  @include_removed_apps
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



477
478
479
# 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