class Google::Apis::AndroidenterpriseV1::ListEnterprisesResponse
Attributes
enterprise[RW]
An enterprise. Corresponds to the JSON property `enterprise` @return [Array<Google::Apis::AndroidenterpriseV1::Enterprise>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidenterprise_v1/classes.rb, line 885 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 890 def update!(**args) @enterprise = args[:enterprise] if args.key?(:enterprise) end