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

Type declaration

  • Optional applicationDomainId?: string
  • Optional brokerType?: EventApi.brokerType

    The type of the broker used for the event API

  • Optional Readonly changedBy?: string
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional customAttributes?: CustomAttribute[]
  • Optional Readonly id?: string

    Primary key set by the server.

  • Optional name?: string

    The name of the event api.

  • Optional Readonly numberOfVersions?: number
  • Optional shared?: boolean
  • Optional Readonly type?: string

    The type of this payload, eventApi.

  • Optional Readonly updatedTime?: string