generated/google/apis/analytics_v3/representations.rb in google-api-client-0.23.4 vs generated/google/apis/analytics_v3/representations.rb in google-api-client-0.23.5
- old
+ new
@@ -398,10 +398,22 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class HashClientIdRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class HashClientIdResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class IncludeConditions
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1490,9 +1502,28 @@
property :next_link, as: 'nextLink'
property :previous_link, as: 'previousLink'
property :start_index, as: 'startIndex'
property :total_results, as: 'totalResults'
property :username, as: 'username'
+ end
+ end
+
+ class HashClientIdRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :client_id, as: 'clientId'
+ property :kind, as: 'kind'
+ property :web_property_id, as: 'webPropertyId'
+ end
+ end
+
+ class HashClientIdResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :client_id, as: 'clientId'
+ property :hashed_client_id, as: 'hashedClientId'
+ property :kind, as: 'kind'
+ property :web_property_id, as: 'webPropertyId'
end
end
class IncludeConditions
# @private