Resource Type Registration Properties Response Management
data class ResourceTypeRegistrationPropertiesResponseManagement(val incidentContactEmail: String? = null, val incidentRoutingService: String? = null, val incidentRoutingTeam: String? = null, val manifestOwners: List<String>? = null, val resourceAccessPolicy: String? = null, val resourceAccessRoles: List<Any>? = null, val schemaOwners: List<String>? = null, val serviceTreeInfos: List<ServiceTreeInfoResponse>? = null)
Constructors
Link copied to clipboard
constructor(incidentContactEmail: String? = null, incidentRoutingService: String? = null, incidentRoutingTeam: String? = null, manifestOwners: List<String>? = null, resourceAccessPolicy: String? = null, resourceAccessRoles: List<Any>? = null, schemaOwners: List<String>? = null, serviceTreeInfos: List<ServiceTreeInfoResponse>? = null)