REST Resource: projects.locations.brands.revisions

Resource: BrandRevision

A revision of a brand.

JSON representation
{
  "name": string,
  "snapshot": {
    object (Brand)
  },
  "createTime": string,
  "createdBy": string,
  "alternateIds": [
    string
  ]
}
Fields
name

string

Identifier. The resource name of the brand revision. Format: projects/{project}/locations/{location}/brands/{brand}/revisions/{revision}

snapshot

object (Brand)

Output only. The state of the brand resource at this revision.

createTime

string (Timestamp format)

Output only. When the revision 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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

createdBy

string

Output only. The email of the user who recently created the resource.

alternateIds[]

string

Output only. Alternate IDs for this revision.

Methods

delete

Deletes the specified BrandRevision.

get

Gets a BrandRevision.

list

Lists BrandRevisions.