Class BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonErrorThe deployment's organization is disabled.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.BuilderA builder for BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.
public final classBetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.Typetype()final JsonField<BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.BuildertoBuilder()final BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonErrorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError. -
-
Method Detail
-
_type
final JsonField<BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.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()
-
toBuilder
final BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.Builder toBuilder()
-
validate
final BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError 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 BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError.
The following fields are required:
.type()
-
-
-
-