class Google::Apis::SpannerV1::ReplicaInfo

def initialize(**args)

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

def update!(**args)

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