ResourceGuardProxyBaseResponse

data class ResourceGuardProxyBaseResponse(val description: String? = null, val lastUpdatedTime: String? = null, val resourceGuardOperationDetails: List<ResourceGuardOperationDetailResponse>? = null, val resourceGuardResourceId: String? = null)

ResourceGuardProxyBase object, used in ResourceGuardProxyBaseResource

Constructors

Link copied to clipboard
constructor(description: String? = null, lastUpdatedTime: String? = null, resourceGuardOperationDetails: List<ResourceGuardOperationDetailResponse>? = null, resourceGuardResourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
val lastUpdatedTime: String? = null
Link copied to clipboard