SeedPropertyInput
An initial property value for a seeded container.
input SeedPropertyInput {
key: String!
valueType: String!
valueJson: String!
}
Fields
SeedPropertyInput.key ● String! non-null scalar
Property key.
SeedPropertyInput.valueType ● String! non-null scalar
Value type of the value being set.
SeedPropertyInput.valueJson ● String! non-null scalar
JSON-encoded value.
Member Of
CreateContainerInput input ● SeedContainerInput input