struct Office365::ResponseStatus
- Office365::ResponseStatus
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
models/response_status.crConstructors
- .new(response : Office365::ResponseStatus::Response | Nil, time : Nil | String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #response : Response | Nil
- #response=(response : Response | Nil)
- #time : String | Nil
- #time=(time : String | Nil)
Constructor Detail
def self.new(response : Office365::ResponseStatus::Response | Nil, time : Nil | String)
#