generated/google/apis/androidenterprise_v1/representations.rb in google-api-client-0.19.2 vs generated/google/apis/androidenterprise_v1/representations.rb in google-api-client-0.19.3
- old
+ new
@@ -434,10 +434,28 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class WebApp
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class WebAppImage
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class WebAppsListResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Administrator
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :email, as: 'email'
end
@@ -1118,9 +1136,37 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :kind, as: 'kind'
property :placeholder, as: 'placeholder'
property :user_value, as: 'userValue'
+ end
+ end
+
+ class WebApp
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :icons, as: 'icons', class: Google::Apis::AndroidenterpriseV1::WebAppImage, decorator: Google::Apis::AndroidenterpriseV1::WebAppImage::Representation
+
+ property :name, as: 'name'
+ property :start_url, as: 'startUrl'
+ property :web_app_id, as: 'webAppId'
+ end
+ end
+
+ class WebAppImage
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :image_data, :base64 => true, as: 'imageData'
+ collection :purposes, as: 'purposes'
+ end
+ end
+
+ class WebAppsListResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :kind, as: 'kind'
+ collection :web_app, as: 'webApp', class: Google::Apis::AndroidenterpriseV1::WebApp, decorator: Google::Apis::AndroidenterpriseV1::WebApp::Representation
+
end
end
end
end
end