Class: Google::Apis::AnalyticshubV1::TextConfig
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticshubV1::TextConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/analyticshub_v1/classes.rb,
lib/google/apis/analyticshub_v1/representations.rb,
lib/google/apis/analyticshub_v1/representations.rb
Overview
Configuration for writing message data in text format. Message payloads will be written to files as raw text, separated by a newline.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TextConfig
constructor
A new instance of TextConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TextConfig
Returns a new instance of TextConfig.
2325 2326 2327 |
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 2325 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2330 2331 |
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 2330 def update!(**args) end |