class Google::Apis::AndroidenterpriseV1::ManagedPropertyBundle

A bundle of managed properties.

Attributes

managed_property[RW]

The list of managed properties. Corresponds to the JSON property `managedProperty` @return [Array<Google::Apis::AndroidenterpriseV1::ManagedProperty>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidenterprise_v1/classes.rb, line 1532
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 1537
def update!(**args)
  @managed_property = args[:managed_property] if args.key?(:managed_property)
end