Get Logic App Result
data class GetLogicAppResult(val azureApiVersion: String, val id: String, val name: String, val systemData: SystemDataResponse, val type: String)
A logic app extension resource
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, systemData: SystemDataResponse, type: String)