Class: Google::Apis::CloudsearchV1::Name

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

Overview

A person's name.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Name

Returns a new instance of Name.



2404
2405
2406
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2404

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

Instance Attribute Details

#display_nameString

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

Returns:

  • (String)


2402
2403
2404
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2402

def display_name
  @display_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2409
2410
2411
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2409

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