generated/google/apis/people_v1/representations.rb in google-api-client-0.13.4 vs generated/google/apis/people_v1/representations.rb in google-api-client-0.13.5
- old
+ new
@@ -308,10 +308,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class UserDefined
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Address
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :city, as: 'city'
property :country, as: 'country'
@@ -711,10 +717,12 @@
collection :taglines, as: 'taglines', class: Google::Apis::PeopleV1::Tagline, decorator: Google::Apis::PeopleV1::Tagline::Representation
collection :urls, as: 'urls', class: Google::Apis::PeopleV1::Url, decorator: Google::Apis::PeopleV1::Url::Representation
+ collection :user_defined, as: 'userDefined', class: Google::Apis::PeopleV1::UserDefined, decorator: Google::Apis::PeopleV1::UserDefined::Representation
+
end
end
class PersonMetadata
# @private
@@ -862,9 +870,19 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :formatted_type, as: 'formattedType'
property :metadata, as: 'metadata', class: Google::Apis::PeopleV1::FieldMetadata, decorator: Google::Apis::PeopleV1::FieldMetadata::Representation
property :type, as: 'type'
+ property :value, as: 'value'
+ end
+ end
+
+ class UserDefined
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :key, as: 'key'
+ property :metadata, as: 'metadata', class: Google::Apis::PeopleV1::FieldMetadata, decorator: Google::Apis::PeopleV1::FieldMetadata::Representation
+
property :value, as: 'value'
end
end
end
end