Class: Google::Apis::FirebasedataconnectV1beta::Source

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/firebasedataconnect_v1beta/classes.rb,
lib/google/apis/firebasedataconnect_v1beta/representations.rb,
lib/google/apis/firebasedataconnect_v1beta/representations.rb

Overview

Used to represent a set of source files.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Source

Returns a new instance of Source.



1033
1034
1035
# File 'lib/google/apis/firebasedataconnect_v1beta/classes.rb', line 1033

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

Instance Attribute Details

#filesArray<Google::Apis::FirebasedataconnectV1beta::File>

Required. The files that comprise the source set. Corresponds to the JSON property files



1031
1032
1033
# File 'lib/google/apis/firebasedataconnect_v1beta/classes.rb', line 1031

def files
  @files
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1038
1039
1040
# File 'lib/google/apis/firebasedataconnect_v1beta/classes.rb', line 1038

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