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