CreateCatalogTemplateRevisionRequest

Message for creating a template revisions request.

JSON representation
{
  "parent": string,
  "catalogTemplateRevisionId": string,
  "catalogTemplateRevision": {
    object (CatalogTemplateRevision)
  }
}
Fields
parent

string

Required. The parent in which the catalog template revisions request is created in following format: projects/$project/locations/$location/spaces/$space/templates/$template

catalogTemplateRevisionId

string

Required. The ID of the template revision to create.

catalogTemplateRevision

object (CatalogTemplateRevision)

Required. The template revision to create.