generated/google/apis/androidenterprise_v1/representations.rb in google-api-client-0.11.3 vs generated/google/apis/androidenterprise_v1/representations.rb in google-api-client-0.12.0
- old
+ new
@@ -98,11 +98,11 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ListDevicesResponse
+ class DevicesListResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -116,17 +116,17 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ListEnterprisesResponse
+ class EnterprisesListResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class SendTestPushNotificationResponse
+ class EnterprisesSendTestPushNotificationResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -134,11 +134,11 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ListEntitlementsResponse
+ class EntitlementsListResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -146,17 +146,17 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ListGroupLicenseUsersResponse
+ class GroupLicenseUsersListResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ListGroupLicensesResponse
+ class GroupLicensesListResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -170,11 +170,11 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ListInstallsResponse
+ class InstallsListResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -284,17 +284,17 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ApproveProductRequest
+ class ProductsApproveRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GenerateProductApprovalUrlResponse
+ class ProductsGenerateApprovalUrlResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -374,11 +374,11 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ListUsersResponse
+ class UsersListResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -495,11 +495,11 @@
property :account_state, as: 'accountState'
property :kind, as: 'kind'
end
end
- class ListDevicesResponse
+ class DevicesListResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :device, as: 'device', class: Google::Apis::AndroidenterpriseV1::Device, decorator: Google::Apis::AndroidenterpriseV1::Device::Representation
property :kind, as: 'kind'
@@ -524,20 +524,20 @@
property :account_email, as: 'accountEmail'
property :kind, as: 'kind'
end
end
- class ListEnterprisesResponse
+ class EnterprisesListResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :enterprise, as: 'enterprise', class: Google::Apis::AndroidenterpriseV1::Enterprise, decorator: Google::Apis::AndroidenterpriseV1::Enterprise::Representation
property :kind, as: 'kind'
end
end
- class SendTestPushNotificationResponse
+ class EnterprisesSendTestPushNotificationResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :message_id, as: 'messageId'
property :topic_name, as: 'topicName'
end
@@ -550,11 +550,11 @@
property :product_id, as: 'productId'
property :reason, as: 'reason'
end
end
- class ListEntitlementsResponse
+ class EntitlementsListResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :entitlement, as: 'entitlement', class: Google::Apis::AndroidenterpriseV1::Entitlement, decorator: Google::Apis::AndroidenterpriseV1::Entitlement::Representation
property :kind, as: 'kind'
@@ -572,20 +572,20 @@
property :permissions, as: 'permissions'
property :product_id, as: 'productId'
end
end
- class ListGroupLicenseUsersResponse
+ class GroupLicenseUsersListResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :kind, as: 'kind'
collection :user, as: 'user', class: Google::Apis::AndroidenterpriseV1::User, decorator: Google::Apis::AndroidenterpriseV1::User::Representation
end
end
- class ListGroupLicensesResponse
+ class GroupLicensesListResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :group_license, as: 'groupLicense', class: Google::Apis::AndroidenterpriseV1::GroupLicense, decorator: Google::Apis::AndroidenterpriseV1::GroupLicense::Representation
property :kind, as: 'kind'
@@ -611,11 +611,11 @@
property :product_id, as: 'productId'
property :user_id, as: 'userId'
end
end
- class ListInstallsResponse
+ class InstallsListResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :install, as: 'install', class: Google::Apis::AndroidenterpriseV1::Install, decorator: Google::Apis::AndroidenterpriseV1::Install::Representation
property :kind, as: 'kind'
@@ -811,20 +811,20 @@
collection :product_id, as: 'productId'
property :product_set_behavior, as: 'productSetBehavior'
end
end
- class ApproveProductRequest
+ class ProductsApproveRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :approval_url_info, as: 'approvalUrlInfo', class: Google::Apis::AndroidenterpriseV1::ApprovalUrlInfo, decorator: Google::Apis::AndroidenterpriseV1::ApprovalUrlInfo::Representation
property :approved_permissions, as: 'approvedPermissions'
end
end
- class GenerateProductApprovalUrlResponse
+ class ProductsGenerateApprovalUrlResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :url, as: 'url'
end
end
@@ -958,10 +958,10 @@
property :token, as: 'token'
property :user_id, as: 'userId'
end
end
- class ListUsersResponse
+ class UsersListResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :kind, as: 'kind'
collection :user, as: 'user', class: Google::Apis::AndroidenterpriseV1::User, decorator: Google::Apis::AndroidenterpriseV1::User::Representation