Class: Google::Apis::AndroidenterpriseV1::ListEnterprisesResponse

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) ⇒ ListEnterprisesResponse

Returns a new instance of ListEnterprisesResponse.



982
983
984
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 982

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

Instance Attribute Details

#enterpriseArray<Google::Apis::AndroidenterpriseV1::Enterprise>

An enterprise. Corresponds to the JSON property enterprise



980
981
982
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 980

def enterprise
  @enterprise
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



987
988
989
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 987

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