Class: Google::Apis::CivicinfoV2::InternalFieldMetadataProto
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::CivicinfoV2::InternalFieldMetadataProto
 
 
- Defined in:
 - generated/google/apis/civicinfo_v2/classes.rb,
generated/google/apis/civicinfo_v2/representations.rb,
generated/google/apis/civicinfo_v2/representations.rb 
Instance Attribute Summary collapse
- 
  
    
      #is_auto  ⇒ Boolean 
    
    
      (also: #is_auto?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to the JSON property
isAuto. - 
  
    
      #source_summary  ⇒ Google::Apis::CivicinfoV2::InternalSourceSummaryProto 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to the JSON property
sourceSummary. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ InternalFieldMetadataProto 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of InternalFieldMetadataProto.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ InternalFieldMetadataProto
Returns a new instance of InternalFieldMetadataProto
      814 815 816  | 
    
      # File 'generated/google/apis/civicinfo_v2/classes.rb', line 814 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#is_auto ⇒ Boolean Also known as: is_auto?
Corresponds to the JSON property isAuto
      806 807 808  | 
    
      # File 'generated/google/apis/civicinfo_v2/classes.rb', line 806 def is_auto @is_auto end  | 
  
#source_summary ⇒ Google::Apis::CivicinfoV2::InternalSourceSummaryProto
Corresponds to the JSON property sourceSummary
      812 813 814  | 
    
      # File 'generated/google/apis/civicinfo_v2/classes.rb', line 812 def source_summary @source_summary end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      819 820 821 822  | 
    
      # File 'generated/google/apis/civicinfo_v2/classes.rb', line 819 def update!(**args) @is_auto = args[:is_auto] if args.key?(:is_auto) @source_summary = args[:source_summary] if args.key?(:source_summary) end  |