Class: Google::Apis::MybusinessbusinessinformationV1::Profile
- Inherits:
-
Object
- Object
- Google::Apis::MybusinessbusinessinformationV1::Profile
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/mybusinessbusinessinformation_v1/classes.rb,
lib/google/apis/mybusinessbusinessinformation_v1/representations.rb,
lib/google/apis/mybusinessbusinessinformation_v1/representations.rb
Overview
All information pertaining to the location's profile.
Instance Attribute Summary collapse
-
#description ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Profile
constructor
A new instance of Profile.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Profile
Returns a new instance of Profile.
1406 1407 1408 |
# File 'lib/google/apis/mybusinessbusinessinformation_v1/classes.rb', line 1406 def initialize(**args) update!(**args) end |
Instance Attribute Details
#description ⇒ String
Required. Description of the location in your own voice, not editable by
anyone else.
Corresponds to the JSON property description
1404 1405 1406 |
# File 'lib/google/apis/mybusinessbusinessinformation_v1/classes.rb', line 1404 def description @description end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1411 1412 1413 |
# File 'lib/google/apis/mybusinessbusinessinformation_v1/classes.rb', line 1411 def update!(**args) @description = args[:description] if args.key?(:description) end |