class Google::Calendar::EntryPoint
- Google::Calendar::EntryPoint
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
calendar/event.crConstructors
- .new(type : String, uri : String, label : Nil | String = nil, access_code : Nil | String = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #access_code : String | Nil
- #access_code=(access_code : String | Nil)
- #label : String | Nil
- #label=(label : String | Nil)
- #meeting_code : String | Nil
- #meeting_code=(meeting_code : String | Nil)
- #passcode : String | Nil
- #passcode=(passcode : String | Nil)
- #password : String | Nil
- #password=(password : String | Nil)
- #pin : String | Nil
- #pin=(pin : String | Nil)
- #security
- #type : String
- #type=(type : String)
- #uri : String
- #uri=(uri : String)
Constructor Detail
def self.new(type : String, uri : String, label : Nil | String = nil, access_code : Nil | String = nil)
#