class Google::Apis::HealthcareV1::StructuredStorageInfo
Storage for the referenced resource.
StructuredStorageInfo contains details about the data stored in Structured
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @size_bytes = args[:size_bytes] if args.key?(:size_bytes) end