class Google::Apis::JobsV4::CompanyDerivedInfo
Derived details about the company.
Attributes
headquarters_location[RW]
A resource that represents a location with full geographic information. Corresponds to the JSON property `headquartersLocation` @return [Google::Apis::JobsV4::Location]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/jobs_v4/classes.rb, line 523 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/jobs_v4/classes.rb, line 528 def update!(**args) @headquarters_location = args[:headquarters_location] if args.key?(:headquarters_location) end