List Job Credentials Result
    data class ListJobCredentialsResult(val nextLink: String? = null, val value: List<UnencryptedCredentialsResponse>? = null)
List of unencrypted credentials for accessing device.
Constructors
Link copied to clipboard
                fun ListJobCredentialsResult(nextLink: String? = null, value: List<UnencryptedCredentialsResponse>? = null)