Show / Hide Table of Contents

Class AdsApi

Inheritance
System.Object
AdsApi
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.Analytics.Ads
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class AdsApi

Constructors

AdsApi(IBitmovinApiClientFactory)

Declaration
public AdsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type Name Description
IBitmovinApiClientFactory apiClientFactory

Properties

Builder

Fluent builder for creating an instance of AdsApi

Declaration
public static BitmovinApiBuilder<AdsApi> Builder { get; }
Property Value
Type Description
BitmovinApiBuilder<AdsApi>

Queries

Declaration
public QueriesApi Queries { get; }
Property Value
Type Description
QueriesApi
Back to top Generated by DocFX