Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCreateDataLinkRequest
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCreateDataLinkRequest
- 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
-
#data_link ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesDataLink
Represents the data sharing connection between Corresponds to the JSON property
dataLink.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesCreateDataLinkRequest
constructor
A new instance of GoogleAdsSearchads360V23ServicesCreateDataLinkRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#data_link ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesDataLink
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 |