secret.schema_attribute

Module for [SchemaAttribute] class

Types 1

An attribute in a #SecretSchema.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
SchemaAttribute self()Returns `this`, for use in `with` statements.
string name() @propertyGet `name` field. Returns: name of the attribute
void name(string propval) @propertySet `name` field. Params: propval = name of the attribute
secret.types.SchemaAttributeType type() @propertyGet `type` field. Returns: the type of the attribute
void type(secret.types.SchemaAttributeType propval) @propertySet `type` field. Params: propval = the type of the attribute
Constructors
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
this(void * ptr, Flag!"Take" take)