class Google::Cloud::Bigquery::LoadJob::Updater

def null_markers= null_markers

Parameters:
  • null_markers (Array) -- The array of null marker strings.
def null_markers= null_markers
  @gapi.configuration.load.update! null_markers: null_markers
end