Get Integration Service Environment Managed Api Plain Args
    data class GetIntegrationServiceEnvironmentManagedApiPlainArgs(val apiName: String, val integrationServiceEnvironmentName: String, val resourceGroup: String) : ConvertibleToJava<GetIntegrationServiceEnvironmentManagedApiPlainArgs> 
Constructors
Link copied to clipboard
                fun GetIntegrationServiceEnvironmentManagedApiPlainArgs(apiName: String, integrationServiceEnvironmentName: String, resourceGroup: String)