Class: Google::Apis::JobsV3::CompanyDerivedInfo

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

Overview

Derived details about the company.

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) ⇒ CompanyDerivedInfo

Returns a new instance of CompanyDerivedInfo



385
386
387
# File 'generated/google/apis/jobs_v3/classes.rb', line 385

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

Instance Attribute Details

#headquarters_locationGoogle::Apis::JobsV3::Location

Output only. A resource that represents a location with full geographic information. Corresponds to the JSON property headquartersLocation



383
384
385
# File 'generated/google/apis/jobs_v3/classes.rb', line 383

def headquarters_location
  @headquarters_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



390
391
392
# File 'generated/google/apis/jobs_v3/classes.rb', line 390

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