struct MatrixOrg::Client::Responses::UserDirectorySearch::Result

Defined in:

client/responses.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct MatrixOrg::Client::Responses::Base

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def avatar_url : String | Nil #

[View source]
def avatar_url=(avatar_url : String | Nil) #

[View source]
def display_name : String #

[View source]
def display_name=(display_name : String) #

[View source]
def user_id : String #

[View source]
def user_id=(user_id : String) #

[View source]