Class HttpConverterAttribute
  A custom Attribute implementation for properties in Request classes.
    Inheritance
    
    
    HttpConverterAttribute
   
  
  
  Assembly: OCI.DotNetSDK.Common.dll
  Syntax
  
    [AttributeUsage(AttributeTargets.Property)]
public class HttpConverterAttribute : Attribute
   
  Constructors
  
  HttpConverterAttribute(TargetEnum)
  
  
  Declaration
  
    public HttpConverterAttribute(TargetEnum target)
   
  Parameters
  
  
  HttpConverterAttribute(TargetEnum, string)
  
  
  Declaration
  
    public HttpConverterAttribute(TargetEnum target, string name)
   
  Parameters
  
  
  
  
  
  Declaration
  
    public HttpConverterAttribute(TargetEnum target, string name, CollectionFormatType collectionFormat)
   
  Parameters
  
  Properties
  
  
  The collection format type. Only applicable when Target is Query.
Declaration
  
    public CollectionFormatType CollectionFormat { get; set; }
   
  Property Value
  
  
  Name
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
  
  Target
  The target to add this value in HttpRequestMesasage.
Declaration
  
    public TargetEnum Target { get; set; }
   
  Property Value