github.com/Axway/agent-sdk@v1.1.101/pkg/apic/unifiedcatalog/models/model_entity_relationship.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  // EntityRelationship struct for EntityRelationship
    13  type EntityRelationship struct {
    14  	Type string `json:"type,omitempty"`
    15  	Value string `json:"value,omitempty"`
    16  	Path string `json:"path,omitempty"`
    17  	Key string `json:"key,omitempty"`
    18  	Spec string `json:"spec,omitempty"`
    19  	FromCompositeKey bool `json:"fromCompositeKey,omitempty"`
    20  }