github.com/Axway/agent-sdk@v1.1.101/pkg/apic/unifiedcatalog/models/model_external_url_resource.go (about) 1 /* 2 * Amplify Unified Catalog APIs 3 * 4 * APIs for Amplify Unified Catalog 5 * 6 * API version: 1.43.0 7 * Contact: support@axway.com 8 * Generated by: OpenAPI Generator (https://openapi-generator.tech) 9 */ 10 11 package unifiedcatalog 12 // ExternalUrlResource struct for ExternalUrlResource 13 type ExternalUrlResource struct { 14 Id string `json:"id,omitempty"` 15 Type string `json:"type"` 16 Tags []string `json:"tags,omitempty"` 17 Name string `json:"name"` 18 Description string `json:"description,omitempty"` 19 Metadata AuditMetadata `json:"metadata,omitempty"` 20 Image CatalogItemImage `json:"image,omitempty"` 21 // Defines the external resource address. 22 Url string `json:"url"` 23 }