Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse

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

Overview

Response message for BatchGetUserLinks RPC.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse

Returns a new instance of GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse.



1512
1513
1514
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 1512

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

Instance Attribute Details

The requested user links. Corresponds to the JSON property userLinks



1510
1511
1512
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 1510

def user_links
  @user_links
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1517
1518
1519
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 1517

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