Class SdkLanguageTypeSummary
SDK target language details.
Inherited Members
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class SdkLanguageTypeSummary
Properties
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | Additional details. |
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | Display name of the target programming language. |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the programming language. |
Remarks
Required
Parameters
Declaration
[JsonProperty(PropertyName = "parameters")]
public List<SdkLanguageOptionalParameters> Parameters { get; set; }
Property Value
Type | Description |
---|---|
List<SdkLanguageOptionalParameters> | List of optional configurations that can be used while generating SDK for the given target language. |
Version
Declaration
[Required(ErrorMessage = "Version is required.")]
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Property Value
Type | Description |
---|---|
string | Version string of the programming language defined in name. |
Remarks
Required