class Google::Apis::GenomicsV1::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_v1/classes.rb, line 396
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_v1/classes.rb, line 401
def update!(**args)
  @source_name = args[:source_name] if args.key?(:source_name)
  @id = args[:id] if args.key?(:id)
end