Class RoleAndDescription
Inheritance
RoleAndDescription
Assembly: Couchbase.NetClient.dll
Syntax
public class RoleAndDescription
Constructors
View Source
RoleAndDescription()
Declaration
public RoleAndDescription()
Properties
View Source
Description
Declaration
[JsonPropertyName("desc")]
[JsonInclude]
public string Description { get; }
Property Value
View Source
DisplayName
Declaration
[JsonPropertyName("name")]
[JsonInclude]
public string DisplayName { get; }
Property Value
View Source
Role
Declaration
[JsonPropertyName("role")]
[JsonInclude]
public string Role { get; }
Property Value