Get File Result
data class GetFileResult(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(etag: String? = null, id: String, name: String, properties: ProjectFilePropertiesResponse, systemData: SystemDataResponse, type: String)