Class BitmovinResource
BitmovinResource
Inheritance
System.Object
BitmovinResource
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 BitmovinResource : BitmovinResponse
Properties
CreatedAt
Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ
Declaration
public DateTime? CreatedAt { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
CustomData
User-specific meta data. This can hold anything.
Declaration
public Dictionary<string, object> CustomData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
Description
Description of the resource. Can be freely chosen by the user.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModifiedAt
Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ
Declaration
public DateTime? ModifiedAt { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Name
Name of the resource. Can be freely chosen by the user.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |