Class: Google::Apis::ServiceuserV1::SourceInfo
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ServiceuserV1::SourceInfo
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/serviceuser_v1/classes.rb,
 generated/google/apis/serviceuser_v1/representations.rb,
 generated/google/apis/serviceuser_v1/representations.rb
Overview
Source information used to create a Service Config
Instance Attribute Summary collapse
- 
  
    
      #source_files  ⇒ Array<Hash<String,Object>> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    All files used during config generation. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ SourceInfo 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of SourceInfo. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SourceInfo
Returns a new instance of SourceInfo
| 3187 3188 3189 | # File 'generated/google/apis/serviceuser_v1/classes.rb', line 3187 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#source_files ⇒ Array<Hash<String,Object>>
All files used during config generation.
Corresponds to the JSON property sourceFiles
| 3185 3186 3187 | # File 'generated/google/apis/serviceuser_v1/classes.rb', line 3185 def source_files @source_files end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 3192 3193 3194 | # File 'generated/google/apis/serviceuser_v1/classes.rb', line 3192 def update!(**args) @source_files = args[:source_files] if args.key?(:source_files) end |