public static interface BatchCreateVariableError.Builder extends SdkPojo, CopyableBuilder<BatchCreateVariableError.Builder,BatchCreateVariableError>
| Modifier and Type | Method and Description |
|---|---|
BatchCreateVariableError.Builder |
code(Integer code)
The error code.
|
BatchCreateVariableError.Builder |
message(String message)
The error message.
|
BatchCreateVariableError.Builder |
name(String name)
The name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchCreateVariableError.Builder name(String name)
The name.
name - The name.BatchCreateVariableError.Builder code(Integer code)
The error code.
code - The error code.BatchCreateVariableError.Builder message(String message)
The error message.
message - The error message.Copyright © 2021. All rights reserved.