Class: Google::Apis::JobsV3p1beta1::CompanyDerivedInfo
- Inherits:
-
Object
- Object
- Google::Apis::JobsV3p1beta1::CompanyDerivedInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/jobs_v3p1beta1/classes.rb,
generated/google/apis/jobs_v3p1beta1/representations.rb,
generated/google/apis/jobs_v3p1beta1/representations.rb
Overview
Derived details about the company.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ CompanyDerivedInfo
constructor
A new instance of CompanyDerivedInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CompanyDerivedInfo
Returns a new instance of CompanyDerivedInfo
457 458 459 |
# File 'generated/google/apis/jobs_v3p1beta1/classes.rb', line 457 def initialize(**args) update!(**args) end |
Instance Attribute Details
#headquarters_location ⇒ Google::Apis::JobsV3p1beta1::Location
Output only.
A resource that represents a location with full geographic information.
Corresponds to the JSON property headquartersLocation
455 456 457 |
# File 'generated/google/apis/jobs_v3p1beta1/classes.rb', line 455 def headquarters_location @headquarters_location end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
462 463 464 |
# File 'generated/google/apis/jobs_v3p1beta1/classes.rb', line 462 def update!(**args) @headquarters_location = args[:headquarters_location] if args.key?(:headquarters_location) end |