struct Google::Calendar::V3::Attendee
- Google::Calendar::V3::Attendee
- Struct
- Value
- Object
Included Modules
- Google::Resource
- JSON::Serializable
- MessagePack::Serializable
Defined in:
calendar/v3/attendee.crConstructors
- .new(pull : JSON::PullParser)
- .new(pull : MessagePack::Unpacker)
- .new(*, display_name : Nil | String, email : Nil | String, response_status : Google::Calendar::V3::ResponseStatus | Nil)
Instance Method Summary
- #additional_guests : Int64 | Nil
- #comment : String | Nil
- #conference_data : ConferenceData | Nil
- #conference_id : String | Nil
- #conference_solution : ConferenceSolution | Nil
- #display_name : String | Nil
- #email : String | Nil
- #entry_points : Array(Entrypoint)
- #hangout_link : URI | Nil
- #id : String | Nil
- #notes : String | Nil
- #optional? : Bool | Nil
- #organizer? : Bool | Nil
- #resource? : Bool | Nil
- #response_status : ResponseStatus | Nil
- #self? : Bool | Nil
- #signature : String | Nil
Macros inherited from module Google::Resource
field(var, key = nil, **options, &block)
field,
field!(var, key = nil, **options, &block)
field!,
field?(var, key = nil, **options, &block)
field?
Constructor Detail
def self.new(*, display_name : Nil | String, email : Nil | String, response_status : Google::Calendar::V3::ResponseStatus | Nil)
#