class Hasura::Schema::AddChatroom::InsertChannelOne

Included Modules

Defined in:

schema/schema.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def id : String #

def id=(id : String) #

def id? : String | Nil #

def name : String | Nil #

def name=(name : String | Nil) #

def type : String #

def type=(type : String) #

def type? : String | Nil #