Application: {
    applicationDomainId: string;
    applicationType: string;
    brokerType: Application.brokerType;
    changedBy?: string;
    createdBy?: string;
    createdTime?: string;
    customAttributes?: CustomAttribute[];
    id?: string;
    name: string;
    numberOfVersions?: number;
    type?: string;
    updatedTime?: string;
}

Type declaration

  • applicationDomainId: string
  • applicationType: string
  • brokerType: Application.brokerType
  • Optional Readonly changedBy?: string
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional customAttributes?: CustomAttribute[]
  • Optional Readonly id?: string
  • name: string
  • Optional Readonly numberOfVersions?: number
  • Optional type?: string
  • Optional Readonly updatedTime?: string