interface DynamicFieldInfo {
    bcsName: string;
    digest: string;
    name: DynamicFieldName;
    objectId: string;
    objectType: string;
    type: DynamicFieldType;
    version: string;
}

Properties

bcsName: string
digest: string
objectId: string
objectType: string
version: string