Class: Google::Apis::HealthcareV1::StructuredStorageInfo
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::HealthcareV1::StructuredStorageInfo
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/healthcare_v1/classes.rb,
lib/google/apis/healthcare_v1/representations.rb,
lib/google/apis/healthcare_v1/representations.rb 
Overview
StructuredStorageInfo contains details about the data stored in Structured Storage for the referenced resource.
Instance Attribute Summary collapse
- 
  
    
      #size_bytes  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Size in bytes of data stored in structured storage.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ StructuredStorageInfo 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of StructuredStorageInfo.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ StructuredStorageInfo
Returns a new instance of StructuredStorageInfo.
      5162 5163 5164  | 
    
      # File 'lib/google/apis/healthcare_v1/classes.rb', line 5162 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#size_bytes ⇒ Fixnum
Size in bytes of data stored in structured storage.
Corresponds to the JSON property sizeBytes
      5160 5161 5162  | 
    
      # File 'lib/google/apis/healthcare_v1/classes.rb', line 5160 def size_bytes @size_bytes end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      5167 5168 5169  | 
    
      # File 'lib/google/apis/healthcare_v1/classes.rb', line 5167 def update!(**args) @size_bytes = args[:size_bytes] if args.key?(:size_bytes) end  |