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.



6039
6040
6041
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 6039

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

Instance Attribute Details

#filenameString

Corresponds to the JSON property filename

Returns:

  • (String)


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