class Google::Apis::GenomicsV1beta2::ExternalId
Attributes
id[RW]
The id used by the source of this data. Corresponds to the JSON property `id` @return [String]
source_name[RW]
The name of the source of this data. Corresponds to the JSON property `sourceName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/genomics_v1beta2/classes.rb, line 814 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/genomics_v1beta2/classes.rb, line 819 def update!(**args) @id = args[:id] unless args[:id].nil? @source_name = args[:source_name] unless args[:source_name].nil? end