class Google::Apis::CloudsearchV1::Name

A person's name.

Attributes

display_name[RW]

The read-only display name formatted according to the locale specified by the viewer's account or the Accept-Language HTTP header. Corresponds to the JSON property `displayName` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 2465
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudsearch_v1/classes.rb, line 2470
def update!(**args)
  @display_name = args[:display_name] if args.key?(:display_name)
end