Show / Hide Table of Contents

Class AnalyticsInsightsOrganizationSettings

AnalyticsInsightsOrganizationSettings

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

Properties

IncludeInInsights

Whether the organization's data is included in the industry insights

Declaration
public bool? IncludeInInsights { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Industry

Industry of the organization

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

IsTrial

Whether the organization is on an analytics trial plan

Declaration
public bool? IsTrial { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

OrgId

Organization ID

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

SubIndustry

Subindustry of the organization

Declaration
public string SubIndustry { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX