Class: HighLevel::Models::Locations::TaskSearchParamsDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/locations/task_search_params_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assigned_toObject (readonly)

Returns the value of attribute assigned_to

Returns:

  • (Object)

    the current value of assigned_to



9
10
11
# File 'lib/high_level/models/locations/task_search_params_dto.rb', line 9

def assigned_to
  @assigned_to
end

#business_idObject (readonly)

Returns the value of attribute business_id

Returns:

  • (Object)

    the current value of business_id



9
10
11
# File 'lib/high_level/models/locations/task_search_params_dto.rb', line 9

def business_id
  @business_id
end

#completedObject (readonly)

Returns the value of attribute completed

Returns:

  • (Object)

    the current value of completed



9
10
11
# File 'lib/high_level/models/locations/task_search_params_dto.rb', line 9

def completed
  @completed
end

#contact_idObject (readonly)

Returns the value of attribute contact_id

Returns:

  • (Object)

    the current value of contact_id



9
10
11
# File 'lib/high_level/models/locations/task_search_params_dto.rb', line 9

def contact_id
  @contact_id
end

#limitObject (readonly)

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



9
10
11
# File 'lib/high_level/models/locations/task_search_params_dto.rb', line 9

def limit
  @limit
end

#queryObject (readonly)

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



9
10
11
# File 'lib/high_level/models/locations/task_search_params_dto.rb', line 9

def query
  @query
end

#skipObject (readonly)

Returns the value of attribute skip

Returns:

  • (Object)

    the current value of skip



9
10
11
# File 'lib/high_level/models/locations/task_search_params_dto.rb', line 9

def skip
  @skip
end