Class ApiUsage
Represents the usage of a specific period of the Contentful API.
Inheritance
System.Object
ApiUsage
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:Contentful.Core.Models.Management
Assembly:cs.temp.dll.dll
Syntax
public class ApiUsage
Properties
EndDate
The end date of the period.
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Interval
The interval being measured.
Declaration
public string Interval { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartDate
The start date of the period.
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
SystemProperties
Common system managed metadata properties.
Declaration
public SystemProperties SystemProperties { get; set; }
Property Value
Type | Description |
---|---|
SystemProperties |
UnitOfMeasure
The unit that this instance of usage is measuring.
Declaration
public string UnitOfMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Usage
The usage for the period.
Declaration
public List<long> Usage { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int64> |