generated/google/apis/toolresults_v1beta3/representations.rb in google-api-client-0.10.3 vs generated/google/apis/toolresults_v1beta3/representations.rb in google-api-client-0.11.0

- old
+ new

@@ -330,11 +330,11 @@ class Duration # @private class Representation < Google::Apis::Core::JsonRepresentation property :nanos, as: 'nanos' - property :seconds, as: 'seconds' + property :seconds, :numeric_string => true, as: 'seconds' end end class Execution # @private @@ -453,12 +453,12 @@ end class MemoryInfo # @private class Representation < Google::Apis::Core::JsonRepresentation - property :memory_cap_in_kibibyte, as: 'memoryCapInKibibyte' - property :memory_total_in_kibibyte, as: 'memoryTotalInKibibyte' + property :memory_cap_in_kibibyte, :numeric_string => true, as: 'memoryCapInKibibyte' + property :memory_total_in_kibibyte, :numeric_string => true, as: 'memoryTotalInKibibyte' end end class Outcome # @private @@ -679,10 +679,10 @@ class Timestamp # @private class Representation < Google::Apis::Core::JsonRepresentation property :nanos, as: 'nanos' - property :seconds, as: 'seconds' + property :seconds, :numeric_string => true, as: 'seconds' end end class ToolExecution # @private