Enum ResourceNullValueHandling
Specifies null value handling options for the ResourceSerializingConverter.
Namespace: Okta.Sdk.Internal
Assembly: Okta.Sdk.dll
Syntax
public enum ResourceNullValueHandling
Fields
Name | Description |
---|---|
Ignore | Ignore null values when serializing and deserializing resources. Default. |
Include | Include null values when serializing and deserializing resources. |