Media Graph Clear Endpoint Response
    data class MediaGraphClearEndpointResponse(val credentials: MediaGraphUsernamePasswordCredentialsResponse? = null, val odataType: String, val url: String)
An endpoint to connect to with no encryption in transit.
Constructors
Link copied to clipboard
                fun MediaGraphClearEndpointResponse(credentials: MediaGraphUsernamePasswordCredentialsResponse? = null, odataType: String, url: String)