INPUT_OBJECT
UpdateDeploymentTypeMutationInput
The input object that defines the fields for the updateDeploymentType mutation.
link GraphQL Schema definition
- input UpdateDeploymentTypeMutationInput {
- # A descriptive name.
- : String
- # The ID of a `NetworkMonitoringTemplate`.
- : Int64Bit
- # A note about this entity.
- : NoteMutationInput
- # Setting this value to `true` will set `network_monitoring_template_id` to null.
- : Boolean
- }