Class: Google::Apis::ServiceusageV1beta1::SourceInfo

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

Overview

Source information used to create a Service Config

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SourceInfo

Returns a new instance of SourceInfo.



5968
5969
5970
# File 'lib/google/apis/serviceusage_v1beta1/classes.rb', line 5968

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

Instance Attribute Details

#source_filesArray<Hash<String,Object>>

All files used during config generation. Corresponds to the JSON property sourceFiles

Returns:

  • (Array<Hash<String,Object>>)


5966
5967
5968
# File 'lib/google/apis/serviceusage_v1beta1/classes.rb', line 5966

def source_files
  @source_files
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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