Firestore Admin v1 API - Class ListUserCredsResponse (3.13.0)

public sealed class ListUserCredsResponse : IMessage<ListUserCredsResponse>, IEquatable<ListUserCredsResponse>, IDeepCloneable<ListUserCredsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Firestore Admin v1 API class ListUserCredsResponse.

The response for [FirestoreAdmin.ListUserCreds][google.firestore.admin.v1.FirestoreAdmin.ListUserCreds].

Inheritance

object > ListUserCredsResponse

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

ListUserCredsResponse()

public ListUserCredsResponse()

ListUserCredsResponse(ListUserCredsResponse)

public ListUserCredsResponse(ListUserCredsResponse other)
Parameter
Name Description
other ListUserCredsResponse

Properties

UserCreds

public RepeatedField<UserCreds> UserCreds { get; }

The user creds for the database.

Property Value
Type Description
RepeatedFieldUserCreds