DeferredNodeDepends
class DeferredNodeDepends( val id: String = "", val defer_label: String = "", unknownFields: ByteString = ByteString.EMPTY) : Message<Trace.QueryPlanNode.DeferredNodeDepends, Nothing>
Functions
Link copied to clipboard
fun copy( id: String = this.id, defer_label: String = this.defer_label, unknownFields: ByteString = this.unknownFields): Trace.QueryPlanNode.DeferredNodeDepends
Link copied to clipboard