Class: Google::Apis::CloudsearchV1::ChatConserverDynamitePlaceholderMetadataAttachmentMetadata
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ChatConserverDynamitePlaceholderMetadataAttachmentMetadata
- 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
Overview
An attachment uploaded in Dynamite and its filename.
Instance Attribute Summary collapse
-
#filename ⇒ String
Corresponds to the JSON property
filename
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ChatConserverDynamitePlaceholderMetadataAttachmentMetadata
constructor
A new instance of ChatConserverDynamitePlaceholderMetadataAttachmentMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ChatConserverDynamitePlaceholderMetadataAttachmentMetadata
Returns a new instance of ChatConserverDynamitePlaceholderMetadataAttachmentMetadata.
6039 6040 6041 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 6039 def initialize(**args) update!(**args) end |
Instance Attribute Details
#filename ⇒ String
Corresponds to the JSON property filename
6037 6038 6039 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 6037 def filename @filename end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6044 6045 6046 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 6044 def update!(**args) @filename = args[:filename] if args.key?(:filename) end |