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.



5975
5976
5977
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5975

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

Instance Attribute Details

#filenameString

Corresponds to the JSON property filename

Returns:

  • (String)


5973
5974
5975
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5973

def filename
  @filename
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5980
5981
5982
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5980

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