OptionsResponse

data class OptionsResponse(val asyncOptions: List<AsyncOptionsResponse>, val inputMappings: List<InputMappingResponse>, val nameProperty: String, val validationOptions: ValidationOptionsResponse)

Options allows customized resource handling by Deployment Manager.

Constructors

Link copied to clipboard
fun OptionsResponse(asyncOptions: List<AsyncOptionsResponse>, inputMappings: List<InputMappingResponse>, nameProperty: String, validationOptions: ValidationOptionsResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Options regarding how to thread async requests.

Link copied to clipboard

The mappings that apply for requests.

Link copied to clipboard

The json path to the field in the resource JSON body into which the resource name should be mapped. Leaving this empty indicates that there should be no mapping performed.

Link copied to clipboard

Options for how to validate and process properties on a resource.