Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCreateDataLinkRequest

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

Overview

Request message for DataLinkService.CreateDataLink.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesCreateDataLinkRequest

Returns a new instance of GoogleAdsSearchads360V23ServicesCreateDataLinkRequest.



39574
39575
39576
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39574

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

Instance Attribute Details

Represents the data sharing connection between Corresponds to the JSON property dataLink



39572
39573
39574
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39572

def data_link
  @data_link
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



39579
39580
39581
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39579

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