GenerateContentDownloadLinkResponse.fromJson constructor

GenerateContentDownloadLinkResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GenerateContentDownloadLinkResponse.fromJson(
  Map<String, dynamic> json,
) => _$GenerateContentDownloadLinkResponseFromJson(json);