Class: Google::Apis::PeopleV1::ProfileMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/people_v1/classes.rb,
generated/google/apis/people_v1/representations.rb,
generated/google/apis/people_v1/representations.rb

Overview

The read-only metadata about a profile.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ProfileMetadata

Returns a new instance of ProfileMetadata



34
35
36
# File 'generated/google/apis/people_v1/classes.rb', line 34

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#object_typeString

The profile object type. Corresponds to the JSON property objectType

Returns:

  • (String)


32
33
34
# File 'generated/google/apis/people_v1/classes.rb', line 32

def object_type
  @object_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



39
40
41
# File 'generated/google/apis/people_v1/classes.rb', line 39

def update!(**args)
  @object_type = args[:object_type] if args.key?(:object_type)
end