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)

Update properties of this object
def update!(**args)
  @size_bytes = args[:size_bytes] if args.key?(:size_bytes)
end