Class: AnalyticsOps::Resources::CustomDimension

Inherits:
Value
  • Object
show all
Defined in:
lib/analytics_ops/resources.rb,
sig/analytics_ops.rbs

Overview

Registered custom dimension.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Value

#==, fields, #hash, #initialize, #to_h

Constructor Details

This class inherits a constructor from AnalyticsOps::Resources::Value

Instance Attribute Details

#descriptionString (readonly)

Returns the value of attribute description.

Returns:

  • (String)


168
169
170
# File 'sig/analytics_ops.rbs', line 168

def description
  @description
end

#disallow_ads_personalizationBoolean (readonly)

Returns the value of attribute disallow_ads_personalization.

Returns:

  • (Boolean)


170
171
172
# File 'sig/analytics_ops.rbs', line 170

def disallow_ads_personalization
  @disallow_ads_personalization
end

#display_nameString (readonly)

Returns the value of attribute display_name.

Returns:

  • (String)


167
168
169
# File 'sig/analytics_ops.rbs', line 167

def display_name
  @display_name
end

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


165
166
167
# File 'sig/analytics_ops.rbs', line 165

def name
  @name
end

#parameter_nameString (readonly)

Returns the value of attribute parameter_name.

Returns:

  • (String)


166
167
168
# File 'sig/analytics_ops.rbs', line 166

def parameter_name
  @parameter_name
end

#scopeString (readonly)

Returns the value of attribute scope.

Returns:

  • (String)


169
170
171
# File 'sig/analytics_ops.rbs', line 169

def scope
  @scope
end