Class CodeGenOptions
  
  
  
  
    Inheritance
    System.Object
    CodeGenOptions
   
  
  Assembly: Stac.Api.CodeGen.dll
  Syntax
  
    public class CodeGenOptions : object
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ApiVersion
  
  
  Declaration
  
    public string ApiVersion { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CSharpClientGeneratorSettings
  
  
  Declaration
  
    public CSharpClientGeneratorSettings CSharpClientGeneratorSettings { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | CSharpClientGeneratorSettings | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CSharpControllerGeneratorSettings
  
  
  Declaration
  
    public CSharpControllerGeneratorSettings CSharpControllerGeneratorSettings { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | CSharpControllerGeneratorSettings | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Specifications
  
  
  Declaration
  
    public IDictionary<string, OpenApiSpecification> Specifications { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UrlMappings
  
  
  Declaration
  
    public IEnumerable<UrlMapping> UrlMappings { get; set; }
   
  Property Value