Class BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonErrorThe deployment's workspace was archived.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.BuilderA builder for BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.
public final classBetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.Typetype()final JsonField<BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.BuildertoBuilder()final BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonErrorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError. -
-
Method Detail
-
_type
final JsonField<BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError 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 BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsWorkspaceArchivedDeploymentPausedReasonError.
The following fields are required:
.type()
-
-
-
-