class Google::Apis::ServiceconsumermanagementV1::SourceInfo
Source information used to create a Service
Config
Attributes
source_files[RW]
All files used during config generation. Corresponds to the JSON property `sourceFiles` @return [Array<Hash<String,Object>>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/serviceconsumermanagement_v1/classes.rb, line 2883 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/serviceconsumermanagement_v1/classes.rb, line 2888 def update!(**args) @source_files = args[:source_files] if args.key?(:source_files) end