CreateCatalogTemplateRequest

Message for creating a catalog template.

JSON representation
{
  "parent": string,
  "catalogTemplateId": string,
  "catalogTemplate": {
    object (CatalogTemplate)
  }
}
Fields
parent

string

Required. The parent resource in which the catalog template is created.

catalogTemplateId

string

Required. The ID of the catalog template to create. The ID is appended to the catalog template's name.

catalogTemplate

object (CatalogTemplate)

Required. The catalog template to create.