ApplicationVersionFrontendDTO: {
    applicationId: string;
    changedBy?: string;
    clientProfileName?: string;
    consumers?: Consumer[];
    createdBy?: string;
    createdTime?: string;
    customAttributes?: CustomAttribute[];
    declaredConsumedEventVersionIds?: string[];
    declaredEventApiProductVersionIds?: string[];
    declaredProducedEventVersionIds?: string[];
    description?: string;
    displayName?: string;
    id?: string;
    messagingServiceIds?: string[];
    parentName?: string;
    stateId?: string;
    type?: string;
    updatedTime?: string;
    version: string;
}

Type declaration

  • applicationId: string
  • Optional Readonly changedBy?: string
  • Optional clientProfileName?: string
  • Optional Readonly consumers?: Consumer[]
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional customAttributes?: CustomAttribute[]
  • Optional declaredConsumedEventVersionIds?: string[]
  • Optional declaredEventApiProductVersionIds?: string[]
  • Optional declaredProducedEventVersionIds?: string[]
  • Optional description?: string
  • Optional displayName?: string
  • Optional Readonly id?: string
  • Optional Readonly messagingServiceIds?: string[]
  • Optional parentName?: string
  • Optional Readonly stateId?: string
  • Optional type?: string
  • Optional Readonly updatedTime?: string
  • version: string