interface AttributesContainer {
    attributes: { [key: string]: ProfileAttribute };
    containerName: string;
    revision: number;
}

Properties

attributes: { [key: string]: ProfileAttribute }
containerName: string
revision: number