class Google::Apis::HealthcareV1::VersionSource

Describes a selector for extracting and matching an MSH field to a value.

def initialize(**args)

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

def update!(**args)

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