FileConsentCardResponse クラス

定義

ユーザーがファイル同意カードを操作するときに送信される呼び出しアクティビティの値を表します。

public class FileConsentCardResponse
type FileConsentCardResponse = class
Public Class FileConsentCardResponse
継承
FileConsentCardResponse

コンストラクター

FileConsentCardResponse()

FileConsentCardResponse クラスの新しいインスタンスを初期化します。

FileConsentCardResponse(String, Object, FileUploadInfo)

FileConsentCardResponse クラスの新しいインスタンスを初期化します。

プロパティ

Action

ユーザーが実行したアクションを取得または設定します。 使用可能な値は、'accept'、'decline' です。

Context

アクションに関連付けられたコンテキストを取得または設定します。

UploadInfo

ユーザーがファイルを受け入れた場合に、アップロードするファイルに関する情報を取得または設定します。

適用対象