generated/google/apis/admin_reports_v1/representations.rb in google-api-client-0.10.3 vs generated/google/apis/admin_reports_v1/representations.rb in google-api-client-0.11.0
- old
+ new
@@ -147,11 +147,11 @@
class Parameter
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :bool_value, as: 'boolValue'
- property :int_value, as: 'intValue'
+ property :int_value, :numeric_string => true, as: 'intValue'
collection :multi_int_value, as: 'multiIntValue'
collection :multi_value, as: 'multiValue'
property :name, as: 'name'
property :value, as: 'value'
end
@@ -163,20 +163,20 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :application_name, as: 'applicationName'
property :customer_id, as: 'customerId'
property :time, as: 'time', type: DateTime
- property :unique_qualifier, as: 'uniqueQualifier'
+ property :unique_qualifier, :numeric_string => true, as: 'uniqueQualifier'
end
end
end
class Channel
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :address, as: 'address'
- property :expiration, as: 'expiration'
+ property :expiration, :numeric_string => true, as: 'expiration'
property :id, as: 'id'
property :kind, as: 'kind'
hash :params, as: 'params'
property :payload, as: 'payload'
property :resource_id, as: 'resourceId'
@@ -212,10 +212,10 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :bool_value, as: 'boolValue'
property :datetime_value, as: 'datetimeValue', type: DateTime
- property :int_value, as: 'intValue'
+ property :int_value, :numeric_string => true, as: 'intValue'
collection :msg_value, as: 'msgValue'
property :name, as: 'name'
property :string_value, as: 'stringValue'
end
end