Class: HighLevel::Models::Opportunities::SearchOpportunitiesContactResponseSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Opportunities::SearchOpportunitiesContactResponseSchema
- Defined in:
- lib/high_level/models/opportunities/search_opportunities_contact_response_schema.rb
Instance Attribute Summary collapse
-
#company_name ⇒ Object
readonly
Returns the value of attribute company_name.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#phone ⇒ Object
readonly
Returns the value of attribute phone.
-
#tags ⇒ Object
readonly
Returns the value of attribute tags.
Instance Attribute Details
#company_name ⇒ Object (readonly)
Returns the value of attribute company_name
9 10 11 |
# File 'lib/high_level/models/opportunities/search_opportunities_contact_response_schema.rb', line 9 def company_name @company_name end |
#email ⇒ Object (readonly)
Returns the value of attribute email
9 10 11 |
# File 'lib/high_level/models/opportunities/search_opportunities_contact_response_schema.rb', line 9 def email @email end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/opportunities/search_opportunities_contact_response_schema.rb', line 9 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/opportunities/search_opportunities_contact_response_schema.rb', line 9 def name @name end |
#phone ⇒ Object (readonly)
Returns the value of attribute phone
9 10 11 |
# File 'lib/high_level/models/opportunities/search_opportunities_contact_response_schema.rb', line 9 def phone @phone end |
#tags ⇒ Object (readonly)
Returns the value of attribute tags
9 10 11 |
# File 'lib/high_level/models/opportunities/search_opportunities_contact_response_schema.rb', line 9 def @tags end |