Class: AnalyticsOps::Resources::Property

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

Overview

Normalized GA4 property.

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

#can_editBoolean? (readonly)

Returns the value of attribute can_edit.

Returns:

  • (Boolean, nil)


139
140
141
# File 'sig/analytics_ops.rbs', line 139

def can_edit
  @can_edit
end

#display_nameString (readonly)

Returns the value of attribute display_name.

Returns:

  • (String)


136
137
138
# File 'sig/analytics_ops.rbs', line 136

def display_name
  @display_name
end

#idString (readonly)

Returns the value of attribute id.

Returns:

  • (String)


134
135
136
# File 'sig/analytics_ops.rbs', line 134

def id
  @id
end

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


135
136
137
# File 'sig/analytics_ops.rbs', line 135

def name
  @name
end

#parentString? (readonly)

Returns the value of attribute parent.

Returns:

  • (String, nil)


137
138
139
# File 'sig/analytics_ops.rbs', line 137

def parent
  @parent
end

#property_typeString (readonly)

Returns the value of attribute property_type.

Returns:

  • (String)


138
139
140
# File 'sig/analytics_ops.rbs', line 138

def property_type
  @property_type
end