class Google::Apis::JobsV3::CompanyDerivedInfo

Derived details about the company.

Attributes

headquarters_location[RW]

Output only. A resource that represents a location with full geographic information. Corresponds to the JSON property `headquartersLocation` @return [Google::Apis::JobsV3::Location]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/jobs_v3/classes.rb, line 417
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_v3/classes.rb, line 422
def update!(**args)
  @headquarters_location = args[:headquarters_location] if args.key?(:headquarters_location)
end