Class: Google::Apis::CloudsearchV1::DmId
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::DmId
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Instance Attribute Summary collapse
-
#dm_id ⇒ String
Unique server assigned Id, per Direct Message Space.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DmId
constructor
A new instance of DmId.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DmId
Returns a new instance of DmId.
7778 7779 7780 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7778 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dm_id ⇒ String
Unique server assigned Id, per Direct Message Space.
Corresponds to the JSON property dmId
7776 7777 7778 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7776 def dm_id @dm_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7783 7784 7785 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7783 def update!(**args) @dm_id = args[:dm_id] if args.key?(:dm_id) end |