RSX Code Reference
    Preparing search index...

    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;
    }
    Index
    ActivationDate?: string
    CreationDate: string
    ID: number
    IsActive?: boolean