Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesListCustomColumnsResponse

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

Overview

Response message for fetching all custom columns associated with a customer.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V0ServicesListCustomColumnsResponse

Returns a new instance of GoogleAdsSearchads360V0ServicesListCustomColumnsResponse.



7955
7956
7957
# File 'lib/google/apis/searchads360_v0/classes.rb', line 7955

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

Instance Attribute Details

#custom_columnsArray<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCustomColumn>

The CustomColumns owned by the provided customer. Corresponds to the JSON property customColumns



7953
7954
7955
# File 'lib/google/apis/searchads360_v0/classes.rb', line 7953

def custom_columns
  @custom_columns
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7960
7961
7962
# File 'lib/google/apis/searchads360_v0/classes.rb', line 7960

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