DataForSeo v0.4.0 DataForSeo.Serp.Task View Source
Task struct.
Reference
https://docs.dataforseo.com/v3/serp/google/organic/task_post/
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %DataForSeo.Serp.Task{
cost: float(),
data: DataForSeo.Serp.Data.t(),
id: String.t(),
path: list(),
result: [DataForSeo.Serp.Result.t()] | nil,
result_count: integer(),
status_code: integer(),
status_message: String.t(),
time: String.t()
}