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.



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

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

Instance Attribute Details

The requested user links. Corresponds to the JSON property userLinks



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

def user_links
  @user_links
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1678
1679
1680
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 1678

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