XApiEx.Model.PostCount (x_api_ex v1.0.0)

Post count data point for a time interval.

Summary

Functions

Returns the value unchanged; this model has no nested structs to deserialize.

Types

t()

@type t() :: %XApiEx.Model.PostCount{
  end: String.t() | nil,
  start: String.t() | nil,
  tweet_count: number() | nil
}

Functions

decode(value)

@spec decode(map()) :: t()

Returns the value unchanged; this model has no nested structs to deserialize.