generated/google/apis/civicinfo_v2/representations.rb in google-api-client-0.9.18 vs generated/google/apis/civicinfo_v2/representations.rb in google-api-client-0.9.19
- old
+ new
@@ -50,10 +50,28 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class ContextParams
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class DivisionRepresentativeInfoRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class DivisionSearchRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class DivisionSearchResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -74,10 +92,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class ElectionsQueryRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class QueryElectionsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -116,10 +140,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class RepresentativeInfoRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class RepresentativeInfoResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -134,10 +164,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class VoterInfoRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class VoterInfoResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -233,10 +269,33 @@
property :special, as: 'special'
property :type, as: 'type'
end
end
+ class ContextParams
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :client_profile, as: 'clientProfile'
+ end
+ end
+
+ class DivisionRepresentativeInfoRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :context_params, as: 'contextParams', class: Google::Apis::CivicinfoV2::ContextParams, decorator: Google::Apis::CivicinfoV2::ContextParams::Representation
+
+ end
+ end
+
+ class DivisionSearchRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :context_params, as: 'contextParams', class: Google::Apis::CivicinfoV2::ContextParams, decorator: Google::Apis::CivicinfoV2::ContextParams::Representation
+
+ end
+ end
+
class DivisionSearchResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :kind, as: 'kind'
collection :results, as: 'results', class: Google::Apis::CivicinfoV2::DivisionSearchResult, decorator: Google::Apis::CivicinfoV2::DivisionSearchResult::Representation
@@ -272,10 +331,18 @@
property :office_phone_number, as: 'officePhoneNumber'
property :title, as: 'title'
end
end
+ class ElectionsQueryRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :context_params, as: 'contextParams', class: Google::Apis::CivicinfoV2::ContextParams, decorator: Google::Apis::CivicinfoV2::ContextParams::Representation
+
+ end
+ end
+
class QueryElectionsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :elections, as: 'elections', class: Google::Apis::CivicinfoV2::Election, decorator: Google::Apis::CivicinfoV2::Election::Representation
@@ -358,10 +425,18 @@
collection :officials, as: 'officials', class: Google::Apis::CivicinfoV2::Official, decorator: Google::Apis::CivicinfoV2::Official::Representation
end
end
+ class RepresentativeInfoRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :context_params, as: 'contextParams', class: Google::Apis::CivicinfoV2::ContextParams, decorator: Google::Apis::CivicinfoV2::ContextParams::Representation
+
+ end
+ end
+
class RepresentativeInfoResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
hash :divisions, as: 'divisions', class: Google::Apis::CivicinfoV2::GeographicDivision, decorator: Google::Apis::CivicinfoV2::GeographicDivision::Representation
@@ -391,9 +466,17 @@
class Source
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :name, as: 'name'
property :official, as: 'official'
+ end
+ end
+
+ class VoterInfoRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :context_params, as: 'contextParams', class: Google::Apis::CivicinfoV2::ContextParams, decorator: Google::Apis::CivicinfoV2::ContextParams::Representation
+
end
end
class VoterInfoResponse
# @private