struct Google::Gmail::V1::Users::Threads
- Google::Gmail::V1::Users::Threads
- Google::API
- Struct
- Value
- Object
Defined in:
gmail.crConstructors
Instance Method Summary
- #get(id : String, token : String, *, format : Format | Nil = nil)
- #list(token : String, *, max_results : UInt32 | Nil = nil, page_token : String | Nil = nil, q query : String | Nil = nil, label_ids : Array(String) | Nil = nil, include_spam_trash : Bool | Nil = nil)
Instance methods inherited from struct Google::API
client : Client
client
Constructor methods inherited from struct Google::API
new(client : Google::Client)
new
Macros inherited from struct Google::API
discover(url)
discover
Constructor Detail
Instance Method Detail
def list(token : String, *, max_results : UInt32 | Nil = nil, page_token : String | Nil = nil, q query : String | Nil = nil, label_ids : Array(String) | Nil = nil, include_spam_trash : Bool | Nil = nil)
#