Class: Google::Apis::AndroidenterpriseV1::WebAppsListResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidenterpriseV1::WebAppsListResponse
- 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
-
#web_app ⇒ Array<Google::Apis::AndroidenterpriseV1::WebApp>
The manifest describing a web app.
Instance Method Summary collapse
-
#initialize(**args) ⇒ WebAppsListResponse
constructor
A new instance of WebAppsListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ WebAppsListResponse
Returns a new instance of WebAppsListResponse.
3072 3073 3074 |
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 3072 def initialize(**args) update!(**args) end |
Instance Attribute Details
#web_app ⇒ Array<Google::Apis::AndroidenterpriseV1::WebApp>
The manifest describing a web app.
Corresponds to the JSON property webApp
3070 3071 3072 |
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 3070 def web_app @web_app end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3077 3078 3079 |
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 3077 def update!(**args) @web_app = args[:web_app] if args.key?(:web_app) end |