Click or drag to resize

PatchUserBodyActive Property

An optional flag that specifies whether the user is active. If not specified, this will default to true.

Namespace:  ArangoDBNetStandard.UserApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public bool? Active { get; set; }

Property Value

Type: NullableBoolean
See Also