Boomi Flow Runtime Reference Documentation
    Preparing search index...

    Interface ObjectDataType

    Describes all properties of an object data structure

    interface ObjectDataType {
        developerName: string;
        properties: { developerName: string; list: null }[];
        typeElementId: string;
    }
    Index

    Properties

    developerName: string
    properties: { developerName: string; list: null }[]
    typeElementId: string