toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (clientSideEncryptedOption != null)
    'clientSideEncryptedOption': clientSideEncryptedOption!,
  if (includeSharedDrives != null)
    'includeSharedDrives': includeSharedDrives!,
  if (includeTeamDrives != null) 'includeTeamDrives': includeTeamDrives!,
  if (sharedDrivesOption != null) 'sharedDrivesOption': sharedDrivesOption!,
  if (versionDate != null) 'versionDate': versionDate!,
};