class Google::Apis::VaultV1::AccountCountError
An error that occurred when querying a specific account
Attributes
account[RW]
User's information. Corresponds to the JSON property `account` @return [Google::Apis::VaultV1::UserInfo]
error_type[RW]
Account query error. Corresponds to the JSON property `errorType` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 64 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/vault_v1/classes.rb, line 69 def update!(**args) @account = args[:account] if args.key?(:account) @error_type = args[:error_type] if args.key?(:error_type) end