Git Hub Owner Response
data class GitHubOwnerResponse(val id: String, val name: String, val properties: GitHubOwnerPropertiesResponse? = null, val systemData: SystemDataResponse, val type: String)
GitHub Owner resource.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: GitHubOwnerPropertiesResponse? = null, systemData: SystemDataResponse, type: String)