File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ type Product struct {
6060
6161 // The validator "relative URI" of a resource, relative to the product
6262 // base URL. Specific to defining the resource as a CAI asset.
63- CaiBaseUrl string
63+ CaiBaseUrl string `yaml:"caibaseurl,omitempty"`
6464
6565 // The service name from CAI asset name, e.g. bigtable.googleapis.com.
6666 CaiAssetService string `yaml:"cai_asset_service,omitempty"`
6767
6868 // CaiResourceType of resources that already have an AssetType constant defined in the product.
69- ResourcesWithCaiAssetType map [string ]struct {}
69+ ResourcesWithCaiAssetType map [string ]struct {} `yaml:"resourceswithcaiassettype,omitempty"`
7070
7171 // A function reference designed for the rare case where you
7272 // need to use retries in operation calls. Used for the service api
You can’t perform that action at this time.
0 commit comments