Class Organization
Organization
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 Organization : BitmovinResource
Properties
LabelColor
Hexadecimal color
Declaration
public string LabelColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LimitsPerResource
LimitsPerResource
Declaration
public List<ResourceLimitContainer> LimitsPerResource { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ResourceLimitContainer> |
ParentId
ID of the parent organization
Declaration
public string ParentId { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Specifies the type of the organization in the hierachy. Only sub-organizations can be newly created. (required)
Declaration
public OrganizationType? Type { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<OrganizationType> |