class Google::Apis::AndroidenterpriseV1::AdministratorWebTokenSpecPlaySearch
Attributes
approve_apps[RW]
Allow access to the iframe in approve mode. Default is false. Corresponds to the JSON property `approveApps` @return [Boolean]
approve_apps?[RW]
Allow access to the iframe in approve mode. Default is false. Corresponds to the JSON property `approveApps` @return [Boolean]
enabled[RW]
Whether the managed Play Search apps page is displayed. Default is true. Corresponds to the JSON property `enabled` @return [Boolean]
enabled?[RW]
Whether the managed Play Search apps page is displayed. Default is true. Corresponds to the JSON property `enabled` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidenterprise_v1/classes.rb, line 165 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/androidenterprise_v1/classes.rb, line 170 def update!(**args) @approve_apps = args[:approve_apps] if args.key?(:approve_apps) @enabled = args[:enabled] if args.key?(:enabled) end