Class: HighLevel::Models::Opportunities::SearchOpportunitiesContactResponseSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/opportunities/search_opportunities_contact_response_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#company_nameObject (readonly)

Returns the value of attribute company_name

Returns:

  • (Object)

    the current value of 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

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



9
10
11
# File 'lib/high_level/models/opportunities/search_opportunities_contact_response_schema.rb', line 9

def email
  @email
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/opportunities/search_opportunities_contact_response_schema.rb', line 9

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/opportunities/search_opportunities_contact_response_schema.rb', line 9

def name
  @name
end

#phoneObject (readonly)

Returns the value of attribute phone

Returns:

  • (Object)

    the current value of phone



9
10
11
# File 'lib/high_level/models/opportunities/search_opportunities_contact_response_schema.rb', line 9

def phone
  @phone
end

#tagsObject (readonly)

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



9
10
11
# File 'lib/high_level/models/opportunities/search_opportunities_contact_response_schema.rb', line 9

def tags
  @tags
end