Package com.openai.models.beta.responses
Class BetaResponseInputItem.LocalShellCall.Action.Env
-
- All Implemented Interfaces:
public final class BetaResponseInputItem.LocalShellCall.Action.EnvEnvironment variables to set for the command.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaResponseInputItem.LocalShellCall.Action.Env.BuilderA builder for Env.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final BetaResponseInputItem.LocalShellCall.Action.Env.BuildertoBuilder()final BetaResponseInputItem.LocalShellCall.Action.Envvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaResponseInputItem.LocalShellCall.Action.Env.Builderbuilder()Returns a mutable builder for constructing an instance of Env. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaResponseInputItem.LocalShellCall.Action.Env.Builder toBuilder()
-
validate
final BetaResponseInputItem.LocalShellCall.Action.Env validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaResponseInputItem.LocalShellCall.Action.Env.Builder builder()
Returns a mutable builder for constructing an instance of Env.
-
-
-
-