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.



3098
3099
3100
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 3098

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



3096
3097
3098
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 3096

def web_app
  @web_app
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3103
3104
3105
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 3103

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