Class: Google::Apis::AndroidenterpriseV1::WebAppsListResponse

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

Returns a new instance of WebAppsListResponse.



3193
3194
3195
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 3193

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

Instance Attribute Details

#web_appArray<Google::Apis::AndroidenterpriseV1::WebApp>

The manifest describing a web app. Corresponds to the JSON property webApp



3191
3192
3193
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 3191

def web_app
  @web_app
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3198
3199
3200
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 3198

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