Class: Google::Apis::JobsV4::CompanyDerivedInfo

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

Overview

Derived details about the company.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CompanyDerivedInfo

Returns a new instance of CompanyDerivedInfo.



523
524
525
# File 'generated/google/apis/jobs_v4/classes.rb', line 523

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

Instance Attribute Details

#headquarters_locationGoogle::Apis::JobsV4::Location

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



521
522
523
# File 'generated/google/apis/jobs_v4/classes.rb', line 521

def headquarters_location
  @headquarters_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



528
529
530
# File 'generated/google/apis/jobs_v4/classes.rb', line 528

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