プロパティ シグネチャ DocumentObject.downloadUrl
このアイテムをダウンロードするための URL。
署名
downloadUrl?: string;
詳細
タイプ |
string |
省略可 |
はい |
読み取り専用 |
いいえ |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-07 UTC。
[null,null,["最終更新日 2024-11-07 UTC。"],[[["`downloadUrl` is an optional property that stores a URL for downloading an item."],["It's a string type and can be modified after it's set."]]],["The core content defines a `downloadUrl` property, which is a string representing a URL. This property is optional, meaning it may or may not be present. It is not read-only, indicating it can be modified. This URL is intended to be used for downloading an associated item. Its primary function is to provide a direct link to access and retrieve that item.\n"]]