class Google::Calendar::AvailabilityStatus
- Google::Calendar::AvailabilityStatus
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
calendar/availability.crConstructors
- .new(status : String, starts_at : Google::Calendar::GTime, ends_at : Google::Calendar::GTime)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #ends_at : Calendar::GTime
- #ends_at=(ends_at : Calendar::GTime)
- #starts_at : Calendar::GTime
- #starts_at=(starts_at : Calendar::GTime)
- #status : String
- #status=(status : String)
Constructor Detail
def self.new(status : String, starts_at : Google::Calendar::GTime, ends_at : Google::Calendar::GTime)
#