Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListCustomColumnsResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListCustomColumnsResponse
- 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
Response message for fetching all custom columns associated with a customer.
Instance Attribute Summary collapse
-
#custom_columns ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomColumn>
The CustomColumns owned by the provided customer.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListCustomColumnsResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesListCustomColumnsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListCustomColumnsResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesListCustomColumnsResponse.
42935 42936 42937 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42935 def initialize(**args) update!(**args) end |
Instance Attribute Details
#custom_columns ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomColumn>
The CustomColumns owned by the provided customer.
Corresponds to the JSON property customColumns
42933 42934 42935 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42933 def custom_columns @custom_columns end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
42940 42941 42942 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42940 def update!(**args) @custom_columns = args[:custom_columns] if args.key?(:custom_columns) end |