class Google::Directory::UserQuery

Included Modules

Defined in:

directory/user/user_query.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def kind : String #

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

[View source]
def next_page_token : String | Nil #

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

[View source]
def users : Array(User) #

[View source]
def users=(users : Array(User) | Nil) #

[View source]