Boomi Flow Runtime Reference Documentation
    Preparing search index...

    Interface ObjectDataProperty

    Describes a single property of an object data structure

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

    Properties

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