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.



1482
1483
1484
# File 'lib/google/apis/firebasedataconnect_v1beta/classes.rb', line 1482

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



1480
1481
1482
# File 'lib/google/apis/firebasedataconnect_v1beta/classes.rb', line 1480

def files
  @files
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1487
1488
1489
# File 'lib/google/apis/firebasedataconnect_v1beta/classes.rb', line 1487

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