Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gogol-fitness Gogol.Fitness.Users.DataSources.Datasets.Delete No documentation available.
-
gogol-fitness Gogol.Fitness.Users.DataSources.Datasets.Delete A resource alias for fitness.users.dataSources.datasets.delete method which the FitnessUsersDataSourcesDatasetsDelete request conforms to.
datasetId :: FitnessUsersDataSourcesDatasetsDelete -> Textgogol-fitness Gogol.Fitness.Users.DataSources.Datasets.Delete Dataset identifier that is a composite of the minimum data point start time and maximum data point end time represented as nanoseconds from the epoch. The ID is formatted like: "startTime-endTime" where startTime and endTime are 64 bit integers.
-
gogol-fitness Gogol.Fitness.Users.DataSources.Datasets.Delete Creates a value of FitnessUsersDataSourcesDatasetsDelete with the minimum fields required to make a request.
data
FitnessUsersDataSourcesDatasetsGet gogol-fitness Gogol.Fitness.Users.DataSources.Datasets.Get Returns a dataset containing all data points whose start and end times overlap with the specified range of the dataset minimum start time and maximum end time. Specifically, any data point whose start time is less than or equal to the dataset end time and whose end time is greater than or equal to the dataset start time. See: newFitnessUsersDataSourcesDatasetsGet smart constructor.
-
gogol-fitness Gogol.Fitness.Users.DataSources.Datasets.Get No documentation available.
-
gogol-fitness Gogol.Fitness.Users.DataSources.Datasets.Get A resource alias for fitness.users.dataSources.datasets.get method which the FitnessUsersDataSourcesDatasetsGet request conforms to.
datasetId :: FitnessUsersDataSourcesDatasetsGet -> Textgogol-fitness Gogol.Fitness.Users.DataSources.Datasets.Get Dataset identifier that is a composite of the minimum data point start time and maximum data point end time represented as nanoseconds from the epoch. The ID is formatted like: "startTime-endTime" where startTime and endTime are 64 bit integers.
newFitnessUsersDataSourcesDatasetsGet :: Text -> Text -> Text -> FitnessUsersDataSourcesDatasetsGetgogol-fitness Gogol.Fitness.Users.DataSources.Datasets.Get Creates a value of FitnessUsersDataSourcesDatasetsGet with the minimum fields required to make a request.
data
FitnessUsersDataSourcesDatasetsPatch gogol-fitness Gogol.Fitness.Users.DataSources.Datasets.Patch Adds data points to a dataset. The dataset need not be previously created. All points within the given dataset will be returned with subsquent calls to retrieve this dataset. Data points can belong to more than one dataset. This method does not use patch semantics: the data points provided are merely inserted, with no existing data replaced. See: newFitnessUsersDataSourcesDatasetsPatch smart constructor.