Class: Google::Apis::CloudsearchV1::ChatConserverDynamitePlaceholderMetadataAttachmentMetadata

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ChatConserverDynamitePlaceholderMetadataAttachmentMetadata

Returns a new instance of ChatConserverDynamitePlaceholderMetadataAttachmentMetadata.



5508
5509
5510
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5508

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

Instance Attribute Details

#filenameString

Corresponds to the JSON property filename

Returns:

  • (String)


5506
5507
5508
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5506

def filename
  @filename
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5513
5514
5515
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5513

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