REST Resource: projects.locations.brands.channelConfigs.revisions

Resource: ChannelConfigRevision

A revision of a channel configuration.

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

string

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

snapshot

object (ChannelConfig)

Output only. The state of the channel config 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 ChannelConfigRevision.

get

Gets a ChannelConfigRevision.

list

Lists ChannelConfigRevisions.