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.



1667
1668
1669
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 1667

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

Instance Attribute Details

The requested user links. Corresponds to the JSON property userLinks



1665
1666
1667
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 1665

def user_links
  @user_links
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1672
1673
1674
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 1672

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