Class: Google::Apis::FirestoreV1::GoogleFirestoreAdminV1ListUserCredsResponse
- Inherits:
-
Object
- Object
- Google::Apis::FirestoreV1::GoogleFirestoreAdminV1ListUserCredsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/firestore_v1/classes.rb,
lib/google/apis/firestore_v1/representations.rb,
lib/google/apis/firestore_v1/representations.rb
Overview
The response for FirestoreAdmin.ListUserCreds.
Instance Attribute Summary collapse
-
#user_creds ⇒ Array<Google::Apis::FirestoreV1::GoogleFirestoreAdminV1UserCreds>
The user creds for the database.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirestoreAdminV1ListUserCredsResponse
constructor
A new instance of GoogleFirestoreAdminV1ListUserCredsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirestoreAdminV1ListUserCredsResponse
Returns a new instance of GoogleFirestoreAdminV1ListUserCredsResponse.
2653 2654 2655 |
# File 'lib/google/apis/firestore_v1/classes.rb', line 2653 def initialize(**args) update!(**args) end |
Instance Attribute Details
#user_creds ⇒ Array<Google::Apis::FirestoreV1::GoogleFirestoreAdminV1UserCreds>
The user creds for the database.
Corresponds to the JSON property userCreds
2651 2652 2653 |
# File 'lib/google/apis/firestore_v1/classes.rb', line 2651 def user_creds @user_creds end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2658 2659 2660 |
# File 'lib/google/apis/firestore_v1/classes.rb', line 2658 def update!(**args) @user_creds = args[:user_creds] if args.key?(:user_creds) end |