LineDrive.PagedResult (line_drive v0.24.0)

This module and enclosed structs represent paged response data from pipedrive.

Link to this section Summary

Link to this section Types

@type t() :: %LineDrive.PagedResult{
  additional_data: LineDrive.AdditionalData.t() | nil,
  data: [any()] | nil,
  related_objects: map() | nil,
  success: boolean() | nil
}

Link to this section Functions

Link to this function

new(data, metadata)