INPUT_OBJECT
UpdateDhcpServerIdentifierMutationInput
The input object that defines the fields for the updateDhcpServerIdentifier mutation.
link GraphQL Schema definition
- input UpdateDhcpServerIdentifierMutationInput {
- # A descriptive name.
- : String
- # IDs of `IpPool`s.
- : [Int64Bit]
- # A note about this entity.
- : NoteMutationInput
- }