Package-level declarations

Types

Link copied to clipboard
data class EventImpactedResourceResponse(val id: String, val info: List<KeyValueItemResponse>? = null, val name: String, val systemData: SystemDataResponse, val targetRegion: String, val targetResourceId: String, val targetResourceType: String, val type: String)

Impacted resource for an event.

Link copied to clipboard
data class KeyValueItemResponse(val key: String, val value: String)

Key value tuple.

The List of eventImpactedResources operation response.

The List of eventImpactedResources operation response.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.