Get Data Flow Profile Result
data class GetDataFlowProfileResult(val extendedLocation: ExtendedLocationResponse, val id: String, val name: String, val properties: DataFlowProfilePropertiesResponse, val systemData: SystemDataResponse, val type: String)
Instance dataflowProfile resource
Constructors
Link copied to clipboard
constructor(extendedLocation: ExtendedLocationResponse, id: String, name: String, properties: DataFlowProfilePropertiesResponse, systemData: SystemDataResponse, type: String)