class Google::Apis::AndroidenterpriseV1::WebAppsListResponse

Attributes

web_app[RW]

The manifest describing a web app. Corresponds to the JSON property `webApp` @return [Array<Google::Apis::AndroidenterpriseV1::WebApp>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidenterprise_v1/classes.rb, line 2951
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/androidenterprise_v1/classes.rb, line 2956
def update!(**args)
  @web_app = args[:web_app] if args.key?(:web_app)
end