Interface PolyverseAssetObjectVersion

The PolyverseAssetObjectVersion structure represents a version of an asset in the Polyverse Asset Library.

interface PolyverseAssetObjectVersion {
    ActivationDate?: string;
    Author: PolyverseAssetLibraryUserInfo;
    CreationDate: string;
    ID: number;
    IsActive?: boolean;
}

Properties

ActivationDate?: string
CreationDate: string
ID: number
IsActive?: boolean