copyWith method
Implementation
GenerateContentDownloadLinkResponse copyWith({String? url}) {
return GenerateContentDownloadLinkResponse(url: url ?? this.url);
}
GenerateContentDownloadLinkResponse copyWith({String? url}) {
return GenerateContentDownloadLinkResponse(url: url ?? this.url);
}