Class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAccessOrderByDimensionOrderBy
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAccessOrderByDimensionOrderBy
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/analyticsadmin_v1beta/classes.rb,
lib/google/apis/analyticsadmin_v1beta/representations.rb,
lib/google/apis/analyticsadmin_v1beta/representations.rb
Overview
Sorts by dimension values.
Instance Attribute Summary collapse
-
#dimension_name ⇒ String
A dimension name in the request to order by.
-
#order_type ⇒ String
Controls the rule for dimension value ordering.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1betaAccessOrderByDimensionOrderBy
constructor
A new instance of GoogleAnalyticsAdminV1betaAccessOrderByDimensionOrderBy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1betaAccessOrderByDimensionOrderBy
Returns a new instance of GoogleAnalyticsAdminV1betaAccessOrderByDimensionOrderBy.
412 413 414 |
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 412 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dimension_name ⇒ String
A dimension name in the request to order by.
Corresponds to the JSON property dimensionName
405 406 407 |
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 405 def dimension_name @dimension_name end |
#order_type ⇒ String
Controls the rule for dimension value ordering.
Corresponds to the JSON property orderType
410 411 412 |
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 410 def order_type @order_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
417 418 419 420 |
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 417 def update!(**args) @dimension_name = args[:dimension_name] if args.key?(:dimension_name) @order_type = args[:order_type] if args.key?(:order_type) end |