TaskAttribute
    
    
      
    
    
      
      コレクションでコンテンツを整理
    
    
      
      必要に応じて、コンテンツの保存と分類を行います。
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
    
    
    
      
      
        タスク属性を Key-Value ペアとして記述します。「key:value」256 文字以内で指定してください。
      
      
        
          
            
              | JSON 表現 | 
          
          
            
              | {
  "key": string,
  // Union field task_attribute_valuecan be only one of the following:
  "stringValue": string,
  "boolValue": boolean,
  "numberValue": number
  // End of list of possible types for union fieldtask_attribute_value.
} | 
          
        
      
      
        
          
            
            
          
          
            
              | フィールド | 
          
          
            
              | key | string
 属性のキー。キーにコロン(:)を含めることはできません。 | 
            
              | 共用体フィールド task_attribute_value。属性の値。文字列、ブール値、ダブル型のいずれかになります。何も設定されていない場合、TaskAttribute string_value は空の文字列 "" として保存されます。task_attribute_valueは次のいずれかになります。 | 
            
              | stringValue | string
 文字列型の属性値。 | 
            
              | boolValue | boolean
 ブール値型属性値。 | 
            
              | numberValue | number
 二重型の属性値。 | 
          
        
      
    
  
  
  
  
    
  
 
  
    
    
      
       
    
    
  
  
  特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
  最終更新日 2025-08-31 UTC。
  
  
  
    
      [null,null,["最終更新日 2025-08-31 UTC。"],[],["A task attribute is represented as a key-value pair with a maximum string length of 256 characters.  The `key` is a string that cannot include colons. The `task_attribute_value` can be a string, boolean, or number. If no value is provided, the string value defaults to an empty string. Only one value type can be set for the `task_attribute_value`.\n"]]