Class: Google::Apis::DfareportingV3_4::CompatibleFields

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

Overview

Represents a response to the queryCompatibleFields method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CompatibleFields

Returns a new instance of CompatibleFields.



2265
2266
2267
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 2265

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

Instance Attribute Details

#cross_dimension_reach_report_compatible_fieldsGoogle::Apis::DfareportingV3_4::CrossDimensionReachReportCompatibleFields

Represents fields that are compatible to be selected for a report of type " CROSS_DIMENSION_REACH". Corresponds to the JSON property crossDimensionReachReportCompatibleFields



2222
2223
2224
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 2222

def cross_dimension_reach_report_compatible_fields
  @cross_dimension_reach_report_compatible_fields
end

#floodlight_report_compatible_fieldsGoogle::Apis::DfareportingV3_4::FloodlightReportCompatibleFields

Represents fields that are compatible to be selected for a report of type " FlOODLIGHT". Corresponds to the JSON property floodlightReportCompatibleFields



2228
2229
2230
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 2228

def floodlight_report_compatible_fields
  @floodlight_report_compatible_fields
end

#kindString

The kind of resource this is, in this case dfareporting#compatibleFields. Corresponds to the JSON property kind

Returns:

  • (String)


2233
2234
2235
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 2233

def kind
  @kind
end

#path_attribution_report_compatible_fieldsGoogle::Apis::DfareportingV3_4::PathReportCompatibleFields

Represents fields that are compatible to be selected for a report of type " PATH". Corresponds to the JSON property pathAttributionReportCompatibleFields



2239
2240
2241
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 2239

def path_attribution_report_compatible_fields
  @path_attribution_report_compatible_fields
end

#path_report_compatible_fieldsGoogle::Apis::DfareportingV3_4::PathReportCompatibleFields

Represents fields that are compatible to be selected for a report of type " PATH". Corresponds to the JSON property pathReportCompatibleFields



2245
2246
2247
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 2245

def path_report_compatible_fields
  @path_report_compatible_fields
end

#path_to_conversion_report_compatible_fieldsGoogle::Apis::DfareportingV3_4::PathToConversionReportCompatibleFields

Represents fields that are compatible to be selected for a report of type " PATH_TO_CONVERSION". Corresponds to the JSON property pathToConversionReportCompatibleFields



2251
2252
2253
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 2251

def path_to_conversion_report_compatible_fields
  @path_to_conversion_report_compatible_fields
end

#reach_report_compatible_fieldsGoogle::Apis::DfareportingV3_4::ReachReportCompatibleFields

Represents fields that are compatible to be selected for a report of type " REACH". Corresponds to the JSON property reachReportCompatibleFields



2257
2258
2259
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 2257

def reach_report_compatible_fields
  @reach_report_compatible_fields
end

#report_compatible_fieldsGoogle::Apis::DfareportingV3_4::ReportCompatibleFields

Represents fields that are compatible to be selected for a report of type " STANDARD". Corresponds to the JSON property reportCompatibleFields



2263
2264
2265
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 2263

def report_compatible_fields
  @report_compatible_fields
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 2270

def update!(**args)
  @cross_dimension_reach_report_compatible_fields = args[:cross_dimension_reach_report_compatible_fields] if args.key?(:cross_dimension_reach_report_compatible_fields)
  @floodlight_report_compatible_fields = args[:floodlight_report_compatible_fields] if args.key?(:floodlight_report_compatible_fields)
  @kind = args[:kind] if args.key?(:kind)
  @path_attribution_report_compatible_fields = args[:path_attribution_report_compatible_fields] if args.key?(:path_attribution_report_compatible_fields)
  @path_report_compatible_fields = args[:path_report_compatible_fields] if args.key?(:path_report_compatible_fields)
  @path_to_conversion_report_compatible_fields = args[:path_to_conversion_report_compatible_fields] if args.key?(:path_to_conversion_report_compatible_fields)
  @reach_report_compatible_fields = args[:reach_report_compatible_fields] if args.key?(:reach_report_compatible_fields)
  @report_compatible_fields = args[:report_compatible_fields] if args.key?(:report_compatible_fields)
end