Delivery With Resource Identity Response
data class DeliveryWithResourceIdentityResponse(val destination: Any? = null, val identity: EventSubscriptionIdentityResponse? = null)
Information about the delivery for an event subscription with resource identity.
Constructors
Link copied to clipboard
fun DeliveryWithResourceIdentityResponse(destination: Any? = null, identity: EventSubscriptionIdentityResponse? = null)