Resource: Brand
A brand, which can be a restaurant chain or an individual restaurant.
| JSON representation |
|---|
{ "name": string, "displayName": string, "createTime": string, "updateTime": string } |
| Fields | |
|---|---|
name |
Identifier. The brand name. Format: projects/{project}/locations/{location}/brands/{brand} |
displayName |
Optional. Optional, human-readable display name for this brand for user interfaces. |
createTime |
Output only. The time this brand was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The time this brand was last updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods |
|
|---|---|
|
Creates a brand. |
|
Deletes the specified brand. |
|
Gets a brand. |
|
Lists brands. |
|
Updates the specified brand. |