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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidenterprise_v1/classes.rb,
generated/google/apis/androidenterprise_v1/representations.rb,
generated/google/apis/androidenterprise_v1/representations.rb

Overview

The web app details for an enterprise.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ WebAppsListResponse

Returns a new instance of WebAppsListResponse.



3197
3198
3199
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 3197

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

Instance Attribute Details

#kindString

Identifies what kind of resource this is. Value: the fixed string " androidenterprise#webAppsListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


3190
3191
3192
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 3190

def kind
  @kind
end

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

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



3195
3196
3197
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 3195

def web_app
  @web_app
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3202
3203
3204
3205
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 3202

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