secret.schema_attribute
Module for [SchemaAttribute] class
class SchemaAttribute
Types 1
An attribute in a #SecretSchema.
Methods
void name(string propval) @property nothrowSet `name` field. Params: propval = name of the attributesecret.types.SchemaAttributeType type() @property nothrowGet `type` field. Returns: the type of the attributevoid type(secret.types.SchemaAttributeType propval) @property nothrowSet `type` field. Params: propval = the type of the attributeConstructors
this(string name = string.init, secret.types.SchemaAttributeType type = secret.types.SchemaAttributeType.init)Create a `schema_attribute.SchemaAttribute` boxed type. Params: name = name of the attribute type = the type of the attribute