Class: Google::Apis::FirebasecrashlyticsV1alpha::User

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/firebasecrashlytics_v1alpha/classes.rb,
lib/google/apis/firebasecrashlytics_v1alpha/representations.rb,
lib/google/apis/firebasecrashlytics_v1alpha/representations.rb

Overview

Developer-provided end user identifiers.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ User

Returns a new instance of User.



1489
1490
1491
# File 'lib/google/apis/firebasecrashlytics_v1alpha/classes.rb', line 1489

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#idString

User id if provided by the app developer. Corresponds to the JSON property id

Returns:

  • (String)


1487
1488
1489
# File 'lib/google/apis/firebasecrashlytics_v1alpha/classes.rb', line 1487

def id
  @id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1494
1495
1496
# File 'lib/google/apis/firebasecrashlytics_v1alpha/classes.rb', line 1494

def update!(**args)
  @id = args[:id] if args.key?(:id)
end