AI-generated Key Takeaways
- 
          A CreativeFieldValue resource contains properties for a creative field value. 
- 
          The JSON representation of a CreativeFieldValue includes kind,id, andvalue.
- 
          CreativeFieldValue resources can be managed using methods such as delete, get, insert, list, patch, and update. 
Resource: CreativeFieldValue
Contains properties of a creative field value.
| JSON representation | 
|---|
| { "kind": string, "id": string, "value": string } | 
| Fields | |
|---|---|
| kind | 
 Identifies what kind of resource this is. Value: the fixed string 
 . | 
| id | 
 ID of this creative field value. This is a read-only, auto-generated field. | 
| value | 
 Value of this creative field value. It needs to be less than 256 characters in length and unique per creative field. | 
| Methods | |
|---|---|
| 
 | Deletes an existing creative field value. | 
| 
 | Gets one creative field value by ID. | 
| 
 | Inserts a new creative field value. | 
| 
 | Retrieves a list of creative field values, possibly filtered. | 
| 
 | Updates an existing creative field value. | 
| 
 | Updates an existing creative field value. |