Struct JsonConverterHelpers.ObjectHelper
  
  
  
  
  Assembly: LaunchDarkly.InternalSdk.dll
  Syntax
  
    public ref struct JsonConverterHelpers.ObjectHelper
   
  Properties
  
  Name
  
  
  Declaration
  
    public string Name { get; }
   
  Property Value
  
  Methods
  
  Next(ref Utf8JsonReader)
  
  
  Declaration
  
    public bool Next(ref Utf8JsonReader reader)
   
  Parameters
  
  Returns
  
  
  WithRequiredProperties(params string[])
  
  
  Declaration
  
    public JsonConverterHelpers.ObjectHelper WithRequiredProperties(params string[] propertyNames)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | string[] | 
        propertyNames | 
         | 
      
    
  
  Returns