Class: Google::Apis::AndroidenterpriseV1::ListEnterprisesResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidenterpriseV1::ListEnterprisesResponse
- 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
-
#initialize(**args) ⇒ ListEnterprisesResponse
constructor
A new instance of ListEnterprisesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListEnterprisesResponse
Returns a new instance of ListEnterprisesResponse.
981 982 983 |
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 981 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enterprise ⇒ Array<Google::Apis::AndroidenterpriseV1::Enterprise>
An enterprise.
Corresponds to the JSON property enterprise
979 980 981 |
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 979 def enterprise @enterprise end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
986 987 988 |
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 986 def update!(**args) @enterprise = args[:enterprise] if args.key?(:enterprise) end |