Class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalSetupSasAnalyticsRequest

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

Overview

Request for the SetupSasAnalytics rpc.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SasPortalSetupSasAnalyticsRequest

Returns a new instance of SasPortalSetupSasAnalyticsRequest.



1395
1396
1397
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1395

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

Instance Attribute Details

#user_idString

Optional. User id to setup analytics for, if not provided the user id associated with the project is used. optional Corresponds to the JSON property userId

Returns:

  • (String)


1393
1394
1395
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1393

def user_id
  @user_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1400
1401
1402
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1400

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