Class: AnalyticsOps::Resources::DataStream

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

Overview

Normalized web or application data stream.

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

#default_uriString? (readonly)

Returns the value of attribute default_uri.

Returns:

  • (String, nil)


147
148
149
# File 'sig/analytics_ops.rbs', line 147

def default_uri
  @default_uri
end

#display_nameString (readonly)

Returns the value of attribute display_name.

Returns:

  • (String)


145
146
147
# File 'sig/analytics_ops.rbs', line 145

def display_name
  @display_name
end

#idString (readonly)

Returns the value of attribute id.

Returns:

  • (String)


143
144
145
# File 'sig/analytics_ops.rbs', line 143

def id
  @id
end

#measurement_idString? (readonly)

Returns the value of attribute measurement_id.

Returns:

  • (String, nil)


148
149
150
# File 'sig/analytics_ops.rbs', line 148

def measurement_id
  @measurement_id
end

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


144
145
146
# File 'sig/analytics_ops.rbs', line 144

def name
  @name
end

#typeString (readonly)

Returns the value of attribute type.

Returns:

  • (String)


146
147
148
# File 'sig/analytics_ops.rbs', line 146

def type
  @type
end