class Google::Apis::ServicenetworkingV1::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/servicenetworking_v1/classes.rb, line 3817
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/servicenetworking_v1/classes.rb, line 3822
def update!(**args)
  @source_files = args[:source_files] if args.key?(:source_files)
end