C# Class GitterSharp.Model.RoomSecurityType

Mostrar archivo Open project: Odonno/gitter-api-pcl

Public Properties

Property Type Description
OneToOne string
Organisation string
OrganisationChannel string
Repository string
RepositoryChannel string
UserChannel string

Property Details

OneToOne public_oe static_oe property

A one-to-one chat
public static string OneToOne
return string

Organisation public_oe static_oe property

A room that represents a GitHub Organisation
public static string Organisation
return string

OrganisationChannel public_oe static_oe property

A Gitter channel nested under a GitHub Organisation
public static string OrganisationChannel
return string

Repository public_oe static_oe property

A room that represents a GitHub Repository
public static string Repository
return string

RepositoryChannel public_oe static_oe property

A Gitter channel nested under a GitHub Repository
public static string RepositoryChannel
return string

UserChannel public_oe static_oe property

A Gitter channel nested under a GitHub User
public static string UserChannel
return string