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



2966
2967
2968
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2966

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)


2959
2960
2961
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2959

def kind
  @kind
end

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

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



2964
2965
2966
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2964

def web_app
  @web_app
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2971
2972
2973
2974
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2971

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