Class: Google::Apis::HealthcareV1::StructuredStorageInfo

Inherits:
Object
  • Object
show all
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
more...

Overview

StructuredStorageInfo contains details about the data stored in Structured Storage for the referenced resource.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StructuredStorageInfo

Returns a new instance of StructuredStorageInfo.

[View source]

5709
5710
5711
# File 'lib/google/apis/healthcare_v1/classes.rb', line 5709

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#size_bytesFixnum

Size in bytes of data stored in structured storage. Corresponds to the JSON property sizeBytes

Returns:

  • (Fixnum)

5707
5708
5709
# File 'lib/google/apis/healthcare_v1/classes.rb', line 5707

def size_bytes
  @size_bytes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

5714
5715
5716
# File 'lib/google/apis/healthcare_v1/classes.rb', line 5714

def update!(**args)
  @size_bytes = args[:size_bytes] if args.key?(:size_bytes)
end