Class InformationApi
Inheritance
System.Object
InformationApi
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.Account.Information
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class InformationApi
Constructors
InformationApi(IBitmovinApiClientFactory)
Declaration
public InformationApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of InformationApi
Declaration
public static BitmovinApiBuilder<InformationApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<InformationApi> |
Methods
GetAsync()
Current Account Information
Declaration
public Task<AccountInformation> GetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<AccountInformation> |