Class: Google::Apis::AndroidenterpriseV1::AdministratorWebTokenSpecWebApps

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/androidenterprise_v1/classes.rb,
lib/google/apis/androidenterprise_v1/representations.rb,
lib/google/apis/androidenterprise_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AdministratorWebTokenSpecWebApps

Returns a new instance of AdministratorWebTokenSpecWebApps.



226
227
228
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 226

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

Instance Attribute Details

#enabledBoolean Also known as: enabled?

Whether the Web Apps page is displayed. Default is true. Corresponds to the JSON property enabled

Returns:

  • (Boolean)


223
224
225
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 223

def enabled
  @enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



231
232
233
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 231

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