Show / Hide Table of Contents

Class DailyStatisticsPerLabel

DailyStatisticsPerLabel

Inheritance
System.Object
DailyStatisticsPerLabel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class DailyStatisticsPerLabel

Properties

Date

Date, format. yyyy-MM-dd (required)

Declaration
public DateTime? Date { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

Labels

List of labels and their aggregated statistics (required)

Declaration
public List<DailyStatistics> Labels { get; set; }
Property Value
Type Description
System.Collections.Generic.List<DailyStatistics>
Back to top Generated by DocFX