class Slack::Response::InvitingUser
- Slack::Response::InvitingUser
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
slack-api/response/common/inviting-user.crConstructors
Instance Method Summary
- #id : String
- #id=(id : String)
- #is_app_user : Bool
- #is_app_user=(is_app_user : Bool)
- #is_restricted : Bool
- #is_restricted=(is_restricted : Bool)
- #is_ultra_restricted : Bool
- #is_ultra_restricted=(is_ultra_restricted : Bool)
- #name : String
- #name=(name : String)
- #profile : UserProfile
- #profile=(profile : UserProfile)
- #real_name : String
- #real_name=(real_name : String)
- #team_id : String
- #team_id=(team_id : String)
- #updated : Int32
- #updated=(updated : Int32)