Get File Result
data class GetFileResult(val azureApiVersion: String, val etag: String? = null, val id: String, val name: String, val properties: ProjectFilePropertiesResponse, val systemData: SystemDataResponse, val type: String)
A file resource
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, etag: String? = null, id: String, name: String, properties: ProjectFilePropertiesResponse, systemData: SystemDataResponse, type: String)