EventApiVersion: {
    changedBy?: string;
    consumedEventVersionIds?: string[];
    createdBy?: string;
    createdTime?: string;
    customAttributes?: CustomAttribute[];
    declaredEventApiProductVersionIds?: string[];
    description?: string;
    displayName?: string;
    eventApiId: string;
    id?: string;
    producedEventVersionIds?: string[];
    stateId?: string;
    type?: string;
    updatedTime?: string;
    version?: string;
}

Type declaration

  • Optional Readonly changedBy?: string
  • Optional consumedEventVersionIds?: string[]
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional customAttributes?: CustomAttribute[]
  • Optional declaredEventApiProductVersionIds?: string[]
  • Optional description?: string
  • Optional displayName?: string
  • eventApiId: string
  • Optional Readonly id?: string
  • Optional producedEventVersionIds?: string[]
  • Optional stateId?: string
  • Optional type?: string
  • Optional Readonly updatedTime?: string
  • Optional version?: string