Class: Google::Apis::AndroidmanagementV1::ApplicationReportingSettings
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AndroidmanagementV1::ApplicationReportingSettings
 
 
- 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
- 
  
    
      #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.
      825 826 827  | 
    
      # File 'lib/google/apis/androidmanagement_v1/classes.rb', line 825 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
      822 823 824  | 
    
      # File 'lib/google/apis/androidmanagement_v1/classes.rb', line 822 def include_removed_apps @include_removed_apps end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      830 831 832  | 
    
      # File 'lib/google/apis/androidmanagement_v1/classes.rb', line 830 def update!(**args) @include_removed_apps = args[:include_removed_apps] if args.key?(:include_removed_apps) end  |