Class: Google::Apis::TagmanagerV2::WorkspaceProposalHistoryComment

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/tagmanager_v2/classes.rb,
generated/google/apis/tagmanager_v2/representations.rb,
generated/google/apis/tagmanager_v2/representations.rb

Overview

A comment from the reviewer or author.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ WorkspaceProposalHistoryComment

Returns a new instance of WorkspaceProposalHistoryComment



2399
2400
2401
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 2399

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#contentString

The contents of the reviewer or author comment. Corresponds to the JSON property content

Returns:

  • (String)


2397
2398
2399
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 2397

def content
  @content
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2404
2405
2406
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 2404

def update!(**args)
  @content = args[:content] if args.key?(:content)
end