PhotoResponse
Stay organized with collections
Save and categorize content based on your preferences.
JSON representation |
{
"status": {
object (Status )
},
"photo": {
object (Photo )
}
} |
Fields |
status |
object (Status )
The status for the operation to get or update a single photo in the batch request.
|
photo |
object (Photo )
The Photo resource, if the request was successful.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 UTC."],[],["The JSON payload structure represents a response for batch operations on a single Photo. It includes two fields: `status` and `photo`. The `status` field, represented as a Status object, indicates the success of the operation (get or update). If successful, the `photo` field, a Photo object, contains the requested or updated photo's data. This structure is used for `photos.batchGet` and `photos.batchUpdate` requests.\n"],null,[]]