class Google::Apis::SpannerV1::QueryPlan

Contains an ordered list of nodes appearing in the query plan.

def initialize(**args)

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

def update!(**args)

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