Class: Google::Apis::DfareportingV3_4::FloodlightReportCompatibleFields

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 fields that are compatible to be selected for a report of type " FlOODLIGHT".

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ FloodlightReportCompatibleFields

Returns a new instance of FloodlightReportCompatibleFields.



6880
6881
6882
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 6880

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

Instance Attribute Details

#dimension_filtersArray<Google::Apis::DfareportingV3_4::Dimension>

Dimensions which are compatible to be selected in the "dimensionFilters" section of the report. Corresponds to the JSON property dimensionFilters



6860
6861
6862
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 6860

def dimension_filters
  @dimension_filters
end

#dimensionsArray<Google::Apis::DfareportingV3_4::Dimension>

Dimensions which are compatible to be selected in the "dimensions" section of the report. Corresponds to the JSON property dimensions



6866
6867
6868
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 6866

def dimensions
  @dimensions
end

#kindString

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

Returns:

  • (String)


6872
6873
6874
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 6872

def kind
  @kind
end

#metricsArray<Google::Apis::DfareportingV3_4::Metric>

Metrics which are compatible to be selected in the "metricNames" section of the report. Corresponds to the JSON property metrics



6878
6879
6880
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 6878

def metrics
  @metrics
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6885
6886
6887
6888
6889
6890
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 6885

def update!(**args)
  @dimension_filters = args[:dimension_filters] if args.key?(:dimension_filters)
  @dimensions = args[:dimensions] if args.key?(:dimensions)
  @kind = args[:kind] if args.key?(:kind)
  @metrics = args[:metrics] if args.key?(:metrics)
end