Class UsageReportsApi
Inheritance
System.Object
UsageReportsApi
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.Notifications.Emails.UsageReports
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class UsageReportsApi
Constructors
UsageReportsApi(IBitmovinApiClientFactory)
Declaration
public UsageReportsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of UsageReportsApi
Declaration
public static BitmovinApiBuilder<UsageReportsApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<UsageReportsApi> |
Methods
ListAsync(Func<UsageReportsApi.ListQueryParams, UsageReportsApi.ListQueryParams>[])
List Email Notifications (All Usage Reports)
Declaration
public Task<PaginationResponse<EmailNotification>> ListAsync(params Func<UsageReportsApi.ListQueryParams, UsageReportsApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.Func<UsageReportsApi.ListQueryParams, UsageReportsApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<EmailNotification>> |