ResponsePathElement
class ResponsePathElement( val field_name: String? = null, val index: Int? = null, unknownFields: ByteString = ByteString.EMPTY) : Message<Trace.QueryPlanNode.ResponsePathElement, Nothing>
Functions
Link copied to clipboard
fun copy( field_name: String? = this.field_name, index: Int? = this.index, unknownFields: ByteString = this.unknownFields): Trace.QueryPlanNode.ResponsePathElement
Link copied to clipboard