Boomi Flow Runtime Reference Documentation
    Preparing search index...

    Interface ObjectDataProperty

    Describes a single property of an object data structure

    interface ObjectDataProperty {
        contentFormat: null | string;
        contentType: string;
        contentValue: null | string;
        developerName: string;
        objectData: null | ObjectData[];
        typeElementId: null | string;
        typeElementPropertyId: null | string;
    }
    Index

    Properties

    contentFormat: null | string
    contentType: string
    contentValue: null | string
    developerName: string
    objectData: null | ObjectData[]
    typeElementId: null | string
    typeElementPropertyId: null | string