class Google::Apis::PeopleV1::ProfileMetadata
The metadata about a profile.
Attributes
object_type[RW]
Output only. The profile object type. Corresponds to the JSON property `objectType` @return [String]
user_types[RW]
Output only. The user types. Corresponds to the JSON property `userTypes` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/people_v1/classes.rb, line 2360 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/people_v1/classes.rb, line 2365 def update!(**args) @object_type = args[:object_type] if args.key?(:object_type) @user_types = args[:user_types] if args.key?(:user_types) end