Input$InsertGoogleCalendarInput class

Constructors

Input$InsertGoogleCalendarInput({String? summary, String? description, String? location, String? timeZone, required String kind, String? etag, String? id, Input$GoogleCalendarConferencePropertiesInput? conferenceProperties})
factory
Input$InsertGoogleCalendarInput.fromJson(Map<String, dynamic> data)
factory

Properties

conferenceProperties Input$GoogleCalendarConferencePropertiesInput?
no setter
copyWith CopyWith$Input$InsertGoogleCalendarInput<Input$InsertGoogleCalendarInput>
no setter
description String?
no setter
etag String?
no setter
hashCode int
The hash code for this object.
no setteroverride
id String?
no setter
kind String
no setter
location String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary String?
no setter
timeZone String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override