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