class Google::Apis::SpannerV1::ShortRepresentation

PlanNode(s).
Condensed representation of a node and its subtree. Only present for ‘SCALAR`

def initialize(**args)

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

def update!(**args)

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