Class DeploymentCancelParams.Body
-
- All Implemented Interfaces:
public final class DeploymentCancelParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeploymentCancelParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final StringprojectId()Project ID (for authorization) final JsonField<String>_projectId()Returns the raw JSON value of projectId. final Map<String, JsonValue>_additionalProperties()final DeploymentCancelParams.Body.BuildertoBuilder()final DeploymentCancelParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static DeploymentCancelParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
_projectId
final JsonField<String> _projectId()
Returns the raw JSON value of projectId.
Unlike projectId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final DeploymentCancelParams.Body.Builder toBuilder()
-
validate
final DeploymentCancelParams.Body validate()
-
builder
final static DeploymentCancelParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.projectId()
-
-
-
-