Show / Hide Table of Contents

Class PlayerLicense

PlayerLicense

Inheritance
System.Object
BitmovinResponse
PlayerLicense
Inherited Members
BitmovinResponse.Id
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 PlayerLicense : BitmovinResponse

Properties

AnalyticsKey

Analytics License Key

Declaration
public string AnalyticsKey { get; }
Property Value
Type Description
System.String

CreatedAt

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ (required)

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

Domains

Whitelisted domains (required)

Declaration
public List<Domain> Domains { get; }
Property Value
Type Description
System.Collections.Generic.List<Domain>

Impressions

Number of impressions recorded (required)

Declaration
public int? Impressions { get; }
Property Value
Type Description
System.Nullable<System.Int32>

LicenseKey

License Key (required)

Declaration
public string LicenseKey { get; }
Property Value
Type Description
System.String

MaxImpressions

Maximum number of impressions (required)

Declaration
public int? MaxImpressions { get; }
Property Value
Type Description
System.Nullable<System.Int32>

Name

Name of the resource (required)

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

ThirdPartyLicensingEnabled

Flag if third party licensing is enabled (required)

Declaration
public bool? ThirdPartyLicensingEnabled { get; }
Property Value
Type Description
System.Nullable<System.Boolean>
Back to top Generated by DocFX