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.



38966
38967
38968
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38966

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

Instance Attribute Details

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



38964
38965
38966
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38964

def data_link
  @data_link
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



38971
38972
38973
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38971

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