Show / Hide Table of Contents

Class ResourceLimit

ResourceLimit

Inheritance
System.Object
ResourceLimit
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 ResourceLimit

Properties

EffectiveValue

Specifies the remaining limit value for limits divided to sub-organizations. This property is returned only for parent organizations and only for mentioned limits.

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

Name

Name

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

Value

Value

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