secret.schema_attribute
Module for [SchemaAttribute] class
class SchemaAttribute
Types 1
An attribute in a #SecretSchema.
Methods
SchemaAttribute self()Returns `this`, for use in `with` statements.secret.types.SchemaAttributeType type() @propertyGet `type` field. Returns: the type of the attributevoid type(secret.types.SchemaAttributeType propval) @propertySet `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