Skip to content

Instantly share code, notes, and snippets.

@chelseatroy
Created May 31, 2020 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chelseatroy/67232449cad9343051d6c1f4ef1d3883 to your computer and use it in GitHub Desktop.
Save chelseatroy/67232449cad9343051d6c1f4ef1d3883 to your computer and use it in GitHub Desktop.
Setting Up a Data Object
package com.chelseatroy.canary.api
data class CanarySession(
val name: String?,
val token: String?
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment