SharedDriveIdentity.fromJson constructor
SharedDriveIdentity.fromJson(
- Map json_
Implementation
SharedDriveIdentity.fromJson(core.Map json_)
: this(
id: json_['id'] as core.String?,
sharedDriveName: json_['sharedDriveName'] as core.String?,
);