plannerBucketTaskBoardTaskFormat リソースの種類plannerBucketTaskBoardTaskFormat resource type
PlannerBucketTaskBoardTaskFormatリソースは、タスクボードのバケットビューでタスクを正しくレンダリングするために使用される情報を表します (割り当てられているバケット内のタスク別に整理されたビュー)。The plannerBucketTaskBoardTaskFormat resource represents the information used to render a task correctly in the Buckets view of the Task Board (a view organized by tasks within the buckets they are assigned to). 各タスクには、1つのplannerBucketTaskBoardTaskFormatオブジェクトが関連付けられています。Each task will have one plannerBucketTaskBoardTaskFormat object associated with it.
メソッドMethods
メソッドMethod | 戻り値の型Return Type | 説明Description |
---|---|---|
Get plannerBucketTaskBoardTaskFormatGet plannerBucketTaskBoardTaskFormat | plannerBucketTaskBoardTaskFormatplannerBucketTaskBoardTaskFormat | PlannerBucketTaskBoardTaskFormatオブジェクトのプロパティとリレーションシップを読み取ります。Read properties and relationships of plannerBucketTaskBoardTaskFormat object. |
UpdateUpdate | plannerBucketTaskBoardTaskFormatplannerBucketTaskBoardTaskFormat | PlannerBucketTaskBoardTaskFormatオブジェクトを更新します。Update plannerBucketTaskBoardTaskFormat object. |
プロパティProperties
プロパティProperty | 型Type | 説明Description |
---|---|---|
idid | StringString | 読み取り専用です。Read-only. リソースの ID。ID of the resource. 28 文字長で、大文字と小文字の区別があります。It is 28 characters long and case-sensitive. 書式検証はサービスによって行われます。Format validation is done on the service. |
orderHintorderHint | StringString | タスク ボードのバケット ビューでタスクの順序付けに使用するヒント。形式はここの説明に従って定義されます。Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. |
リレーションシップRelationships
なしNone
JSON 表記JSON representation
以下は、リソースの JSON 表記です。Here is a JSON representation of the resource.
{
"id": "String (identifier)",
"orderHint": "String"
}