class Google::Apis::AnalyticsV3::UserDeletionRequest::Id

User ID.

Attributes

type[RW]

Type of user Corresponds to the JSON property `type` @return [String]

user_id[RW]

The User's id Corresponds to the JSON property `userId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/analytics_v3/classes.rb, line 5366
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/analytics_v3/classes.rb, line 5371
def update!(**args)
  @type = args[:type] if args.key?(:type)
  @user_id = args[:user_id] if args.key?(:user_id)
end