github.com/Axway/agent-sdk@v1.1.101/pkg/apic/unifiedcatalog/models/model_inline_response_400_meta.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 // InlineResponse400Meta struct for InlineResponse400Meta 13 type InlineResponse400Meta struct { 14 InstanceId string `json:"instanceId,omitempty"` 15 TenantId string `json:"tenantId,omitempty"` 16 AuthenticatedUserId string `json:"authenticatedUserId,omitempty"` 17 TransactionId string `json:"transactionId,omitempty"` 18 }