Package com.google.genai.types
Class NullValue
-
- All Implemented Interfaces:
public class NullValueOptional. Represents a null value.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumNullValue.KnownEnum representing the known values for NullValue.
-
Constructor Summary
Constructors Constructor Description NullValue(String value)NullValue(NullValue.Known knownValue)
-
Method Summary
-
-
Constructor Detail
-
NullValue
NullValue(String value)
-
NullValue
NullValue(NullValue.Known knownValue)
-
-
-
-